Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up the usual script messes. | onefang | 2021-07-06 | 1 | -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. | onefang | 2020-09-10 | 1 | -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 messages | UbitUmarov | 2019-11-22 | 2 | -23/+25 |
| | |||||
* | YEngine, change default number of exec threads to 2 of priority Normal. Let ↵ | UbitUmarov | 2019-11-22 | 2 | -6/+28 |
| | | | | the threads priority a option on ini files | ||||
* | Oooopss | UbitUmarov | 2019-11-22 | 1 | -2/+2 |
| | |||||
* | more changes on YEngine scripts heap usage | UbitUmarov | 2019-11-22 | 6 | -45/+54 |
| | |||||
* | cosmetics | UbitUmarov | 2019-11-20 | 1 | -0/+2 |
| | |||||
* | Yengine: more on constants operations reduction | UbitUmarov | 2019-11-18 | 3 | -86/+60 |
| | |||||
* | mantis 8551: Simplify Yengine heap usage control | UbitUmarov | 2019-11-18 | 5 | -108/+66 |
| | |||||
* | mantis 8627: handle the case constant compareOp constant on Yengine | UbitUmarov | 2019-11-13 | 1 | -12/+95 |
| | |||||
* | limit max number of attachments to 38. All can be on same point | UbitUmarov | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | Yengine: we also need to cancel timer events in queue, because some bad ↵ | UbitUmarov | 2019-11-11 | 2 | -1/+43 |
| | | | | scripts that do work on X | ||||
* | YEngine: fix credits comment | UbitUmarov | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | YEngine: fix wrong language detection on some comments in first line | UbitUmarov | 2019-11-04 | 1 | -5/+7 |
| | |||||
* | Yengine: Also error on division by Zero | UbitUmarov | 2019-10-18 | 5 | -222/+154 |
| | |||||
* | Yengine make float.tostring culture invariant | UbitUmarov | 2019-10-17 | 1 | -1/+2 |
| | |||||
* | add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵ | UbitUmarov | 2019-10-16 | 1 | -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 interlocked | UbitUmarov | 2019-04-16 | 1 | -18/+18 |
| | |||||
* | Yengine: change binary code version, so scripts are automaticly recompiled ↵ | UbitUmarov | 2019-04-16 | 1 | -1/+1 |
| | | | | with new changes | ||||
* | Ynegine: add some missing memory usage on script reset | UbitUmarov | 2019-04-16 | 1 | -3/+13 |
| | |||||
* | mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count ↵ | UbitUmarov | 2019-04-15 | 9 | -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 events | UbitUmarov | 2019-04-01 | 4 | -23/+96 |
| | |||||
* | Yengine: clear events queue on reset. Also keep clearing all on state ↵ | UbitUmarov | 2019-04-01 | 1 | -2/+7 |
| | | | | change. (Linked message events are deleted at sl) | ||||
* | Yengine attachment drop, do set attachment ready event | UbitUmarov | 2019-03-31 | 1 | -0/+1 |
| | |||||
* | Yengine: fix scripts resume on attachments drop | UbitUmarov | 2019-03-28 | 1 | -1/+2 |
| | |||||
* | let Xengine also have that detectedkey | UbitUmarov | 2019-02-21 | 1 | -4/+4 |
| | |||||
* | let changed allowed drop have lldetectedkey[0] return the dropped item id, ↵ | UbitUmarov | 2019-02-21 | 1 | -2/+15 |
| | | | | Yengine and still testing" | ||||
* | Yengine changed position and shape events can bt throttled by mineventdelay | UbitUmarov | 2019-02-21 | 1 | -0/+15 |
| | |||||
* | Yengine:save minEventDelay in script state | UbitUmarov | 2019-02-20 | 2 | -0/+18 |
| | |||||
* | Yengine: let llminEventDelay do something: it just ignores a more limited ↵ | UbitUmarov | 2019-02-20 | 6 | -17/+62 |
| | | | | set of events than Xengine (neither do as SL) | ||||
* | mantis 6702: fix collisions lldetectedlinknumber also on Yengine | UbitUmarov | 2019-01-30 | 1 | -7/+1 |
| | |||||
* | script mono is meaningless for us | UbitUmarov | 2019-01-25 | 1 | -3/+1 |
| | |||||
* | Added support for f suffix on YEngine floats | Stolen Ruby | 2018-12-18 | 1 | -0/+16 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Yengine reset global variables possible damaged by bad state file | UbitUmarov | 2018-12-11 | 1 | -6/+7 |
| | |||||
* | Yengine actually loose the bas state file | UbitUmarov | 2018-12-10 | 1 | -1/+3 |
| | |||||
* | pesty warning | UbitUmarov | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | Yengine try to better recover from invalid state files | UbitUmarov | 2018-12-08 | 1 | -14/+31 |
| | |||||
* | mantis 8416: change string compare method (actually on previus commit) | UbitUmarov | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | mantis 8416: test | UbitUmarov | 2018-12-08 | 1 | -1/+9 |
| | |||||
* | remove xmr json functions that where a fix for ossl ones now removed | UbitUmarov | 2018-11-29 | 1 | -259/+0 |
| | |||||
* | a few more changes | UbitUmarov | 2018-11-26 | 1 | -3/+11 |
| | |||||
* | show prim ID on script error | UbitUmarov | 2018-11-26 | 1 | -3/+2 |
| | |||||
* | Yengine: simplify ossl severe error message, and make it on debug channel ↵ | UbitUmarov | 2018-11-26 | 1 | -37/+49 |
| | | | | like Xengine | ||||
* | Yengine: oops rename the var on all relevant places | UbitUmarov | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Yengine: rename a local var | UbitUmarov | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Yengine: try read XEngine state from wire | UbitUmarov | 2018-11-22 | 3 | -35/+463 |
| | |||||
* | Yengine: use using... | UbitUmarov | 2018-11-20 | 2 | -10/+14 |
| | |||||
* | Yengine: change script first line processing, also look to language option | UbitUmarov | 2018-11-20 | 1 | -11/+24 |
| | |||||
* | Yengine: do use SourceHashCode | UbitUmarov | 2018-11-20 | 2 | -3/+1 |
| | |||||
* | Yengine: remove some xmr API functions now added to OSSL | UbitUmarov | 2018-11-20 | 1 | -70/+0 |
| |