aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-23 23:57:54 +0000
committerTeravus Ovares2008-01-23 23:57:54 +0000
commitf0811e48009b172952f4a3205d799112c715d2c8 (patch)
treebb5902bbd9502cb4ea4fe336a5f762cb080b978b /OpenSim/Region/Environment/Scenes
parent* Added ReadEtcIssue to Util (diff)
downloadopensim-SC_OLD-f0811e48009b172952f4a3205d799112c715d2c8.zip
opensim-SC_OLD-f0811e48009b172952f4a3205d799112c715d2c8.tar.gz
opensim-SC_OLD-f0811e48009b172952f4a3205d799112c715d2c8.tar.bz2
opensim-SC_OLD-f0811e48009b172952f4a3205d799112c715d2c8.tar.xz
* This update updates ODE to again use the AMotor to keep the avatar upright instead of the 'avatar wobble' This also uses a hack to detect debian and change the force applied by the AMotor to a different value for Debian. The intent of this all is to get the avatar to stand up in Debian with the AMotor.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index c1c6fe9..6defe30 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -280,14 +280,6 @@ namespace OpenSim.Region.Environment.Scenes
280 280
281 m_statsReporter = new SimStatsReporter(regInfo); 281 m_statsReporter = new SimStatsReporter(regInfo);
282 m_statsReporter.OnSendStatsResult += SendSimStatsPackets; 282 m_statsReporter.OnSendStatsResult += SendSimStatsPackets;
283 MainLog.Instance.Verbose("PLATFORM", System.Environment.OSVersion.Platform.ToString());
284 MainLog.Instance.Verbose("PLATFORM", System.Environment.OSVersion.ToString());
285 string etcreturn = Util.ReadEtcIssue();
286 if (etcreturn.Contains("Debian"))
287 {
288 MainLog.Instance.Verbose("PLATFORM", "Found Debian!");
289 }
290
291 } 283 }
292 284
293 #endregion 285 #endregion