aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an initial confidence-building TestAddObject() for prim counts.Justin Clark-Casey (justincc)2011-03-221-13/+16
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-01-281-2/+14
|\
| * Put confirmation on "land clear" command to avoid nasty accidentsJustin Clark-Casey (justincc)2011-01-271-2/+14
* | Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-281-4/+4
|/
* When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)2011-01-271-8/+15
* Show local IDs in "land show" output.Justin Clark-Casey (justincc)2011-01-271-5/+6
* Add "land clear" commandJustin Clark-Casey (justincc)2011-01-271-3/+13
* Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)2011-01-271-0/+19
* remove unused CreateBaseLand()Justin Clark-Casey (justincc)2011-01-271-9/+0
* Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)2011-01-261-15/+82
* Fix scoping for prim region crossingsMelanie2011-01-031-1/+1
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-34/+34
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-10/+24
* Fix parcel bans to work only on the avatars they're supposed to work on inste...Melanie2010-11-091-14/+15
* Formatting cleanup.Jeff Ames2010-09-121-60/+55
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-1/+2
* Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker2010-09-061-3/+11
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-13/+0
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-301-2/+63
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-6/+6
* Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+5
* Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master2010-05-131-0/+10
* Also remove sale and search flags on god owner change.Melanie2010-05-071-0/+1
* Remove land that is being abandoned from search. This is now consistent withMelanie2010-05-071-0/+1
* Ensure the show in search flag is cleared on ownership change. Also, whenMelanie2010-05-061-0/+4
* 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