aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-09 01:11:41 +0000
committerJustin Clark-Casey (justincc)2013-02-09 01:11:41 +0000
commit6935bec0ab83f25f69ad08e9bbc4b8d98aac1b1b (patch)
tree647e2ce5747ad8992111e9e89aefa825bffbbef2 /bin
parentChange TestDestroyStore() and TestJsonRemoveValue() to reflect the fact that ... (diff)
parentBulletSim: add parameter to set global contact breaking threshold. Update DLL... (diff)
downloadopensim-SC_OLD-6935bec0ab83f25f69ad08e9bbc4b8d98aac1b1b.zip
opensim-SC_OLD-6935bec0ab83f25f69ad08e9bbc4b8d98aac1b1b.tar.gz
opensim-SC_OLD-6935bec0ab83f25f69ad08e9bbc4b8d98aac1b1b.tar.bz2
opensim-SC_OLD-6935bec0ab83f25f69ad08e9bbc4b8d98aac1b1b.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini4
-rwxr-xr-xbin/lib32/BulletSim.dllbin546304 -> 546816 bytes
-rwxr-xr-xbin/lib32/libBulletSim.sobin1695269 -> 1695699 bytes
-rwxr-xr-xbin/lib64/BulletSim.dllbin694272 -> 694272 bytes
-rwxr-xr-xbin/lib64/libBulletSim.sobin1841657 -> 1842163 bytes
5 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 7bdfd1c..2512428 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1652,6 +1652,10 @@
1652[JsonStore] 1652[JsonStore]
1653Enabled = False 1653Enabled = False
1654 1654
1655;; Enable direct access to the SOP dynamic attributes
1656EnableObjectStore = False
1657MaxStringSpace = 0
1658
1655;; 1659;;
1656;; These are defaults that are overwritten below in [Architecture]. 1660;; These are defaults that are overwritten below in [Architecture].
1657;; These defaults allow OpenSim to work out of the box with 1661;; These defaults allow OpenSim to work out of the box with
diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll
index de4f95a..4dd2f38 100755
--- a/bin/lib32/BulletSim.dll
+++ b/bin/lib32/BulletSim.dll
Binary files differ
diff --git a/bin/lib32/libBulletSim.so b/bin/lib32/libBulletSim.so
index 674a08a..cb8742a 100755
--- a/bin/lib32/libBulletSim.so
+++ b/bin/lib32/libBulletSim.so
Binary files differ
diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll
index 1c55b19..c9f5814 100755
--- a/bin/lib64/BulletSim.dll
+++ b/bin/lib64/BulletSim.dll
Binary files differ
diff --git a/bin/lib64/libBulletSim.so b/bin/lib64/libBulletSim.so
index e2fc8bd..19fc7bf 100755
--- a/bin/lib64/libBulletSim.so
+++ b/bin/lib64/libBulletSim.so
Binary files differ