aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine/XMRInstMisc.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-15mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count ↵UbitUmarov1-0/+7
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-1/+26
2019-02-20Yengine: let llminEventDelay do something: it just ignores a more limited ↵UbitUmarov1-0/+18
set of events than Xengine (neither do as SL)
2018-02-25Y(xmr)engine cosmetics...UbitUmarov1-25/+11
2018-02-23rename XMREngine as Yengine (still not all done), big mess source formating ↵UbitUmarov1-104/+133
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-02 add experimental script engine XMRengine donated by mrieker (DreamNation) ↵UbitUmarov1-0/+384
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.