diff options
author | orwell96 <orwell@bleipb.de> | 2018-07-21 16:31:00 +0200 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2018-07-21 16:31:00 +0200 |
commit | c34794e8a1a28826a7e8443b46fa76e0de238978 (patch) | |
tree | c4b424764498f14dad06640607e557280f715c7c /advtrains_interlocking/route_prog.lua | |
parent | 5fc5eb9c2abd1cc30277cfda953b4696274ecd31 (diff) | |
download | advtrains-c34794e8a1a28826a7e8443b46fa76e0de238978.tar.gz advtrains-c34794e8a1a28826a7e8443b46fa76e0de238978.tar.bz2 advtrains-c34794e8a1a28826a7e8443b46fa76e0de238978.zip |
Implement routesetting
Missing things: signal aspect updating, waiting routes handling, management /info tool
Diffstat (limited to 'advtrains_interlocking/route_prog.lua')
-rw-r--r-- | advtrains_interlocking/route_prog.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advtrains_interlocking/route_prog.lua b/advtrains_interlocking/route_prog.lua index 2573ba4..fb12548 100644 --- a/advtrains_interlocking/route_prog.lua +++ b/advtrains_interlocking/route_prog.lua @@ -356,6 +356,6 @@ minetest.register_chatcommand("at_rp_discard", --TODO on route setting --- locked turnouts need to somehow know the TS they're associated to, which isn't possible with the current route programming and saving method -- unify luaautomation get/setstate interface to the core -- privileges for route programming +-- routes should end at signals. complete route setting by punching a signal, and command as exceptional route completion |