summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2017-10-03add finite water feature toggle and auto-detect codethetaepsilon-gamedev
2017-10-03move new flow logic flag to dedicated toggles tablethetaepsilon-gamedev
2017-10-01remove register_local_pipes.lua as node registration has been moved to more a...thetaepsilon-gamedev
2017-10-01new flow logic: flowable_node_registry_install.lua: add registration tracingthetaepsilon-gamedev
2017-10-01new flow logic: node registry: split registration functions into seperate fil...thetaepsilon-gamedev
2017-09-30init.lua: move non-destructive new_flow_logic code outside if-guardthetaepsilon-gamedev
2017-09-30move all current new_flow_logic code to dedicated sub-directorythetaepsilon-gamedev
2017-09-30temporarily move ABM registration out of register_flow_logic.lua to allow ref...thetaepsilon-gamedev
2017-09-30internal refactoring of flowable node registration in preparation for enhance...thetaepsilon-gamedev
2017-09-27init.lua: add missing dofile for new flow logicthetaepsilon-gamedev
2017-09-27init.lua: turn off by-default new flow logic for nowthetaepsilon-gamedev
2017-09-27pipes.lua: split out new flow logic registration and make it respect feature ...thetaepsilon-gamedev
2017-09-27pipes.lua: place old ABM code registration behind if-guard for new flagthetaepsilon-gamedev
2017-09-25Add lua controlled tube (#199)DS
2017-09-25Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195)DS
2017-05-18Replace deprecated methods: (#179)Jordan Irwin
2017-04-13Nice settings (#171)DS
2017-04-11cache button "base" field since it's also standardVanessa Ezekowitz
2017-04-11cache on/off button image refs and commonly-used label for sameVanessa Ezekowitz
2017-04-11allow stack per-chest/per-furnace stack splittingVanessa Ezekowitz
2016-05-27Don't make passing arguments this complex.Auke Kok
2016-05-23Fixed settings file leak and invalid io.close (#136)electrodude
2015-03-23drop direct support for dedicated protection modsVanessa Ezekowitz
2015-03-11add ownership/protection handling for device configurationTim
2015-02-01add decorative tubes: one steel block embedded the other passing through an a...Tim
2015-01-29rename tubes to tube_registration to avoid catch-all usageTim
2015-01-29split the big tubes file up into functional modules independend from the tube...Tim
2015-01-29chmod -x *.luaTim
2015-01-29split the filter-injector specific code out of the generic item_transportTim
2015-01-15Use mesh nodes for all nodebox-based pipe-related nodesVanessa Ezekowitz
2014-08-14Major rewrite of items in tubesNovatux
2014-07-23Refactor node breakerZefram
2014-07-23Refactor deployer and dispenserZefram
2014-07-21Add dispenserZefram
2014-07-15Add trash canZefram
2014-07-11add conversion routine for cheapie's auto tree tapsVanessa Ezekowitz
2013-12-21mesecons_rules must be global. made so, confined to pipeworks.{} table.Vanessa Ezekowitz
2013-12-21rules_all has to be global. made it so, confined to pipeworks.{} tableVanessa Ezekowitz
2013-12-17get rid of a redundant commentVanessa Ezekowitz
2013-12-17close the file handle after checking if the config file exists, add a commentVanessa Ezekowitz
2013-12-17remove redundant ~= nilVanessa Ezekowitz
2013-12-17don't write pipeworks config file anymore. if a user needs one, they canVanessa Ezekowitz
2013-12-15fix incorrect variable nameVanessa Ezekowitz
2013-12-15default settings have to be global or pipeworks can't see themVanessa Ezekowitz
2013-12-15local-ize a few more variables, move all of the nodebox modelsVanessa Ezekowitz
2013-12-15local-ize pretty muchg everything that was previously global except whereVanessa Ezekowitz
2013-11-25Split pipe and tube autorouting functions into separate files.Vanessa Ezekowitz
2013-10-29make worldpath and modpath pipeworks-namespace-specific and globalVanessa Ezekowitz
2013-10-21FiX CYCLIC option being ignored.Novatux
2013-10-06Better deployer and node breaker mesecons rules.Novatux