summaryrefslogtreecommitdiff
path: root/mesecons/actionqueue.lua
AgeCommit message (Expand)Author
2020-01-06Refactor actionqueue.lua (#501)DS
2016-08-30Further simplification of turnon/turnoffJeija
2016-02-19Force-load areas with mesecon usageJeija
2016-02-14Use vector helper functions instead of old builtin cmpPos and addPosRule func...Jeija
2014-11-22Re-implement settings system:Jeija
2014-11-22Replace mesecon:<some_function> with mesecon.<some_function> for greaterJeija
2014-11-22Rewrite mesecon wires. This should increase the efficiency and speed ofJeija
2014-11-21Fix #184, Fix #186, Fix #187Jeija
2014-04-20Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for ...Jeija
2014-03-19Remove timer() from LuaController and make interrupt() use the ActionQueue so...Jeija
2014-01-19Fix delayers and disable resuming if not using MESECONS_GLOBALSTEPJeija
2014-01-11Make receptor_on/off overwritable, fix a serious bug.Novatux
2014-01-11Actionqueue tweaksJeija
2014-01-11Resume turnon/off calls as soon as area is loaded in case turnon/off calls en...Jeija
2014-01-11Fix ActionQueue delaysJeija
2014-01-11Add ActionQueue priority systemJeija
2014-01-11Fix the bugs spotted by Novatux - thanks for spotting themJeija
2014-01-10First draft of some kind of Action Queue (just like the globalstep queue in t...Jeija