diff options
author | Dan Lake | 2011-07-22 10:22:21 -0700 |
---|---|---|
committer | Dan Lake | 2011-07-22 10:22:21 -0700 |
commit | fa696c2eb24d80462ac28ff69b497c452a2eb00d (patch) | |
tree | a9c6be19df834d4d53eeff7dec267b75d4c7bacb /bin | |
parent | Merge branch 'master' into bulletsim (diff) | |
download | opensim-SC_OLD-fa696c2eb24d80462ac28ff69b497c452a2eb00d.zip opensim-SC_OLD-fa696c2eb24d80462ac28ff69b497c452a2eb00d.tar.gz opensim-SC_OLD-fa696c2eb24d80462ac28ff69b497c452a2eb00d.tar.bz2 opensim-SC_OLD-fa696c2eb24d80462ac28ff69b497c452a2eb00d.tar.xz |
Pass collisions and updates in pinned memory (saves marshaling).
Fix folding feet by using collision normals.
Add constraint specification.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/BulletSim-x86_64.dll | bin | 0 -> 754176 bytes | |||
-rwxr-xr-x | bin/BulletSim.dll | bin | 652800 -> 654336 bytes | |||
-rwxr-xr-x | bin/OpenSim.Region.Physics.BulletSPlugin.dll.config | 6 | ||||
-rwxr-xr-x | bin/libBulletSim.so | bin | 1747634 -> 1734582 bytes |
4 files changed, 6 insertions, 0 deletions
diff --git a/bin/BulletSim-x86_64.dll b/bin/BulletSim-x86_64.dll new file mode 100755 index 0000000..6370984 --- /dev/null +++ b/bin/BulletSim-x86_64.dll | |||
Binary files differ | |||
diff --git a/bin/BulletSim.dll b/bin/BulletSim.dll index 2e6501c..2918130 100755 --- a/bin/BulletSim.dll +++ b/bin/BulletSim.dll | |||
Binary files differ | |||
diff --git a/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config new file mode 100755 index 0000000..e521493 --- /dev/null +++ b/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config | |||
@@ -0,0 +1,6 @@ | |||
1 | <configuration> | ||
2 | <dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" /> | ||
3 | <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" /> | ||
4 | <dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="libBulletSim" /> | ||
5 | <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="libBulletSim-x86_64" /> | ||
6 | </configuration> | ||
diff --git a/bin/libBulletSim.so b/bin/libBulletSim.so index 537a5e2..56c4103 100755 --- a/bin/libBulletSim.so +++ b/bin/libBulletSim.so | |||
Binary files differ | |||