aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Land/LandObject.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-14Patch #9147Melanie Thielker1-3/+11
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
2008-07-08* Changed casing of some archaic methods to conform with code standardslbsa711-5/+5
2008-06-11*Parcel Prim Count Maximums moved to their own functions so modules can ↵mingchen1-2/+41
override the default method of calculating how many prims a parcel can have.
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-3/+3
2008-05-24* Fixes endless loop in the Land Module when selecting any object.Teravus Ovares1-0/+3
* Fixes returning objects when the object owner hasn't been in the simulator since the simulator started up last.
2008-05-24This enables return from the parcel object owner display.Teravus Ovares1-23/+63
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-24* Implements selected object return.Teravus Ovares1-25/+45
* If user is in the same sim with you, they'll get an inventory update, if not.... oh well, they'll have to clear their cache potentially before they'll see it.
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-13*Complete redo of the permissions modulemingchen1-35/+47
*Removed hardcoded permissions checks *Added permissions checks where needed
2008-05-06*LLClientView is now pushed the EstateSettings instead of pulling it from ↵mingchen1-1/+1
the scene...more to standards *LandChannel no longer requires libsecondlife.Packets (it should have never needed it in the first place)
2008-05-06* Cleaning up code, making it conform to OpenSim standards.Adam Frisby1-4/+4
2008-05-05*Standardized the Land module by removing all references to ↵mingchen1-224/+35
libsecondlife.packets
2008-05-03* For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares1-0/+5
does not regenerate until you're dead!
2008-05-01* Rolled back a few changes.Adam Frisby1-15/+15
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-15/+15
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-927/+927
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-121/+106
2008-04-30* Commiting a bunch of missed files.Adam Frisby1-0/+943