add TODO list extracted from new_flow_logic changelog entries

This commit is contained in:
thetaepsilon-gamedev 2017-09-30 17:32:09 +01:00
parent ca4837f1c6
commit 10221c6c15
1 changed files with 6 additions and 0 deletions

6
todo/new_flow_logic.txt Normal file
View File

@ -0,0 +1,6 @@
-- Per-world configuration of pump thresholds
This should be relatively trivial to do, just a case of adding another property to the pipeworks global that can be set per-world with pipeworks_settings.txt.
This does not appear to be that big a deal right now, as the internal threshold can always be changed.
-- Internal code to the effect of "is_node_flowable()"
This is basically to implement valves - currently the flow logic will happily balance pipes with neighbour nodes that just happen to have the pressure property in their metadata.