summaryrefslogtreecommitdiff
path: root/new_flow_logic/flowable_node_registry.lua
AgeCommit message (Collapse)Author
2017-10-08new flow logic: implement post-transition hook with mesecons support, add ↵thetaepsilon-gamedev
mesecons transition rules for flow sensor
2017-10-08new flow logic: flowable node registry: add initial support for transition ↵thetaepsilon-gamedev
triggers
2017-10-01new flow logic: node registry: add initial stub for flow directionality checkthetaepsilon-gamedev
2017-10-01new flow logic: node registry: split registration functions into seperate ↵thetaepsilon-gamedev
file to allow ABM code to inspect tables
2017-10-01new flow logic: register_local_pipes.lua: make spigots work againthetaepsilon-gamedev
2017-10-01new flow logic: flowable_node_registry.lua: add output node registrationthetaepsilon-gamedev
2017-10-01abms.lua: refactor and generalise run_pump_intake() to allow passing custom ↵thetaepsilon-gamedev
intake functions
2017-10-01new_flow_logic/flowable_node_registry.lua: integrate existing ABM ↵thetaepsilon-gamedev
registration from register_local_pipes.lua
2017-09-30move all current new_flow_logic code to dedicated sub-directorythetaepsilon-gamedev