summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the old unused network.png iconDan Goodliffe3 days
* Use new SVG icons on main toolbarDan Goodliffe5 days
* Add SvgIcon classDan Goodliffe5 days
* Add lunasvg (and plutovg)Dan Goodliffe6 days
* Remove explicit library referring to imguisdl2Dan Goodliffe6 days
* Auto resize windows to contentDan Goodliffe8 days
* Add basic instructions to query toolDan Goodliffe8 days
* Support capturing and reacting to ImGui window closureDan Goodliffe2025-03-20
* Remove unrequired UIShaderDan Goodliffe2025-03-19
* Remove lots of stuff not required or superseded with ImGui useDan Goodliffe2025-03-19
* Replace basic query tool with a ImGui versionDan Goodliffe2025-03-19
* Replace basic rail builder UI with a ImGui versionDan Goodliffe2025-03-19
* Add operator to get ImTextureID from an IconDan Goodliffe2025-03-15
* Tidy glArrays, fixes warningsDan Goodliffe2025-03-15
* Add ImGui wrappers for creating a toolbar docked to a viewport edgeDan Goodliffe2025-03-15
* Wrap imgui_intenal if requestedDan Goodliffe2025-03-15
* Update ImGui to latestDan Goodliffe2025-03-15
* Support resizing the main windowDan Goodliffe2025-03-14
* Add support for resizing a SceneRendererDan Goodliffe2025-03-14
* Add support for changing the aspect ratio of a cameraDan Goodliffe2025-03-14
* Fix ratio to include return type in common intermediary typeDan Goodliffe2025-03-14
* Merge branch 'culling'Dan Goodliffe2025-03-13
|\
| * Split Terrain::generateMeshes into smaller functionsDan Goodliffe2025-03-12
| * Perfectly forward range when materializingDan Goodliffe2025-03-11
| * Rebalance shadow band distributionDan Goodliffe2025-03-11
| * Cull terrain meshes from render that don't cast a shadow into the frustumDan Goodliffe2025-03-11
| * Add a spike of terrain in test-renderDan Goodliffe2025-03-11
| * Initialise shadow bounding box to light view pointDan Goodliffe2025-03-11
| * Extend Frustum for testing for shaded byDan Goodliffe2025-03-11
| * Pass a Frustum to shadow renderersDan Goodliffe2025-03-11
| * Simplify ShadowMapper with AxisAlignedBoundingBoxDan Goodliffe2025-03-11
| * Template AxisAlignedBoundingBox on unit typeDan Goodliffe2025-03-11
| * Current tile in frustum as we loopDan Goodliffe2025-03-11
| * Construct terrain tile AxisAlignedBoundingBox during mesh generationDan Goodliffe2025-03-11
| * AxisAlignedBoundingBox construct from range instead of spanDan Goodliffe2025-03-11
| * Only render terrain tiles which are visible in the frustumDan Goodliffe2025-03-11
| * Add function to test if an AABB is visible in a frustumDan Goodliffe2025-03-11
| * Position is moved to FrustumDan Goodliffe2025-03-11
| * Create AxisAlignedBoundingBoxDan Goodliffe2025-03-11
| * Pass frustum into render functionsDan Goodliffe2025-03-07
|/
* Split core view definition out of Camera into FrustumDan Goodliffe2025-03-05
* Move camera out of gl folder, it's not OpenGL specificDan Goodliffe2025-03-05
* Have Camera keep an array of frustum plane definitionsDan Goodliffe2025-03-05
* Constrain operator* for array*functorDan Goodliffe2025-03-05
* Cache the camera's view matrixDan Goodliffe2025-03-02
* Work around clang thinking this is unused in lambdasDan Goodliffe2025-03-01
* Split meshes by surface and tileDan Goodliffe2025-02-26
* Name Worker threads if supportedDan Goodliffe2025-02-26
* Add range support for OpenMesh::PolyConnectivity::EntityRangeDan Goodliffe2025-02-26
* Create perf-terrain test window globallyDan Goodliffe2025-02-26