Age | Commit message (Expand) | Author |
2014-01-12 | fix missing tubelike meta on legacy tubes | Vanessa Ezekowitz |
2014-01-02 | misc fixed | Vanessa Ezekowitz |
2014-01-01 | fix missing wield/inventory image on "compatibility" tubes | Vanessa Ezekowitz |
2014-01-01 | fix facedir getting reset in detector tubes on state change | Vanessa Ezekowitz |
2014-01-01 | fix tube and pipe drops | Vanessa Ezekowitz |
2014-01-01 | always check for CONTENT_IGNORE around a pipe/tube before converting it | Vanessa Ezekowitz |
2013-12-31 | Use crossing textures | Novatux |
2013-12-31 | Fix conversion | Novatux |
2013-12-31 | Last forgotten spaces | Novatux |
2013-12-31 | Remove old code | Novatux |
2013-12-31 | Add a few comments | Novatux |
2013-12-31 | Fix some more coding style, fix a crash, get rid of a conversion table (only ... | Novatux |
2013-12-31 | Fix indentation and coding style | Novatux |
2013-12-31 | Indent correctly the function | Novatux |
2013-12-31 | Add 6d tubes, cleanup code a bit | Novatux |
2013-12-21 | mesecons_rules must be global. made so, confined to pipeworks.{} table. | Vanessa Ezekowitz |
2013-12-15 | notvel function can't be local - made global and confined to pipeworks.{} | Vanessa Ezekowitz |
2013-12-15 | tube_item has to be global. confined it to pipeworks.{} table. | Vanessa Ezekowitz |
2013-12-15 | local-ize a few more variables and functions | Vanessa Ezekowitz |
2013-12-15 | get rid of an excess print() call | Vanessa Ezekowitz |
2013-12-15 | default settings have to be global or pipeworks can't see them | Vanessa Ezekowitz |
2013-12-15 | local-ize a few more variables, move all of the nodebox models | Vanessa Ezekowitz |
2013-12-15 | local-ize pretty muchg everything that was previously global except where | Vanessa Ezekowitz |
2013-11-26 | Make the tube_connects={} method work properly for technic devices. | Vanessa Ezekowitz |
2013-11-19 | fix bad lighting on one-way tube | Vanessa Ezekowitz |
2013-10-21 | Fix crossing tube and one way tube. | Novatux |
2013-10-19 | Add one way tube | Novatux |
2013-07-19 | added support for 6d facedir for all tube components, changed autoplace.lua t... | hdastwb |
2013-07-13 | added ability to disable most components via config file in world folder | Vanessa Ezekowitz |
2013-07-13 | added more powerful sand tubes (MESE sand tubes), along with associated craft... | hdastwb |
2013-06-30 | Phased out all deprecated minetest.env:* uses in favor of minetest.* | Vanessa Ezekowitz |
2013-06-28 | typo fix | Vanessa Ezekowitz |
2013-06-28 | Add crossing tubes | Novatux |
2013-06-22 | minor tweaks to various dofile() calls, moved one from tubes.lua to init.lua | Vanessa Ezekowitz |
2013-06-22 | minor tweak to allow the register_tube() function to use any arbitrary | Vanessa Ezekowitz |
2013-06-16 | Added appropriate textures for mesecon conductor tubes | Vanessa Ezekowitz |
2013-06-02 | Fix bug with sand tubes | Novatux |
2013-04-12 | Merge pull request #28 from Novatux/master | VanessaE |
2013-04-12 | Fix conductive tube drop. | Novatux |
2013-04-11 | Merge pull request #27 from Novatux/master | VanessaE |
2013-04-11 | Add conductor tubes (no crafting recipe or texture for now). | Novatux |
2013-03-18 | Add inventory images for tubes. | Anthony |
2013-02-07 | Bugfix | Novatux |
2013-01-23 | Fixed a bug with mese tubes not correctly distributing the items. | Novatux |
2013-01-20 | Added textures for sand and accelerator tubes, added crafting recipe for sand... | Novatux |
2013-01-20 | Changed the name of some textures for naming conventions. Added deployer and ... | Novatux |
2013-01-20 | Added sand tubes, which take nearby items. | Novatux |
2013-01-19 | Changed mese tubes: you can now choose if items should not go in a direction. | Novatux |
2013-01-19 | Added accelrator and teleport pipes | Novatux |
2013-01-17 | Added detector tube | Novatux |