Justin Clark-Casey (justincc)
|
0ba0ac4669
Move scene debug commands into separate module. Command changes from "debug scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings
|
12 years ago |
Justin Clark-Casey (justincc)
|
f473252fa8
Add AllowRegionRestartFromClient setting to [EstateManagement] section of OpenSim.ini.
|
12 years ago |
Justin Clark-Casey (justincc)
|
36c6edac69
Remove the redundant BypassPermissions() checks in EstateManagmentModule.
|
12 years ago |
Justin Clark-Casey (justincc)
|
9b60c14bb1
minor: Add some console feedback on region restart and log who requested a region restart if done from the viewer.
|
12 years ago |
Melanie
|
0d15a6a01f
Remove any mention of IRegionModule from region names and comments to aid
|
12 years ago |
Justin Clark-Casey (justincc)
|
73c9abf5f2
Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
|
12 years ago |
Justin Clark-Casey (justincc)
|
24a0cc5261
refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateManagerOrOwner() to reflect what it actually does.
|
12 years ago |
Snoopy Pfeffer
|
78fd487a70
New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as originally proposed in SL Jira (https://jira.secondlife.com/browse/SVC-244).
|
12 years ago |
Justin Clark-Casey (justincc)
|
9671e43497
Replace "scene debug true false true" console command with "scene debug scripting true" or other parameters as appropriate.
|
12 years ago |
Justin Clark-Casey (justincc)
|
91a001d3cf
fix compile error from last commit
|
12 years ago |
Justin Clark-Casey (justincc)
|
022366a074
refactor: simplify EstateManagementModule.handleEstateDebugRegionRequest()
|
12 years ago |
Justin Clark-Casey (justincc)
|
02f9caf6ce
remove some mono compiler warnings
|
12 years ago |
Justin Clark-Casey (justincc)
|
8550a4a07e
In Top Scripts report, don't show scripts with no or less than 1 microsecond of execution time.
|
12 years ago |
Justin Clark-Casey (justincc)
|
7df4a544fe
Fix owner name display in "Top Colliders" and "Top Script" region reports.
|
12 years ago |
Justin Clark-Casey (justincc)
|
a4b01ef38a
Replace script-lines-per-second with the script execution time scaled by its measurement period and an idealised frame time.
|
12 years ago |
PixelTomsen
|
5c545d1d2e
Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?id=5869
|
12 years ago |
Melanie
|
a4977bbe19
Simplify and streamline telehub editing code. Verify rotations and fix
|
13 years ago |
Melanie
|
0d2e02efb1
Reverse the spawn point distance vector
|
13 years ago |
Melanie
|
c0e1784e86
Correct a coordinate to make the viewer like it
|
13 years ago |
Melanie
|
87799c1f3d
Change Telehubs to store only the data that is really needed and not
|
13 years ago |
Melanie
|
68365c20c0
Move Telehub tables and data from EstateSettings to RegionSettings.
|
13 years ago |
BlueWall
|
32d58d6e3e
Telehub Support:
|
13 years ago |
BlueWall
|
b6f3de5028
Telehub Support:
|
13 years ago |
Dan Lake
|
94dc7d07eb
Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to
|
13 years ago |
Dan Lake
|
b98613091c
Added new ForEachRootScenePresence to Scene since almost every delegate passed to ForEachScenePresence checks for !IsChildAgent first. It consolidates child and root handling for coming refactors.
|
13 years ago |
Justin Clark-Casey (justincc)
|
294120c9d3
comment out some recent terrain texture logging
|
13 years ago |
Justin Clark-Casey (justincc)
|
086bf9f15d
Save the default terrain texture UUIDs for a new region instead of leaving them as UUID.Zero.
|
13 years ago |
Justin Clark-Casey (justincc)
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
13 years ago |
E. Allen Soard
|
44e43d9d24
Added MaxAgents configuration option to RegionConfig.ini allowing region hosters to setup regions maintaining more control over system resources.
|
13 years ago |
Justin Clark-Casey (justincc)
|
6613daa82a
Add a regression test for rezzing a single object into a scene from user inventory
|
13 years ago |