summaryrefslogtreecommitdiff
path: root/tube_registration.lua
AgeCommit message (Collapse)Author
2020-05-07Fix wrong inventory_image and wield_image typesSmallJoker
2020-02-18Add translation supportLouis Royer
- Created `locale/template.txt` - Fixed some typos - Replace some `print("[pipeworks]"..` with `pipeworks.logger()` - Removed "You hacker, you" from descriptions
2019-09-23add signs_lib placement rulesVanessa Dannenberg
only works on signs_lib commit dcdee222 or later.
2018-09-15Tubes now update their connections when rotated with the screwdriver.12Me21
2017-07-20fix a crash (#190)DS
2017-04-08break tubes on blastDS-Minetest
2017-04-04Namespace pollution cleanup (Used list at #154)ForbiddenJ
2015-02-07make all tubes call the routing functionsVanessa Ezekowitz
using their after_place/after_dig callbacks
2015-01-31reduce table lookups and string concatTim
2015-01-31switch 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-31reduce texturename repetition via __indexTim
2015-01-29rename tubes to tube_registration to avoid catch-all usageTim