aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2018-02-03 21:18:32 +0000
committerUbitUmarov2018-02-03 21:18:32 +0000
commit617d76697d1f5d6f7c44badbbb6af169495ae7eb (patch)
treed5e25c8836447d62fb8ee7a5798006fe6a2a4275
parentsome new code got in ahead of its time (diff)
downloadopensim-SC-617d76697d1f5d6f7c44badbbb6af169495ae7eb.zip
opensim-SC-617d76697d1f5d6f7c44badbbb6af169495ae7eb.tar.gz
opensim-SC-617d76697d1f5d6f7c44badbbb6af169495ae7eb.tar.bz2
opensim-SC-617d76697d1f5d6f7c44badbbb6af169495ae7eb.tar.xz
make XMR script cache location option visible
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 5c9dab2..40bbb26 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -923,7 +923,7 @@
923 ;; experimental engine 923 ;; experimental engine
924 ;; implements microthreading, so fixing problems like llSleep or long events handlers 924 ;; implements microthreading, so fixing problems like llSleep or long events handlers
925 ;; but those will suffer from timeslicing, so will be slower. 925 ;; but those will suffer from timeslicing, so will be slower.
926 ;; compiles LSL directly to IL, so only suports LSL scripting ( no C# etc) 926 ;; compiles LSL directly to IL, so only suports LSL scripting (no C# etc)
927 ;; shares the Xengine APIs like LSL, OSSL, etc. 927 ;; shares the Xengine APIs like LSL, OSSL, etc.
928 ;; DANGER, do not use with HG, don't leave regions running alone with it. 928 ;; DANGER, do not use with HG, don't leave regions running alone with it.
929 ;; TPs or crossings to/from Xengine will recompile scripts losing state. 929 ;; TPs or crossings to/from Xengine will recompile scripts losing state.
@@ -933,7 +933,8 @@
933 ScriptStackSize = 256 933 ScriptStackSize = 256
934 ScriptHeapSize = 256 934 ScriptHeapSize = 256
935 UseSourceHashCode = true 935 UseSourceHashCode = true
936 MinTimerInterval = 0.1 936 MinTimerInterval = 0.1
937 ;ScriptBasePath="ScriptData"
937 938
938[XEngine] 939[XEngine]
939 ;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true 940 ;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true