Age | Commit message (Expand) | Author |
2018-08-04 | Handle nil return value for add_item | SmallJoker |
2018-07-03 | Replace deprecated Lua function calls | SmallJoker |
2017-12-19 | item_transport.lua: split out determination of next position in go_next() int... | thetaepsilon-gamedev |
2017-12-19 | item_transport.lua: read cycle direction at start of go_next() in preparation... | thetaepsilon-gamedev |
2017-12-19 | item_transport.lua: update return statements in go_next() to include multimod... | thetaepsilon-gamedev |
2017-12-19 | item_transport.lua: move tube limit checking before can_go() callback in go_n... | thetaepsilon-gamedev |
2017-12-18 | item_transport.lua: factor out tube overload code into separate function | thetaepsilon-gamedev |
2017-12-18 | item_transport.lua: initial support in item luaentity for multiple outputs an... | thetaepsilon-gamedev |
2017-12-18 | item_transport.lua: read extra multimode parameter from go_next callback | thetaepsilon-gamedev |
2017-08-20 | give more possibilities to mods (#194) | DS |
2017-05-18 | Replace deprecated methods: (#179) | Jordan Irwin |
2017-04-09 | make item drop by tubes nicer (#168) | DS |
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-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 |
2017-03-01 | Allow reversing direction if there's nowhere to go | Carter Kolwey |
2016-04-01 | Changed item_drop to add_item for items dropped during transport. | greencopper |
2015-11-17 | fix crash caused by deprecated usage of minetest.item_drop, fixes #122 | HybridDog |
2015-07-25 | Try to fix items dropping in unloaded areas | Novatux |
2015-06-23 | Revert "fix multiple crash points if luaentity.entities or values returned from" | Novatux |
2015-06-23 | fix multiple crash points if luaentity.entities or values returned from | Vanessa Ezekowitz |
2015-01-29 | chmod -x *.lua | Tim |
2015-01-29 | split the filter-injector specific code out of the generic item_transport | Tim |
2014-11-22 | update to use current mesecons API | Vanessa Ezekowitz |
2014-11-16 | Make filters behave correctly with protected areas (fixes #74) | Novatux |
2014-08-24 | fix undefined node crash | Vanessa Ezekowitz |
2014-08-15 | Rename tube_item() to tube_inject_item() | Zefram |
2014-08-14 | Fix typo | Novatux |
2014-08-14 | Add legacy code for items in tubes | Novatux |
2014-08-14 | Major rewrite of items in tubes | Novatux |
2014-07-21 | Slot sequencing modes for filter-injectors | Zefram |
2014-07-21 | rename "filter" to "filter-injector" | Zefram |
2014-07-05 | Name tube items for function rather than material | Zefram |
2014-07-02 | Make non-node items in tubes look more solid | Zefram |
2014-07-02 | Fix bug with multiple input inventories with the filters | Novatux |
2014-07-01 | Try to fix some bugs that happen on server restart | Novatux |
2014-06-14 | Filter inventory fix | Novatux |
2014-05-23 | Accept multiple input inventories, fix bug with mesecons_mvps | Novatux |
2014-05-18 | Bugfix | Novatux |
2014-04-13 | Deployer fixes | Novatux |
2014-02-10 | Add optional before/after filter callbacks | Ciaran Gultnieks |
2014-01-11 | allow_metadata_inventory_take returns a number, not a bool | Novatux |
2014-01-10 | Prevent items from leaving below filters | Novatux |