Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-10 | Add optional before/after filter callbacks | Ciaran Gultnieks | |
These allow nodes that manage inventory in a non-standard manner (e.g. a barrel) to still be able to work with pipeworks filters. | |||
2014-02-08 | check for malformed table in scan_for_tube_objects() | Vanessa Ezekowitz | |
2014-01-16 | Add alternate sand tube recipes using desert sand | Vanessa Ezekowitz | |
2014-01-16 | Make unprocessed plastic base from any kinds of leaves that are in group:leaves | Vanessa Ezekowitz | |
also, retire the junglegrass- and dry shrub-based recipes for same, as those nodes are somewhat rare now. | |||
2014-01-12 | fix missing tubelike meta on legacy tubes | Vanessa Ezekowitz | |
(kept them from properly routing items after placement) | |||
2014-01-11 | allow_metadata_inventory_take returns a number, not a bool | Novatux | |
2014-01-10 | Prevent items from leaving below filters | Novatux | |
2014-01-10 | Fix | Novatux | |
2014-01-10 | add recipe for crossing tube | Vanessa Ezekowitz | |
2014-01-05 | fix nil reference crash in tube autorouter when unknown nodes are nearby | Vanessa Ezekowitz | |
(?) | |||
2014-01-03 | Support for the mesecons mvps callback | Novatux | |
2014-01-02 | misc fixed | Vanessa Ezekowitz | |
2014-01-01 | Update all recipes to use the new node names | Vanessa Ezekowitz | |
2014-01-01 | fix missing wield/inventory image on "compatibility" tubes | Vanessa Ezekowitz | |
gave them fuller node defs with descriptions et al. also and made them directly call the scan-for-tube-objects function when placed. | |||
2014-01-01 | fix facedir getting reset in detector tubes on state change | Vanessa Ezekowitz | |
2014-01-01 | fix pipes not becoming empty when pump is turned off | Vanessa Ezekowitz | |
2014-01-01 | fix wield image of pipes | Vanessa Ezekowitz | |
give legacy compat pipes inventory images alias them to real pipes on place fix flicker when placing them | |||
2014-01-01 | fix tube and pipe drops | Vanessa Ezekowitz | |
2014-01-01 | fix pipe inventory images | Vanessa Ezekowitz | |
2014-01-01 | always check for CONTENT_IGNORE around a pipe/tube before converting it | Vanessa Ezekowitz | |
2014-01-01 | Fix conversion | Novatux | |
2014-01-01 | Use 6d for pipes too | Novatux | |
2013-12-31 | Use crossing textures | Novatux | |
2013-12-31 | Fix conversion | Novatux | |
2013-12-31 | Last forgotten spaces | Novatux | |
2013-12-31 | Remove old code | Novatux | |
2013-12-31 | Add a few comments | Novatux | |
2013-12-31 | Fix some more coding style, fix a crash, get rid of a conversion table (only ↵ | Novatux | |
used for the table generation) | |||
2013-12-31 | Fix indentation and coding style | Novatux | |
2013-12-31 | Indent correctly the function | Novatux | |
2013-12-31 | Add 6d tubes, cleanup code a bit | Novatux | |
2013-12-31 | make crossing tube wield texture look a little better | Vanessa Ezekowitz | |
(I kinda half-assed it initially ;-) ) | |||
2013-12-31 | add crossing tube textures | Vanessa Ezekowitz | |
(to be used shortly) | |||
2013-12-24 | fix copy&paste error | Vanessa Ezekowitz | |
2013-12-24 | ok, on second thought, allow tubes to connect to the fronts. Also, define | Vanessa Ezekowitz | |
top-side overlays for furnaces. | |||
2013-12-24 | Fix glitch in tube autorouter | Vanessa Ezekowitz | |
(brain-o in how I was handling unknown/bad nodes being passed to it. this works better and lets the code do its job properly). | |||
2013-12-24 | chests, furnaces are not supposed to connect to tubes from the front sides | Vanessa Ezekowitz | |
2013-12-24 | fix filters and mese filters not working correctly | Novatux | |
2013-12-21 | A few more fixes (spamming the commit log again...) | Novatux | |
2013-12-21 | Fix node breaker, use new minetest.swap_node | Novatux | |
2013-12-21 | Fix item transport code | Novatux | |
2013-12-21 | local-ize a couple of variables, code style fixes | Vanessa Ezekowitz | |
2013-12-21 | fix a missed function name (due to being renamed) | Vanessa Ezekowitz | |
2013-12-21 | local-ize a couple more variables | Vanessa Ezekowitz | |
2013-12-21 | mesecons_rules must be global. made so, confined to pipeworks.{} table. | Vanessa Ezekowitz | |
2013-12-21 | rules_all has to be global. made it so, confined to pipeworks.{} table | Vanessa Ezekowitz | |
2013-12-21 | local-ize a couple of variables | Vanessa Ezekowitz | |
2013-12-21 | fix small typos (False -> false) | Vanessa Ezekowitz | |
2013-12-21 | A few fixes | Novatux | |
2013-12-17 | get rid of a redundant comment | Vanessa Ezekowitz | |