summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-03Enable to specify size for stacks a stackwise filter takesest31
2015-02-03trim teleport_tube string inputTim
2015-02-02fix broken mese tube recipeVanessa Ezekowitz
2015-02-02revert accidental revert (810ae99 -- autocrafter.lua) of f79956cTim
2015-02-01better texture for tube pane sidesVanessa Ezekowitz
2015-02-01fix recipe in panel tubeVanessa Ezekowitz
2015-02-01add decorative tubes: one steel block embedded the other passing through an a...Tim
2015-01-31increase vacuum distance to radius * sqrt(3) again, but cache everything to l...Tim
2015-01-31remove field for 01-2012 facedir legacy support for the one-way tube, which w...Tim
2015-01-31reduce table lookups and string concatTim
2015-01-31switch to the minetest-conventional def-table style of registering tubes to c...Tim
2015-01-31reduce texturename repetition via __indexTim
2015-01-30remove unnecessary pcall() around tonumber, as it will return nil for invalid...Tim
2015-01-30restyle formspecs and add infotexts to adjustable vacuuming tubeTim
2015-01-30optimize vacuum tubes by getting rid of an extra abm, an extra loop per abm, ...Tim
2015-01-30improve handling of shapeless recipes in the autocrafter recipe filling functionTim
2015-01-30fix crashing typo in sorting_tube formspec updateTim
2015-01-29rename tubes to tube_registration to avoid catch-all usageTim
2015-01-29fix crafts to only register when their respective tubes are enabledTim
2015-01-29use the default tube textures as fallback for any missing textures during tub...Tim
2015-01-29split the big tubes file up into functional modules independend from the tube...Tim
2015-01-29chmod -x *.luaTim
2015-01-29add tube inventory image to the restyled tp tube formspecTim
2015-01-29style trashcan formspecTim
2015-01-29move autocrafter, tp-tube and filter-injector crafts to their respective code...Tim
2015-01-29update all formspecs "current_name" to "context" to reflect current apiTim
2015-01-29split the filter-injector specific code out of the generic item_transportTim
2015-01-29add infotexts to the teleportation tubeTim
2015-01-29improve/style tp tube formspec and formspec handlingTim
2015-01-29add sanity check for upgrade cases of autocrafters with broken metadata (espe...Tim
2015-01-29improve autocrafter infotext handlingTim
2015-01-29use swap_node in autoplace_pipes for pipesegments so the source would be kept...Tim
2015-01-28use on_destruct instead of after_dig_node to clean up the cache entry to avoi...Tim
2015-01-28call after_recipe_change also when moving the output item to src or dst to st...Tim
2015-01-28don't add unknown or groupnamed items to the crafting grid when setting it vi...Tim
2015-01-28make sure the autocrafter runs after an upgradeTim
2015-01-28improve upgrade of autocrafter from both former versionsTim
2015-01-28allow virtual item moving from output to the recipe gridTim
2015-01-28simplify autocrafter code a bitTim
2015-01-28add an output field, that is being filled with the crafting result and can be...Tim
2015-01-28use the default background colors and hotbar image for the autocrafter formspecTim
2015-01-28allow moving virtual items within the crafting gridTim
2015-01-28abstract adding of virtual itemsTim
2015-01-28on_ -> after_ to be consistent with minetest api usage of these prefixesTim
2015-01-28add an enable/disable button to the autocrafterTim
2015-01-27let the infotext show what we are crafting, or if we craft at allTim
2015-01-27let the autocrafter catch up on missed craftsTim
2015-01-27use nodetimers instead of abm's to run the autocrafters; only run autocrafter...Tim
2015-01-27split autocraft into a run function and a function autocrafting a singe stepTim
2015-01-27also cache the recipe consumption to get rid of an additional loop per craftTim