aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/LightShare (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-05-271-0/+224
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
| * Environment Module - allows Environment settings for Viewer3 warning: ↵PixelTomsen2012-05-231-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>
| * Introduce a LightShare kill packet ans send it when needed. Currently onlyMelanie2011-12-281-5/+12
| | | | | | | | understood by AVN v0.3
* | Introduce a LightShare kill packet ans send it when needed. Currently onlyMelanie2011-12-241-5/+12
| | | | | | | | understood by AVN v0.3
* | Merge branch 'master' into bigmergeMelanie2011-11-041-34/+15
|\ \ | |/ | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs OpenSim/Region/CoreModules/LightShare/LightShareModule.cs OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs
| * Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-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.
| * Don't send a windlight profile to clients if windlight is not set forMelanie2011-03-211-2/+2
| | | | | | | | | | that region. This should restore normal day and night cycles for regions without WL settings.
* | Stop displaying "Sending windowslig profile to client" when WL is disabledMelanie2011-07-051-1/+2
| | | | | | | | or there is no valid WL for that region.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-211-2/+2
|\ \ | |/
| * Thanks Kevin Cozens for a patch that:BlueWall2011-03-171-2/+2
| | | | | | | | Fixes several spelling mistakes
* | Don't send a windlight profile to clients if windlight is not set forMelanie2011-03-211-2/+2
|/ | | | | that region. This should restore normal day and night cycles for regions without WL settings.
* When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie2010-11-031-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.
* Make windlight set the default environment on startBlueWall2010-10-051-0/+1
|
* Add missing licenses. Change relicensed LightShare module to proper BSDMelanie2010-03-311-4/+23
| | | | licensing.
* Adding the LightShare module and scripting API. This code was written byMelanie2010-03-311-0/+274
TomMeta and was contributed by Meta7.