* 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.

This commit is contained in:
Teravus Ovares
2008-01-23 23:57:54 +00:00
parent 09a616e1ea
commit f0811e4800
2 changed files with 38 additions and 34 deletions

View File

@@ -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