aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine/XMRInstRun.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵UbitUmarov2019-10-161-4/+20
| | | | functions permission errors will only be sent to prim owner, defaul false: send all around
* mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count ↵UbitUmarov2019-04-151-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
* Yengine: try fix changing scripts running state if the have long eventsUbitUmarov2019-04-011-18/+39
|
* Yengine attachment drop, do set attachment ready eventUbitUmarov2019-03-311-0/+1
|
* Yengine: fix scripts resume on attachments dropUbitUmarov2019-03-281-1/+2
|
* Yengine changed position and shape events can bt throttled by mineventdelayUbitUmarov2019-02-211-0/+15
|
* Yengine: let llminEventDelay do something: it just ignores a more limited ↵UbitUmarov2019-02-201-6/+29
| | | | set of events than Xengine (neither do as SL)
* a few more changesUbitUmarov2018-11-261-3/+11
|
* show prim ID on script errorUbitUmarov2018-11-261-3/+2
|
* Yengine: simplify ossl severe error message, and make it on debug channel ↵UbitUmarov2018-11-261-37/+49
| | | | like Xengine
* Yengine apply a fix to CheckRunLockInvariants by mriekerUbitUmarov2018-06-091-2/+2
|
* YEngine: apply a few fixes by Mike RiekerUbitUmarov2018-04-101-4/+9
|
* Yengine temp file delete was still bad in case of script errorsUbitUmarov2018-03-091-15/+10
|
* Y(xmr)engine cosmetics...UbitUmarov2018-02-251-260/+127
|
* rename XMREngine as Yengine (still not all done), big mess source formating ↵UbitUmarov2018-02-231-0/+1048
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