Justin Clark-Casey (justincc)
|
b1c26a56b3
Fix an issue where under teleport v2 protocol, teleporting from regions in an line from A->B->C would not close region A when reaching C
|
11 years ago |
Melanie
|
81d8deb1a8
Send up the part missing from the Avination Estate commit.
|
11 years ago |
Melanie
|
4c83b5e719
Step one of estate settings sharing - port the Avination Estate module (complete module) as changes are too extensive to apply manually
|
11 years ago |
Justin Clark-Casey (justincc)
|
a16ae5d7e3
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 |
Oren Hurvitz
|
1a6694b264
Fixed several problems with the Sun: some settings didn't work, or were inconsistently used. - The sun position is always calculated by combining the sun settings in the Region and Estate. This fixes the problem that 'UseEstateSun' didn't work. - To remove ambiguity, the EstateToolsSunUpdate event no longer accepts the sun's position as parameters. That's because the position is always calculated from the Region and Estate settings. - Use only the 'FixedSun' flag to determine whether the sun is fixed; not the 'UseGlobalTime' flag. - Don't change the region's 'SunPosition' field according to the sun's position: this field is used only to set the position when using a FixedSun. (The 'SunVector' field does get updated according to the sun's position in the sky)
|
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
|
12 years ago |
Melanie
|
0d2e02efb1
Reverse the spawn point distance vector
|
12 years ago |
Melanie
|
c0e1784e86
Correct a coordinate to make the viewer like it
|
12 years ago |
Melanie
|
87799c1f3d
Change Telehubs to store only the data that is really needed and not
|
12 years ago |
Melanie
|
68365c20c0
Move Telehub tables and data from EstateSettings to RegionSettings.
|
12 years ago |
BlueWall
|
32d58d6e3e
Telehub Support:
|
12 years ago |
BlueWall
|
b6f3de5028
Telehub Support:
|
12 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 |