* Updating the version of the ODE library. (big update). The Mac library needs to be updated still.

* Adding some XMPP stuff that's incomplete.
This commit is contained in:
Teravus Ovares
2008-04-02 01:03:31 +00:00
parent 7ec3bb71e6
commit b790a16e98
9 changed files with 209 additions and 3 deletions

View File

@@ -290,8 +290,8 @@ namespace OpenSim.Region.Physics.OdePlugin
internal void waitForSpaceUnlock(IntPtr space)
{
if (space != (IntPtr)0)
while (d.SpaceLockQuery(space)){ } // Wait and do nothing
//if (space != (IntPtr)0)
//while (d.SpaceLockQuery(space)){ } // Wait and do nothing
}
/// <summary>