zefram/minetest/pipeworks.git
2014-02-09 Vanessa Ezekowitzcheck for malformed table in scan_for_tube_objects()
2014-01-16 Vanessa EzekowitzAdd alternate sand tube recipes using desert sand
2014-01-16 Vanessa EzekowitzMake unprocessed plastic base from any kinds of leaves...
2014-01-12 Vanessa Ezekowitzfix missing tubelike meta on legacy tubes
2014-01-11 Novatuxallow_metadata_inventory_take returns a number, not...
2014-01-10 NovatuxPrevent items from leaving below filters
2014-01-10 NovatuxFix
2014-01-10 Vanessa Ezekowitzadd recipe for crossing tube
2014-01-06 Vanessa Ezekowitzfix nil reference crash in tube autorouter when unknown...
2014-01-03 NovatuxSupport for the mesecons mvps callback
2014-01-02 Vanessa Ezekowitzmisc fixed
2014-01-02 Vanessa EzekowitzUpdate all recipes to use the new node names
2014-01-02 Vanessa Ezekowitzfix missing wield/inventory image on "compatibility...
2014-01-02 Vanessa Ezekowitzfix facedir getting reset in detector tubes on state...
2014-01-01 Vanessa Ezekowitzfix pipes not becoming empty when pump is turned off
2014-01-01 Vanessa Ezekowitzfix wield image of pipes
2014-01-01 Vanessa Ezekowitzfix tube and pipe drops
2014-01-01 Vanessa Ezekowitzfix pipe inventory images
2014-01-01 Vanessa Ezekowitzalways check for CONTENT_IGNORE around a pipe/tube...
2014-01-01 NovatuxFix conversion
2014-01-01 NovatuxUse 6d for pipes too
2013-12-31 NovatuxUse crossing textures
2013-12-31 NovatuxFix conversion
2013-12-31 NovatuxLast forgotten spaces
2013-12-31 NovatuxRemove old code
2013-12-31 NovatuxAdd a few comments
2013-12-31 NovatuxFix some more coding style, fix a crash, get rid of...
2013-12-31 NovatuxFix indentation and coding style
2013-12-31 NovatuxIndent correctly the function
2013-12-31 NovatuxAdd 6d tubes, cleanup code a bit
2013-12-31 Vanessa Ezekowitzmake crossing tube wield texture look a little better
2013-12-31 Vanessa Ezekowitzadd crossing tube textures
2013-12-24 Vanessa Ezekowitzfix copy&paste error
2013-12-24 Vanessa Ezekowitzok, on second thought, allow tubes to connect to the...
2013-12-24 Vanessa EzekowitzFix glitch in tube autorouter
2013-12-24 Vanessa Ezekowitzchests, furnaces are not supposed to connect to tubes...
2013-12-24 Novatuxfix filters and mese filters not working correctly
2013-12-21 NovatuxA few more fixes (spamming the commit log again...)
2013-12-21 NovatuxFix node breaker, use new minetest.swap_node
2013-12-21 NovatuxFix item transport code
2013-12-21 Vanessa Ezekowitzlocal-ize a couple of variables, code style fixes
2013-12-21 Vanessa Ezekowitzfix a missed function name (due to being renamed)
2013-12-21 Vanessa Ezekowitzlocal-ize a couple more variables
2013-12-21 Vanessa Ezekowitzmesecons_rules must be global. made so, confined to...
2013-12-21 Vanessa Ezekowitzrules_all has to be global. made it so, confined to...
2013-12-21 Vanessa Ezekowitzlocal-ize a couple of variables
2013-12-21 Vanessa Ezekowitzfix small typos (False -> false)
2013-12-21 NovatuxA few fixes
2013-12-18 Vanessa Ezekowitzget rid of a redundant comment
2013-12-18 Vanessa Ezekowitzclose the file handle after checking if the config...
2013-12-18 Vanessa Ezekowitzremove redundant ~= nil
2013-12-18 Vanessa Ezekowitzdon't write pipeworks config file anymore. if a user...
2013-12-15 Vanessa Ezekowitznotvel function can't be local - made global and confin...
2013-12-15 Vanessa Ezekowitztube_item has to be global. confined it to pipeworks...
2013-12-15 Vanessa Ezekowitzlocal-ize one last var
2013-12-15 Vanessa Ezekowitzlocal-ize a few more variables
2013-12-15 Vanessa Ezekowitzlocal-ize yet a few more variables
2013-12-15 Vanessa Ezekowitzlocal-ize a few more variables and functions
2013-12-15 Vanessa Ezekowitzget rid of an excess print() call
2013-12-15 Vanessa Ezekowitzlocal-ize a few more functions
2013-12-15 Vanessa Ezekowitzfix incorrect variable name
2013-12-15 Vanessa Ezekowitzdefault settings have to be global or pipeworks can...
2013-12-15 Vanessa Ezekowitzlocal-ize a few more variables, move all of the nodebox...
2013-12-15 Vanessa Ezekowitzlocal-ize pretty muchg everything that was previously...
2013-12-11 Vanessa Ezekowitzcatch a similar nil condition in the node breaker
2013-12-11 Vanessa EzekowitzMore sanity checks on the nodeside() function, courtesy...
2013-12-11 Vanessa EzekowitzBetter way to catch that incoming nil, return a real...
2013-12-11 Vanessa EzekowitzRevert "catch nil return from facedir_to_dir() in tube...
2013-12-11 Vanessa Ezekowitzcatch nil return from facedir_to_dir() in tube autoplac...
2013-12-03 Vanessa Ezekowitzadd "metallic" tube connection image for other mods...
2013-12-03 Vanessa Ezekowitzmake the tube connection images for furnaces/chests...
2013-11-28 Vanessa EzekowitzPhased out old register_on_punchnode() calls in favor...
2013-11-28 Vanessa EzekowitzRemoved code that detects technic and disables default...
2013-11-27 Vanessa EzekowitzAdd recipes for fountainhead and one-way tube
2013-11-26 Vanessa Ezekowitzlimit tube autoconnect checking to only run if tube...
2013-11-26 Vanessa EzekowitzMake the tube_connects={} method work properly for...
2013-11-26 Vanessa Ezekowitzget rid of some extraneous print statements
2013-11-26 Vanessa EzekowitzSplit pipe and tube autorouting functions into separate...
2013-11-19 Vanessa Ezekowitzfix bad lighting on one-way tube
2013-11-14 Vanessa Ezekowitzstop leaking clone_node() function outside of pipeworks...
2013-11-09 Vanessa Ezekowitzfix non-working water flow sensor, add proper side...
2013-10-30 NovatuxFix node breaker crash.
2013-10-30 NovatuxFix autocrafter not taking enough items if number of...
2013-10-29 Vanessa Ezekowitzmake worldpath and modpath pipeworks-namespace-specific...
2013-10-28 Vanessa EzekowitzAdd fountainhead (vertical spigot, basically).
2013-10-25 Vanessa EzekowitzMake nodebreaker and deployer use wood group instead...
2013-10-24 NovatuxFix for player height
2013-10-24 NovatuxComplete fake player for deployer
2013-10-21 NovatuxFix crossing tube and one way tube.
2013-10-21 NovatuxFiX CYCLIC option being ignored.
2013-10-21 Vanessa EzekowitzMerge branch 'master' of github.com:VanessaE/pipeworks
2013-10-21 Vanessa EzekowitzFurnace and chest textures now have pipeworks-specific...
2013-10-19 NovatuxAdd one way tube
2013-10-15 CyCheck for on_metadata_inventory_take
2013-10-15 CyMultiple updates:
2013-10-06 NovatuxBetter deployer and node breaker mesecons rules.
2013-10-04 Vanessa Ezekowitztweak readme to mention the correct place for the docum...
2013-10-04 Vanessa EzekowitzMoved crafting guide to a separate branch (gh-pages)
2013-10-04 Vanessa Ezekowitzfix incorrect usage of after_place_node
2013-10-04 chluesimplify autocrafterCache, remove cache entry on node...
next