aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/LightShare (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-11moving windlight-sources to correct namespace-named folder (world); add ↵PixelTomsen2-524/+0
LightShare as Interface Signed-off-by: Diva Canto <diva@metaverseink.com>
2012-11-11One more module converted: LightShareModule.Diva Canto1-38/+55
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: ↵PixelTomsen1-0/+224
includes database region store migrations for mssql, mysql, sqlite enable/disable this module: Cap_EnvironmentSettings = "localhost" (for enable) Cap_EnvironmentSettings = "" (for disable) at ClientStack.LindenCaps section (OpenSimDefaults.ini file) or owerwrite in OpenSim.ini mantis: http://opensimulator.org/mantis/view.php?id=5860 Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2011-12-28Introduce a LightShare kill packet ans send it when needed. Currently onlyMelanie1-5/+12
understood by AVN v0.3
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-34/+15
the 3 iteration functions so more of them are using the correct iteration for the action they are performing. The 3 iterators that seem to fit all actions within OpenSim at this time are: ForEachAvatar: Perform an action on all avatars (root presences) ForEachClient: Perform an action on all clients (root or child clients) ForEachRootClient: Perform an action on all clients that have an avatar There are still a dozen places or so calling the old ForEachScenePresence that will take a little more refactoring to eliminate.
2011-03-21Don't send a windlight profile to clients if windlight is not set forMelanie1-2/+2
that region. This should restore normal day and night cycles for regions without WL settings.
2011-03-17Thanks Kevin Cozens for a patch that:BlueWall1-2/+2
Fixes several spelling mistakes
2010-11-03When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie1-1/+2
midday defaults when no specific LightShare profile is set. This prevents LightShare info being send out when the region has no LightShare profile, allowing normal day/night cycles to happen.
2010-10-05Make windlight set the default environment on startBlueWall1-0/+1
2010-03-31Add missing licenses. Change relicensed LightShare module to proper BSDMelanie1-4/+23
licensing.
2010-03-31Adding the LightShare module and scripting API. This code was written byMelanie1-0/+274
TomMeta and was contributed by Meta7.