aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Estate (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang5-311/+525
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel6-164/+1167
2013-02-08Fix issue where the "set terrain texture" console command did not tell the vi...Justin Clark-Casey (justincc)1-1/+1
2013-01-25Move scene debug commands into separate module. Command changes from "debug ...Justin Clark-Casey (justincc)1-7/+12
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-06-06enabling all corners of a sim to be set in one callSignpostMarv1-1/+11
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-03-08Uses shorter AddCommand form for "show estates"Justin Clark-Casey (justincc)1-1/+1
2012-03-08Display help commander topics in capitalized form - the commands themselves a...Justin Clark-Casey (justincc)1-40/+7
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-2/+2
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 fixMelanie2-58/+30
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 notMelanie2-83/+65
2012-01-23Add update to Telehub position and rotation before adding SpawnPointsBlueWall1-4/+11
2012-01-23Cleanup BlueWall1-3/+6
2012-01-23Cleanup unused parts, add some error handlingBlueWall1-53/+52
2012-01-22Move Telehub tables and data from EstateSettings to RegionSettings.Melanie2-30/+28
2012-01-21Telehub Support:BlueWall2-69/+92
2012-01-20Telehub Support:BlueWall2-1/+194
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)2-21/+93
2011-02-11refactor: split out estate management commands into separate classJustin Clark-Casey (justincc)2-340/+400
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