summaryrefslogtreecommitdiff
path: root/item_transport.lua
AgeCommit message (Expand)Author
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
2014-01-11allow_metadata_inventory_take returns a number, not a boolNovatux
2014-01-10Prevent items from leaving below filtersNovatux
2014-01-03Support for the mesecons mvps callbackNovatux
2013-12-24fix filters and mese filters not working correctlyNovatux
2013-12-21Fix item transport codeNovatux
2013-12-21A few fixesNovatux
2013-12-15notvel function can't be local - made global and confined to pipeworks.{}Vanessa Ezekowitz
2013-12-15tube_item has to be global. confined it to pipeworks.{} table.Vanessa Ezekowitz
2013-12-15local-ize a few more variablesVanessa Ezekowitz
2013-12-15local-ize a few more variables and functionsVanessa Ezekowitz
2013-12-15local-ize a few more functionsVanessa Ezekowitz
2013-12-15default settings have to be global or pipeworks can't see themVanessa Ezekowitz
2013-12-15local-ize pretty muchg everything that was previously global except whereVanessa Ezekowitz
2013-11-26Make the tube_connects={} method work properly for technic devices.Vanessa Ezekowitz
2013-10-29make worldpath and modpath pipeworks-namespace-specific and globalVanessa Ezekowitz
2013-10-21Fix crossing tube and one way tube.Novatux
2013-10-15Check for on_metadata_inventory_takeCy
2013-10-14Multiple updates:Cy
2013-07-19added support for 6d facedir for all tube components, changed autoplace.lua t...hdastwb
2013-07-15fixed a nil reference (filter code didn't check for unknown nodes)Vanessa Ezekowitz
2013-06-30Phased out all deprecated minetest.env:* uses in favor of minetest.*Vanessa Ezekowitz
2013-06-28Add option to disable cyclic behaviourNovatux
2013-06-23rewrote autoplacement code to make it more aware of filters,Vanessa Ezekowitz
2013-06-21workaround for transported items sometimes just appearing out of nowhereVanessa Ezekowitz