mesecons/mesecons
Jeija 8a71f51b26 Merge branch 'actionqueue'
This introduces the ActionQueue, a new kind of MESECONS_GLOBALSTEP.
Circuits using delayers will now resume when restarting the server.
Also, large circuits should automatically resume if parts of them are
in unloaded chunks.
Old circuits e.g. using gates will not resume when mesecons is updated,
which means you have to restart them once. But after that, it should work
just like it used to.
This will fix a lot of stuff but may also introduce some new bugs.
So please report them!
2014-01-19 13:59:22 +01:00
..
textures Move textures into their mods 2014-01-10 13:13:02 -05:00
VERSION Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?] 2012-03-05 19:21:26 +01:00
actionqueue.lua Fix delayers and disable resuming if not using MESECONS_GLOBALSTEP 2014-01-19 13:57:11 +01:00
depends.txt Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?] 2012-03-05 19:21:26 +01:00
init.lua Fix delayers and disable resuming if not using MESECONS_GLOBALSTEP 2014-01-19 13:57:11 +01:00
internal.lua Fix delayers and disable resuming if not using MESECONS_GLOBALSTEP 2014-01-19 13:57:11 +01:00
legacy.lua Try to fix gateswith serverstep code. 2014-01-11 07:24:42 +01:00
oldwires.lua Fix all crafting recipes to use modern style 2013-04-28 12:40:08 +02:00
presets.lua Include experimental vertical wires (needs textures) 2012-12-13 18:42:45 +01:00
services.lua Add ActionQueue priority system 2014-01-11 14:57:56 +01:00
settings.lua Fix delayers and disable resuming if not using MESECONS_GLOBALSTEP 2014-01-19 13:57:11 +01:00
util.lua Add ActionQueue priority system 2014-01-11 14:57:56 +01:00
wires.lua Update code to standards of Minetest 0.4.8. 2013-11-30 22:13:00 -05:00