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)
|
vor 12 Jahren |
Diva Canto
|
608444c9f7
Another 21 modules' directives moved out of .addin.xml
|
vor 12 Jahren |
Diva Canto
|
19aab3e6fe
Converted the WindModule to the new region module interface (38 to go). Also added both the WindModule and the SunModule to the Plugin manifest.
|
vor 12 Jahren |
Diva Canto
|
7dfd1468cc
Converted the SunModule to the new region module interface. (39 to go...)
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
vor 12 Jahren |
Dan Lake
|
94dc7d07eb
Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to
|
vor 13 Jahren |
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.
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
f58941e89f
Make the "All Estates" option work from the client (this makes chosen changes to all the estates that the user owns).
|
vor 13 Jahren |
Jeff Ames
|
a331fd4e24
Formatting cleanup.
|
vor 14 Jahren |
Dan Lake
|
859bc717a4
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
vor 14 Jahren |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
vor 15 Jahren |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
vor 15 Jahren |
Melanie Thielker
|
c6da0fda58
Thank you, mcortez, for patch to add functionality to the sun module.
|
vor 15 Jahren |
Melanie Thielker
|
ddbf81fa07
Thank you, mcortez, for a patch that fixes a number of long standing
|
vor 15 Jahren |
Sean Dague
|
5959e42683
large scale fix for svn props after "the great refactor"
|
vor 15 Jahren |
lbsa71
|
801da4346a
* optimized usings.
|
vor 15 Jahren |
Dr Scofield
|
180be7de07
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
|
vor 15 Jahren |