summaryrefslogtreecommitdiff
path: root/item_transport.lua
AgeCommit message (Expand)Author
2020-06-30Consider connect_sides for item transportAlexander Ried
2020-02-18Add translation supportLouis Royer
2018-08-04Handle nil return value for add_itemSmallJoker
2018-07-03Replace deprecated Lua function callsSmallJoker
2017-12-19item_transport.lua: split out determination of next position in go_next() int...thetaepsilon-gamedev
2017-12-19item_transport.lua: read cycle direction at start of go_next() in preparation...thetaepsilon-gamedev
2017-12-19item_transport.lua: update return statements in go_next() to include multimod...thetaepsilon-gamedev
2017-12-19item_transport.lua: move tube limit checking before can_go() callback in go_n...thetaepsilon-gamedev
2017-12-18item_transport.lua: factor out tube overload code into separate functionthetaepsilon-gamedev
2017-12-18item_transport.lua: initial support in item luaentity for multiple outputs an...thetaepsilon-gamedev
2017-12-18item_transport.lua: read extra multimode parameter from go_next callbackthetaepsilon-gamedev
2017-08-20give more possibilities to mods (#194)DS
2017-05-18Replace deprecated methods: (#179)Jordan Irwin
2017-04-09make item drop by tubes nicer (#168)DS
2017-04-07remove "reversed" warning messageVanessa Ezekowitz
2017-04-06default breaking code to "enabled" and lower the default limit to 30.Vanessa Ezekowitz
2017-04-06tonumber() the config'd items limitVanessa Ezekowitz
2017-04-06Don't lose extra movement when entering new tube or turning around.Ekdohibs
2017-04-06Make item counting more reliable and more efficient.Ekdohibs
2017-04-05let tubes break if they're "over-pressure"Novatux
2017-04-05always set item start pos on reverse.Vanessa Ezekowitz
2017-04-04Namespace pollution cleanup (Used list at #154)ForbiddenJ
2017-03-29if an item should reverse dir (e.g. full destination),Vanessa Ezekowitz
2017-03-29add a warning if a tubed item turns aroundVanessa Ezekowitz
2017-03-01Allow reversing direction if there's nowhere to goCarter Kolwey
2016-04-01Changed item_drop to add_item for items dropped during transport.greencopper
2015-11-17fix crash caused by deprecated usage of minetest.item_drop, fixes #122HybridDog
2015-07-25Try to fix items dropping in unloaded areasNovatux
2015-06-23Revert "fix multiple crash points if luaentity.entities or values returned from"Novatux
2015-06-23fix multiple crash points if luaentity.entities or values returned fromVanessa Ezekowitz
2015-01-29chmod -x *.luaTim
2015-01-29split the filter-injector specific code out of the generic item_transportTim
2014-11-22update to use current mesecons APIVanessa Ezekowitz
2014-11-16Make filters behave correctly with protected areas (fixes #74)Novatux
2014-08-24fix undefined node crashVanessa Ezekowitz
2014-08-15Rename tube_item() to tube_inject_item()Zefram
2014-08-14Fix typoNovatux
2014-08-14Add legacy code for items in tubesNovatux
2014-08-14Major rewrite of items in tubesNovatux
2014-07-21Slot sequencing modes for filter-injectorsZefram
2014-07-21rename "filter" to "filter-injector"Zefram
2014-07-05Name tube items for function rather than materialZefram
2014-07-02Make non-node items in tubes look more solidZefram
2014-07-02Fix bug with multiple input inventories with the filtersNovatux
2014-07-01Try to fix some bugs that happen on server restartNovatux
2014-06-14Filter inventory fixNovatux
2014-05-23Accept multiple input inventories, fix bug with mesecons_mvpsNovatux
2014-05-18BugfixNovatux
2014-04-13Deployer fixesNovatux
2014-02-10Add optional before/after filter callbacksCiaran Gultnieks