summaryrefslogtreecommitdiff
path: root/tubes.lua
AgeCommit message (Expand)Author
2015-01-22Fix tubes only taking a single designated path.Diego Martinez
2015-01-20Optimize sorting tube code a bit.Diego Martinez
2014-12-27allow sorting tubes to be dug, despite virtual items in the inventoriesTim
2014-11-30minetest.env:* --> minetest.*Vanessa Ezekowitz
2014-11-22update to use current mesecons APIVanessa Ezekowitz
2014-08-15Fix mese tube formspecNovatux
2014-08-15Rename tube_item() to tube_inject_item()Zefram
2014-08-15Fix old mese tube detectionNovatux
2014-08-14Major rewrite of items in tubesNovatux
2014-07-21Make sorting tube dialog lag-resistantZefram
2014-07-14Fix detector tube item countingZefram
2014-07-05Name tube items for function rather than materialZefram
2014-06-14Ugly attempt to fix detector tube.Novatux
2014-06-01Try to fix #67Novatux
2014-04-13Deployer fixesNovatux
2014-01-12fix missing tubelike meta on legacy tubesVanessa Ezekowitz
2014-01-02misc fixedVanessa Ezekowitz
2014-01-01fix missing wield/inventory image on "compatibility" tubesVanessa Ezekowitz
2014-01-01fix facedir getting reset in detector tubes on state changeVanessa Ezekowitz
2014-01-01fix tube and pipe dropsVanessa Ezekowitz
2014-01-01always check for CONTENT_IGNORE around a pipe/tube before converting itVanessa Ezekowitz
2013-12-31Use crossing texturesNovatux
2013-12-31Fix conversionNovatux
2013-12-31Last forgotten spacesNovatux
2013-12-31Remove old codeNovatux
2013-12-31Add a few commentsNovatux
2013-12-31Fix some more coding style, fix a crash, get rid of a conversion table (only ...Novatux
2013-12-31Fix indentation and coding styleNovatux
2013-12-31Indent correctly the functionNovatux
2013-12-31Add 6d tubes, cleanup code a bitNovatux
2013-12-21mesecons_rules must be global. made so, confined to pipeworks.{} table.Vanessa Ezekowitz
2013-12-15notvel function can't be local - made global and confined to pipeworks.{}Vanessa Ezekowitz
2013-12-15tube_item has to be global. confined it to pipeworks.{} table.Vanessa Ezekowitz
2013-12-15local-ize a few more variables and functionsVanessa Ezekowitz
2013-12-15get rid of an excess print() callVanessa Ezekowitz
2013-12-15default settings have to be global or pipeworks can't see themVanessa Ezekowitz
2013-12-15local-ize a few more variables, move all of the nodebox modelsVanessa Ezekowitz
2013-12-15local-ize pretty muchg everything that was previously global except whereVanessa Ezekowitz
2013-11-26Make the tube_connects={} method work properly for technic devices.Vanessa Ezekowitz
2013-11-19fix bad lighting on one-way tubeVanessa Ezekowitz
2013-10-21Fix crossing tube and one way tube.Novatux
2013-10-19Add one way tubeNovatux
2013-07-19added support for 6d facedir for all tube components, changed autoplace.lua t...hdastwb
2013-07-13added ability to disable most components via config file in world folderVanessa Ezekowitz
2013-07-13added more powerful sand tubes (MESE sand tubes), along with associated craft...hdastwb
2013-06-30Phased out all deprecated minetest.env:* uses in favor of minetest.*Vanessa Ezekowitz
2013-06-28typo fixVanessa Ezekowitz
2013-06-28Add crossing tubesNovatux
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