aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-0/+1
2012-04-17refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)1-1/+1
2012-04-10New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer1-2/+13
2012-03-21Replace "scene debug true false true" console command with "scene debug scrip...Justin Clark-Casey (justincc)1-1/+7
2012-03-21fix compile error from last commitJustin Clark-Casey (justincc)1-1/+1
2012-03-21refactor: simplify EstateManagementModule.handleEstateDebugRegionRequest()Justin Clark-Casey (justincc)1-18/+7
2012-03-20remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2012-03-16In Top Scripts report, don't show scripts with no or less than 1 microsecond ...Justin Clark-Casey (justincc)1-0/+6
2012-03-16Fix owner name display in "Top Colliders" and "Top Script" region reports.Justin Clark-Casey (justincc)1-45/+1
2012-03-16Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)1-30/+47
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen1-0/+2
2012-01-24Simplify and streamline telehub editing code. Verify rotations and fixMelanie1-11/+8
2012-01-24Reverse the spawn point distance vectorMelanie1-1/+1
2012-01-24Correct a coordinate to make the viewer like itMelanie1-1/+1
2012-01-24Change Telehubs to store only the data that is really needed and notMelanie1-33/+45
2012-01-22Move Telehub tables and data from EstateSettings to RegionSettings.Melanie1-6/+6
2012-01-21Telehub Support:BlueWall1-20/+30
2012-01-20Telehub Support:BlueWall1-1/+64
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-5/+5
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-8/+5
2011-09-12comment out some recent terrain texture loggingJustin Clark-Casey (justincc)1-4/+4
2011-09-09Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)1-0/+5
2011-09-01Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)1-28/+22
2011-04-23Added MaxAgents configuration option to RegionConfig.ini allowing region host...E. Allen Soard1-1/+4
2011-04-13Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)1-0/+4
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-4/+145
2011-02-12Hack in a crude temporary "estate show" commandJustin Clark-Casey (justincc)1-18/+22
2011-02-11refactor: split out estate management commands into separate classJustin Clark-Casey (justincc)1-340/+244
2011-01-28Added loading and saving of terrain files using Terragen format (Mantis #1564)Kevin Cozens1-30/+5
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+4
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-1/+17
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto1-1/+7
2010-11-09Although the Allow Voice setting is per estate rather than per region,Melanie1-1/+3
2010-09-27Restrict top colliders / top scripts to estate managersMelanie1-0/+3
2010-08-24Plumb the region type through to the ProductName field in estate messagesMelanie1-0/+1
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto1-3/+0
2010-05-04Add perms check to the teleport home client command handlers.Melanie Thielker1-0/+6
2010-05-04Strip estate message sending out from the estate management module andMelanie Thielker1-4/+10
2010-05-04make the events more useful by providing the source regionMelanie Thielker1-2/+2
2010-05-04Add events to the estate interface to let interested modules know ofMelanie Thielker1-0/+36
2010-05-04Allow reloading of estate settings into a running region. Move sun updateMelanie Thielker1-37/+3
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