summaryrefslogtreecommitdiff
path: root/mesecons/wires.lua
AgeCommit message (Expand)Author
2013-11-30Update code to standards of Minetest 0.4.8.Uberi
2013-06-22Audit code for possible nil value indexing with unregistered nodes.Anthony Zhang
2013-04-28Fix all crafting recipes to use modern styleRealBadAngel
2013-04-20Update selection boxes to make building easier.Anthony Zhang
2013-02-08Make load times faster by avoiding inventorycube and wielditem creation in te...Anthony Zhang
2012-12-31Merge branch 'nextgen'Jeija
2012-12-28made tweaks to the way mese is converted to mesecons. If old mese paradigm isVanessa Ezekowitz
2012-12-21Add new crafting recipe for mesecons: Cook a mese crystalJeija
2012-12-21Merge branch 'master' into nextgenJeija
2012-12-16Cleanup and improve piston codeJeija
2012-12-15Upload cleaned up mesecons to nextgen branchJeija
2012-12-10Fix crash when digging unknown nodesJeija
2012-12-10Slightly change wire look (may be reverted?)Jeija
2012-12-08Finish new mesecon-in-nodedef for conductors and receptors. Make wires and sw...Jeija
2012-09-07Use sunlight_propagates = true for some more nodesJeija
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-16Add conductor rules, add demo isolated mesecons to proof that it worksJeija
2012-08-13Re-enable backwards compatibility (sorry for disabling)Jeija
2012-08-13Make mesecons only connect to input and output ports (e.g. of the delayer)Jeija
2012-08-13reworked textures for mesecons wires, added a new one for each of on/offVanessa Ezekowitz
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-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