summaryrefslogtreecommitdiff
path: root/advtrains_interlocking/init.lua
AgeCommit message (Collapse)Author
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-26Add Interlocking Tool to inspect route locksorwell96
2018-10-10Add signal safety control override, restructure control systemorwell96
2018-08-12Add 'interlocking' privilege and add security checksorwell96
2018-08-03Uncommitted route handling (update_route function)orwell96
2018-07-21Implement routesettingorwell96
Missing things: signal aspect updating, waiting routes handling, management /info tool
2018-07-04Signal assignment and route programming procedureorwell96
2018-06-29get_ts_at_pos(), file for train-related stufforwell96
2018-06-21Add track section concept and rework TCB design, implement new linking behaviororwell96
2018-06-20Add Track Circuit Breaks (TCBs), Database and Track Circuit Setuporwell96
Does not get saved yet.
2018-06-19Interlocking: Create demo signals, signal API and model for TCB configurer nodeorwell96
2018-06-14Draft of interlocking systemorwell96