aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-08-18Formatting cleanup.Jeff Ames1-59/+26
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-11/+15
2008-08-16Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+119
2008-08-16Update svn properties, minor formatting cleanup.Jeff Ames1-3/+3
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker1-3/+12
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-40/+40
2008-07-08* Changed casing of some archaic methods to conform with code standardslbsa711-1/+1
2008-07-03*Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual cre...mingchen1-1/+2
2008-06-26Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke1-1/+17
2008-06-11*Parcel Prim Count Maximums moved to their own functions so modules can overr...mingchen1-1/+11
2008-06-07Potential Fix #1 for 0001392: Shift+Drag now causes an unhandled 'Object refe...mingchen1-3/+9
2008-05-24* Fixes endless loop in the Land Module when selecting any object.Teravus Ovares1-0/+3
2008-05-24This enables return from the parcel object owner display.Teravus Ovares1-1/+29
2008-05-23*Refactor of the LandManagementModule that allows OpenSim to run without itmingchen1-18/+937
2008-05-13*Complete redo of the permissions modulemingchen1-1/+3
2008-05-09*Land/Parcel upates are now correct with a significant movement by the Clientmingchen1-0/+1
2008-05-06* Cleaning up code, making it conform to OpenSim standards.Adam Frisby1-2/+2
2008-05-04*Fixed up EstateManagementModule to the module standard - no more packets all...mingchen1-0/+15
2008-05-01* Rolled back a few changes.Adam Frisby1-3/+3
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-3/+3
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-78/+78
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-9/+2
2008-04-30* Commiting a bunch of missed files.Adam Frisby1-105/+86
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+4
2008-03-18Formatting cleanup.Jeff Ames1-26/+26