Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-01 | Allow reversing direction if there's nowhere to go | Carter Kolwey | |
2016-06-11 | Add digiline detector tube (#139) | electrodude | |
* Add digiline detector tube The digiline detector tube outputs an itemstring of every stack that passes through it on the channel specified in its formspec. * Don't store digiline detector tube's formspec in a temporary local | |||
2015-08-01 | Fix crash when deleting luaentities with //clearobjects. | Novatux | |
2015-02-03 | Add the High Priority tube segment that can be used as replacement of ↵ | Tim | |
sorting tubes where they are only used to deactivate paths. The Priority tube uses as less cpu as the default tube, is easier to maintain as well as cheaper as the sorting tube. | |||
2014-07-21 | Add dispenser | Zefram | |
The dispenser is an automated item dropper. | |||
2013-12-15 | default settings have to be global or pipeworks can't see them | Vanessa Ezekowitz | |
(duh!) confined them to pipeworks.{} table. | |||
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-10-21 | FiX CYCLIC option being ignored. | Novatux | |
2013-10-19 | Add one way tube | Novatux | |
2013-07-13 | added ability to disable most components via config file in world folder | Vanessa Ezekowitz | |
moved pipes out of init.lua and into a separate file. some minor formatting changes |