aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-4/+2
2009-10-19* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman1-2/+3
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman1-3/+3
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie1-6/+2
2009-10-07Revert "Merging in diva's locking fixes"Melanie1-6/+2
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto1-2/+6
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-124/+128
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-8/+18
2009-09-02switching LandManagementModule to "new" region module scheme; cleaningdr scofield (aka dirk husemann)1-72/+91
2009-08-21* It turns out that Physics heightmap values were being stored in managed mem...Teravus Ovares (Dan Olivares)1-0/+2
2009-08-08* More tweaking of the various services to work with nonstandard region sizes...Teravus Ovares (Dan Olivares)1-6/+18
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)1-4/+6
2009-08-01* Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares1-1/+4
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-3/+3
2009-06-18* Corrected CAPS namespacesArthur Valadares1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-12Correctly reset the group ownership flag when a parcel is reclaimed.Melanie Thielker1-0/+1
2009-05-12Hook up deed permissions checking to the land moduleMelanie Thielker1-1/+3
2009-05-10Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker1-1/+3
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-19Thank you kindly, MCortez, for a patch that:Charles Krinke1-1/+22
2009-03-05* Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey1-1/+1
2009-02-14Thank you, patnad, for a patch that removes the "Subdivision of" textMelanie Thielker1-1/+1
2009-02-13* refactor: Move export map function to world map module from sceneJustin Clarke Casey1-0/+1
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-15/+15
2009-02-12* optimized usings.lbsa711-16/+16
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-03Connect dewww request packets to the land module to makle dwell workMelanie Thielker1-0/+13
2008-12-15Removed some instances of "<3 OpenSim Developers" (why were they there?) bein...MW1-3/+3
2008-11-29Finally make attachments stay put. Randomize local ID generation toMelanie Thielker1-1/+6
2008-11-24* Removed more locks on EntitiesAdam Frisby1-7/+4
2008-11-24* Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby1-1/+1
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-6/+6
2008-11-21Fully implement object return from the parcel dialogMelanie Thielker1-4/+1
2008-11-21Plumb in the list if user IDs to the land module to allow selectionMelanie Thielker1-2/+2
2008-11-10Removed some debug output I forgot to remove...Homer Horwitz1-13/+0
2008-11-09Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-08Added necessary locking to LandManagementModule. As it is used by severalHomer Horwitz1-143/+239
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey1-1/+1
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-0/+15
2008-10-11The "About Landmark" code with the fake parcelIDs had a serious bug.Homer Horwitz1-13/+52
2008-10-10Committing diva's LandSnapshot update patch. Also included is a smallMelanie Thielker1-0/+1
2008-10-08- removed some unnecessary conversions (double -> double)Homer Horwitz1-2/+2
2008-10-06Implement Parcel -> ForceOwnerToMe god mode packetMelanie Thielker1-0/+15
2008-10-06Exclude attachments from parcel prim countsMelanie Thielker1-1/+1
2008-09-26* Patch from JHurlimanTeravus Ovares1-2/+2
2008-09-13Remove the cruft of accessing a private member of another module's classMelanie Thielker1-0/+5
2008-09-07Mantis #2142Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-36/+35