* 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.
0.6.0-stable
Teravus Ovares 2008-10-12 23:47:39 +00:00
parent ca2b788c67
commit 2ede1a3ce7
4 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ namespace OpenSim.Region.Physics.OdePlugin
public bool Init()
{
d.InitODE();
return true;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.