aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-21/+18
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-5/+5
* - parcel blocking, region crossing blocking, teleport blockingunknown2010-03-091-7/+86
* Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-12/+3
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-1/+1
* minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)2009-11-251-1/+11
* Patch from Snoopy2. Fixes Mantis #4342Melanie2009-11-081-3/+8
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-4/+2
* * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman2009-10-191-2/+3
* * Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman2009-10-151-3/+3
* Revert "Rewrote parts of the code that were double-locking different objects....Melanie2009-10-071-6/+2
* Rewrote parts of the code that were double-locking different objects. This is...Diva Canto2009-10-061-2/+6
* - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-124/+128
* First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-8/+18
* switching LandManagementModule to "new" region module scheme; cleaningdr scofield (aka dirk husemann)2009-09-021-72/+91
* * It turns out that Physics heightmap values were being stored in managed mem...Teravus Ovares (Dan Olivares)2009-08-211-0/+2
* * More tweaking of the various services to work with nonstandard region sizes...Teravus Ovares (Dan Olivares)2009-08-081-6/+18
* This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)2009-08-071-4/+6
* * Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares2009-08-011-1/+4
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-3/+3
* * Corrected CAPS namespacesArthur Valadares2009-06-181-2/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Correctly reset the group ownership flag when a parcel is reclaimed.Melanie Thielker2009-05-121-0/+1
* Hook up deed permissions checking to the land moduleMelanie Thielker2009-05-121-1/+3
* Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker2009-05-101-1/+3
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-191-1/+22
* * Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey2009-03-051-1/+1
* Thank you, patnad, for a patch that removes the "Subdivision of" textMelanie Thielker2009-02-141-1/+1
* * refactor: Move export map function to world map module from sceneJustin Clarke Casey2009-02-131-0/+1
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-15/+15
* * optimized usings.lbsa712009-02-121-16/+16
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+1347