From 2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sun, 12 Oct 2008 23:47:39 +0000 Subject: * 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. --- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 1 + bin/Ode.NET.dll | Bin 61440 -> 61440 bytes bin/libode.so | Bin 3260494 -> 3036212 bytes bin/ode.dll | Bin 663552 -> 663552 bytes 4 files changed, 1 insertion(+) 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 public bool Init() { + d.InitODE(); return true; } diff --git a/bin/Ode.NET.dll b/bin/Ode.NET.dll index 5b296eb..0675f84 100644 Binary files a/bin/Ode.NET.dll and b/bin/Ode.NET.dll differ diff --git a/bin/libode.so b/bin/libode.so index fccdf5b..166aa38 100644 Binary files a/bin/libode.so and b/bin/libode.so differ diff --git a/bin/ode.dll b/bin/ode.dll index 7ac31ad..8bd2e06 100644 Binary files a/bin/ode.dll and b/bin/ode.dll differ -- cgit v1.1