| Commit message (Expand) | Author | Age |
* | Other objects support in operator= | Dan Goodliffe | 2025-03-23 |
* | Populate typed collection of pointers | Dan Goodliffe | 2025-03-23 |
* | Make Collections::objects protected, extend interface | Dan Goodliffe | 2025-03-22 |
* | Invert how shared/unique is specified for Collection | Dan Goodliffe | 2025-03-22 |
* | Add ManyPtr which tracks specified subclasses | Dan Goodliffe | 2025-03-22 |
* | Fix ratio to include return type in common intermediary type | Dan Goodliffe | 2025-03-14 |
* | Perfectly forward range when materializing | Dan Goodliffe | 2025-03-11 |
* | Constrain operator* for array*functor | Dan Goodliffe | 2025-03-05 |
* | Name Worker threads if supported | Dan Goodliffe | 2025-02-26 |
* | Add glMappedBufferWriter helper | Dan Goodliffe | 2025-02-25 |
* | Add CLOGf for formatting logger | Dan Goodliffe | 2025-02-23 |
* | Fixes and tests to new range helpers | Dan Goodliffe | 2025-02-15 |
* | Range adaptor to make triangle strip triples | Dan Goodliffe | 2025-02-15 |
* | Add utility class to easily get nth field of tuple/pair for any types | Dan Goodliffe | 2025-02-14 |
* | Move lots of geoData helpers into lib | Dan Goodliffe | 2025-02-09 |
* | Initial commit setting terrain during network construction | Dan Goodliffe | 2025-02-09 |
* | Add distance helper | Dan Goodliffe | 2025-01-21 |
* | Add default Q = glm::defaultp to maths functions | Dan Goodliffe | 2025-01-06 |
* | Add helper for sorting sorted containers by a projection | Dan Goodliffe | 2025-01-05 |
* | Add helper for merging close elements in a vector | Dan Goodliffe | 2025-01-05 |
* | Return angle of intersection of arc with line | Dan Goodliffe | 2025-01-01 |
* | Add ArcSegment | Dan Goodliffe | 2024-12-31 |
* | Add sanity checking logic to GeoData | Dan Goodliffe | 2024-12-18 |
* | Midpoint for integral vectors | Dan Goodliffe | 2024-12-18 |
* | 2D vector_normal to work on any arithmetic | Dan Goodliffe | 2024-12-18 |
* | Triangle height support | Dan Goodliffe | 2024-12-15 |
* | 2D triangle area support | Dan Goodliffe | 2024-12-15 |
* | vector difference works with floating point | Dan Goodliffe | 2024-12-15 |
* | Move GeoData::Triangle to global lib | Dan Goodliffe | 2024-12-01 |
* | Constrained Arithmatic type concept | Dan Goodliffe | 2024-11-29 |
* | Add linesIntersectAt function | Dan Goodliffe | 2024-11-12 |
* | Throw if input stream not in good state reading JSON | Dan Goodliffe | 2024-11-05 |
* | Update CLOG to be implemented as a function | Dan Goodliffe | 2024-11-05 |
* | Update operator<< for collections to work with ranges | Dan Goodliffe | 2024-11-05 |
* | Add stream support for tuples | Dan Goodliffe | 2024-10-27 |
* | Improve sun illumination based on angular size and astronomical twilight | Dan Goodliffe | 2024-10-24 |
* | Merge branch 'billboard-shadows' | Dan Goodliffe | 2024-10-22 |
|\ |
|
| * | Further template maths functions | Dan Goodliffe | 2024-10-21 |
| * | Move lots of maths helpers to inline, constexpr, templates | Dan Goodliffe | 2024-10-20 |
| * | Simple constexpr pow function | Dan Goodliffe | 2024-10-17 |
| * | Add rotate_yp taking two separate parameters | Dan Goodliffe | 2024-10-05 |
* | | Fix type of filehandle mode parameter | Dan Goodliffe | 2024-10-21 |
|/ |
|
* | Add helper to quickly parse an ISO date/time | Dan Goodliffe | 2024-09-19 |
* | Add new mathematical constants to lib | Dan Goodliffe | 2024-09-19 |
* | Create standalone composed shader file and format it and the C++ code | Dan Goodliffe | 2024-08-10 |
* | Add missing truthy/falsy operators to AnyPtr | Dan Goodliffe | 2024-08-10 |
* | Help exception class for lazy/cached message content | Dan Goodliffe | 2024-08-04 |
* | Tidy many stringy messes with std::format | Dan Goodliffe | 2024-06-04 |
* | Tidy of glRef | Dan Goodliffe | 2024-06-04 |
* | Disable -Wenum-constexpr-conversion in parts of enumDetails.h | Dan Goodliffe | 2024-06-01 |