aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XMREngine (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-23rename XMREngine as Yengine (still not all done), big mess source formating ↵UbitUmarov37-41500/+0
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 ↵UbitUmarov8-435/+332
fixes for 2 llparcel functions that should not be needed; remove xmr own API, it has no business having one.
2018-02-07some more code from mrieker for system threads, give up of all the other ↵UbitUmarov7-1383/+872
mono dependent theading models only availble for linux (and possible not all platforms). This only has impact on micro-threading switching, and this only happens on long events and only every 60ms, aditionally we do remove a totally extra set of threads (that could grow in a uncontroled way on win) and their hanshake with main ones. This may of course be even more broken now :P
2018-02-05add mrieker fresh optimization on heap trackerUbitUmarov5-62/+151
2018-02-03pesty warningsUbitUmarov1-1/+1
2018-02-03just DIE damm thread (recent monos issue)UbitUmarov2-12/+23
2018-02-03XMR: there is no need for a slice thread, it also causes timing issues; ↵UbitUmarov6-237/+353
BelowNormal mb 2 Below on win; cosmetics
2018-02-02 add experimental script engine XMRengine donated by mrieker (DreamNation) ↵UbitUmarov38-0/+41898
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.