From e02a2e31e0e8a189b63e60dc402ac0ccd3bae876 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Fri, 20 Jun 2008 04:57:32 +0000 Subject: * Patch from nlin to enable DIF state file writing from the ODEPlugin * Rebuilt libode.so, ode.dll * If you roll your own ODE library, make sure to update your opensim-libs. --- bin/Ode.NET.dll | Bin 61440 -> 61440 bytes bin/OpenSim.ini.example | 11 ++++++++++- bin/libode.so | Bin 3259877 -> 3260494 bytes bin/ode.dll | Bin 655360 -> 663552 bytes 4 files changed, 10 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Ode.NET.dll b/bin/Ode.NET.dll index 8826b5e..5b296eb 100644 Binary files a/bin/Ode.NET.dll and b/bin/Ode.NET.dll differ diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d61eef0..eb52e6b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -309,6 +309,15 @@ mesh_lod = 32 ; number^2 physical level of detail of the sculpt texture. 16x16 - 256 verticies mesh_physical_lod = 16 +; ## +; ## Physics logging settings - logfiles are saved to *.DIF files +; ## + +;physics_logging = true +;; every n simulation iterations, the physics snapshot file is updated +;physics_logging_interval = 50 +;; append to existing physics logfile, or overwrite existing logfiles? +;physics_logging_append_existing_logfile = true [RemoteAdmin] enabled = false @@ -617,4 +626,4 @@ EventLimit = 30 ; If a script overruns it's event limit, kill the script? KillTimedOutScripts = false ; Allow OS console command functionality (VERY DANGEROUS!!) -AllowosConsoleCommand = false \ No newline at end of file +AllowosConsoleCommand = false diff --git a/bin/libode.so b/bin/libode.so index b614780..fccdf5b 100644 Binary files a/bin/libode.so and b/bin/libode.so differ diff --git a/bin/ode.dll b/bin/ode.dll index 6fd9f1e..7ac31ad 100644 Binary files a/bin/ode.dll and b/bin/ode.dll differ -- cgit v1.1