aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-091-0/+1
* refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2012-04-171-1/+1
* New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer2012-04-101-2/+13
* Replace "scene debug true false true" console command with "scene debug scrip...Justin Clark-Casey (justincc)2012-03-211-1/+7
* fix compile error from last commitJustin Clark-Casey (justincc)2012-03-211-1/+1
* refactor: simplify EstateManagementModule.handleEstateDebugRegionRequest()Justin Clark-Casey (justincc)2012-03-211-18/+7
* remove some mono compiler warningsJustin Clark-Casey (justincc)2012-03-201-2/+0
* In Top Scripts report, don't show scripts with no or less than 1 microsecond ...Justin Clark-Casey (justincc)2012-03-161-0/+6
* Fix owner name display in "Top Colliders" and "Top Script" region reports.Justin Clark-Casey (justincc)2012-03-161-45/+1
* Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)2012-03-161-30/+47
* Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen2012-02-031-0/+2
* Simplify and streamline telehub editing code. Verify rotations and fixMelanie2012-01-241-11/+8
* Reverse the spawn point distance vectorMelanie2012-01-241-1/+1
* Correct a coordinate to make the viewer like itMelanie2012-01-241-1/+1
* Change Telehubs to store only the data that is really needed and notMelanie2012-01-241-33/+45
* Move Telehub tables and data from EstateSettings to RegionSettings.Melanie2012-01-221-6/+6
* Telehub Support:BlueWall2012-01-211-20/+30
* Telehub Support:BlueWall2012-01-201-1/+64
* Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-5/+5
* Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake2011-10-271-8/+5
* comment out some recent terrain texture loggingJustin Clark-Casey (justincc)2011-09-121-4/+4
* Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)2011-09-091-0/+5
* Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)2011-09-011-28/+22
* Added MaxAgents configuration option to RegionConfig.ini allowing region host...E. Allen Soard2011-04-231-1/+4
* Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)2011-04-131-0/+4
* Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)2011-04-051-4/+145
* Hack in a crude temporary "estate show" commandJustin Clark-Casey (justincc)2011-02-121-18/+22
* refactor: split out estate management commands into separate classJustin Clark-Casey (justincc)2011-02-111-340/+244
* Added loading and saving of terrain files using Terragen format (Mantis #1564)Kevin Cozens2011-01-281-30/+5
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-01-211-2/+4
* Change all restarting to use the restart module. Remove hardcoded behaviorMelanie2010-11-251-1/+17
* Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-211-1/+7
* Although the Allow Voice setting is per estate rather than per region,Melanie2010-11-091-1/+3
* Restrict top colliders / top scripts to estate managersMelanie2010-09-271-0/+3
* Plumb the region type through to the ProductName field in estate messagesMelanie2010-08-241-0/+1
* Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto2010-08-161-3/+0
* Add perms check to the teleport home client command handlers.Melanie Thielker2010-05-041-0/+6
* Strip estate message sending out from the estate management module andMelanie Thielker2010-05-041-4/+10
* make the events more useful by providing the source regionMelanie Thielker2010-05-041-2/+2
* Add events to the estate interface to let interested modules know ofMelanie Thielker2010-05-041-0/+36
* Allow reloading of estate settings into a running region. Move sun updateMelanie Thielker2010-05-041-37/+3
* Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-19/+12
* Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...Dan Lake2010-03-171-4/+2
* Merge branch 'master' into presence-refactorMelanie2010-02-151-2/+2
|\
| * Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2010-02-121-2/+2
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-35/+23
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-23/+35
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-92/+152
|\ \ | |/
| * A last fix for estate access by group. One should send the correct list.Melanie2010-01-091-2/+2
| * Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie2010-01-091-92/+152