Age | Commit message (Expand) | Author |
2017-09-27 | initial stub patches to re-implement new_flow_logic | thetaepsilon-gamedev |
2017-09-27 | hard dep on mesecons | Vanessa Ezekowitz |
2017-09-25 | Replace old nodeupdate() with new minetest.check_for_falling() (#200) | Thomas--S |
2017-09-25 | make the filters use ghostitems (#197) | DS |
2017-09-25 | fix digiline_filter crashing when getting a string as count (#196) | DS |
2017-09-25 | Add lua controlled tube (#199) | DS |
2017-09-25 | Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195) | DS |
2017-08-20 | give more possibilities to mods (#194) | DS |
2017-08-17 | filter: allow to take items out of locked chests if same owner (#193) | DS |
2017-07-20 | fix a crash (#190) | DS |
2017-07-03 | Adjust rate control code to work better | Vanessa Ezekowitz |
2017-06-23 | prevent crash if node being taken from has no inv | Vanessa Ezekowitz |
2017-06-19 | only return true from receive_fields() when actually needed | Vanessa Ezekowitz |
2017-06-18 | Pipeworks uses LGPL code from minetest_game, changed license accordingly. | Vanessa Ezekowitz |
2017-06-17 | Change compat-chests.lua to block top-mounted tube connections when chest is ... | ForbiddenJ |
2017-06-17 | Change compat-chests.lua to handle modern chests and be clean. (Addresses htt... | ForbiddenJ |
2017-06-08 | Change scope of local variable 'nodecolor': (#185) | Jordan Irwin |
2017-05-18 | Replace deprecated methods: (#179) | Jordan Irwin |
2017-05-18 | improve node breaker textures (#173) | DS |
2017-04-13 | Nice settings (#171) | DS |
2017-04-12 | also check for group "tubedevice" (fixes injecting into one-way tube) | Vanessa Ezekowitz |
2017-04-12 | make sure there's something appropriate to inject an item into | Vanessa Ezekowitz |
2017-04-12 | fix scale of on/off switch in teleport tube | Vanessa Ezekowitz |
2017-04-12 | allow external devices to connect to pipes | Vanessa Ezekowitz |
2017-04-12 | fix scale on autocrafter's on/off switch | Vanessa Ezekowitz |
2017-04-11 | use "base" field in a couple more places | Vanessa Ezekowitz |
2017-04-11 | remove some debug prints | Vanessa Ezekowitz |
2017-04-11 | cache button "base" field since it's also standard | Vanessa Ezekowitz |
2017-04-11 | cache on/off button image refs and commonly-used label for same | Vanessa Ezekowitz |
2017-04-11 | remove old compat file (obsolete) | Vanessa Ezekowitz |
2017-04-11 | chests/furnaces: cache tube overlay images | Vanessa Ezekowitz |
2017-04-11 | adjust sorting tube formspec | Vanessa Ezekowitz |
2017-04-11 | allow stack per-chest/per-furnace stack splitting | Vanessa Ezekowitz |
2017-04-09 | only reject part of itemtack from chest, if possible | Vanessa Ezekowitz |
2017-04-09 | cap luaentities table entries to valid coords on load | Vanessa Ezekowitz |
2017-04-09 | make item drop by tubes nicer (#168) | DS |
2017-04-09 | Merge pull request #169 from DS-Minetest/tube_blast_break | Vanessa Ezekowitz |
2017-04-08 | break tubes on blast | DS-Minetest |
2017-04-07 | allow repairing a broken tube | Vanessa Ezekowitz |
2017-04-07 | remove "reversed" warning message | Vanessa Ezekowitz |
2017-04-06 | default breaking code to "enabled" and lower the default limit to 30. | Vanessa Ezekowitz |
2017-04-06 | tonumber() the config'd items limit | Vanessa Ezekowitz |
2017-04-06 | Don't lose extra movement when entering new tube or turning around. | Ekdohibs |
2017-04-06 | Make item counting more reliable and more efficient. | Ekdohibs |
2017-04-05 | let tubes break if they're "over-pressure" | Novatux |
2017-04-05 | always set item start pos on reverse. | Vanessa Ezekowitz |
2017-04-04 | Namespace pollution cleanup (Used list at #154) | ForbiddenJ |
2017-03-31 | allow pipeworks to skip server steps when moving entities around. | Vanessa Ezekowitz |
2017-03-29 | if an item should reverse dir (e.g. full destination), | Vanessa Ezekowitz |
2017-03-29 | add a warning if a tubed item turns around | Vanessa Ezekowitz |