Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | find_arc_centre given vectors | Dan Goodliffe | 2021-02-27 |
| | |||
* | Operator! to convert vec3 to vec2 | Dan Goodliffe | 2021-02-27 |
| | |||
* | Handy log macro | Dan Goodliffe | 2021-02-27 |
| | |||
* | As suspected, find_arc_centre could be simplfied | Dan Goodliffe | 2021-02-23 |
| | |||
* | Add meandering support | Dan Goodliffe | 2021-02-22 |
| | | | | Add rail links between existing nodes and arbitrary points | ||
* | Arc stream operator is inline, say so | Dan Goodliffe | 2021-02-22 |
| | |||
* | Enable pedantic warnings | Dan Goodliffe | 2021-02-21 |
| | |||
* | Pass linters | Dan Goodliffe | 2021-02-20 |
| | |||
* | m4 based GLSL embedding | Dan Goodliffe | 2021-02-20 |
| | | | | Passes a lint check, less mangling, more automation | ||
* | Code tidy-up | Dan Goodliffe | 2021-02-14 |
| | |||
* | Add vector pitch | Dan Goodliffe | 2021-02-14 |
| | |||
* | Rename flat_angle to vector_yaw | Dan Goodliffe | 2021-02-14 |
| | |||
* | Move stream operators into ns std, add support for Arc | Dan Goodliffe | 2021-02-14 |
| | |||
* | Construct an Arc from three points | Dan Goodliffe | 2021-02-14 |
| | |||
* | Simplify flat_angle | Dan Goodliffe | 2021-02-14 |
| | |||
* | Add operator[] to Arc | Dan Goodliffe | 2021-02-14 |
| | |||
* | Add consts for other compass points | Dan Goodliffe | 2021-02-14 |
| | |||
* | Factor a lot of maths and stuff into utility | Dan Goodliffe | 2021-02-07 |
| | |||
* | Initial commit adding curved rail pieces | Dan Goodliffe | 2021-02-05 |
| | |||
* | Initial commit generating some basic rail network | Dan Goodliffe | 2021-02-05 |
| | |||
* | Collection can be shared/unique pointers | Dan Goodliffe | 2021-02-04 |
| | |||
* | Add some tests over collection | Dan Goodliffe | 2021-02-04 |
| | |||
* | Split into main app and library the rest for testing | Dan Goodliffe | 2021-02-04 |
| | |||
* | Input stack and logical split of camera controller | Dan Goodliffe | 2021-01-28 |
| | |||
* | Big tidy up of shader wrapper | Dan Goodliffe | 2021-01-24 |
| | |||
* | Factor to support worlds, objects, windows etc | Dan Goodliffe | 2021-01-18 |
| | |||
* | Big reshuffle | Dan Goodliffe | 2021-01-17 |
Fixes code quality warnings now picked up. |