Age | Commit message (Expand) | Author |
2015-02-04 | remove dead code to remove undeclared variable access warning | Tim |
2015-02-04 | fix typo in texturename | Tim |
2015-02-04 | Fix injector crash when dug or punched when its empty | est31 |
2015-02-03 | Make sorting tubes not drop elements if all outputs filtering for a specific ... | est31 |
2015-02-03 | Add the High Priority tube segment that can be used as replacement of sorting... | Tim |
2015-02-03 | Fix vacuum tube formspec and make radius parsing smarter | est31 |
2015-02-03 | rename infotext mese tube -> sorttube | est31 |
2015-02-03 | Enable to specify size for stacks a stackwise filter takes | est31 |
2015-02-03 | trim teleport_tube string input | Tim |
2015-02-02 | fix broken mese tube recipe | Vanessa Ezekowitz |
2015-02-02 | revert accidental revert (810ae99 -- autocrafter.lua) of f79956c | Tim |
2015-02-01 | better texture for tube pane sides | Vanessa Ezekowitz |
2015-02-01 | fix recipe in panel tube | Vanessa Ezekowitz |
2015-02-01 | add decorative tubes: one steel block embedded the other passing through an a... | Tim |
2015-01-31 | increase vacuum distance to radius * sqrt(3) again, but cache everything to l... | Tim |
2015-01-31 | remove field for 01-2012 facedir legacy support for the one-way tube, which w... | Tim |
2015-01-31 | reduce table lookups and string concat | Tim |
2015-01-31 | switch to the minetest-conventional def-table style of registering tubes to c... | Tim |
2015-01-31 | reduce texturename repetition via __index | Tim |
2015-01-30 | remove unnecessary pcall() around tonumber, as it will return nil for invalid... | Tim |
2015-01-30 | restyle formspecs and add infotexts to adjustable vacuuming tube | Tim |
2015-01-30 | optimize vacuum tubes by getting rid of an extra abm, an extra loop per abm, ... | Tim |
2015-01-30 | improve handling of shapeless recipes in the autocrafter recipe filling function | Tim |
2015-01-30 | fix crashing typo in sorting_tube formspec update | Tim |
2015-01-29 | rename tubes to tube_registration to avoid catch-all usage | Tim |
2015-01-29 | fix crafts to only register when their respective tubes are enabled | Tim |
2015-01-29 | use the default tube textures as fallback for any missing textures during tub... | Tim |
2015-01-29 | split the big tubes file up into functional modules independend from the tube... | Tim |
2015-01-29 | chmod -x *.lua | Tim |
2015-01-29 | add tube inventory image to the restyled tp tube formspec | Tim |
2015-01-29 | style trashcan formspec | Tim |
2015-01-29 | move autocrafter, tp-tube and filter-injector crafts to their respective code... | Tim |
2015-01-29 | update all formspecs "current_name" to "context" to reflect current api | Tim |
2015-01-29 | split the filter-injector specific code out of the generic item_transport | Tim |
2015-01-29 | add infotexts to the teleportation tube | Tim |
2015-01-29 | improve/style tp tube formspec and formspec handling | Tim |
2015-01-29 | add sanity check for upgrade cases of autocrafters with broken metadata (espe... | Tim |
2015-01-29 | improve autocrafter infotext handling | Tim |
2015-01-29 | use swap_node in autoplace_pipes for pipesegments so the source would be kept... | Tim |
2015-01-28 | use on_destruct instead of after_dig_node to clean up the cache entry to avoi... | Tim |
2015-01-28 | call after_recipe_change also when moving the output item to src or dst to st... | Tim |
2015-01-28 | don't add unknown or groupnamed items to the crafting grid when setting it vi... | Tim |
2015-01-28 | make sure the autocrafter runs after an upgrade | Tim |
2015-01-28 | improve upgrade of autocrafter from both former versions | Tim |
2015-01-28 | allow virtual item moving from output to the recipe grid | Tim |
2015-01-28 | simplify autocrafter code a bit | Tim |
2015-01-28 | add an output field, that is being filled with the crafting result and can be... | Tim |
2015-01-28 | use the default background colors and hotbar image for the autocrafter formspec | Tim |
2015-01-28 | allow moving virtual items within the crafting grid | Tim |
2015-01-28 | abstract adding of virtual items | Tim |