Age | Commit message (Expand) | Author |
2017-10-03 | move new flow logic flag to dedicated toggles table | thetaepsilon-gamedev |
2017-10-01 | remove register_local_pipes.lua as node registration has been moved to more a... | thetaepsilon-gamedev |
2017-10-01 | new flow logic: flowable_node_registry_install.lua: add registration tracing | thetaepsilon-gamedev |
2017-10-01 | new flow logic: node registry: split registration functions into seperate fil... | thetaepsilon-gamedev |
2017-09-30 | init.lua: move non-destructive new_flow_logic code outside if-guard | thetaepsilon-gamedev |
2017-09-30 | move all current new_flow_logic code to dedicated sub-directory | thetaepsilon-gamedev |
2017-09-30 | temporarily move ABM registration out of register_flow_logic.lua to allow ref... | thetaepsilon-gamedev |
2017-09-30 | internal refactoring of flowable node registration in preparation for enhance... | thetaepsilon-gamedev |
2017-09-27 | init.lua: add missing dofile for new flow logic | thetaepsilon-gamedev |
2017-09-27 | init.lua: turn off by-default new flow logic for now | thetaepsilon-gamedev |
2017-09-27 | pipes.lua: split out new flow logic registration and make it respect feature ... | thetaepsilon-gamedev |
2017-09-27 | pipes.lua: place old ABM code registration behind if-guard for new flag | thetaepsilon-gamedev |
2017-09-25 | Add lua controlled tube (#199) | DS |
2017-09-25 | Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195) | DS |
2017-05-18 | Replace deprecated methods: (#179) | Jordan Irwin |
2017-04-13 | Nice settings (#171) | DS |
2017-04-11 | cache button "base" field since it's also standard | Vanessa Ezekowitz |
2017-04-11 | cache on/off button image refs and commonly-used label for same | Vanessa Ezekowitz |
2017-04-11 | allow stack per-chest/per-furnace stack splitting | Vanessa Ezekowitz |
2016-05-27 | Don't make passing arguments this complex. | Auke Kok |
2016-05-23 | Fixed settings file leak and invalid io.close (#136) | electrodude |
2015-03-23 | drop direct support for dedicated protection mods | Vanessa Ezekowitz |
2015-03-11 | add ownership/protection handling for device configuration | Tim |
2015-02-01 | add decorative tubes: one steel block embedded the other passing through an a... | Tim |
2015-01-29 | rename tubes to tube_registration to avoid catch-all usage | 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 | split the filter-injector specific code out of the generic item_transport | Tim |
2015-01-15 | Use mesh nodes for all nodebox-based pipe-related nodes | Vanessa Ezekowitz |
2014-08-14 | Major rewrite of items in tubes | Novatux |
2014-07-23 | Refactor node breaker | Zefram |
2014-07-23 | Refactor deployer and dispenser | Zefram |
2014-07-21 | Add dispenser | Zefram |
2014-07-15 | Add trash can | Zefram |
2014-07-11 | add conversion routine for cheapie's auto tree taps | Vanessa Ezekowitz |
2013-12-21 | mesecons_rules must be global. made so, confined to pipeworks.{} table. | Vanessa Ezekowitz |
2013-12-21 | rules_all has to be global. made it so, confined to pipeworks.{} table | Vanessa Ezekowitz |
2013-12-17 | get rid of a redundant comment | Vanessa Ezekowitz |
2013-12-17 | close the file handle after checking if the config file exists, add a comment | Vanessa Ezekowitz |
2013-12-17 | remove redundant ~= nil | Vanessa Ezekowitz |
2013-12-17 | don't write pipeworks config file anymore. if a user needs one, they can | Vanessa Ezekowitz |
2013-12-15 | fix incorrect variable name | Vanessa Ezekowitz |
2013-12-15 | default settings have to be global or pipeworks can't see them | Vanessa Ezekowitz |
2013-12-15 | local-ize a few more variables, move all of the nodebox models | Vanessa Ezekowitz |
2013-12-15 | local-ize pretty muchg everything that was previously global except where | Vanessa Ezekowitz |
2013-11-25 | Split pipe and tube autorouting functions into separate files. | Vanessa Ezekowitz |
2013-10-29 | make worldpath and modpath pipeworks-namespace-specific and global | Vanessa Ezekowitz |
2013-10-21 | FiX CYCLIC option being ignored. | Novatux |
2013-10-06 | Better deployer and node breaker mesecons rules. | Novatux |
2013-08-05 | always read default_settings.txt before reading the world-folder's settings file | Vanessa Ezekowitz |