Age | Commit message (Expand) | Author |
2015-01-27 | let the autocrafter catch up on missed crafts | Tim |
2015-01-27 | use nodetimers instead of abm's to run the autocrafters; only run autocrafter... | Tim |
2015-01-27 | split autocraft into a run function and a function autocrafting a singe step | Tim |
2015-01-27 | also cache the recipe consumption to get rid of an additional loop per craft | Tim |
2015-01-27 | remove unnecessary looping and testing, since we only check and update the ca... | Tim |
2015-01-27 | reduce stacksizes and wear of virtual items on update instead of leaving the ... | Tim |
2015-01-27 | rename variables to reflect the official api and making the code more clear | Tim |
2015-01-27 | reduce table lookups and hash_node_position calculations | Tim |
2015-01-27 | Add intermediate button state for sorttube enabler | est31 |
2015-01-26 | Color up the enable/disable buttons for sorttube | est31 |
2015-01-25 | use a hashmap to manage teleportation tubes, to speedup lookups and tablemodi... | Tim |
2015-01-25 | improve tp_tube configuration handling to decrease disk i/o, handle empty str... | Tim |
2015-01-23 | OPTIMIZE _ALL_ THE TEXTURES! \:D/ | Vanessa Ezekowitz |
2015-01-22 | Fix tubes only taking a single designated path. | Diego Martinez |
2015-01-20 | rewrite parts of the teleportation tube to avoid a few grave performance issues: | Tim |
2015-01-20 | Optimize sorting tube code a bit. | Diego Martinez |
2015-01-16 | use animated water for pouring spigot | Vanessa Ezekowitz |
2015-01-15 | Use mesh nodes for all nodebox-based pipe-related nodes | Vanessa Ezekowitz |
2015-01-10 | sanity checking, stop crash in case of garbage inventory data | Vanessa Ezekowitz |
2014-12-27 | allow sorting tubes to be dug, despite virtual items in the inventories | Tim |
2014-11-30 | minetest.env:* --> minetest.* | Vanessa Ezekowitz |
2014-11-22 | update to use current mesecons API | Vanessa Ezekowitz |
2014-11-16 | Make filters behave correctly with protected areas (fixes #74) | Novatux |
2014-11-02 | Make items in autocrafters virtual as well | Novatux |
2014-09-21 | use default copper instead of moreores copper for the water pump recipe | Tim |
2014-09-12 | Fix #73 | Novatux |
2014-08-24 | fix undefined node crash | Vanessa Ezekowitz |
2014-08-23 | quick hack to prevent crash in load_position() call if given a set of | Vanessa Ezekowitz |
2014-08-17 | Escape text for cycling form button | Zefram |
2014-08-16 | Fix possible race condition crash | Novatux |
2014-08-15 | Fix mese tube formspec | Novatux |
2014-08-15 | Rename tube_item() to tube_inject_item() | Zefram |
2014-08-15 | Fix old mese tube detection | Novatux |
2014-08-14 | Fix wielder | Novatux |
2014-08-14 | Fix typo | Novatux |
2014-08-14 | Remove useless callbacks | Novatux |
2014-08-14 | Add legacy code for items in tubes | Novatux |
2014-08-14 | Major rewrite of items in tubes | Novatux |
2014-08-09 | Node breaker fixup for ones lacking pick slot | Zefram |
2014-08-06 | don't add active furnace to creative inv | Vanessa Ezekowitz |
2014-07-30 | Use 'group:stick' instead of 'default:stick' | Kevin Zheng |
2014-07-30 | get rid of the old pipeworks clone node function | Vanessa Ezekowitz |
2014-07-28 | use current homedecor plastic sheet texture | Vanessa Ezekowitz |
2014-07-28 | update pipeworks to use modern homedecor-style crafting chain | Vanessa Ezekowitz |
2014-07-23 | Refactor node breaker | Zefram |
2014-07-23 | Refactor deployer and dispenser | Zefram |
2014-07-21 | Slot sequencing modes for filter-injectors | Zefram |
2014-07-21 | rename "filter" to "filter-injector" | Zefram |
2014-07-21 | Make sorting tube dialog lag-resistant | Zefram |
2014-07-21 | Better teleport tube control dialog | Zefram |