aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-06Fix up the usual script messes.onefang1-9/+0
Don't slow scripts down with bogus monitoring that isn't used anywhere. Don't make scripts sleep all the time. Don't bother with useless OhSilly Threat checks, and clean up the remains.
2020-09-10Various script engine speed ups, and Oh Silly Threat clean ups.onefang1-8/+8
Don't bother doing useless threat level, sleep, and bogus stat collections, it only slows things down. https://sledjhamr.org/mantisbt/view.php?id=15 for an analysis of the bogus stat collection.
2019-11-22YEngine: change some startup log messagesUbitUmarov2-23/+25
2019-11-22YEngine, change default number of exec threads to 2 of priority Normal. Let ↵UbitUmarov2-6/+28
the threads priority a option on ini files
2019-11-22OooopssUbitUmarov1-2/+2
2019-11-22more changes on YEngine scripts heap usageUbitUmarov6-45/+54
2019-11-20cosmeticsUbitUmarov1-0/+2
2019-11-18Yengine: more on constants operations reductionUbitUmarov3-86/+60
2019-11-18mantis 8551: Simplify Yengine heap usage controlUbitUmarov5-108/+66
2019-11-13mantis 8627: handle the case constant compareOp constant on YengineUbitUmarov1-12/+95
2019-11-13limit max number of attachments to 38. All can be on same pointUbitUmarov1-1/+1
2019-11-11Yengine: we also need to cancel timer events in queue, because some bad ↵UbitUmarov2-1/+43
scripts that do work on X
2019-11-05YEngine: fix credits commentUbitUmarov1-1/+1
2019-11-04YEngine: fix wrong language detection on some comments in first lineUbitUmarov1-5/+7
2019-10-18Yengine: Also error on division by ZeroUbitUmarov5-222/+154
2019-10-17Yengine make float.tostring culture invariantUbitUmarov1-1/+2
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-16Yengine: rename a field, do some updates using interlockedUbitUmarov1-18/+18
2019-04-16Yengine: change binary code version, so scripts are automaticly recompiled ↵UbitUmarov1-1/+1
with new changes
2019-04-16Ynegine: add some missing memory usage on script resetUbitUmarov1-3/+13
2019-04-15mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count ↵UbitUmarov9-80/+178
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 eventsUbitUmarov4-23/+96
2019-04-01Yengine: clear events queue on reset. Also keep clearing all on state ↵UbitUmarov1-2/+7
change. (Linked message events are deleted at sl)
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-21let Xengine also have that detectedkeyUbitUmarov1-4/+4
2019-02-21let changed allowed drop have lldetectedkey[0] return the dropped item id, ↵UbitUmarov1-2/+15
Yengine and still testing"
2019-02-21Yengine changed position and shape events can bt throttled by mineventdelayUbitUmarov1-0/+15
2019-02-20Yengine:save minEventDelay in script stateUbitUmarov2-0/+18
2019-02-20Yengine: let llminEventDelay do something: it just ignores a more limited ↵UbitUmarov6-17/+62
set of events than Xengine (neither do as SL)
2019-01-30mantis 6702: fix collisions lldetectedlinknumber also on YengineUbitUmarov1-7/+1
2019-01-25script mono is meaningless for usUbitUmarov1-3/+1
2018-12-18Added support for f suffix on YEngine floatsStolen Ruby1-0/+16
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-12-11Yengine reset global variables possible damaged by bad state fileUbitUmarov1-6/+7
2018-12-10Yengine actually loose the bas state fileUbitUmarov1-1/+3
2018-12-08pesty warningUbitUmarov1-1/+1
2018-12-08Yengine try to better recover from invalid state filesUbitUmarov1-14/+31
2018-12-08mantis 8416: change string compare method (actually on previus commit)UbitUmarov1-1/+1
2018-12-08mantis 8416: testUbitUmarov1-1/+9
2018-11-29remove xmr json functions that where a fix for ossl ones now removedUbitUmarov1-259/+0
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-11-23Yengine: oops rename the var on all relevant placesUbitUmarov1-1/+1
2018-11-23Yengine: rename a local varUbitUmarov1-1/+1
2018-11-22Yengine: try read XEngine state from wireUbitUmarov3-35/+463
2018-11-20Yengine: use using...UbitUmarov2-10/+14
2018-11-20Yengine: change script first line processing, also look to language optionUbitUmarov1-11/+24
2018-11-20Yengine: do use SourceHashCodeUbitUmarov2-3/+1
2018-11-20Yengine: remove some xmr API functions now added to OSSLUbitUmarov1-70/+0