Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Handle and test concave surface boundaries | Dan Goodliffe | 2024-03-23 |
| | |||
* | Add deformation test case with lower spec | Dan Goodliffe | 2024-03-09 |
| | |||
* | Rewrite most of setHeights | Dan Goodliffe | 2024-03-08 |
| | | | | | Accounts for sensible corners and fixes quite a few bugs and edge cases... introduces a few more, is still a bit glitchy in places | ||
* | Load terrain deform fixture data from JSON | Dan Goodliffe | 2024-02-26 |
| | |||
* | Integer support in persistence | Dan Goodliffe | 2024-01-09 |
| | | | | | Splits bool and arithmatic types, pass arithmatic values as string views from JSON and parse according to the target type. | ||
* | Initial OpenMesh based terrain data and tests | Dan Goodliffe | 2023-10-28 |
| | |||
* | Load the X11 RGB colour definitions into a map | Dan Goodliffe | 2023-02-27 |
| | |||
* | Support parsing string values in persistence read | Dan Goodliffe | 2023-02-23 |
| | |||
* | Swap @ prefix for p. prefix for special value names | Dan Goodliffe | 2023-02-20 |
| | |||
* | Error on bad cast of referenced object | Dan Goodliffe | 2021-11-07 |
| | |||
* | Name, rather than number, shared_ptr tests | Dan Goodliffe | 2021-11-07 |
| | |||
* | Test case for named type not existing | Dan Goodliffe | 2021-11-07 |
| | |||
* | Error on bad cast of named type | Dan Goodliffe | 2021-11-07 |
| | |||
* | Common implementation for shared and unique pointers | Dan Goodliffe | 2021-11-07 |
| | |||
* | Lots of test cases, few minor fixes | Dan Goodliffe | 2021-11-07 |
| | |||
* | Implement shared_ptr support | Dan Goodliffe | 2021-11-07 |
| | | | | Uses somewhat dirty global map for keeping shared_ptr objects by key, needs fix | ||
* | Erring toward complete JSON loader | Dan Goodliffe | 2021-11-07 |
| | |||
* | Restructure to allow a resource path and testing | Dan Goodliffe | 2021-02-04 |