aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake1-19/+12
2010-03-17Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...Dan Lake1-4/+2
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-2/+2
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-35/+23
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-23/+35
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-16/+2
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto1-11/+4
2010-01-09A last fix for estate access by group. One should send the correct list.Melanie1-2/+2
2010-01-09Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie1-92/+152
2009-12-03* Terrain uploads via the Estate Tools now support a multitude of file format...Adam Frisby1-19/+31
2009-10-23Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman1-2/+5
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman1-1/+1
2009-10-02* Attempting to fix a issue with console commands & the estate module. Again.Adam Frisby1-4/+52
2009-09-24* Send Updated Information Packet to Clients after updating estate settings.Adam Frisby1-0/+2
2009-09-24* Establishing why new console commands fail to work. >_>Adam Frisby1-4/+6
2009-09-24* Fixing typo.Adam Frisby1-1/+1
2009-09-24* Added two new commands to EstateManagementModuleAdam Frisby1-6/+55
2009-08-17Did I say that i don't like git? Remove some stuff that shouldn't haveMelanie1-2/+1
2009-08-17Add System.Xml reference to the console projectMelanie1-1/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-11/+5
2009-03-13Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker1-14/+39
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa711-7/+7
2009-02-20* Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa711-1/+1
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-13/+13
2009-02-12* optimized usings.lbsa711-23/+25
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-3/+3
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-08* refactor: move estate dialog to DialogModuleJustin Clarke Casey1-3/+8
2009-01-08* refactor: move code for sending a message to all users in a region to the D...Justin Clarke Casey1-3/+4
2008-12-30* Implement saving of region settings in OAR filesJustin Clarke Casey1-4/+1
2008-12-18Fix and streamline the RegionHandshake stuff for estate managersMelanie Thielker1-8/+3
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-6/+6
2008-11-14* Implements terrain raw upload. You can now upload your .raw terrain files ...Teravus Ovares1-0/+115
2008-11-12* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey1-1/+1
2008-11-10* Commit allows downloading of the .raw terrain from the estate tools.Teravus Ovares1-0/+26
2008-11-07* Apply patch in http://opensimulator.org/mantis/view.php?id=2397Justin Clarke Casey1-0/+5
2008-10-11Remove a UUID fudge that broke "Abandon Land"Melanie Thielker1-2/+2
2008-10-10A bit more estate fudgingMelanie Thielker1-1/+12
2008-10-10Add the beginnings of a sim health check (through remote admin)Melanie Thielker1-0/+5
2008-09-28Mantis#296. Thank you kindly, Idb for a patch that resolves:Charles Krinke1-0/+23
2008-09-26* Patch from JHurlimanTeravus Ovares1-30/+30
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-26/+26
2008-08-18Formatting cleanup.Jeff Ames1-9/+9
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker1-1/+8
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker1-8/+4
2008-08-07Minor formatting cleanup.Jeff Ames1-5/+5
2008-08-04Addresses Mantis #1886Melanie Thielker1-2/+4
2008-08-01Estate series, patch 9 (#9157)Melanie Thielker1-1/+9