Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | Make the tube_connects={} method work properly for technic devices. | Vanessa Ezekowitz | |
Also phase out "old new" API, leaving only the "tube_connects={}" method, as nothing in technic or pipeworks uses it. Fix a few more places where minetest.facedir_to_dir() was duplicated, since that code is part of Minetest 0.4.8. | |||
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 ↵ | hdastwb | |
to follow tubes.connect_sides rather than having each component coded individually, and added support for placing deployers and node breakers facing vertically | |||
2013-07-13 | added ability to disable most components via config file in world folder | Vanessa Ezekowitz | |
moved pipes out of init.lua and into a separate file. some minor formatting changes | |||
2013-07-13 | added more powerful sand tubes (MESE sand tubes), along with associated ↵ | hdastwb | |
crafts, textures, and documentation | |||
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 | |
namespace for the tube instead of forcing it to be pipeworks: | |||
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 | |
Fix conductive tube drop. | |||
2013-04-12 | Fix conductive tube drop. | Novatux | |
2013-04-11 | Merge pull request #27 from Novatux/master | VanessaE | |
Add conductor tubes. | |||
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 ↵ | Novatux | |
sand tube. | |||
2013-01-20 | Changed the name of some textures for naming conventions. Added deployer and ↵ | Novatux | |
node breaker (most of the code is from Technic, the textures too). | |||
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 | |
2013-01-16 | Added a function to register tubes. | Novatux | |
Added the mese pipe. | |||
2013-01-02 | fixed typo, pneumatic test [ojbect -> object] | Vanessa Ezekowitz | |
2012-09-17 | Added test object for pneumatic tube autorouting code, made tubes connect to | Vanessa Ezekowitz | |
it and any object that bears groups={tubedevice=1} (connects to any side) | |||
2012-09-02 | Added crafting recipes for various objects, with options: If homedecor is | Vanessa Ezekowitz | |
installed, use the plastic sheeting therein. If not, we define it manually. If the Technic mod is installed, don't define any recipes at all. Also removed the extra "loaded!" messages and tweaked the default pipe alias to point to something that is actually visible :-) | |||
2012-09-01 | flattened wielded pipe segment. | Vanessa Ezekowitz | |
2012-08-24 | Added pneumatic tubes with their own autoplace code (does not connect to | Vanessa Ezekowitz | |
steel pipes). Fixed a recursion bug that sometimes caused a stack overflow. |