Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make DTIME_LIMIT and SAVE_INTERVAL globally accessible | orwell96 | 2021-02-15 |
| | |||
* | LZB: Look ahead before movement, not after | orwell96 | 2021-02-12 |
| | |||
* | Don't try to invalidate_ahead when path has been regularily invalidated before | orwell96 | 2021-02-10 |
| | |||
* | Prevent calling approach callbacks during routesetting | orwell96 | 2021-02-10 |
| | | | | interlocking.set_route() was updating the signal aspect, which caused LZB's invalidate_ahead callback to run, although the route isn't yet fully set. Don't look ahead at this point, but instead in the next train step. | ||
* | LZB: don't look ahead past red signal | orwell96 | 2021-02-10 |
| | |||
* | Fix manual train control | orwell96 | 2021-02-10 |
| | |||
* | Make anti-LZB-flicker system work after rebase onto hud redesign | orwell96 | 2021-02-10 |