diff options
author | Robert Adams | 2012-08-02 16:30:23 -0700 |
---|---|---|
committer | Robert Adams | 2012-08-02 16:30:23 -0700 |
commit | 8b04e8a297054a2c16978a1ee3c92460c11eaccc (patch) | |
tree | 9a0ace6f6d4bf15753c4e96e1d077abfe684f459 /OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |
parent | minor: Comment out "Deleting asset" log messages for now (diff) | |
download | opensim-SC-8b04e8a297054a2c16978a1ee3c92460c11eaccc.zip opensim-SC-8b04e8a297054a2c16978a1ee3c92460c11eaccc.tar.gz opensim-SC-8b04e8a297054a2c16978a1ee3c92460c11eaccc.tar.bz2 opensim-SC-8b04e8a297054a2c16978a1ee3c92460c11eaccc.tar.xz |
BulletSim: Debugging log statements added. Reduced size of updata buffer trying to find a corrupted memory problem. Update DLL and SO.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs index a4ab702..ebfd85b 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |||
@@ -1331,13 +1331,15 @@ public sealed class BSPrim : PhysicsActor | |||
1331 | 1331 | ||
1332 | base.RequestPhysicsterseUpdate(); | 1332 | base.RequestPhysicsterseUpdate(); |
1333 | } | 1333 | } |
1334 | /* | ||
1334 | else | 1335 | else |
1335 | { | 1336 | { |
1336 | // For debugging, we can also report the movement of children | 1337 | // For debugging, we also report the movement of children |
1337 | DetailLog("{0},UpdateProperties,child,pos={1},orient={2},vel={3},accel={4},rotVel={5}", | 1338 | DetailLog("{0},UpdateProperties,child,pos={1},orient={2},vel={3},accel={4},rotVel={5}", |
1338 | LocalID, entprop.Position, entprop.Rotation, entprop.Velocity, | 1339 | LocalID, entprop.Position, entprop.Rotation, entprop.Velocity, |
1339 | entprop.Acceleration, entprop.RotationalVelocity); | 1340 | entprop.Acceleration, entprop.RotationalVelocity); |
1340 | } | 1341 | } |
1342 | */ | ||
1341 | } | 1343 | } |
1342 | 1344 | ||
1343 | // I've collided with something | 1345 | // I've collided with something |