aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTeravus Ovares2008-10-12 23:47:39 +0000
committerTeravus Ovares2008-10-12 23:47:39 +0000
commit2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5 (patch)
tree7f58b928d49b352f017d2a540b34689496bf0f38
parentCorrect an error with the auto-insert marker (diff)
downloadopensim-SC_OLD-2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5.zip
opensim-SC_OLD-2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5.tar.gz
opensim-SC_OLD-2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5.tar.bz2
opensim-SC_OLD-2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5.tar.xz
* This updates ODE to the most up-to-date version as of today. 1558
* Mac users, pray to chi11ken to make you a .dylib version * This is semi-tuned and post teravus hack. (Though I didn't apply the terrain pitting fix hack. I'm still deciding if it's necessary as there was a lot of work over the past several months on the heightfield collider. * Please use '--enable-shared --disable-demos --disable-asserts' if you are building your own libode in the configure step. Asserts are pretty much useless for use with .NET * This also updates ODE.NET as, there were some API changes in May that were just added to ODE.NET today.
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs1
-rw-r--r--bin/Ode.NET.dllbin61440 -> 61440 bytes
-rw-r--r--bin/libode.sobin3260494 -> 3036212 bytes
-rw-r--r--bin/ode.dllbin663552 -> 663552 bytes
4 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 5aeae92..1490a9b 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -59,6 +59,7 @@ namespace OpenSim.Region.Physics.OdePlugin
59 59
60 public bool Init() 60 public bool Init()
61 { 61 {
62 d.InitODE();
62 return true; 63 return true;
63 } 64 }
64 65
diff --git a/bin/Ode.NET.dll b/bin/Ode.NET.dll
index 5b296eb..0675f84 100644
--- a/bin/Ode.NET.dll
+++ b/bin/Ode.NET.dll
Binary files differ
diff --git a/bin/libode.so b/bin/libode.so
index fccdf5b..166aa38 100644
--- a/bin/libode.so
+++ b/bin/libode.so
Binary files differ
diff --git a/bin/ode.dll b/bin/ode.dll
index 7ac31ad..8bd2e06 100644
--- a/bin/ode.dll
+++ b/bin/ode.dll
Binary files differ