Commit Graph

15 Commits

Author SHA1 Message Date
thetaepsilon-gamedev
0fb0eab723 move pipe node registration for new flow logic closer to their definition in pipes.lua 2017-10-01 16:54:24 +01:00
thetaepsilon-gamedev
f3cd1b61d7 new flow logic: flowable_node_registry_install.lua: add registration tracing 2017-10-01 16:17:35 +01:00
thetaepsilon-gamedev
d9b616c5f0 new flow logic: node registry: add initial stub for flow directionality check 2017-10-01 15:47:21 +01:00
thetaepsilon-gamedev
f7b1719767 new flow logic: node registry: split registration functions into seperate file to allow ABM code to inspect tables 2017-10-01 15:18:00 +01:00
thetaepsilon-gamedev
3a1edac06c new flow logic: register_local_pipes.lua: make spigots work again 2017-10-01 13:00:41 +01:00
thetaepsilon-gamedev
e615a1013b new flow logic: flowable_node_registry.lua: add output node registration 2017-10-01 12:45:12 +01:00
thetaepsilon-gamedev
f3a94fcd24 new flow logic: abm_register.lua: add register_abm_output routine 2017-10-01 12:34:20 +01:00
thetaepsilon-gamedev
15b41d14f3 new flow logic: abm_register.lua: update doc comments for register_abm_input() 2017-10-01 12:28:22 +01:00
thetaepsilon-gamedev
463e7a206a new flow logic: abms.lua: start splitting apart spigot code into generalised output ABM 2017-10-01 12:25:43 +01:00
thetaepsilon-gamedev
4cf9c90bb9 new flow logic: register_local_pipes.lua: fix leftover calls to abmregister 2017-10-01 12:25:03 +01:00
thetaepsilon-gamedev
3486ee319e abms.lua: refactor and generalise run_pump_intake() to allow passing custom intake functions 2017-10-01 00:44:14 +01:00
thetaepsilon-gamedev
aee23d7642 new_flow_logic/register_local_pipes.lua: remove old ABM note in header 2017-10-01 00:24:45 +01:00
thetaepsilon-gamedev
ec9cf1df50 new_flow_logic/flowable_node_registry.lua: integrate existing ABM registration from register_local_pipes.lua 2017-10-01 00:16:37 +01:00
thetaepsilon-gamedev
31741e33e2 new_flow_logic/abms.lua: run_pump_intake(): use passed-in maxpressure instead of table lookup, pass through in abm_register.lua 2017-10-01 00:00:33 +01:00
thetaepsilon-gamedev
c3627551b0 move all current new_flow_logic code to dedicated sub-directory 2017-09-30 23:42:26 +01:00