From d773ca514726d67d7f8092440484f27440459745 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 13 Feb 2008 07:50:15 +0000 Subject: * Made physical prim stable enough for the general population to turn on. (though I still don't recommend it for welcome regions unless object build is off. * Updated the ode.dll for windows with a more reasonable stack space reserve. Linux users will need to type ulimit -s 262144 before starting up OpenSimulator if using Physical Prim to protect against stack collisions. or run the included ./bin/opensim-ode.sh to start up OpenSimulator in ODE mode. * Added internal collision score and am keeping track of 'high usage' prim. * Tweaked collisions some more * Tested up to 460 physical prim in extremely close quarters (which was previously impossible in OpenSim). After 460 in tight quarters, physics slows down enough to make it hard to do any moving, however.. non physics things still work, such as logging on to the simulator, etc. --- bin/ode.dll | Bin 630784 -> 630784 bytes bin/opensim-ode.sh | 5 +++++ 2 files changed, 5 insertions(+) create mode 100755 bin/opensim-ode.sh (limited to 'bin') diff --git a/bin/ode.dll b/bin/ode.dll index 7254a15..590dfa5 100644 Binary files a/bin/ode.dll and b/bin/ode.dll differ diff --git a/bin/opensim-ode.sh b/bin/opensim-ode.sh new file mode 100755 index 0000000..8635317 --- /dev/null +++ b/bin/opensim-ode.sh @@ -0,0 +1,5 @@ +#!/bin/sh +echo "Starting OpenSimulator with ODE. If you get an error saying limit: Operation not permitted. Then you will need to chmod 0600 /etc/limits" +ulimit -s 262144 +sleep 5 +mono OpenSim.exe -physics=OpenDynamicsEngine -- cgit v1.1