diff options
author | UbitUmarov | 2019-05-19 14:20:01 +0100 |
---|---|---|
committer | UbitUmarov | 2019-05-19 14:20:01 +0100 |
commit | 9c44dc3384cdc13bc11d6cff8e700e338c564d99 (patch) | |
tree | 65d730e9041f2cc7c0a798a71ffbf1f5ea6941f3 /bin/OpenSim.ini.example | |
parent | mantis 8527 and 8517: let llSetLinkPrimitiveParam*() PRIM_TEXTURE ignore text... (diff) | |
download | opensim-SC-9c44dc3384cdc13bc11d6cff8e700e338c564d99.zip opensim-SC-9c44dc3384cdc13bc11d6cff8e700e338c564d99.tar.gz opensim-SC-9c44dc3384cdc13bc11d6cff8e700e338c564d99.tar.bz2 opensim-SC-9c44dc3384cdc13bc11d6cff8e700e338c564d99.tar.xz |
change yengine comments on ini file
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8b77ee9..7db7506 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -927,14 +927,10 @@ | |||
927 | 927 | ||
928 | [YEngine] | 928 | [YEngine] |
929 | ;; experimental engine | 929 | ;; experimental engine |
930 | ;; ONLY SUPORTS ONE REGION PER INSTANCE at this point | ||
931 | ;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers | 930 | ;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers |
932 | ;; but those will suffer from timeslicing, so will be slower. | 931 | ;; but those will suffer from timeslicing, so will be slower. |
933 | ;; compiles LSL directly to IL, so only suports LSL scripting (no C# etc) | 932 | ;; warning: scripts state is lost on TP or cross to Xengine regions (cars stop, etc) |
934 | ;; shares the Xengine APIs like LSL, OSSL, etc. | 933 | ;; ignore its extensions (subset of original XMRengine), those are still undefined. |
935 | ;; DANGER, do not use with HG, don't leave regions running alone with it. | ||
936 | ;; TPs or crossings to/from Xengine will full recompile scripts losing state. | ||
937 | ;; attachment scripts may misbehave, cars will stop on crossings, etc. | ||
938 | Enabled = false | 934 | Enabled = false |
939 | ScriptStackSize = 256 | 935 | ScriptStackSize = 256 |
940 | ScriptHeapSize = 256 | 936 | ScriptHeapSize = 256 |