diff options
author | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-17 14:20:55 +0100 |
---|---|---|
committer | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-17 14:20:55 +0100 |
commit | aacd5ec829e531c808881021d5fe36aeedcfc2fd (patch) | |
tree | 25cf4bdc076f1bff2e9ad9be6e6a123c06982427 | |
parent | 7bacbdf0150d4aee1244ec2ad7076ccd2da7956d (diff) | |
download | pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.tar pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.tar.gz pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.tar.bz2 pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.tar.xz pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.zip |
rename new_flow_logic subdirectory to a less ambiguous name
The "new flow logic" name was supposed to indicate that it was a continuation of the old branch by the same name, but it is beginning to become clear that it's not "new" any more and it might lead to confusion with "classic mode" flow logic while that still co-exists.
Explicitly name the subdirectory "pressure logic" to give a better idea of what goes in it, init.lua edited accordingly.
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | pressure_logic/abm_register.lua (renamed from new_flow_logic/abm_register.lua) | 0 | ||||
-rw-r--r-- | pressure_logic/abms.lua (renamed from new_flow_logic/abms.lua) | 0 | ||||
-rw-r--r-- | pressure_logic/flowable_node_registry.lua (renamed from new_flow_logic/flowable_node_registry.lua) | 0 | ||||
-rw-r--r-- | pressure_logic/flowable_node_registry_install.lua (renamed from new_flow_logic/flowable_node_registry_install.lua) | 0 |
5 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ dofile(pipeworks.modpath.."/filter-injector.lua") dofile(pipeworks.modpath.."/trashcan.lua") dofile(pipeworks.modpath.."/wielder.lua") -local logicdir = "/new_flow_logic/" +local logicdir = "/pressure_logic/" -- note that even with these files the new flow logic is not yet default. -- registration will take place but no actual ABMs/node logic will be installed, diff --git a/new_flow_logic/abm_register.lua b/pressure_logic/abm_register.lua index a8e3abc..a8e3abc 100644 --- a/new_flow_logic/abm_register.lua +++ b/pressure_logic/abm_register.lua diff --git a/new_flow_logic/abms.lua b/pressure_logic/abms.lua index c14c124..c14c124 100644 --- a/new_flow_logic/abms.lua +++ b/pressure_logic/abms.lua diff --git a/new_flow_logic/flowable_node_registry.lua b/pressure_logic/flowable_node_registry.lua index c60a39e..c60a39e 100644 --- a/new_flow_logic/flowable_node_registry.lua +++ b/pressure_logic/flowable_node_registry.lua diff --git a/new_flow_logic/flowable_node_registry_install.lua b/pressure_logic/flowable_node_registry_install.lua index a49c31a..a49c31a 100644 --- a/new_flow_logic/flowable_node_registry_install.lua +++ b/pressure_logic/flowable_node_registry_install.lua |