summaryrefslogtreecommitdiff
path: root/mesecons
AgeCommit message (Expand)Author
2012-09-06Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and ...Jeija
2012-09-05Code cleanupJeija
2012-08-21minor tweak to vertical mesecons wire stubs to help with z-fighting objectsVanessa Ezekowitz
2012-08-20Switch from tile_images to tiles = {...}Jeija
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-15Remove Temperest setting as it is an extension nowJeija
2012-08-13Bugfix: Check if receptor node is powered from somewhere before turning it of...Jeija
2012-08-13Re-enable backwards compatibility (sorry for disabling)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-13Merge pull request #23 from VanessaE/masterJeija
2012-08-13Code cleanup - remove internal_api.lua (now internal.lua)Jeija
2012-08-13Code cleanupJeija
2012-08-13Code cleanupJeija
2012-08-13reworked textures for mesecons wires, added a new one for each of on/offVanessa Ezekowitz
2012-08-13Minimal speedup by not checking some nodes twice for receptorsJeija
2012-08-13Code cleanup and ond more extremely small speedupJeija
2012-08-12Made X <-> Z bends not produce junction bump (only appears on T-junctions,Vanessa Ezekowitz
2012-08-12Slimmed down wire junctions a bit.Vanessa Ezekowitz
2012-08-12Further (small) speed improvement, shrink code & more comments on itJeija
2012-08-12Fix mesecon delayer bugs and other non-functional changesJeija
2012-08-12HUGE speed improvementJeija
2012-08-11Merge branch 'master' of github.com:Jeija/minetest-mod-meseconsVanessa Ezekowitz
2012-08-11Reverted back to old mesecons wire image for inventoryVanessa Ezekowitz
2012-08-11Add some wires to mesecon_conductor_craftable groupJeija
2012-08-11Mesecons only connect to blocks with group mesecon > 1Jeija
2012-08-11Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to t...Jeija
2012-08-10Consistency improvement and remove dead codeJeija
2012-08-08Add first experimental version of a (programmable) microcontrollerJeija
2012-08-08Fix mesecon:updatenode for the last Time...sfan5
2012-08-08Finally fix mesecon:updatenodesfan5
2012-08-08Fix Typo in mesecon:nodeupdatesfan5
2012-08-08Add mesecon:nodeupdate Functionsfan5
2012-08-01not_in_creative_inventoryKotolegokot
2012-07-20Nodebox piston pushers! Fix a few piston bugs such as pistons pushing pistons...Anthony Zhang
2012-07-18Fix piston duplication bug, simplify piston handling, limit piston push dista...Anthony Zhang
2012-06-21AND block works! (YIPPEE!!!) See WHISKERS75_README.Whiskers75 -
2012-06-20Fix Bug: Mesecons cannot be digged due to a collisionbox failureJeija
2012-06-04Remove deprecated API functions "register_on_placenode" and "register_on_dign...Anthony Zhang
2012-05-15Re-add missing flag.Anthony Zhang
2012-04-24Made mesecons diggableAnthony Zhang
2012-04-22Add documentation for conductorsJeija
2012-04-22Remove useless debug outputJeija
2012-04-22Add new conductor systemJeija
2012-03-29Remove dedicated meselamp stuffJeija
2012-03-29Add mesecons delayerJeija
2012-03-29Rules + Receptor system reworkJeija
2012-03-29Add reference for new rules systemJeija