summaryrefslogtreecommitdiff
path: root/advtrains_interlocking/route_prog.lua
AgeCommit message (Collapse)Author
2018-10-17Actually allow what manual promises (setting IP on non-assigned signals)orwell96
2018-10-09Make signal influence point (~halt point) specifiableorwell96
Also extend signal api necessarily
2018-10-07Improve route programming:orwell96
- Formspec for TCBs instead of unhandy chatcommands - Ability to advance route over the next secction without punching end - Better visualization - Ability to route into dead-end sections
2018-09-28Fix route programming lock-placementorwell96
2018-08-24Add LuaAutomation interface functions for interlocking routesetting and ↵orwell96
aspect requesting. This allows to incorporate interlocking to automated systems
2018-08-16Move passive API to the advtrains coreorwell96
to remove dependency of interlocking on luaautomation
2018-08-13Fix various bugs found while testingorwell96
2018-08-12Add 'interlocking' privilege and add security checksorwell96
2018-07-21Implement routesettingorwell96
Missing things: signal aspect updating, waiting routes handling, management /info tool
2018-07-17Change stuff on route programming, begin routesettingorwell96
2018-07-04Basic route management from signalling formspecorwell96
2018-07-04Signal assignment and route programming procedureorwell96