diff options
author | Melanie | 2011-11-05 11:05:32 +0000 |
---|---|---|
committer | Melanie | 2011-11-05 11:05:32 +0000 |
commit | 2cf6172689fd67d969c368fe397700ded23572fd (patch) | |
tree | 252883c9250264cc914a8e41935e47a03ae50fb1 /OpenSim/Region/Physics | |
parent | Merge branch 'master' into bigmerge (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-2cf6172689fd67d969c368fe397700ded23572fd.zip opensim-SC-2cf6172689fd67d969c368fe397700ded23572fd.tar.gz opensim-SC-2cf6172689fd67d969c368fe397700ded23572fd.tar.bz2 opensim-SC-2cf6172689fd67d969c368fe397700ded23572fd.tar.xz |
Merge branch 'master' into bigmerge
Conflicts:
OpenSim/Region/Framework/Scenes/ScenePresence.cs
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 19d87c2..3630510 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -1269,7 +1269,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1269 | // m_taintForce = Vector3.Zero. Need to lock ProcessTaints() when we set a new tainted force. | 1269 | // m_taintForce = Vector3.Zero. Need to lock ProcessTaints() when we set a new tainted force. |
1270 | doForce(m_taintForce); | 1270 | doForce(m_taintForce); |
1271 | } | 1271 | } |
1272 | 1272 | ||
1273 | m_taintForce = Vector3.Zero; | 1273 | m_taintForce = Vector3.Zero; |
1274 | } | 1274 | } |
1275 | 1275 | ||
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 6e34811..ffd6dc0 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -2250,7 +2250,10 @@ Console.WriteLine(" JointCreateFixed"); | |||
2250 | { | 2250 | { |
2251 | if (!m_isSelected) | 2251 | if (!m_isSelected) |
2252 | { | 2252 | { |
2253 | // Not sure exactly why this sleep is here, but from experimentation it appears to stop an avatar | ||
2254 | // walking through a default rez size prim if it keeps kicking it around - justincc. | ||
2253 | Thread.Sleep(20); | 2255 | Thread.Sleep(20); |
2256 | |||
2254 | if (IsPhysical) | 2257 | if (IsPhysical) |
2255 | { | 2258 | { |
2256 | if (Body != IntPtr.Zero) | 2259 | if (Body != IntPtr.Zero) |