From 19d271d3fc96360e3c2b0889ef0a2e1f97f25fe7 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 21 Feb 2012 01:45:17 +0000 Subject: Remove PhysXPlugin and wrappers. In over 4 years this never progressed beyond an unimplemented stub. This doesn't mean that it can't come back if someone is interested in implementing PhysX support. --- bin/PhysX-wrapper.dll | Bin 57344 -> 0 bytes bin/PhysX_Wrapper_Dotnet.dll | Bin 8704 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/PhysX-wrapper.dll delete mode 100755 bin/PhysX_Wrapper_Dotnet.dll (limited to 'bin') diff --git a/bin/PhysX-wrapper.dll b/bin/PhysX-wrapper.dll deleted file mode 100755 index 5259ffc..0000000 Binary files a/bin/PhysX-wrapper.dll and /dev/null differ diff --git a/bin/PhysX_Wrapper_Dotnet.dll b/bin/PhysX_Wrapper_Dotnet.dll deleted file mode 100755 index c66bf3a..0000000 Binary files a/bin/PhysX_Wrapper_Dotnet.dll and /dev/null 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/lib32/sqlite3.dll | Bin 0 -> 559244 bytes bin/lib64/sqlite3.dll | Bin 0 -> 618496 bytes bin/sqlite3.dll | Bin 559244 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib32/sqlite3.dll create mode 100755 bin/lib64/sqlite3.dll delete mode 100755 bin/sqlite3.dll (limited to 'bin') diff --git a/bin/lib32/sqlite3.dll b/bin/lib32/sqlite3.dll new file mode 100755 index 0000000..f29dc62 Binary files /dev/null and b/bin/lib32/sqlite3.dll differ 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 diff --git a/bin/sqlite3.dll b/bin/sqlite3.dll deleted file mode 100755 index f29dc62..0000000 Binary files a/bin/sqlite3.dll and /dev/null 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') 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') 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/BulletSim-x86_64.dll | Bin 768000 -> 0 bytes bin/BulletSim.dll | Bin 562176 -> 0 bytes bin/lib32/BulletSim.dll | Bin 0 -> 562176 bytes bin/lib64/BulletSim-x86_64.dll | Bin 0 -> 768000 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/BulletSim-x86_64.dll delete mode 100755 bin/BulletSim.dll create mode 100755 bin/lib32/BulletSim.dll create mode 100755 bin/lib64/BulletSim-x86_64.dll (limited to 'bin') diff --git a/bin/BulletSim-x86_64.dll b/bin/BulletSim-x86_64.dll deleted file mode 100755 index ec21dfe..0000000 Binary files a/bin/BulletSim-x86_64.dll and /dev/null differ diff --git a/bin/BulletSim.dll b/bin/BulletSim.dll deleted file mode 100755 index d1571cf..0000000 Binary files a/bin/BulletSim.dll and /dev/null differ diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll new file mode 100755 index 0000000..d1571cf Binary files /dev/null and b/bin/lib32/BulletSim.dll differ 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') 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