Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-08 | Try to fix old node breakers dropping items | Novatux | |
2014-06-08 | Support for detection of pipeworks fake players by other mods (item drop, etc.) | Novatux | |
2014-06-08 | Fix deployer sometimes destroying items | Novatux | |
2014-06-01 | Try to fix #67 | Novatux | |
2014-05-25 | Fix #66 | Novatux | |
2014-05-24 | delete redundant check | Vanessa Ezekowitz | |
2014-05-23 | Accept multiple input inventories, fix bug with mesecons_mvps | Novatux | |
2014-05-18 | Bugfix | Novatux | |
2014-05-18 | Much better node breaker, own contents of deployer too (but still allow IO ↵ | Novatux | |
with tubes) | |||
2014-04-20 | Remove debug code | Novatux | |
2014-04-13 | Deployer fixes | Novatux | |
2014-04-10 | use leaves group for ALL parts of the plastic base recipe, derp | Vanessa Ezekowitz | |
2014-03-28 | change the decorative grating recipe to something more unique, fixes #58 | Tim | |
2014-03-28 | fix valve recipe crafting unknown nodes | Tim | |
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). |