summaryrefslogtreecommitdiff
path: root/flowing_logic.lua
AgeCommit message (Expand)Author
2017-11-03added straight-only pipeVanessa Ezekowitz
2017-05-18Replace deprecated methods: (#179)Jordan Irwin
2017-03-17add screwdriver rotation handling on most pipes-related nodesVanessa Ezekowitz
2016-06-11Do not trust node.param2.Auke Kok
2013-12-21A few more fixes (spamming the commit log again...)Novatux
2013-12-15local-ize pretty muchg everything that was previously global except whereVanessa Ezekowitz
2013-10-27Add fountainhead (vertical spigot, basically).Vanessa Ezekowitz
2013-08-07fix nil references in flowing_logic.luaVanessa Ezekowitz
2013-07-13added ability to disable most components via config file in world folderVanessa Ezekowitz
2013-07-04remove a bunch of useless metadata and settingsVanessa Ezekowitz
2013-07-04rewrite flowing logic a bit to eliminate excessive add_node/remove_node callsVanessa Ezekowitz
2013-06-30Phased out all deprecated minetest.env:* uses in favor of minetest.*Vanessa Ezekowitz
2013-05-10add flow sensor. Sends mesecons signal when water is flowing through it.Vanessa Ezekowitz
2013-05-10made valves and airtight entry panels work.Vanessa Ezekowitz
2013-05-10remove water node at spigot only at theVanessa Ezekowitz
2013-05-10periodically remove one water node next to each "on" pump that's also flowingVanessa Ezekowitz
2013-04-28fix a bug where spigot pouring would replace the node under it withVanessa Ezekowitz
2013-01-14forgot to account for facedir in spigots when I added that water streamVanessa Ezekowitz
2013-01-14Added a little stub to the bottom of the spigot, showing the water texture,Vanessa Ezekowitz
2013-01-04Made pipes able to carry water!Vanessa Ezekowitz
2013-01-04minor spacing tweaks, nothing functionalVanessa Ezekowitz
2013-01-04First stage of integrating Mauvebic's water flowing code. This is experimentalVanessa Ezekowitz