summaryrefslogtreecommitdiff
path: root/game/network/link.h
Commit message (Collapse)AuthorAge
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Standard typedefs for LinkDan Goodliffe2022-10-13
|
* Standard typedefs for NodeDan Goodliffe2022-10-13
|
* Fix return type of network link factoriesDan Goodliffe2022-10-11
|
* Link functions for testing if a ray clicks themDan Goodliffe2022-08-29
|
* Replace include guard macros with pragma onceDan Goodliffe2022-01-02
|
* Add generic middle classes LinkStraight and LinkCurveDan Goodliffe2021-03-13
|
* Merge nexts into endsDan Goodliffe2021-03-10
|
* Make objectives responsible for navigationDan Goodliffe2021-03-09
|
* Replace Transform with LocationDan Goodliffe2021-03-03
| | | | Simpler, unbinds the transformation matrices for location, now done just in the shader.
* Maintain a history of links traversedDan Goodliffe2021-02-14
|
* Link weak_ptrsDan Goodliffe2021-02-14
|
* Code tidy-upDan Goodliffe2021-02-14
|
* Support getting the position at a point along a linkDan Goodliffe2021-02-14
|
* Join links in rail graphDan Goodliffe2021-02-14
|
* Factor a lot of maths and stuff into utilityDan Goodliffe2021-02-07
|
* Links have length, ends have entry directionDan Goodliffe2021-02-07
|
* Initial commit generating some basic rail networkDan Goodliffe2021-02-05