summaryrefslogtreecommitdiff
path: root/mesecons/internal.lua
AgeCommit message (Expand)Author
2013-11-30Update code to standards of Minetest 0.4.8.Uberi
2013-08-27Merge pull request #112 from khonkhortisan/multi_ruleskhonkhortisan
2013-06-20Crossoverkhonkhortisan
2013-06-10mesecon:rules_link nil return rulekhonkhortisan
2013-06-05Change mesecons signals so that they update effectors only after a globalstep...Novatux
2013-01-19Fix Bug: Wrong usage of action_on/action_off instead of action_changeJeija
2012-12-28Make nr in rules rotation local in order not to pullute the holy global names...Jeija
2012-12-27Minor cleanup of mesecno torch and add another rule to it (behind above)Jeija
2012-12-27Bugfix foes for pistons, delayyrs, gates and microcontrollers. Rework delayers.Jeija
2012-12-26Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause...Jeija
2012-12-21Merge branch 'master' into nextgenJeija
2012-12-19Add rule-name system. Every input rule can now have a name, that could help e...Jeija
2012-12-18Should fix this bug: bit.ly/XEy94jJeija
2012-12-16Remove mesecons:updatenodeJeija
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