summaryrefslogtreecommitdiff
path: root/advtrains_interlocking/train_sections.lua
AgeCommit message (Collapse)Author
2018-12-10Fix crashes:orwell96
1. when train hit a route, nil access to already cancelled route caused crash 2. fix crash when trying to ensure_init a train that doesn't exist
2018-12-08Shunt signals (not exactly Ks), along with fixes in other components that ↵orwell96
those rely on
2018-10-29Miscellaneous routesetting fixesorwell96
- Move handling of "route_committed" to the routesetting function - Put aspect in every TCBS on the way - Add "route_origin" to TCBS fields to prevent subroute cancelling - Cancel entire route when another train enters from the wrong TCB
2018-10-10Add signal safety control override, restructure control systemorwell96