Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-21 | A few more fixes (spamming the commit log again...) | Novatux | |
2013-12-21 | fix small typos (False -> false) | Vanessa Ezekowitz | |
2013-12-15 | local-ize one last var | Vanessa Ezekowitz | |
2013-12-15 | local-ize pretty muchg everything that was previously global except where | Vanessa Ezekowitz | |
stuff needs to be globally-visible. Also, fix a bad drop on valve. | |||
2013-11-25 | get rid of some extraneous print statements | Vanessa Ezekowitz | |
2013-10-30 | Fix autocrafter not taking enough items if number of needed items of a kind ↵ | Novatux | |
> stack max for that item. | |||
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 ↵ | chlue | |
output | |||
2013-10-04 | clean up formatting a bit | Vanessa Ezekowitz | |
2013-10-04 | Made autocrafter take less CPU/time | chlue | |
2013-07-19 | added support for 6d facedir for all tube components, changed autoplace.lua ↵ | hdastwb | |
to follow tubes.connect_sides rather than having each component coded individually, and added support for placing deployers and node breakers facing vertically | |||
2013-06-30 | Phased out all deprecated minetest.env:* uses in favor of minetest.* | Vanessa Ezekowitz | |
2013-06-23 | rewrote autoplacement code to make it more aware of filters, | Vanessa Ezekowitz | |
autocrafter, nodebreaker, deployer, and made sure each item will only initiate a connection to those sides which can accept such. Fixed various autorouting bugs as I ran across them. Autorouting for various devices is now: filters: left and right sides only nodebreaker, deployer: back only autocrafter: all six sides chests: top, bottom, left, right, back (not front) furnace: bottom, left, right, back (not the top or front) | |||
2013-04-07 | Autocrafter only crafts when destination inventory has space | bas080 | |
2013-01-20 | Changed autocrafter formspec. | Novatux | |
2013-01-20 | Added chests and furnaces autoconnect to tubes. | Novatux | |
Fixed a bug where autocrafter could bbe used to clone items. Removed test code. | |||
2013-01-19 | Added autocrafter. | Novatux | |
Fixed a bug where items in mese tubes disappeared whan placing or removing a tube next to it. |