Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support chaining persist calls for subclasses | Dan Goodliffe | 2021-11-07 |
| | |||
* | Erring toward complete JSON loader | Dan Goodliffe | 2021-11-07 |
| | |||
* | Move json persistance into lib | Dan Goodliffe | 2021-11-07 |
| | |||
* | Second swing persistance | Dan Goodliffe | 2021-11-07 |
| | | | | Mostly functional JSON deserialising for most types. | ||
* | Initial commit of basis persistence | Dan Goodliffe | 2021-11-07 |
| | | | | | | JSON parser lifted almost verbatim for libjsonpp running into some custom code for populating ilt objects. Pretty minimal per object code requirements. | ||
* | Fix warnings produced by new clang-tidy | Dan Goodliffe | 2021-05-02 |
| | |||
* | Add requires on factory like functions | Dan Goodliffe | 2021-03-16 |
| | |||
* | Speed conversions and literals | Dan Goodliffe | 2021-03-07 |
| | |||
* | Give collection a virtual desctructor | Dan Goodliffe | 2021-03-06 |
| | |||
* | Template rotations and add one for 2D rotation matrix | Dan Goodliffe | 2021-03-05 |
| | |||
* | Simplify a lot of code with sincosf | Dan Goodliffe | 2021-03-03 |
| | |||
* | Replace Transform with Location | Dan Goodliffe | 2021-03-03 |
| | | | | Simpler, unbinds the transformation matrices for location, now done just in the shader. | ||
* | Our own matrix rotations | Dan Goodliffe | 2021-03-03 |
| | | | | Simpler and faster than glm's as we don't need arbitrary axes. | ||
* | Global definition of quarter_pi | Dan Goodliffe | 2021-02-28 |
| | |||
* | Move utility to lib | Dan Goodliffe | 2021-02-28 |
| | |||
* | Add a non-threaded worker | Dan Goodliffe | 2021-02-20 |
| | | | | Runs work immediately for when compiler doesn't support C++20 semaphore | ||
* | Restructure to allow a resource path and testing | Dan Goodliffe | 2021-02-04 |
| | |||
* | Add a basic cache template | Dan Goodliffe | 2021-01-23 |
| | |||
* | Add basic work and worker thread pool | Dan Goodliffe | 2021-01-19 |
Well... that requires GCC 11 cos 10 doesn't implement semaphore. |