aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the usual script messes.onefang2021-07-061-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.
* Various script engine speed ups, and Oh Silly Threat clean ups.onefang2020-09-101-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.
* YEngine: change some startup log messagesUbitUmarov2019-11-222-23/+25
|
* YEngine, change default number of exec threads to 2 of priority Normal. Let ↵UbitUmarov2019-11-222-6/+28
| | | | the threads priority a option on ini files
* 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 ↵UbitUmarov2019-11-112-1/+43
| | | | scripts that do work on X
* 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 ↵UbitUmarov2019-10-161-4/+20
| | | | functions permission errors will only be sent to prim owner, defaul false: send all around
* Yengine: rename a field, do some updates using interlockedUbitUmarov2019-04-161-18/+18
|
* Yengine: change binary code version, so scripts are automaticly recompiled ↵UbitUmarov2019-04-161-1/+1
| | | | with new changes
* 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 ↵UbitUmarov2019-04-159-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
* 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 ↵UbitUmarov2019-04-011-2/+7
| | | | change. (Linked message events are deleted at sl)
* 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, ↵UbitUmarov2019-02-211-2/+15
| | | | Yengine and still testing"
* 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 ↵UbitUmarov2019-02-206-17/+62
| | | | set of events than Xengine (neither do as SL)
* 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
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* 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 ↵UbitUmarov2018-11-261-37/+49
| | | | like Xengine
* 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
|