summaryrefslogtreecommitdiff
path: root/mesecons/internal.lua
AgeCommit message (Expand)Author
2012-12-16Cleanup and improve piston codeJeija
2012-12-15Bugfix, use param2 for conductors when turning them on/offJeija
2012-12-15Bugfix, param2 for conductorsJeija
2012-12-15Upload cleaned up mesecons to nextgen branchJeija
2012-12-13Include experimental vertical wires (needs textures)Jeija
2012-12-11Merge branch 'mesecons_in_nodedef'Jeija
2012-12-10Port gates (finally)Jeija
2012-12-08Port more blocks to nodedef system: object detector, extrawires, water turbin...Jeija
2012-12-08Cleanup, make and use util.lua, port command block and delayer to nodedefJeija
2012-12-08Port lightstones (as reference for effectors) + blinky plant to the new noded...Jeija
2012-12-08Finish new mesecon-in-nodedef for conductors and receptors. Make wires and sw...Jeija
2012-12-08Fix major bug that often occured when using gates (caused by commit 64d109b)Jeija
2012-12-08New branch: Move mesecon to node definition instead of functions like registe...Jeija
2012-12-03Fix a bug (in some cases the output rules of a receptor weren't respected, bu...Jeija
2012-12-01`mesecon:updatenode()` was written to work only with conductors, though in se...Anthony Zhang
2012-09-08Fix Microcontroller bug (discovered by Fenris) and some others that propably ...Jeija
2012-09-06Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and ...Jeija
2012-09-05Code cleanupJeija
2012-08-17Make isolated wires depend on facedir, rename them to 'insulated'Jeija
2012-08-16Add conductor rules, add demo isolated mesecons to proof that it worksJeija
2012-08-13Bugfix: Check if receptor node is powered from somewhere before turning it of...Jeija
2012-08-13New effector system, effectors have to be registered with mesecon:register_ef...Jeija
2012-08-13Make mesecons only connect to input and output ports (e.g. of the delayer)Jeija
2012-08-13Code cleanup, little bugfix (some conductors placed next to receptors didn't ...Jeija
2012-08-13Code cleanupJeija
2012-08-13Code cleanupJeija