summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/vertical.lua
AgeCommit message (Expand)Author
2022-01-01Rewrite vertical mesecons and add intermediate connection supportcheapie
2021-04-01Compatibility with mtg_craft_guide (#555)Louis Royer
2018-01-28Add sounds for wires and piston headsWuzzy
2017-11-01Set is_ground_content to false (#386)DS
2017-03-07Spell-check and clarify item namesWuzzy
2016-02-15Fix vertical wires not updating power when adding to / removing from a vertic...Jeija
2016-02-14Always use minetest.set_node instead of minetest.add_node for consistencyJeija
2016-02-14Use vector helper functions instead of old builtin cmpPos and addPosRule func...Jeija
2014-11-22Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever +Jeija
2014-11-22Replace mesecon:<some_function> with mesecon.<some_function> for greaterJeija
2014-11-22Pressure plates and the object detector will send power to verticalJeija
2014-11-22Rewrite mesecon wires. This should increase the efficiency and speed ofJeija
2013-12-18Vertical wire update.Uberi
2013-11-30Fix vertical wire drops.Uberi
2013-06-22Audit code for possible nil value indexing with unregistered nodes.Anthony Zhang
2013-04-21Minor tweak to allow vertical wires with caps to use the "vertical"Vanessa Ezekowitz
2013-02-22Add (shaped) craft recipe for vertical meseconsJeija
2013-02-06Fix piston drops and craft recipeJeija
2012-12-21Merge branch 'master' into nextgenJeija
2012-12-16Fix #62 (Hopefully this time)Jeija
2012-12-16Fix addPosRule without mesecon: in vertical wires (issue #62)Jeija
2012-12-15Upload cleaned up mesecons to nextgen branchJeija
2012-12-13Include experimental vertical wires (needs textures)Jeija