aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-12-07 00:53:47 +0000
committerJustin Clark-Casey (justincc)2012-12-07 00:53:47 +0000
commit4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b (patch)
tree1b6caf8b4ea59add539d889252953a0748675cc9 /OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
parentUse a thread abort safe version of OpenMetaverse.DoubleDictionary with the ai... (diff)
parentBulletSim: update DLLs and SOs with vehicle collision event check (diff)
downloadopensim-SC_OLD-4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b.zip
opensim-SC_OLD-4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b.tar.gz
opensim-SC_OLD-4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b.tar.bz2
opensim-SC_OLD-4e622f6816b8ecc2d3ccba8ce69a2a65e2dc909b.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
index a5acfd1..2671995 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
@@ -360,6 +360,7 @@ public enum CollisionFlags : uint
360 // Following used by BulletSim to control collisions and updates 360 // Following used by BulletSim to control collisions and updates
361 BS_SUBSCRIBE_COLLISION_EVENTS = 1 << 10, 361 BS_SUBSCRIBE_COLLISION_EVENTS = 1 << 10,
362 BS_FLOATS_ON_WATER = 1 << 11, 362 BS_FLOATS_ON_WATER = 1 << 11,
363 BS_VEHICLE_COLLISIONS = 1 << 12,
363 BS_NONE = 0, 364 BS_NONE = 0,
364 BS_ALL = 0xFFFFFFFF, 365 BS_ALL = 0xFFFFFFFF,
365 366