aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine/XMRInstRun.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-16 add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵UbitUmarov1-4/+20
functions permission errors will only be sent to prim owner, defaul false: send all around
2019-04-15mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count ↵UbitUmarov1-1/+4
released memory of some local variables, so add a pseudo free; fix memory account on timeslice rentry; change the folder for the debug IL files; fix memory usage on reset. This changes will only take effect on new compiles
2019-04-01Yengine: try fix changing scripts running state if the have long eventsUbitUmarov1-18/+39
2019-03-31Yengine attachment drop, do set attachment ready eventUbitUmarov1-0/+1
2019-03-28Yengine: fix scripts resume on attachments dropUbitUmarov1-1/+2
2019-02-21Yengine changed position and shape events can bt throttled by mineventdelayUbitUmarov1-0/+15
2019-02-20Yengine: let llminEventDelay do something: it just ignores a more limited ↵UbitUmarov1-6/+29
set of events than Xengine (neither do as SL)
2018-11-26a few more changesUbitUmarov1-3/+11
2018-11-26show prim ID on script errorUbitUmarov1-3/+2
2018-11-26Yengine: simplify ossl severe error message, and make it on debug channel ↵UbitUmarov1-37/+49
like Xengine
2018-06-09Yengine apply a fix to CheckRunLockInvariants by mriekerUbitUmarov1-2/+2
2018-04-10YEngine: apply a few fixes by Mike RiekerUbitUmarov1-4/+9
2018-03-09Yengine temp file delete was still bad in case of script errorsUbitUmarov1-15/+10
2018-02-25Y(xmr)engine cosmetics...UbitUmarov1-260/+127
2018-02-23rename XMREngine as Yengine (still not all done), big mess source formating ↵UbitUmarov1-256/+248
changes, move state files to proper folder, fix a source file locking on errors, more changes for cross platform including from Mike,... yes yes i know a messy commit
2018-02-03XMR: there is no need for a slice thread, it also causes timing issues; ↵UbitUmarov1-40/+45
BelowNormal mb 2 Below on win; cosmetics
2018-02-02 add experimental script engine XMRengine donated by mrieker (DreamNation) ↵UbitUmarov1-0/+1051
And our Melanie. ***DANGER*** ***TESTONLY*** ***disable HG*** dont leave running when not looking... tp/crossing to Xengine will reset scripts. i do see a few issues but should be testable, so we can decide if we should invest more on it.