summaryrefslogtreecommitdiff
path: root/mesecons/legacy.lua
AgeCommit message (Expand)Author
2016-08-31Duplicate unhash_blockpos code to legacy.luaJeija
2016-08-30Remove some long unused legacy codeJeija
2016-08-30Small cleanups in `internal.lua`, move forceloading reversal to legacyJeija
2014-11-22Merge branch 'improve-luacontroller' of https://github.com/ShadowNinja/minete...Jeija
2014-11-22Fix compatibility with not yet updated mods that use mesecon:receptor_*Jeija
2014-11-22Replace mesecon:<some_function> with mesecon.<some_function> for greaterJeija
2014-10-07Improve the LuaControllerShadowNinja
2014-01-11Try to fix gateswith serverstep code.Novatux
2013-11-30Compat shim for minetest.swap_node, lightstone conducts from the bottom.Uberi
2012-12-15Upload cleaned up mesecons to nextgen branchJeija
2012-12-08Cleanup, make and use util.lua, port command block and delayer to nodedefJeija
2012-12-08Finish new mesecon-in-nodedef for conductors and receptors. Make wires and sw...Jeija
2012-12-08New branch: Move mesecon to node definition instead of functions like registe...Jeija
2012-09-06Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and ...Jeija