From f0811e48009b172952f4a3205d799112c715d2c8 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 23 Jan 2008 23:57:54 +0000 Subject: * 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. --- OpenSim/Region/Environment/Scenes/Scene.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'OpenSim/Region/Environment') 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 m_statsReporter = new SimStatsReporter(regInfo); m_statsReporter.OnSendStatsResult += SendSimStatsPackets; - MainLog.Instance.Verbose("PLATFORM", System.Environment.OSVersion.Platform.ToString()); - MainLog.Instance.Verbose("PLATFORM", System.Environment.OSVersion.ToString()); - string etcreturn = Util.ReadEtcIssue(); - if (etcreturn.Contains("Debian")) - { - MainLog.Instance.Verbose("PLATFORM", "Found Debian!"); - } - } #endregion -- cgit v1.1