aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/ILandChannel.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-11*Parcel Prim Count Maximums moved to their own functions so modules can ↵mingchen1-0/+2
override the default method of calculating how many prims a parcel can have.
2008-05-24This enables return from the parcel object owner display.Teravus Ovares1-0/+1
There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return.
2008-05-23*Refactor of the LandManagementModule that allows OpenSim to run without itmingchen1-22/+3
2008-05-06* Cleaning up code, making it conform to OpenSim standards.Adam Frisby1-30/+19
2008-05-05*Standardized the Land module by removing all references to ↵mingchen1-2/+1
libsecondlife.packets
2008-05-01* Rolled back a few changes.Adam Frisby1-3/+2
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-2/+3
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-4/+1
(this took a while to run).
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-1/+28
2008-03-22Update svn properties.Jeff Ames1-52/+52
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-0/+52