From 0ef64fbe03a0872c9ae55d615b85fb9a24bbc820 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 18 Feb 2012 02:46:07 +0000 Subject: Actually add the Windows 64-bit ode.dll file. This might be why it didn't work. --- bin/lib64/ode.dll | Bin 0 -> 656384 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib64/ode.dll (limited to 'bin/lib64') diff --git a/bin/lib64/ode.dll b/bin/lib64/ode.dll new file mode 100755 index 0000000..df3a6c4 Binary files /dev/null and b/bin/lib64/ode.dll differ -- cgit v1.1 From 68a4ef5ef62aef3d5e1ec5c20b03b3b4fa51743b Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 02:52:20 +0000 Subject: Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process. --- bin/lib64/sqlite3.dll | Bin 0 -> 618496 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib64/sqlite3.dll (limited to 'bin/lib64') diff --git a/bin/lib64/sqlite3.dll b/bin/lib64/sqlite3.dll new file mode 100755 index 0000000..dadf7dd Binary files /dev/null and b/bin/lib64/sqlite3.dll differ -- cgit v1.1 From 1b906ef2addd966242d5f3a0bae274022257eee2 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 03:24:01 +0000 Subject: Replace win 64-bit sqlite3.dll with another version, though I suspect this one won't work either. --- bin/lib64/sqlite3.dll | Bin 618496 -> 613888 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/sqlite3.dll b/bin/lib64/sqlite3.dll index dadf7dd..3682eee 100755 Binary files a/bin/lib64/sqlite3.dll and b/bin/lib64/sqlite3.dll differ -- cgit v1.1 From a15b00d3ef6a082c1cd6e49ef648654daf28c4d4 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 04:01:27 +0000 Subject: Replace previous windows 64-bit sqlite3.dll with one from http://system.data.sqlite.org/downloads/1.0.79.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.79.0.zip In this zip, it's called System.Data.SQLite.dll. We rename it to lib64/sqlite3.dll This is a little unexpected but it works. For some reason my hand-rolled one in Visual Studio 2008 did not. This is sqlite 3.7.10. Other libraries are still currently 3.7.6 but this should make no difference. This should make it possible to use OpenSim.exe on 64-bit Windows now, though currently the bullet physics plugin will still complain (can be ignored if you are not using bullet). --- bin/lib64/sqlite3.dll | Bin 613888 -> 1083392 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/sqlite3.dll b/bin/lib64/sqlite3.dll index 3682eee..815c4d3 100755 Binary files a/bin/lib64/sqlite3.dll and b/bin/lib64/sqlite3.dll differ -- cgit v1.1 From daee2eda93c3135964784417f81c5cb4ce52871f Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 04:10:39 +0000 Subject: Load 32-bit or 64-bit BulletSim Windows library automatically as appropriate. This uses the same approach as ODE. radams, if this doesn't work for you please feel free to revert. --- bin/lib64/BulletSim-x86_64.dll | Bin 0 -> 768000 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib64/BulletSim-x86_64.dll (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim-x86_64.dll b/bin/lib64/BulletSim-x86_64.dll new file mode 100755 index 0000000..ec21dfe Binary files /dev/null and b/bin/lib64/BulletSim-x86_64.dll differ -- cgit v1.1 From a27e5a9c956be2150d52340543b5eec74a76f28d Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 04:12:17 +0000 Subject: Both 32-bit and 64-bit BulletSim.dll must have the same name. Rename the 64 bit one in lib64 --- bin/lib64/BulletSim-x86_64.dll | Bin 768000 -> 0 bytes bin/lib64/BulletSim.dll | Bin 0 -> 768000 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/lib64/BulletSim-x86_64.dll create mode 100755 bin/lib64/BulletSim.dll (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim-x86_64.dll b/bin/lib64/BulletSim-x86_64.dll deleted file mode 100755 index ec21dfe..0000000 Binary files a/bin/lib64/BulletSim-x86_64.dll and /dev/null differ diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll new file mode 100755 index 0000000..ec21dfe Binary files /dev/null and b/bin/lib64/BulletSim.dll differ -- cgit v1.1 From 6138662716f8fe10738f0da0b19fc9b52ee610e2 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 25 Feb 2012 03:25:56 +0000 Subject: Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. --- bin/lib64/libode-x86_64.so | Bin 0 -> 5546089 bytes bin/lib64/libode.dylib | Bin 0 -> 2916380 bytes bin/lib64/libsqlite3.dylib | Bin 0 -> 2175300 bytes bin/lib64/libsqlite3_64.so | Bin 0 -> 783200 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bin/lib64/libode-x86_64.so create mode 100644 bin/lib64/libode.dylib create mode 100755 bin/lib64/libsqlite3.dylib create mode 100755 bin/lib64/libsqlite3_64.so (limited to 'bin/lib64') diff --git a/bin/lib64/libode-x86_64.so b/bin/lib64/libode-x86_64.so new file mode 100644 index 0000000..9c3070a Binary files /dev/null and b/bin/lib64/libode-x86_64.so differ diff --git a/bin/lib64/libode.dylib b/bin/lib64/libode.dylib new file mode 100644 index 0000000..958d202 Binary files /dev/null and b/bin/lib64/libode.dylib differ diff --git a/bin/lib64/libsqlite3.dylib b/bin/lib64/libsqlite3.dylib new file mode 100755 index 0000000..94dcca8 Binary files /dev/null and b/bin/lib64/libsqlite3.dylib differ diff --git a/bin/lib64/libsqlite3_64.so b/bin/lib64/libsqlite3_64.so new file mode 100755 index 0000000..2646a9c Binary files /dev/null and b/bin/lib64/libsqlite3_64.so differ -- cgit v1.1 From 4a5f9fe6a20a17917da4a55f043aed5f161ec025 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 25 Feb 2012 04:26:32 +0000 Subject: Move libopenjpeg native libraries into lib32 and lib64 as appropriate. --- .../libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so | Bin 0 -> 142616 bytes bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib | Bin 0 -> 125136 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so create mode 100644 bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib (limited to 'bin/lib64') diff --git a/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so new file mode 100644 index 0000000..be11bb4 Binary files /dev/null and b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so differ diff --git a/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib new file mode 100644 index 0000000..dc50775 Binary files /dev/null and b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib differ -- cgit v1.1 From 6c504426252668a7d366705e49ca1ba642367412 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 16 Mar 2012 14:05:01 -0700 Subject: BulletSim: update BulletSim.dll to Bullet 2.80 and add libBulletSim.so to the new lib32 and lib64 binary directories --- bin/lib64/BulletSim.dll | Bin 768000 -> 773632 bytes bin/lib64/libBulletSim.so | Bin 0 -> 684103 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib64/libBulletSim.so (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index ec21dfe..f922ccc 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 new file mode 100755 index 0000000..c0c859f Binary files /dev/null and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 2f6e8564fe01a4a6421fdda5acdf41aef99cce8a Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 21 Mar 2012 17:24:17 -0700 Subject: BulletSim: add updated (but not working) BulletSim dlls --- bin/lib64/BulletSim.dll | Bin 773632 -> 684544 bytes bin/lib64/libBulletSim.so | Bin 684103 -> 684103 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index f922ccc..b8a4ed0 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 c0c859f..3ee7cbf 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 3691e39178ccc569ee96fdeeefe16324c779f127 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 26 Mar 2012 08:48:51 -0700 Subject: BulletSim: update BulletSim.dll and libBulletSim.so with latest versions --- bin/lib64/BulletSim.dll | Bin 684544 -> 685056 bytes bin/lib64/libBulletSim.so | Bin 684103 -> 688874 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index b8a4ed0..db8530c 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 3ee7cbf..b2fd9d2 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 84c9bd52d3c2e01f1b385a6dd0fc4822a652867b Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 26 Mar 2012 13:48:15 -0700 Subject: BulletSim: update BulletSim binaries and configuration fixing a crash which happens when there are more than a few hundred physical objects. --- bin/lib64/BulletSim.dll | Bin 685056 -> 686080 bytes bin/lib64/libBulletSim.so | Bin 688874 -> 688866 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index db8530c..9f09ef8 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 b2fd9d2..fa47bf1 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 41388804646c4d4b375d28db891a603cefa1c48c Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 28 Mar 2012 15:36:20 -0700 Subject: BulletSim: update 64 bit libraries and change Linux configuration to use the files in the lib32 and lib64 directories as needed. --- bin/lib64/BulletSim.dll | Bin 686080 -> 686080 bytes bin/lib64/libBulletSim.so | Bin 688866 -> 2528521 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 9f09ef8..d9e5e89 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 fa47bf1..06770a4 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From af9d8de515ff0043d2c19b67a2ce9040b462d12e Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 6 Jul 2012 15:56:35 -0700 Subject: BulletSim: update the binaries to the current sources --- bin/lib64/BulletSim.dll | Bin 686080 -> 690688 bytes bin/lib64/libBulletSim.so | Bin 2528521 -> 2529000 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index d9e5e89..d91dac1 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 06770a4..891c956 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From b25d874afaa5a3111455b9e49a73343b3afd6f14 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 20 Jul 2012 15:34:19 -0700 Subject: BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs attempting to fix a mono compile error. --- bin/lib64/BulletSim.dll | Bin 690688 -> 694272 bytes bin/lib64/libBulletSim.so | Bin 2529000 -> 2545183 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index d91dac1..25b48c1 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 891c956..3d4b630 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From ac612e21050d35b55161b6f72703b6ecceb5d51d Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 20 Jul 2012 16:12:54 -0700 Subject: Update BulletSim DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 694272 -> 694272 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 25b48c1..9af5dab 100755 Binary files a/bin/lib64/BulletSim.dll and b/bin/lib64/BulletSim.dll differ -- cgit v1.1 From 892dd59b1314c251fb9929a33c067089c3b77e28 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 23 Jul 2012 16:38:31 -0700 Subject: BulletSim: update BulletSim.dlls and so's --- bin/lib64/BulletSim.dll | Bin 694272 -> 694272 bytes bin/lib64/libBulletSim.so | Bin 2545183 -> 2669479 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 9af5dab..2bd13b8 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 3d4b630..af3a078 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From c6d02801db2c60218960bf8dbfed0dafe3b02481 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 25 Jul 2012 16:29:51 -0700 Subject: BulletSim: update BulletSim DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 694272 -> 695296 bytes bin/lib64/libBulletSim.so | Bin 2669479 -> 2677809 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 2bd13b8..0924dd0 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 af3a078..70bcdb7 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From f9a8915cca710419847a8e0ea9c75f9a6a70daa6 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 31 Jul 2012 09:44:32 -0700 Subject: BulletSim: update the DLLs and SOs. This fixes the exception on shutdown --- bin/lib64/BulletSim.dll | Bin 695296 -> 696832 bytes bin/lib64/libBulletSim.so | Bin 2677809 -> 2678661 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 0924dd0..f51c978 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 70bcdb7..2476865 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From c51ef38e2d867d63d2d32b1a7d284033e60d9952 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 31 Jul 2012 16:22:50 -0700 Subject: BulletSim: fix problem where resizing a primary shape (cube or sphere) would not rebuild the physics mesh. Update the DLLs and SOs to latest version. --- bin/lib64/BulletSim.dll | Bin 696832 -> 683008 bytes bin/lib64/libBulletSim.so | Bin 2678661 -> 2516576 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index f51c978..300e4be 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 2476865..1acc0dd 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 8b04e8a297054a2c16978a1ee3c92460c11eaccc Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Thu, 2 Aug 2012 16:30:23 -0700 Subject: BulletSim: Debugging log statements added. Reduced size of updata buffer trying to find a corrupted memory problem. Update DLL and SO. --- bin/lib64/BulletSim.dll | Bin 683008 -> 684032 bytes bin/lib64/libBulletSim.so | Bin 2516576 -> 2540931 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 300e4be..6e8d6b4 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 1acc0dd..9363d1a 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From d5cd60131f07c383ac15b8d6e34db260bfb51d6c Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 3 Aug 2012 15:08:23 -0700 Subject: BulletSim: update DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 684032 -> 684032 bytes bin/lib64/libBulletSim.so | Bin 2540931 -> 2541764 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 6e8d6b4..a0e471f 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 9363d1a..c646383 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 4adb3471ac6e7710395a47d77aa8c1b3715a6c99 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 6 Aug 2012 12:55:52 -0700 Subject: BulletSim: update SOs and DLLs to run on more Linux versions. Correct multiple buoyancy settings when character flying. Remove chatty log message on prim destruction. --- bin/lib64/BulletSim.dll | Bin 684032 -> 684544 bytes bin/lib64/libBulletSim.so | Bin 2541764 -> 2542810 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index a0e471f..778e41a 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 c646383..a1a4716 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 19417fca41e59e931193ee99d3e4a12092488f1f Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 7 Aug 2012 17:15:06 -0700 Subject: BulletSim: Added avatar capsule scaling for size of avatar. This also fixes computation of avatar mass. Added parameter MaxPersistantManifoldPoolSize. Fixed a parameter setting bug which caused crashes of there were more than 400 or so physical objects. I tested up to 5000. Updated BulletSim DLLs and SOs. --- bin/lib64/BulletSim.dll | Bin 684544 -> 684544 bytes bin/lib64/libBulletSim.so | Bin 2542810 -> 2542786 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 778e41a..6fc68ab 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 a1a4716..7856358 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 3a55d5b123dabbea4decb373ef19e58577b2d11a Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 10 Aug 2012 16:34:22 -0700 Subject: BulletSim: actually update the DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 684544 -> 685056 bytes bin/lib64/libBulletSim.so | Bin 2542786 -> 2551398 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 6fc68ab..be191c0 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 7856358..fc51b39 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 9f83f4bfa322e693bc55e59e53666bf435d0745a Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 15 Aug 2012 12:06:25 -0700 Subject: BulletSim: update DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 685056 -> 706048 bytes bin/lib64/libBulletSim.so | Bin 2551398 -> 2599320 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index be191c0..c2a2bda 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 fc51b39..74d4f98 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From ae5db637f29dbc3fda49580f5a0f869d1b0b4958 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 15 Aug 2012 15:14:58 -0700 Subject: BulletSim: update DLLs and SOs to fix the problem with avatars jumping around at altitudes less than 25m. --- bin/lib64/BulletSim.dll | Bin 706048 -> 709632 bytes bin/lib64/libBulletSim.so | Bin 2599320 -> 2599546 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index c2a2bda..94dae95 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 74d4f98..52e9960 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 568de9313a9a9f04285a367cbad8c77a67f0d952 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 21 Aug 2012 20:55:48 -0700 Subject: BulletSim: update DLLs and SOs to eliminate terrain update crash which manifested itself on Linux. --- bin/lib64/BulletSim.dll | Bin 709632 -> 710144 bytes bin/lib64/libBulletSim.so | Bin 2599546 -> 2599821 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 94dae95..67d3f1c 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 52e9960..9a5c171 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 32b534f324c0d69b3b56746a07e80ab38d7dd546 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 31 Aug 2012 11:40:00 -0700 Subject: BulletSim: update the SOs and DLLs --- bin/lib64/BulletSim.dll | Bin 710144 -> 715264 bytes bin/lib64/libBulletSim.so | Bin 2599821 -> 2645594 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 67d3f1c..de9df08 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 9a5c171..aefab07 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From d8df2d6bed3b0c01600399e9a26bafc684ba361f Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 7 Sep 2012 16:03:15 -0700 Subject: BulletSim: update the DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 715264 -> 727552 bytes bin/lib64/libBulletSim.so | Bin 2645594 -> 2742386 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index de9df08..877ad4c 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 aefab07..a55e633 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From b602b476adafe8e6eab9ec257db029a3d05db224 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sat, 15 Sep 2012 15:36:13 -0700 Subject: BulletSim: update DLLs and SOs and remove some debugging code. --- bin/lib64/BulletSim.dll | Bin 727552 -> 731136 bytes bin/lib64/libBulletSim.so | Bin 2742386 -> 2750288 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 877ad4c..f01655b 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 a55e633..5302e29 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 95809cabd947dcbbc69526fec2ad05a10458ddd3 Mon Sep 17 00:00:00 2001 From: justincc Date: Tue, 18 Sep 2012 23:45:06 +0100 Subject: Update libopenmetaverse components to commit f5cecaa Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues. --- .../libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so | Bin 142616 -> 0 bytes bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib | Bin 125136 -> 0 bytes bin/lib64/libopenjpeg-dotnet-x86_64.so | Bin 0 -> 149392 bytes bin/lib64/libopenjpeg-dotnet.dylib | Bin 0 -> 147288 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so delete mode 100644 bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib create mode 100755 bin/lib64/libopenjpeg-dotnet-x86_64.so create mode 100755 bin/lib64/libopenjpeg-dotnet.dylib (limited to 'bin/lib64') diff --git a/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so deleted file mode 100644 index be11bb4..0000000 Binary files a/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so and /dev/null differ diff --git a/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib b/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib deleted file mode 100644 index dc50775..0000000 Binary files a/bin/lib64/libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib and /dev/null differ diff --git a/bin/lib64/libopenjpeg-dotnet-x86_64.so b/bin/lib64/libopenjpeg-dotnet-x86_64.so new file mode 100755 index 0000000..421dc56 Binary files /dev/null and b/bin/lib64/libopenjpeg-dotnet-x86_64.so differ diff --git a/bin/lib64/libopenjpeg-dotnet.dylib b/bin/lib64/libopenjpeg-dotnet.dylib new file mode 100755 index 0000000..18ca868 Binary files /dev/null and b/bin/lib64/libopenjpeg-dotnet.dylib differ -- cgit v1.1 From e50155ebca0538ddcbd579ef13feb6581e4220b8 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 19 Sep 2012 00:35:06 +0100 Subject: Downgrade libopenjpeg back to 1.3 from 1.5. This is because libopenjpeg 1.5 appears to require a minimum of glibc 2.14, whereas at least one fairly recent distro (openSUSE 11.4 from 2011-03-10) only has glibc Further investigation pending. --- bin/lib64/libopenjpeg-dotnet-x86_64.so | Bin 149392 -> 142616 bytes bin/lib64/libopenjpeg-dotnet.dylib | Bin 147288 -> 125136 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/libopenjpeg-dotnet-x86_64.so b/bin/lib64/libopenjpeg-dotnet-x86_64.so index 421dc56..be11bb4 100755 Binary files a/bin/lib64/libopenjpeg-dotnet-x86_64.so and b/bin/lib64/libopenjpeg-dotnet-x86_64.so differ diff --git a/bin/lib64/libopenjpeg-dotnet.dylib b/bin/lib64/libopenjpeg-dotnet.dylib index 18ca868..dc50775 100755 Binary files a/bin/lib64/libopenjpeg-dotnet.dylib and b/bin/lib64/libopenjpeg-dotnet.dylib differ -- cgit v1.1 From e50b6b5334270436ece8c2c5bdfe792395d044bf Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 20 Sep 2012 01:26:35 +0100 Subject: Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this time using lkalif's linux libraries built against a much earlier libc (2.7) --- bin/lib64/libopenjpeg-dotnet-x86_64.so | Bin 142616 -> 149368 bytes bin/lib64/libopenjpeg-dotnet.dylib | Bin 125136 -> 147288 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/libopenjpeg-dotnet-x86_64.so b/bin/lib64/libopenjpeg-dotnet-x86_64.so index be11bb4..7a9bdfc 100755 Binary files a/bin/lib64/libopenjpeg-dotnet-x86_64.so and b/bin/lib64/libopenjpeg-dotnet-x86_64.so differ diff --git a/bin/lib64/libopenjpeg-dotnet.dylib b/bin/lib64/libopenjpeg-dotnet.dylib index dc50775..18ca868 100755 Binary files a/bin/lib64/libopenjpeg-dotnet.dylib and b/bin/lib64/libopenjpeg-dotnet.dylib differ -- cgit v1.1 From 7f96bb601aeac97723d2b0a542d0ed5cded1b4fd Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 28 Sep 2012 12:51:47 -0700 Subject: BulletSim: update SOs and DLLs --- bin/lib64/BulletSim.dll | Bin 731136 -> 747008 bytes bin/lib64/libBulletSim.so | Bin 2750288 -> 2950520 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index f01655b..1782c8e 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 5302e29..06e6ce2 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From a5b8359b8ed3b02fc412643134b3006e9c27f246 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 2 Oct 2012 17:01:02 -0700 Subject: BulletSim: fix crash on load that showed up on 32bit Linux. --- bin/lib64/BulletSim.dll | Bin 747008 -> 747008 bytes bin/lib64/libBulletSim.so | Bin 2950520 -> 2950520 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 1782c8e..bfaabde 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 06e6ce2..54ddad9 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From b63134764fe51392d5e831dfb94b832b063aad9a Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Thu, 11 Oct 2012 13:59:53 -0700 Subject: BulletSim: update the DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 747008 -> 764416 bytes bin/lib64/libBulletSim.so | Bin 2950520 -> 3031989 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index bfaabde..e9e521a 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 54ddad9..cbf4f79 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 45df324ab383fa0b554854f3a46d5fb2dd8bf6ab Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 19 Oct 2012 15:47:51 -0700 Subject: Bulletsim: update DLLs and SOs. Brings C++ routine in sync with C# sources and fixes problem where BulletSim would crash on startup on 32 bit Linux. --- bin/lib64/BulletSim.dll | Bin 764416 -> 764416 bytes bin/lib64/libBulletSim.so | Bin 3031989 -> 3031835 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index e9e521a..acaa9c8 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 cbf4f79..996ea21 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From de47646c3de1fd56df71b700c817e67663e8a751 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 23 Oct 2012 17:34:14 -0700 Subject: BulletSim: update binaries with small change that insures that manual position/rotation setting results in an update event. --- bin/lib64/BulletSim.dll | Bin 764416 -> 764416 bytes bin/lib64/libBulletSim.so | Bin 3031835 -> 3031859 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index acaa9c8..936368a 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 996ea21..82fbad6 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From ccb17eab714428e5bcfab91a20203a23f84bc21e Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 1 Nov 2012 03:31:30 +0000 Subject: Replace the 64 bit macosx version of libopenjpeg-dotnet.dylib with a 32-bit version from libopenmetaverse commit 3731ee4 This is because macosx mono is 32-bit and this can't p/invoke 64-bit binaries. However, the reverse is also true. If OpenSimulator stops working for you then please complain! Long term alternative is probably to build a fat binary with both architectures. --- bin/lib64/libopenjpeg-dotnet.dylib | Bin 147288 -> 130560 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/libopenjpeg-dotnet.dylib b/bin/lib64/libopenjpeg-dotnet.dylib index 18ca868..91f7264 100755 Binary files a/bin/lib64/libopenjpeg-dotnet.dylib and b/bin/lib64/libopenjpeg-dotnet.dylib differ -- cgit v1.1 From 895d28f14dd2802a0af2349d8f7c34643a8dae06 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sat, 3 Nov 2012 21:28:23 -0700 Subject: BulletSim: update the DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 764416 -> 764928 bytes bin/lib64/libBulletSim.so | Bin 3031859 -> 3033275 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 936368a..701ee4c 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 82fbad6..cc839f6 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 6df9d40d9904afbfb327cbc07dcc75f3a6a820e2 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 6 Nov 2012 18:14:02 -0800 Subject: BulletSim: update the DLLs and SOs --- bin/lib64/BulletSim.dll | Bin 764928 -> 765440 bytes bin/lib64/libBulletSim.so | Bin 3033275 -> 3034072 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 701ee4c..1a07d6a 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 cc839f6..bbdd380 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 079a1e704fcaa9fddc9bb3de0a205969cba058bc Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 18 Nov 2012 18:17:30 -0800 Subject: BulletSim: remove the obsolete interface to the Bullet code. Update BulletSim libraries with code stripped of the obsolete code. --- bin/lib64/BulletSim.dll | Bin 765440 -> 699904 bytes bin/lib64/libBulletSim.so | Bin 3034072 -> 1844124 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 1a07d6a..5675ff3 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 bbdd380..49396a8 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 56ef180c92b33d1a0ce24990868253c96fd9fd84 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 21 Nov 2012 16:36:50 -0800 Subject: BulletSim: update DLLs and SOs. No functional changes. Only the parameter block format changed. --- bin/lib64/BulletSim.dll | Bin 699904 -> 699904 bytes bin/lib64/libBulletSim.so | Bin 1844124 -> 1844228 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 5675ff3..77cf7e3 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 49396a8..4ec62b2 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From bd635e264a594eafc60b15d2996957f4c228a7c9 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sat, 24 Nov 2012 20:25:54 -0800 Subject: BulletSim: update DLLs and SOs with new collision margin setting function. --- bin/lib64/BulletSim.dll | Bin 699904 -> 699904 bytes bin/lib64/libBulletSim.so | Bin 1844228 -> 1844588 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 77cf7e3..1861d6d 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 4ec62b2..e9b8845 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 24b3b4df2e1ef57c386583860e851a3e278c54cf Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 28 Nov 2012 08:10:32 -0800 Subject: BulletSim: update DLLs and SOs to remove simulator crash when calling SetInterpolationAngularVelocity. --- bin/lib64/BulletSim.dll | Bin 699904 -> 699904 bytes bin/lib64/libBulletSim.so | Bin 1844588 -> 1844572 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 1861d6d..27a807c 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 e9b8845..1e82b3d 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From b124aae05e6aeca02f692a7a5d96569b804612bd Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sat, 1 Dec 2012 15:39:13 -0800 Subject: BulletSim: Add DumpActivationInfo2 function. Change static objects from DISABLE_SIMULATION to ISLAND_SLEEPING. Update DLLs and SOs to add DumpActivationInfo2 function. --- bin/lib64/BulletSim.dll | Bin 699904 -> 700928 bytes bin/lib64/libBulletSim.so | Bin 1844572 -> 1846041 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 27a807c..9c90924 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 1e82b3d..4301d34 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 787636b97ac242c3a903664a2fe1f26ea8c0130a Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 3 Dec 2012 16:25:51 -0800 Subject: BulletSim: Reduce idle region physics overhead where there are MANY static objects by more restrictive selection of objects that collide with static objects. Rename collision mask fuctions from 'filter' to 'group' so it is clear what is being set. Rename BulletSimAPI.SetCollisionFilterMask() to SetCollisionGroupMask to match above. Restore passing of time step to linear and angular motion component routines. Use buffering vehicle physical parameter get/set routines consistantly. Make range enforcement clearer by using ClampInRange() function for parameter setting. Remove commented out experimental vehicle calculations. --- bin/lib64/BulletSim.dll | Bin 700928 -> 700928 bytes bin/lib64/libBulletSim.so | Bin 1846041 -> 1846064 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 9c90924..fc0fdca 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 4301d34..a1b099c 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 707e186aa32cb65b8ad396b7f03d8902eeac71c7 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Thu, 6 Dec 2012 09:34:30 -0800 Subject: BulletSim: update DLLs and SOs with vehicle collision event check --- bin/lib64/BulletSim.dll | Bin 700928 -> 702464 bytes bin/lib64/libBulletSim.so | Bin 1846064 -> 1859487 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index fc0fdca..75999f0 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 a1b099c..a8a4720 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 3d0fc708647ceb734385f90e2f22be9774e2171e Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 31 Dec 2012 16:22:45 -0800 Subject: BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate. Update BulletSim DLLs and SOs with simplier step function interface. --- bin/lib64/BulletSim.dll | Bin 702464 -> 702464 bytes bin/lib64/libBulletSim.so | Bin 1859487 -> 1859426 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 75999f0..0554e91 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 a8a4720..76c2945 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 9396ccc078516023d63b5a86b3262ff97a1e97fb Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 31 Dec 2012 16:54:39 -0800 Subject: BulletSim: eliminate the use of the unmanaged HeightMapInfo structure. Remove all related calls from the unmanaged and BSAPITemplate interfaces. Update DLLs and SOs to include the version without HeightMapInfo structures. --- bin/lib64/BulletSim.dll | Bin 702464 -> 700928 bytes bin/lib64/libBulletSim.so | Bin 1859426 -> 1857745 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 0554e91..674af3e 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 76c2945..14892a4 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 2eda385f5e72e165150d0925c56b1188c77cafe8 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 1 Jan 2013 20:26:31 -0800 Subject: BulletSim: add ResetBroadphasePool and ResetConstraintSolver diagnostic functions. If values set from console, the functions are called. Looking for why the collision pools fill up with unnecessary stuff. --- bin/lib64/BulletSim.dll | Bin 700928 -> 700928 bytes bin/lib64/libBulletSim.so | Bin 1857745 -> 1857493 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 674af3e..20eed6a 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 14892a4..5bb28ed 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 939340325396c80e8798ec43361ffd983ce325c9 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 6 Jan 2013 14:01:15 -0800 Subject: BulletSim: update DLLs and SOs with better debugging output. Add definition of hand crafted avatar mesh. Not used yet. Comments and cleanup. --- bin/lib64/BulletSim.dll | Bin 700928 -> 700928 bytes bin/lib64/libBulletSim.so | Bin 1857493 -> 1857493 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 20eed6a..7956447 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 5bb28ed..2ce7f77 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 459fcd81c9d6e7c92738b40f1b4b4fe746699379 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 11 Jan 2013 16:36:34 -0800 Subject: BulletSim: move center of gravity of linkset to its geometric center. Necessitated allowing simulator and physical position of a body to get out of sync since Bullet assumes that <0,0,0> is the center of mass. Update DLLs and SOs for the UpdateChildTransform so positions of individual prim in a linkset can be implemented. --- bin/lib64/BulletSim.dll | Bin 700928 -> 700416 bytes bin/lib64/libBulletSim.so | Bin 1857493 -> 1858627 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 7956447..d00549e 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 2ce7f77..b94e264 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 1c3d84fe03811aad3896031a6391bd37e140f80c Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 23 Jan 2013 16:14:15 -0800 Subject: BulletSim: pass up and report the real collision penetration. --- bin/lib64/BulletSim.dll | Bin 700416 -> 700416 bytes bin/lib64/libBulletSim.so | Bin 1858627 -> 1858716 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index d00549e..0a1faf3 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 b94e264..36674f0 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 2cd56014a7dfb93d450720278897fbd4b05a1e3e Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 28 Jan 2013 06:21:51 -0800 Subject: BulletSim: update Bullet with profiling disabled. This seems to fix the memory leak problem. --- bin/lib64/BulletSim.dll | Bin 700416 -> 693248 bytes bin/lib64/libBulletSim.so | Bin 1858716 -> 1834903 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 0a1faf3..5403913 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 36674f0..a695fa4 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From e9aff0a91d6a4d02498ce45759389bb09b34fcbc Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 28 Jan 2013 15:11:50 -0800 Subject: BulletSim: do not zero an avatar's standing velocity if it is standing on a moving object. Rearrange pre/post action subscription code to put more in locks. Add meshmerizer params to BulletSimTestUtil scene creation (and fix line endings). Rebuilt version of DLLs and SOs with cleaned up code and no profiling for sure. --- bin/lib64/BulletSim.dll | Bin 693248 -> 693248 bytes bin/lib64/libBulletSim.so | Bin 1834903 -> 1834927 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 5403913..808f433 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 a695fa4..9382751 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From ad438ee59fce1b262135ef0f7cd1213f3a79df50 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 3 Feb 2013 16:08:09 -0800 Subject: BulletSim: rework some parameter setting implementation moving functionality that was in BSScene to BSParam. Remove unused parameters that were passed to the unmanaged code. Update DLLs and SOs for the new param block. --- bin/lib64/BulletSim.dll | Bin 693248 -> 694272 bytes bin/lib64/libBulletSim.so | Bin 1834927 -> 1841657 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 808f433..ffcf7d0 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 9382751..e2fc8bd 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 36463612794f95776e8ddea14333827cbce35eff Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 5 Feb 2013 17:19:55 -0800 Subject: BulletSim: make removing zero width triangles from meshes optional and, for the moment, default to 'off'. --- bin/lib64/BulletSim.dll | Bin 694272 -> 694272 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index ffcf7d0..1c55b19 100755 Binary files a/bin/lib64/BulletSim.dll and b/bin/lib64/BulletSim.dll differ -- cgit v1.1 From 4808b8ee380d32c1b63654f9c0170a5f07b46bd0 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 8 Feb 2013 16:27:44 -0800 Subject: BulletSim: add parameter to set global contact breaking threshold. Update DLLs and SOs for setting same. --- bin/lib64/BulletSim.dll | Bin 694272 -> 694272 bytes bin/lib64/libBulletSim.so | Bin 1841657 -> 1842163 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 1c55b19..c9f5814 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 e2fc8bd..19fc7bf 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 0194a3d890b95c8a29fcdf130c378e3a8a629c77 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 12 Feb 2013 15:45:44 -0800 Subject: BulletSim: fix density since the simulator/viewer track density in a funny unit that is 100 times real density (default 1000). Fix avatar drifting slowly when stationary flying. Fix for physical prims getting corrected for being under terrain when it was just its geometric center that was below terrain. Add PreUpdatePropertyAction allowing plugable modifiction of phys parameters returned from Bullet. Fix an exception setting GravityMultiplier on initialization. Update DLLs and SOs for good measure (no functional change). --- bin/lib64/BulletSim.dll | Bin 694272 -> 694784 bytes bin/lib64/libBulletSim.so | Bin 1842163 -> 1843498 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index c9f5814..63ac1a9 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 19fc7bf..422681e 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 1d7276235ace0ed6b7701efa36a7fd7f1b552bab Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 17 Feb 2013 20:07:04 -0800 Subject: BulletSim: add calls for creating all the different Bullet constraint types. Updated the DLLs and SOs and code for BulletXNA to create the types. All the detailed control calls are not all in place yet. --- bin/lib64/BulletSim.dll | Bin 694784 -> 720896 bytes bin/lib64/libBulletSim.so | Bin 1843498 -> 1908442 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 63ac1a9..33c4d08 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 422681e..79207fe 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 17aef1c883aa81edba9a272e0a6897ad9a3a3983 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 1 Apr 2013 11:10:05 -0700 Subject: BulletSim: update unmanaged API for HACD parameter passing. Bullet HACD mesh to hull conversion calls in place but code not working. Update BulletSim DLLs and SOs for new API and HACD code. --- bin/lib64/BulletSim.dll | Bin 720896 -> 721920 bytes bin/lib64/libBulletSim.so | Bin 1908442 -> 1920169 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 33c4d08..dca7116 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 79207fe..b63feb3 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 59135c9a31875dc514b3ea2fe14021571807701d Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 9 Apr 2013 16:32:54 -0700 Subject: BulletSim: add Bullet HACD library invocation. Turned off by default as not totally debugged. Updated DLLs and SOs with more debugged HACD library code. --- bin/lib64/BulletSim.dll | Bin 721920 -> 1140224 bytes bin/lib64/libBulletSim.so | Bin 1920169 -> 2258808 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index dca7116..491ac22 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 b63feb3..a8ad533 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From e324f6f3f0f8d894190cd7a9733687ac4308b2c1 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 24 Apr 2013 08:03:45 -0700 Subject: BulletSim: update DLLs and SOs to they have no dependencies on newer glibc (2.14) since that is not yet in some Linux distributions. Add unmanaged API calls and code for creating single convex hull shapes. --- bin/lib64/BulletSim.dll | Bin 1140224 -> 1142272 bytes bin/lib64/libBulletSim.so | Bin 2258808 -> 2265980 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 491ac22..68cfcc4 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 a8ad533..08c00af 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 10097f13aa21356a08fcf60a4e36c4c6471167ef Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 21 May 2013 21:40:26 -0700 Subject: BulletSim: update DLLs and SOs with version containing gImpact code. --- bin/lib64/BulletSim.dll | Bin 1142272 -> 1222656 bytes bin/lib64/libBulletSim.so | Bin 2265980 -> 2454504 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 68cfcc4..e155f0e 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 08c00af..ac64a40 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 0c35d28933ddb2cae7b4f095b35ed4e386a1b71b Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 26 May 2013 17:35:12 -0700 Subject: BulletSim: enable GImpact shape for prims with cuts. Include DLLs and SOs which recompute GImpact shape bounding box after creation as Bullet doesn't do that itself (something it does for nearly every other shape). Now, physical prims without cuts become single mesh convex meshes. Physical prims with cuts become GImpact meshes. Meshes become a set of convex hulls approximated from the mesh unless the hulls are specified in the mesh asset data. The use of GImpact shapes should make some mechanical physics more stable. --- bin/lib64/BulletSim.dll | Bin 1222656 -> 1222656 bytes bin/lib64/libBulletSim.so | Bin 2454504 -> 2454796 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index e155f0e..5fc09f6 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 ac64a40..925269d 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 8755aeb348ed96ef78986e044ec83e7836a6c65a Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 16 Aug 2013 13:42:31 -0700 Subject: BulletSim: update DLLs and SOs with Bullet svn version 2644 (no major fixes) and with BulletSim implementing more of the constraint types and parameter settings. --- bin/lib64/BulletSim.dll | Bin 1222656 -> 1229824 bytes bin/lib64/libBulletSim.so | Bin 2454796 -> 2491923 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 5fc09f6..b69fcf3 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 925269d..e4d2581 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From e34385634b56769516c4e0284860f48a5ce371c4 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 9 Sep 2013 15:42:57 -0700 Subject: BulletSim: update DLLs and SOs for spring parameters and constraint debugging dump code. --- bin/lib64/BulletSim.dll | Bin 1229824 -> 1233920 bytes bin/lib64/libBulletSim.so | Bin 2491923 -> 2520385 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index b69fcf3..8c96eb7 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 e4d2581..1f76a40 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 8bcf75312739ae382175e21df0ad977ec493ddda Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 10 Sep 2013 17:42:22 -0700 Subject: BulletSim: update DLLs and SOs with ClearCollisionCache inteface calls and constraint debugging messages. --- bin/lib64/BulletSim.dll | Bin 1233920 -> 1233920 bytes bin/lib64/libBulletSim.so | Bin 2520385 -> 2520691 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 8c96eb7..31949c8 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 1f76a40..399f4f8 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From 2d7adcb22fdd349b819ac4ffc85029a7664406cc Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Thu, 12 Sep 2013 13:07:18 -0700 Subject: BulletSim: update DLLs and SOs to disable Bullet's internal profiling. This was accidentily left on. This version should make performance better and fix the memory leak. --- bin/lib64/BulletSim.dll | Bin 1233920 -> 1230848 bytes bin/lib64/libBulletSim.so | Bin 2520691 -> 2522559 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 31949c8..3afdf63 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 399f4f8..6a17848 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From a7e7bed66096a6ccd2bea8fd46ec2732e7420fd0 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sat, 19 Oct 2013 11:44:27 -0700 Subject: BulletSim: update SOs and DLLs with version that enables compressed AABB maps for Bvh meshes. This greatly reduces the memory usage for large meshes and for mesh terrain in particular. --- bin/lib64/BulletSim.dll | Bin 1230848 -> 1231872 bytes bin/lib64/libBulletSim.so | Bin 2522559 -> 2522559 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 3afdf63..e8738e1 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 6a17848..ef3eb3a 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From d23ef79f98d03dd8964e56a412f1417893cff7ec Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sat, 26 Oct 2013 21:30:51 -0700 Subject: BulletSim: restore collision flags when clear collision cache. THis fixes the extranious addition of objects to the collision cache which created extra CPU overhead. --- bin/lib64/BulletSim.dll | Bin 1231872 -> 1231360 bytes bin/lib64/libBulletSim.so | Bin 2522559 -> 2523676 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index e8738e1..b4c4bec 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 ef3eb3a..9c4033b 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 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/lib64/BulletSim.dll | Bin 1231360 -> 1546240 bytes bin/lib64/libBulletSim.so | Bin 2523676 -> 2474237 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') 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 db2a22e6224164dc80736340c791308150890d03 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 30 Nov 2014 17:52:37 -0800 Subject: BulletSim: update BulletSim DLLs and SOs. Hopefully fix problem of multiple physical meshes crashing Windows simulators. --- bin/lib64/BulletSim.dll | Bin 1546240 -> 1546752 bytes bin/lib64/libBulletSim.so | Bin 2474237 -> 2473989 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 7b76d1d..fbfd76d 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 827571f..bd6b9a2 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From d3a74894ab9af13d07876e4ecd4e31355c2bf1ee Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 4 Jan 2015 14:21:43 -0800 Subject: BulletSim: update BulletSim DLLs and SOs to remove chatty debug log messages. --- bin/lib64/BulletSim.dll | Bin 1546752 -> 1546240 bytes bin/lib64/libBulletSim.so | Bin 2473989 -> 2473981 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index fbfd76d..60b3a22 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 bd6b9a2..5959df0 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From e26ba505f69ad82db90fa192d09483a6b3574a08 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 25 Jan 2015 13:24:50 -0800 Subject: BulletSim: update DLLs, SOs, and dylib with latest versions. The dylib update is a new version that doesn't leak memory. --- bin/lib64/BulletSim.dll | Bin 1546240 -> 1546752 bytes bin/lib64/libBulletSim.so | Bin 2473981 -> 2474914 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 60b3a22..60fa59e 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 5959df0..e3df064 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1 From f62008f728047e9cfe2ba2edaef18e186c36260e Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 13 Feb 2015 20:59:13 -0800 Subject: BulletSim: bring the BulletSim dll's and so's up to date with the sources in the 'libs' source repository. No functional changes. --- bin/lib64/BulletSim.dll | Bin 1546752 -> 1547264 bytes bin/lib64/libBulletSim.so | Bin 2474914 -> 2475617 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64') diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 60fa59e..82774a2 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 e3df064..8b09275 100755 Binary files a/bin/lib64/libBulletSim.so and b/bin/lib64/libBulletSim.so differ -- cgit v1.1