aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06Console commands for Estate MgmtDev Random1-0/+63
2014-04-03Move new Estate commands to OpenSim.csDev Random1-4/+21
2014-04-02Console command to rename EstateDev Random1-138/+185
2014-03-29Console command to change Estate ownerDev Random1-0/+25
2014-03-24Fixed: OnRegionInfoChange was never triggeredOren Hurvitz1-3/+0
2014-01-20Stop exceptions being generated on agent connection if a telehub object has b...Justin Clark-Casey (justincc)1-3/+5
2013-10-15Made terrain uploads thread-safeOren Hurvitz1-20/+27
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-3/+3
2013-08-08Fix an issue where under teleport v2 protocol, teleporting from regions in an...Justin Clark-Casey (justincc)1-3/+3
2013-05-11Send up the part missing from the Avination Estate commit.Melanie1-0/+12
2013-05-07Step one of estate settings sharing - port the Avination Estate module (compl...Melanie1-13/+44
2013-01-10Move scene debug commands into separate module. Command changes from "debug ...Justin Clark-Casey (justincc)1-7/+12
2013-01-02Fixed several problems with the Sun: some settings didn't work, or were incon...Oren Hurvitz1-1/+2
2012-11-23Add AllowRegionRestartFromClient setting to [EstateManagement] section of Ope...Justin Clark-Casey (justincc)1-40/+63
2012-11-23Remove the redundant BypassPermissions() checks in EstateManagmentModule.Justin Clark-Casey (justincc)1-8/+13
2012-11-23minor: Add some console feedback on region restart and log who requested a re...Justin Clark-Casey (justincc)1-0/+4
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
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