Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix cancelling "Unknown Route" when section is deleted. | orwell96 | 2019-03-15 |
| | |||
* | Fix routesetting when TCBS is missing (H#109) | orwell96 | 2019-02-12 |
| | |||
* | Signalling form auto-update | orwell96 | 2019-02-05 |
| | |||
* | Prohibit removing/changing of TCBs and sections while routes or signals are set | orwell96 | 2019-01-22 |
| | |||
* | Actual working ARS | orwell96 | 2019-01-15 |
| | |||
* | Permit basic signal aspect setting | orwell96 | 2018-11-19 |
| | | | | (basically only usable with Ks signals, because they're the only signals supporting slow move and/or shunt move | ||
* | Replace "Allow accelereting train towards signal" | orwell96 | 2018-10-30 |
| | | | | This is a better implementation of the same goal. The last commit caused trains to overrun the IP sometimes. Haven't noticed so far with this approach | ||
* | Miscellaneous routesetting fixes | orwell96 | 2018-10-29 |
| | | | | | | | - 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 | ||
* | Display route_rsn when denying routesetting by subroute locked. | orwell96 | 2018-10-25 |
| | |||
* | Improve route programming: | orwell96 | 2018-10-07 |
| | | | | | | | - 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 | ||
* | Add LuaAutomation interface functions for interlocking routesetting and ↵ | orwell96 | 2018-08-24 |
| | | | | | | aspect requesting. This allows to incorporate interlocking to automated systems | ||
* | Move passive API to the advtrains core | orwell96 | 2018-08-16 |
| | | | | to remove dependency of interlocking on luaautomation | ||
* | Fix various bugs found while testing | orwell96 | 2018-08-13 |
| | |||
* | Automatic working (re-set certain route on train pass) | orwell96 | 2018-08-12 |
| | |||
* | Signal aspect handling, make default signals compatible, fix signal digging | orwell96 | 2018-08-12 |
| | |||
* | Add routesetting callbacks. | orwell96 | 2018-08-12 |
| | | | | Now, only the signal aspect setting is still missing | ||
* | Uncommitted route handling (update_route function) | orwell96 | 2018-08-03 |
| | |||
* | Implement routesetting | orwell96 | 2018-07-21 |
| | | | | Missing things: signal aspect updating, waiting routes handling, management /info tool | ||
* | Change stuff on route programming, begin routesetting | orwell96 | 2018-07-17 |