aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Yengine: remove potencial log spamUbitUmarov2018-11-151-7/+6
|
* Yengine: ignore llResetScript() in default state_entry like X does. No idea ↵UbitUmarov2018-11-151-0/+3
| | | | why some do it, but do
* a few changes to ScriptSleep() functionsUbitUmarov2018-09-041-2/+2
|
* Add YEngine support for ScriptDelayFactormewtwo06412018-09-041-0/+4
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* Yengine apply a fix to CheckRunLockInvariants by mriekerUbitUmarov2018-06-091-2/+2
|
* make Yengine post attach event as Xengine does. This should fix that event. ↵UbitUmarov2018-05-281-3/+3
| | | | Thx mrieker for pointing out this issue
* YEngine: apply a few fixes by Mike RiekerUbitUmarov2018-04-101-4/+9
|
* Yengine: only retry compile if there was a object file in cache with wrong ↵UbitUmarov2018-03-094-18/+6
| | | | version or signature
* remove a unnecessay file checkUbitUmarov2018-03-091-2/+1
|
* Yengine temp file delete was still bad in case of script errorsUbitUmarov2018-03-093-51/+53
|
* Yengine: change filename extentions on scripts state (better delete contents ↵UbitUmarov2018-02-256-376/+374
| | | | of bin/scriptengines/yengine .. btw bin/scriptdata is not used anymore )
* Y(xmr)engine cosmetics...UbitUmarov2018-02-2519-3776/+2058
|
* Yengine replace xmr by yeng on console comandsUbitUmarov2018-02-232-19/+19
|
* rename XMREngine as Yengine (still not all done), big mess source formating ↵UbitUmarov2018-02-2335-0/+46363
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