aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
authorCharles Krinke2009-02-22 20:52:55 +0000
committerCharles Krinke2009-02-22 20:52:55 +0000
commit8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49 (patch)
tree96a24a49de82056060dd9b7bab0cb209d5f1a129 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
parentAllow delivery of object messages gridwide (diff)
downloadopensim-SC_OLD-8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49.zip
opensim-SC_OLD-8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49.tar.gz
opensim-SC_OLD-8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49.tar.bz2
opensim-SC_OLD-8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49.tar.xz
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index bfb9b1a..6d07b92 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -2507,7 +2507,7 @@ namespace OpenSim.Region.Physics.OdePlugin
2507 } 2507 }
2508 else 2508 else
2509 { 2509 {
2510 //System.Console.WriteLine(Math.Abs(m_lastposition.X - l_position.X).ToString()); 2510 //m_log.Debug(Math.Abs(m_lastposition.X - l_position.X).ToString());
2511 _zeroFlag = false; 2511 _zeroFlag = false;
2512 } 2512 }
2513 2513
@@ -2569,7 +2569,7 @@ namespace OpenSim.Region.Physics.OdePlugin
2569 m_rotationalVelocity.setValues(rotvel.X, rotvel.Y, rotvel.Z); 2569 m_rotationalVelocity.setValues(rotvel.X, rotvel.Y, rotvel.Z);
2570 } 2570 }
2571 2571
2572 //System.Console.WriteLine("ODE: " + m_rotationalVelocity.ToString()); 2572 //m_log.Debug("ODE: " + m_rotationalVelocity.ToString());
2573 _orientation.X = ori.X; 2573 _orientation.X = ori.X;
2574 _orientation.Y = ori.Y; 2574 _orientation.Y = ori.Y;
2575 _orientation.Z = ori.Z; 2575 _orientation.Z = ori.Z;