aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorRobert.Adams2011-07-22 10:22:21 -0700
committerDan Lake2011-07-22 10:23:40 -0700
commit5ffec1cd648bc8dcc333fc528707c09bb8dce27d (patch)
treea9c6be19df834d4d53eeff7dec267b75d4c7bacb /bin
parentMerge branch 'master' into bulletsim (diff)
downloadopensim-SC_OLD-5ffec1cd648bc8dcc333fc528707c09bb8dce27d.zip
opensim-SC_OLD-5ffec1cd648bc8dcc333fc528707c09bb8dce27d.tar.gz
opensim-SC_OLD-5ffec1cd648bc8dcc333fc528707c09bb8dce27d.tar.bz2
opensim-SC_OLD-5ffec1cd648bc8dcc333fc528707c09bb8dce27d.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-xbin/BulletSim-x86_64.dllbin0 -> 754176 bytes
-rwxr-xr-xbin/BulletSim.dllbin652800 -> 654336 bytes
-rwxr-xr-xbin/OpenSim.Region.Physics.BulletSPlugin.dll.config6
-rwxr-xr-xbin/libBulletSim.sobin1747634 -> 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