summaryrefslogtreecommitdiff
path: root/pipes.lua
AgeCommit message (Collapse)Author
2014-01-01fix pipes not becoming empty when pump is turned offVanessa Ezekowitz
2014-01-01fix wield image of pipesVanessa Ezekowitz
give legacy compat pipes inventory images alias them to real pipes on place fix flicker when placing them
2014-01-01fix tube and pipe dropsVanessa Ezekowitz
2014-01-01fix pipe inventory imagesVanessa Ezekowitz
2014-01-01always check for CONTENT_IGNORE around a pipe/tube before converting itVanessa Ezekowitz
2014-01-01Fix conversionNovatux
2014-01-01Use 6d for pipes tooNovatux
2013-12-15local-ize yet a few more variablesVanessa Ezekowitz
2013-12-15local-ize a few more variables, move all of the nodebox modelsVanessa Ezekowitz
into their own file and confine them and pretty much everything else to the pipeworks.{} table (still global though). More to come.
2013-12-15local-ize pretty muchg everything that was previously global except whereVanessa Ezekowitz
stuff needs to be globally-visible. Also, fix a bad drop on valve.
2013-10-27Add fountainhead (vertical spigot, basically).Vanessa Ezekowitz
2013-07-13added ability to disable most components via config file in world folderVanessa Ezekowitz
moved pipes out of init.lua and into a separate file. some minor formatting changes