aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up the usual script messes.onefang2021-07-061-9/+0
* Various script engine speed ups, and Oh Silly Threat clean ups.onefang2020-09-101-8/+8
* YEngine: change some startup log messagesUbitUmarov2019-11-222-23/+25
* YEngine, change default number of exec threads to 2 of priority Normal. Let t...UbitUmarov2019-11-222-6/+28
* OooopssUbitUmarov2019-11-221-2/+2
* more changes on YEngine scripts heap usageUbitUmarov2019-11-226-45/+54
* cosmeticsUbitUmarov2019-11-201-0/+2
* Yengine: more on constants operations reductionUbitUmarov2019-11-183-86/+60
* mantis 8551: Simplify Yengine heap usage controlUbitUmarov2019-11-185-108/+66
* mantis 8627: handle the case constant compareOp constant on YengineUbitUmarov2019-11-131-12/+95
* limit max number of attachments to 38. All can be on same pointUbitUmarov2019-11-131-1/+1
* Yengine: we also need to cancel timer events in queue, because some bad scrip...UbitUmarov2019-11-112-1/+43
* YEngine: fix credits commentUbitUmarov2019-11-051-1/+1
* YEngine: fix wrong language detection on some comments in first lineUbitUmarov2019-11-041-5/+7
* Yengine: Also error on division by ZeroUbitUmarov2019-10-185-222/+154
* Yengine make float.tostring culture invariantUbitUmarov2019-10-171-1/+2
* add OSSL option PermissionErrortoOwner (true or false). if true ossl functio...UbitUmarov2019-10-161-4/+20
* Yengine: rename a field, do some updates using interlockedUbitUmarov2019-04-161-18/+18
* Yengine: change binary code version, so scripts are automaticly recompiled wi...UbitUmarov2019-04-161-1/+1
* Ynegine: add some missing memory usage on script resetUbitUmarov2019-04-161-3/+13
* mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count releas...UbitUmarov2019-04-159-80/+178
* Yengine: try fix changing scripts running state if the have long eventsUbitUmarov2019-04-014-23/+96
* Yengine: clear events queue on reset. Also keep clearing all on state change....UbitUmarov2019-04-011-2/+7
* Yengine attachment drop, do set attachment ready eventUbitUmarov2019-03-311-0/+1
* Yengine: fix scripts resume on attachments dropUbitUmarov2019-03-281-1/+2
* let Xengine also have that detectedkeyUbitUmarov2019-02-211-4/+4
* let changed allowed drop have lldetectedkey[0] return the dropped item id, Ye...UbitUmarov2019-02-211-2/+15
* Yengine changed position and shape events can bt throttled by mineventdelayUbitUmarov2019-02-211-0/+15
* Yengine:save minEventDelay in script stateUbitUmarov2019-02-202-0/+18
* Yengine: let llminEventDelay do something: it just ignores a more limited set...UbitUmarov2019-02-206-17/+62
* mantis 6702: fix collisions lldetectedlinknumber also on YengineUbitUmarov2019-01-301-7/+1
* script mono is meaningless for usUbitUmarov2019-01-251-3/+1
* Added support for f suffix on YEngine floatsStolen Ruby2018-12-181-0/+16
* Yengine reset global variables possible damaged by bad state fileUbitUmarov2018-12-111-6/+7
* Yengine actually loose the bas state fileUbitUmarov2018-12-101-1/+3
* pesty warningUbitUmarov2018-12-081-1/+1
* Yengine try to better recover from invalid state filesUbitUmarov2018-12-081-14/+31
* mantis 8416: change string compare method (actually on previus commit)UbitUmarov2018-12-081-1/+1
* mantis 8416: testUbitUmarov2018-12-081-1/+9
* remove xmr json functions that where a fix for ossl ones now removedUbitUmarov2018-11-291-259/+0
* 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 lik...UbitUmarov2018-11-261-37/+49
* Yengine: oops rename the var on all relevant placesUbitUmarov2018-11-231-1/+1
* Yengine: rename a local varUbitUmarov2018-11-231-1/+1
* Yengine: try read XEngine state from wireUbitUmarov2018-11-223-35/+463
* Yengine: use using...UbitUmarov2018-11-202-10/+14
* Yengine: change script first line processing, also look to language optionUbitUmarov2018-11-201-11/+24
* Yengine: do use SourceHashCodeUbitUmarov2018-11-202-3/+1
* Yengine: remove some xmr API functions now added to OSSLUbitUmarov2018-11-201-70/+0