summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add mail rail network to render test, include curvesDan Goodliffe2024-01-20
* Add rail network render testDan Goodliffe2024-01-19
* Add traits wrapper for setting uniformsDan Goodliffe2024-01-14
* We only need 3x3 matrix for model rotation specDan Goodliffe2024-01-13
* Add glContainer::at override to update a single itemDan Goodliffe2024-01-13
* Use std::span for iterator/data pointer in glContainerDan Goodliffe2024-01-13
* Default destructor for trivial types of glContainerDan Goodliffe2024-01-13
* Adding missing copy/move operations to glContainerDan Goodliffe2024-01-13
* Merge branch 'model-lights'Dan Goodliffe2024-01-13
|\
| * Only create VAOs for the light type(s) in useDan Goodliffe2024-01-13
| * Merge common parts of light type verticesDan Goodliffe2024-01-13
| * Minor tidy upDan Goodliffe2024-01-13
| * Add old street lamp modelDan Goodliffe2024-01-13
| * Update point light shaders for instancingDan Goodliffe2024-01-13
| * Add model support for point lightsDan Goodliffe2024-01-12
| * Fix order or multiple to address reversed rotationDan Goodliffe2024-01-12
| * Tweak street light definitionDan Goodliffe2024-01-12
| * Full implementation passing through light defs from vertex dataDan Goodliffe2024-01-11
| * Initial commit with working light instancingDan Goodliffe2024-01-10
| * Add spot light definition, loader, and renderingDan Goodliffe2024-01-10
| * Add lights resource set and test sceneDan Goodliffe2024-01-09
| * Add the Illuminator (type) and Light (instance) classesDan Goodliffe2024-01-09
|/
* Integer support in persistenceDan Goodliffe2024-01-09
* Fix test-persistence dependenciesDan Goodliffe2024-01-08
* Merge branch 'global-network'Dan Goodliffe2024-01-07
|\
| * Simplify find_arcs_radiusDan Goodliffe2024-01-07
| * Remove PositionxD from Network editorsDan Goodliffe2024-01-07
| * Remove Position3D from testsDan Goodliffe2024-01-07
| * Remove Position2D definitionDan Goodliffe2024-01-07
| * Remove PositionxD from NetworkDan Goodliffe2024-01-07
| * Global positions in network dataDan Goodliffe2024-01-07
|/
* Merge branch 'template-types'Dan Goodliffe2024-01-07
|\
| * Remove Position3D from RailVehicleDan Goodliffe2024-01-07
| * Template Ray on position typeDan Goodliffe2024-01-07
| * Unified crossProductDan Goodliffe2024-01-07
| * Helper to create a cubiod from dimensionsDan Goodliffe2024-01-06
| * Simplified RailVehicle::intersectRayDan Goodliffe2024-01-06
| * Template GeometicPlane on Position typeDan Goodliffe2024-01-05
| * Inline functions of GeometricPlaneDan Goodliffe2024-01-05
|/
* Remove more use of legacy types and unnecessary pointers from selectable inte...Dan Goodliffe2024-01-01
* Remove more use of legacy types from camera controllerDan Goodliffe2024-01-01
* Remove more use of legacy types from asset factoryDan Goodliffe2024-01-01
* nodiscard in Asset factory mutationDan Goodliffe2024-01-01
* Merge remote-tracking branch 'origin/terrain'Dan Goodliffe2024-01-01
|\
| * Remove more use of legacy typesDan Goodliffe2024-01-01
| * Remove legacy Position types from shadowMapperDan Goodliffe2024-01-01
| * Simplify and 'fix' the wave cycleDan Goodliffe2024-01-01
| * Templatise functions in maths.h using PositionNDDan Goodliffe2023-12-29
| * Remove misleading power operator^ on vec2/3Dan Goodliffe2023-12-29
| * Remove weird operator! on vec2/3Dan Goodliffe2023-12-29