summaryrefslogtreecommitdiff
path: root/game/network/network.cpp
Commit message (Collapse)AuthorAge
* Enable all Jason Turner recommended warningsDan Goodliffe2021-11-26
|
* Route Walker returns Link::Nexts, not vector linksDan Goodliffe2021-03-13
| | | | | This makes more sense when you realise that the existing navigation workings work on exactly the same type!
* Initial commit of the route finderDan Goodliffe2021-03-13
|
* Push more RailLinks logic down into NetworkOfDan Goodliffe2021-03-10
|
* Add some more helpers to NetworkDan Goodliffe2021-03-10
|
* Push RailLinks functionality into new base classes Network and NetworkOf<>Dan Goodliffe2021-03-10