From 288411222755afaeb7e7a9a56c106f60edfa2506 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 7 Nov 2007 22:22:32 +0000 Subject: move Sun into a Region Module, pass 1. Currently this works fine with a fixed 30 minute day and the sun going East -> West again. It gets rid of super noon as well. It's a bit debug heavy right now, which I'll clean up tomorrow. I also plan to make time progression configurable in OpenSim.ini, but that will be tomorrow. --- OpenSim/Region/Environment/Scenes/ScenePresence.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs') diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index b08f39f..789bd68 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs @@ -855,7 +855,8 @@ namespace OpenSim.Region.Environment.Scenes { SendOwnWearables( ); m_scene.SendAllSceneObjectsToClient(this); - m_controllingClient.SendViewerTime(m_scene.TimePhase); + // TODO: remove this once the SunModule is slightly more tested + // m_controllingClient.SendViewerTime(m_scene.TimePhase); } /// -- cgit v1.1