Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix up all the static analyzer warnings | Dan Goodliffe | 2023-01-08 |
| | |||
* | Implement extending a network into open space | Dan Goodliffe | 2022-10-28 |
| | |||
* | Tidy network node insertion/searching | Dan Goodliffe | 2022-10-22 |
| | |||
* | Standard typedefs for Node | Dan Goodliffe | 2022-10-13 |
| | |||
* | Add addStright to Network which looks up StraightLink in the network type | Dan Goodliffe | 2022-10-08 |
| | |||
* | Swap y,z axis | Dan Goodliffe | 2021-11-16 |
| | | | | This was a pain... but all the coords make much more sense now and a lot of mystery negation has disappeared. | ||
* | Route Walker returns Link::Nexts, not vector links | Dan Goodliffe | 2021-03-13 |
| | | | | | This makes more sense when you realise that the existing navigation workings work on exactly the same type! | ||
* | Simplified TestLink extending LinkStraight | Dan Goodliffe | 2021-03-13 |
| | |||
* | More complete tests for route finding | Dan Goodliffe | 2021-03-13 |
| | |||
* | Initial commit of the route finder | Dan Goodliffe | 2021-03-13 |