aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/YEngine/XMRInstBackend.cs (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-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-02-20Yengine: let llminEventDelay do something: it just ignores a more limited ↵UbitUmarov1-6/+6
set of events than Xengine (neither do as SL)
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-02-25Y(xmr)engine cosmetics...UbitUmarov1-56/+23
2018-02-23rename XMREngine as Yengine (still not all done), big mess source formating ↵UbitUmarov1-206/+201
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
2018-02-07try to fix xmr on multiregions per instance. Ugly spargetti ...; remove ↵UbitUmarov1-7/+6
fixes for 2 llparcel functions that should not be needed; remove xmr own API, it has no business having one.
2018-02-03XMR: there is no need for a slice thread, it also causes timing issues; ↵UbitUmarov1-36/+50
BelowNormal mb 2 Below on win; cosmetics
2018-02-02 add experimental script engine XMRengine donated by mrieker (DreamNation) ↵UbitUmarov1-0/+644
And our Melanie. ***DANGER*** ***TESTONLY*** ***disable HG*** dont leave running when not looking... tp/crossing to Xengine will reset scripts. i do see a few issues but should be testable, so we can decide if we should invest more on it.