change yengine comments on ini file
parent
0e2adbe0fb
commit
9c44dc3384
|
@ -927,14 +927,10 @@
|
||||||
|
|
||||||
[YEngine]
|
[YEngine]
|
||||||
;; experimental engine
|
;; experimental engine
|
||||||
;; ONLY SUPORTS ONE REGION PER INSTANCE at this point
|
|
||||||
;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers
|
;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers
|
||||||
;; but those will suffer from timeslicing, so will be slower.
|
;; but those will suffer from timeslicing, so will be slower.
|
||||||
;; compiles LSL directly to IL, so only suports LSL scripting (no C# etc)
|
;; warning: scripts state is lost on TP or cross to Xengine regions (cars stop, etc)
|
||||||
;; shares the Xengine APIs like LSL, OSSL, etc.
|
;; ignore its extensions (subset of original XMRengine), those are still undefined.
|
||||||
;; DANGER, do not use with HG, don't leave regions running alone with it.
|
|
||||||
;; TPs or crossings to/from Xengine will full recompile scripts losing state.
|
|
||||||
;; attachment scripts may misbehave, cars will stop on crossings, etc.
|
|
||||||
Enabled = false
|
Enabled = false
|
||||||
ScriptStackSize = 256
|
ScriptStackSize = 256
|
||||||
ScriptHeapSize = 256
|
ScriptHeapSize = 256
|
||||||
|
|
Loading…
Reference in New Issue