diff options
author | Justin Clark-Casey (justincc) | 2012-01-17 20:41:20 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-17 20:49:20 +0000 |
commit | 4eef6725f4116aa70de729b71d60636a7d0a68f5 (patch) | |
tree | a00b87f35647ed3cddfb39b9a72d5bd1ca187296 | |
parent | Allow retrival of multiple user records in one operation, analog to presence (diff) | |
download | opensim-SC_OLD-4eef6725f4116aa70de729b71d60636a7d0a68f5.zip opensim-SC_OLD-4eef6725f4116aa70de729b71d60636a7d0a68f5.tar.gz opensim-SC_OLD-4eef6725f4116aa70de729b71d60636a7d0a68f5.tar.bz2 opensim-SC_OLD-4eef6725f4116aa70de729b71d60636a7d0a68f5.tar.xz |
Change linux, windows and mac ODE libraries to use the GIMPACT collider rather than OPCODE.
As discussed on the opensim-dev mailing list, this is to avoid a demonstrated ODE collider segfault when stress-testing a simulator running more than one region using the bundled pCampbot.exe
As before, the ODE revision used is r1755 - only the collider has changed.
Tests so far reveal little performance change.
However, if noticeable issues do arise, please report on mantis and/or the opensim-dev mailing list.
The previous libraries are temporarily in bin/Physics-previous-ode-libs
These can be copied back to bin if one wants to compare behaviour with the previous libraries.
-rw-r--r-- | bin/Physics-previous-ode-libs/libode-x86_64.so | bin | 0 -> 5546089 bytes |
-rw-r--r-- | bin/Physics-previous-ode-libs/libode.dylib | bin | 0 -> 2916380 bytes |
-rw-r--r-- | bin/Physics-previous-ode-libs/libode.so | bin | 0 -> 3051566 bytes |
-rw-r--r-- | bin/libode-x86_64.so | bin | 5546089 -> 2601363 bytes |
-rw-r--r-- | bin/libode.dylib | bin | 2916380 -> 1780892 bytes |
-rw-r--r-- | bin/libode.so | bin | 3051566 -> 1807022 bytes |
-rwxr-xr-x | bin/ode.dll | bin | 496640 -> 368128 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/bin/Physics-previous-ode-libs/libode-x86_64.so b/bin/Physics-previous-ode-libs/libode-x86_64.so new file mode 100644 index 0000000..9c3070a --- /dev/null +++ b/bin/Physics-previous-ode-libs/libode-x86_64.so | |||
Binary files differ | |||
diff --git a/bin/Physics-previous-ode-libs/libode.dylib b/bin/Physics-previous-ode-libs/libode.dylib new file mode 100644 index 0000000..958d202 --- /dev/null +++ b/bin/Physics-previous-ode-libs/libode.dylib | |||
Binary files differ | |||
diff --git a/bin/Physics-previous-ode-libs/libode.so b/bin/Physics-previous-ode-libs/libode.so new file mode 100644 index 0000000..6bb85fb --- /dev/null +++ b/bin/Physics-previous-ode-libs/libode.so | |||
Binary files differ | |||
diff --git a/bin/libode-x86_64.so b/bin/libode-x86_64.so index 9c3070a..6fcf815 100644 --- a/bin/libode-x86_64.so +++ b/bin/libode-x86_64.so | |||
Binary files differ | |||
diff --git a/bin/libode.dylib b/bin/libode.dylib index 958d202..7ad0ef0 100644 --- a/bin/libode.dylib +++ b/bin/libode.dylib | |||
Binary files differ | |||
diff --git a/bin/libode.so b/bin/libode.so index 6bb85fb..f7ab065 100644 --- a/bin/libode.so +++ b/bin/libode.so | |||
Binary files differ | |||
diff --git a/bin/ode.dll b/bin/ode.dll index f310358..886b685 100755 --- a/bin/ode.dll +++ b/bin/ode.dll | |||
Binary files differ | |||