Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-27 | fix metadata loss on rotate | Thomas Rudin | |
use swap_node() instead of set_node() so locked chests can be used again after rotation | |||
2018-09-15 | Tubes now update their connections when rotated with the screwdriver. | 12Me21 | |
2017-04-04 | Namespace pollution cleanup (Used list at #154) | ForbiddenJ | |
2015-02-07 | make all tubes call the routing functions | Vanessa Ezekowitz | |
using their after_place/after_dig callbacks | |||
2015-02-07 | remove obsolete calls to register_on_placenode/dignode | Vanessa Ezekowitz | |
they're slow and obsolete | |||
2015-01-29 | chmod -x *.lua | Tim | |
2014-11-22 | update to use current mesecons API | Vanessa Ezekowitz | |
requires mesecons commit 5be179bf110b44bdc06df6dbfde4e61487cf0635 or newer. | |||
2014-08-14 | Major rewrite of items in tubes | Novatux | |
2014-02-08 | check for malformed table in scan_for_tube_objects() | Vanessa Ezekowitz | |
2014-01-05 | fix nil reference crash in tube autorouter when unknown nodes are nearby | Vanessa Ezekowitz | |
(?) | |||
2014-01-03 | Support for the mesecons mvps callback | Novatux | |
2013-12-31 | Add 6d tubes, cleanup code a bit | Novatux | |
2013-12-24 | Fix glitch in tube autorouter | Vanessa Ezekowitz | |
(brain-o in how I was handling unknown/bad nodes being passed to it. this works better and lets the code do its job properly). | |||
2013-12-21 | A few more fixes (spamming the commit log again...) | Novatux | |
2013-12-15 | local-ize a few more variables and functions | Vanessa Ezekowitz | |
2013-12-15 | local-ize a few more functions | Vanessa Ezekowitz | |
2013-12-15 | local-ize a few more variables, move all of the nodebox models | Vanessa 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-15 | local-ize pretty muchg everything that was previously global except where | Vanessa Ezekowitz | |
stuff needs to be globally-visible. Also, fix a bad drop on valve. | |||
2013-12-10 | More sanity checks on the nodeside() function, courtesy ShadowNinja | Vanessa Ezekowitz | |
2013-12-10 | Better way to catch that incoming nil, return a real value on the way out | Vanessa Ezekowitz | |
2013-12-10 | Revert "catch nil return from facedir_to_dir() in tube autoplace code" | Vanessa Ezekowitz | |
This reverts commit 4f9c7a43c9f1f0ab3286c755c49bd8d2951b4dc8. | |||
2013-12-10 | catch nil return from facedir_to_dir() in tube autoplace code | Vanessa Ezekowitz | |
2013-11-26 | limit tube autoconnect checking to only run if tube.connect_sides | Vanessa Ezekowitz | |
is defined for a particular node (rather than the whole tube table). Also, tweak wording of an error message to account for line numbering changes. | |||
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-25 | get rid of some extraneous print statements | Vanessa Ezekowitz | |
2013-11-25 | Split pipe and tube autorouting functions into separate files. | Vanessa Ezekowitz | |