aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2008-08-27 17:12:55 +0000
committerMelanie Thielker2008-08-27 17:12:55 +0000
commit1ac6bb3107228e669c0e95dc41166ad369cf752e (patch)
tree5f46a7001a6147c8aeabece9e21a631f87a40dfb /bin
parentreverting to prior meshing methods until some physics timing issues can be re... (diff)
downloadopensim-SC_OLD-1ac6bb3107228e669c0e95dc41166ad369cf752e.zip
opensim-SC_OLD-1ac6bb3107228e669c0e95dc41166ad369cf752e.tar.gz
opensim-SC_OLD-1ac6bb3107228e669c0e95dc41166ad369cf752e.tar.bz2
opensim-SC_OLD-1ac6bb3107228e669c0e95dc41166ad369cf752e.tar.xz
Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation of
LSL's arbitrary 10 m limit on object movement. Also implements the 10 m maximum rezzing distance, subhect to the same factor.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 43de20f..b72e7f5 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -529,6 +529,7 @@ AllowosConsoleCommand=false
529AllowGodFunctions = false 529AllowGodFunctions = false
530 530
531ScriptDelayFactor = 1.0 531ScriptDelayFactor = 1.0
532ScriptDistanceLimitFactor = 1.0
532 533
533; Maximum number of llListen events we allow per script 534; Maximum number of llListen events we allow per script
534; Set this to 0 to have no limit imposed. 535; Set this to 0 to have no limit imposed.