mesecons/mesecons
Jeija 5be179bf11 Replace mesecon:<some_function> with mesecon.<some_function> for greater
flexibility and because it was never inteded to be OOP in the first
place.

mesecon.receptor_on and mesecon.receptor_off are provided by wrappers
(mesecon:receptor_on/off) for compatibility, but will be removed. Mod
programmers that use mesecons: Please update!

Also, fix microcontroller polluting the global namespace and remove some
deprecated stuff.
2014-11-22 15:42:22 +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 Replace mesecon:<some_function> with mesecon.<some_function> for greater 2014-11-22 15:42:22 +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 Replace mesecon:<some_function> with mesecon.<some_function> for greater 2014-11-22 15:42:22 +01:00
internal.lua Replace mesecon:<some_function> with mesecon.<some_function> for greater 2014-11-22 15:42:22 +01:00
legacy.lua Replace mesecon:<some_function> with mesecon.<some_function> for greater 2014-11-22 15:42:22 +01:00
oldwires.lua Fix all crafting recipes to use modern style 2013-04-28 12:40:08 +02:00
presets.lua Replace mesecon:<some_function> with mesecon.<some_function> for greater 2014-11-22 15:42:22 +01:00
services.lua Replace mesecon:<some_function> with mesecon.<some_function> for greater 2014-11-22 15:42:22 +01:00
settings.lua Make sure #160 cannot be exploited to make servers crash. 2014-06-01 11:00:39 +02:00
util.lua Replace mesecon:<some_function> with mesecon.<some_function> for greater 2014-11-22 15:42:22 +01:00
wires.lua Replace mesecon:<some_function> with mesecon.<some_function> for greater 2014-11-22 15:42:22 +01:00