summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-04remove a bunch of useless metadata and settingsVanessa Ezekowitz
2013-07-04got rid of oldpipes.luaVanessa Ezekowitz
2013-07-04rewrite flowing logic a bit to eliminate excessive add_node/remove_node callsVanessa Ezekowitz
2013-07-01Fix for older mod versions that used a different alias.Anthony Zhang
2013-07-01optdepends.txt is depecated. switched to ? syntax in depends.txtVanessa Ezekowitz
2013-06-30Phased out all deprecated minetest.env:* uses in favor of minetest.*Vanessa Ezekowitz
2013-06-28typo fixVanessa Ezekowitz
2013-06-28Merge pull request #44 from Novatux/simpleVanessaE
2013-06-28Add option to disable cyclic behaviourNovatux
2013-06-28Merge pull request #43 from Novatux/crossingVanessaE
2013-06-28Add crossing tubesNovatux
2013-06-26Added support to autoroute code for technic deployer and nodebreakerVanessa Ezekowitz
2013-06-24Node breakers now make sure the node is actually diggable before digging (imp...Anthony Zhang
2013-06-24Update Overview.html with documentation about the node breaker and deployer, ...Anthony Zhang
2013-06-24actually, filters should only connect from the right/output side since theyVanessa Ezekowitz
2013-06-23rewrote autoplacement code to make it more aware of filters,Vanessa Ezekowitz
2013-06-23Whoops, tubes ought to connect to deployers!Anthony Zhang
2013-06-23No infinite stacks allowed! Fix the bug where deployers have infinite stacks ...Anthony Zhang
2013-06-23Super duper pipeworks deployer and node breaker updates.Anthony Zhang
2013-06-22minor tweaks to various dofile() calls, moved one from tubes.lua to init.luaVanessa Ezekowitz
2013-06-22minor tweak to allow the register_tube() function to use any arbitraryVanessa Ezekowitz
2013-06-21workaround for transported items sometimes just appearing out of nowhereVanessa Ezekowitz
2013-06-18Document vertical connectivity of airtight pipe entry.Anthony Zhang
2013-06-16corrected yield on conductor tube crafting imageVanessa Ezekowitz
2013-06-16Made conductor tubes cheaper.Vanessa Ezekowitz
2013-06-16Added appropriate textures for mesecon conductor tubesVanessa Ezekowitz
2013-06-09new textures for spigot to support animated water + fix lighting issuesVanessa Ezekowitz
2013-06-09more minor lighting/texture tweaksVanessa Ezekowitz
2013-06-09Made spigot animated, so the water actually looks like it's pouringVanessa Ezekowitz
2013-06-09added sunlight_propagates=true to most devices to fix lighting issuesVanessa Ezekowitz
2013-06-08Add vertical version of airtight pipe entryVanessa Ezekowitz
2013-06-05Merge pull request #38 from Uberi/masterVanessaE
2013-06-05Add documentation entry about MESE filter/injector, add note about on/off but...Anthony Zhang
2013-06-05Merge pull request #37 from Novatux/teleportVanessaE
2013-06-05Merge pull request #36 from Novatux/tubesfixVanessaE
2013-06-05Fix crash sometimes with tubesNovatux
2013-06-05Add an no-receive option to teleport tubes.Novatux
2013-06-02Merge pull request #35 from Novatux/sandVanessaE
2013-06-02Fix bug with sand tubesNovatux
2013-06-01Merge pull request #34 from Novatux/docVanessaE
2013-06-01Merge pull request #33 from Novatux/craftVanessaE
2013-06-01Change craft of autocrafter to use mese crystal (autocrafter should be less e...Novatux
2013-06-01Fix Overview.htmlNovatux
2013-05-30Ran all textures through pngquant.Vanessa Ezekowitz
2013-05-30Ran all textures through pngcrush.Vanessa Ezekowitz
2013-05-21Merge pull request #32 from Uberi/masterVanessaE
2013-05-21Fix the teleport tube in the latest mt.Anthony Zhang
2013-05-10Merge pull request #31 from Uberi/masterVanessaE
2013-05-11Update the Basic Overview page for latest changes.Anthony Zhang
2013-05-10add flow sensor. Sends mesecons signal when water is flowing through it.Vanessa Ezekowitz