aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2018-11-15Yengine: remove potencial log spamUbitUmarov1-7/+6
2018-11-15Yengine: ignore llResetScript() in default state_entry like X does. No idea ↵UbitUmarov1-0/+3
why some do it, but do
2018-09-04a few changes to ScriptSleep() functionsUbitUmarov1-2/+2
2018-09-04Add YEngine support for ScriptDelayFactormewtwo06411-0/+4
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-06-09Yengine apply a fix to CheckRunLockInvariants by mriekerUbitUmarov1-2/+2
2018-05-28make Yengine post attach event as Xengine does. This should fix that event. ↵UbitUmarov1-3/+3
Thx mrieker for pointing out this issue
2018-04-10YEngine: apply a few fixes by Mike RiekerUbitUmarov1-4/+9
2018-03-09Yengine: only retry compile if there was a object file in cache with wrong ↵UbitUmarov4-18/+6
version or signature
2018-03-09remove a unnecessay file checkUbitUmarov1-2/+1
2018-03-09Yengine temp file delete was still bad in case of script errorsUbitUmarov3-51/+53
2018-02-25Yengine: change filename extentions on scripts state (better delete contents ↵UbitUmarov6-376/+374
of bin/scriptengines/yengine .. btw bin/scriptdata is not used anymore )
2018-02-25Y(xmr)engine cosmetics...UbitUmarov19-3776/+2058
2018-02-23Yengine replace xmr by yeng on console comandsUbitUmarov2-19/+19
2018-02-23rename XMREngine as Yengine (still not all done), big mess source formating ↵UbitUmarov35-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