Age | Commit message (Expand) | Author |
2013-11-25 | get rid of some extraneous print statements | Vanessa Ezekowitz |
2013-11-25 | Split pipe and tube autorouting functions into separate files. | Vanessa Ezekowitz |
2013-11-19 | fix bad lighting on one-way tube | Vanessa Ezekowitz |
2013-11-14 | stop leaking clone_node() function outside of pipeworks namespace | Vanessa Ezekowitz |
2013-11-09 | fix non-working water flow sensor, add proper side texture for it | Vanessa Ezekowitz |
2013-10-30 | Fix node breaker crash. | Novatux |
2013-10-30 | Fix autocrafter not taking enough items if number of needed items of a kind >... | Novatux |
2013-10-29 | make worldpath and modpath pipeworks-namespace-specific and global | Vanessa Ezekowitz |
2013-10-27 | Add fountainhead (vertical spigot, basically). | Vanessa Ezekowitz |
2013-10-24 | Make nodebreaker and deployer use wood group instead of default wood | Vanessa Ezekowitz |
2013-10-24 | Fix for player height | Novatux |
2013-10-24 | Complete fake player for deployer | Novatux |
2013-10-21 | Fix crossing tube and one way tube. | Novatux |
2013-10-21 | FiX CYCLIC option being ignored. | Novatux |
2013-10-20 | Merge branch 'master' of github.com:VanessaE/pipeworks | Vanessa Ezekowitz |
2013-10-20 | Furnace and chest textures now have pipeworks-specific names to allow | Vanessa Ezekowitz |
2013-10-19 | Add one way tube | Novatux |
2013-10-15 | Check for on_metadata_inventory_take | Cy |
2013-10-14 | Multiple updates: | Cy |
2013-10-06 | Better deployer and node breaker mesecons rules. | Novatux |
2013-10-04 | tweak readme to mention the correct place for the documentation | Vanessa Ezekowitz |
2013-10-04 | Moved crafting guide to a separate branch (gh-pages) | Vanessa Ezekowitz |
2013-10-04 | fix incorrect usage of after_place_node | Vanessa Ezekowitz |
2013-10-04 | simplify autocrafterCache, remove cache entry on node dig and disable debug o... | chlue |
2013-10-04 | clean up formatting a bit | Vanessa Ezekowitz |
2013-10-04 | Made autocrafter take less CPU/time | chlue |
2013-09-13 | Fix hacky_swap_node to not repeatedly swap the same node in over and over | Pilcrow |
2013-08-12 | Add note about teleporter tubes reserved channels. | Uberi |
2013-08-07 | fix nil references in flowing_logic.lua | Vanessa Ezekowitz |
2013-08-06 | added reserved teleport channels | hdastwb |
2013-08-05 | always read default_settings.txt before reading the world-folder's settings file | Vanessa Ezekowitz |
2013-07-25 | Merge pull request #49 from hdastwb/notechalias | VanessaE |
2013-07-25 | removed aliases to the technic deployers/node breakers | hdastwb |
2013-07-22 | oops, technic doesn't need to load first, it depends on pipeworks! duh | Vanessa Ezekowitz |
2013-07-22 | fix the check for technic for craft recipes, use optional depends to | Vanessa Ezekowitz |
2013-07-19 | added support for 6d facedir for all tube components, changed autoplace.lua t... | hdastwb |
2013-07-18 | add license file | Vanessa Ezekowitz |
2013-07-15 | fixed a nil reference (filter code didn't check for unknown nodes) | Vanessa Ezekowitz |
2013-07-13 | added ability to disable most components via config file in world folder | Vanessa Ezekowitz |
2013-07-13 | Merge pull request #47 from hdastwb/mesesandtube | VanessaE |
2013-07-13 | added more powerful sand tubes (MESE sand tubes), along with associated craft... | hdastwb |
2013-07-09 | Merge pull request #46 from hdastwb/lockedchest | VanessaE |
2013-07-08 | Merge pull request #45 from hdastwb/lockedchest | VanessaE |
2013-07-08 | added locked chests in Overview.html | hdastwb |
2013-07-08 | added locked chests to autoplace.lua | hdastwb |
2013-07-08 | added locked chests in compat.lua | hdastwb |
2013-07-04 | remove a bunch of useless metadata and settings | Vanessa Ezekowitz |
2013-07-04 | got rid of oldpipes.lua | Vanessa Ezekowitz |
2013-07-04 | rewrite flowing logic a bit to eliminate excessive add_node/remove_node calls | Vanessa Ezekowitz |
2013-07-01 | Fix for older mod versions that used a different alias. | Anthony Zhang |