mesecons/mesecons
Jeija f977ac821a Re-implement settings system:
Settings can now be retrieved by mesecon.setting(<name>, <default>) and can be modified without
editing the source code by adding the setting to minetest.conf
For instance, you can add mesecon.blinky_plant_interval = 0.5 to minetest.conf in order to
increase the blinking speed.
Rewrite the blinky plant with nodetimers.
Fixes #161
2014-11-22 22:09:26 +01:00
..
textures Rewrite mesecon wires. This should increase the efficiency and speed of 2014-11-22 11:40:58 +01: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 Re-implement settings system: 2014-11-22 22:09:26 +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 compatibility with not yet updated mods that use mesecon:receptor_* 2014-11-22 20:05:36 +01:00
internal.lua Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever + 2014-11-22 20:49:54 +01:00
legacy.lua Fix compatibility with not yet updated mods that use mesecon:receptor_* 2014-11-22 20:05:36 +01:00
oldwires.lua Fix all crafting recipes to use modern style 2013-04-28 12:40:08 +02:00
presets.lua Use iterative algorithm for mesecon.find_receptor_on, major performance improvement for large 2014-11-22 17:12:48 +01:00
services.lua Re-implement settings system: 2014-11-22 22:09:26 +01:00
settings.lua Re-implement settings system: 2014-11-22 22:09:26 +01:00
util.lua Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever + 2014-11-22 20:49:54 +01:00
wires.lua Use iterative algorithm for mesecon.find_receptor_on, major performance improvement for large 2014-11-22 17:12:48 +01:00