Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-08 | Change scope of local variable 'nodecolor': (#185) | Jordan Irwin | |
Fixes warning about undefined global. | |||
2017-04-07 | allow repairing a broken tube | Vanessa Ezekowitz | |
by striking it with cottages:hammer, or castles modpack anvil:hammer, or with any glooptest hammer except wood or stone. | |||
2017-04-05 | let tubes break if they're "over-pressure" | Novatux | |
that is, if there are more than X number of items in a tube. Default is 40 in a tube, but breaking is also disabled by default. (original framework by Novatux, with changes by VanessaE) | |||
2017-04-04 | Namespace pollution cleanup (Used list at #154) | ForbiddenJ | |
2017-01-25 | Use node texture colorization | Vanessa Ezekowitz | |
for priority tube, instead of [colorize (except for inv image). Saves a tiny bit of RAM. | |||
2015-02-07 | make all tubes call the routing functions | Vanessa Ezekowitz | |
using their after_place/after_dig callbacks | |||
2015-02-04 | fix typo in texturename | Tim | |
2015-02-03 | Add the High Priority tube segment that can be used as replacement of ↵ | Tim | |
sorting tubes where they are only used to deactivate paths. The Priority tube uses as less cpu as the default tube, is easier to maintain as well as cheaper as the sorting tube. | |||
2015-01-31 | remove field for 01-2012 facedir legacy support for the one-way tube, which ↵ | Tim | |
was added after | |||
2015-01-31 | switch to the minetest-conventional def-table style of registering tubes to ↵ | Tim | |
clean up their registrations fallback for the old call is provided | |||
2015-01-31 | reduce texturename repetition via __index | Tim | |
2015-01-29 | fix crafts to only register when their respective tubes are enabled | Tim | |
also add the one-way tube recipe back | |||
2015-01-29 | use the default tube textures as fallback for any missing textures during ↵ | Tim | |
tube registration | |||
2015-01-29 | split the big tubes file up into functional modules independend from the ↵ | Tim | |
tube registration and add their respective crafting recipes use this opportunity to remove some whitespaces issues from it |