summaryrefslogtreecommitdiff
path: root/test/test-network.cpp
Commit message (Collapse)AuthorAge
* Implement extending a network into open spaceDan Goodliffe2022-10-28
|
* Tidy network node insertion/searchingDan Goodliffe2022-10-22
|
* Standard typedefs for NodeDan Goodliffe2022-10-13
|
* Add addStright to Network which looks up StraightLink in the network typeDan Goodliffe2022-10-08
|
* Swap y,z axisDan Goodliffe2021-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 linksDan Goodliffe2021-03-13
| | | | | This makes more sense when you realise that the existing navigation workings work on exactly the same type!
* Simplified TestLink extending LinkStraightDan Goodliffe2021-03-13
|
* More complete tests for route findingDan Goodliffe2021-03-13
|
* Initial commit of the route finderDan Goodliffe2021-03-13