From 64cf75866e2b555d4d006500f891ba38a8f64bf9 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 18 Aug 2014 15:52:49 -0700 Subject: BulletSim: Windows and Linux 32 and 64 bit versions of Bullet 2.82 --- bin/lib32/BulletSim.dll | Bin 1094144 -> 1337344 bytes bin/lib32/libBulletSim.so | Bin 2337209 -> 2310752 bytes bin/lib64/BulletSim.dll | Bin 1231360 -> 1546240 bytes bin/lib64/libBulletSim.so | Bin 2523676 -> 2474237 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin') diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll index ee7cce7..e1bffeb 100755 Binary files a/bin/lib32/BulletSim.dll and b/bin/lib32/BulletSim.dll differ diff --git a/bin/lib32/libBulletSim.so b/bin/lib32/libBulletSim.so index ee2bd80..f409363 100755 Binary files a/bin/lib32/libBulletSim.so and b/bin/lib32/libBulletSim.so differ diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index b4c4bec..7b76d1d 100755 Binary files a/bin/lib64/BulletSim.dll and b/bin/lib64/BulletSim.dll differ diff --git a/bin/lib64/libBulletSim.so b/bin/lib64/libBulletSim.so index 9c4033b..827571f 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 28ef6f83fc063bfbc8b68a8463be82e721248c8d Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Thu, 21 Aug 2014 06:35:27 -0700 Subject: Fix typo in OpenSimDefaults.ini comment --- bin/OpenSimDefaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 348aaa2..2cd32c6 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1021,7 +1021,7 @@ ; BulletEngine = "bulletxna" ; BulletSim can run on its own thread independent of the simulator's heartbeat - ; thread. Enabling this will nto let the physics engine slow down avatar movement, etc. + ; thread. Enabling this will not let the physics engine slow down avatar movement, etc. UseSeparatePhysicsThread = false ; Terrain implementation can use either Bullet's heightField or BulletSim can build -- cgit v1.1