* 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.
This commit is contained in:
Teravus Ovares
2008-06-20 04:57:32 +00:00
parent 20e4036853
commit e02a2e31e0
5 changed files with 38 additions and 1 deletions

View File

@@ -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
AllowosConsoleCommand = false