index
:
I Like Trains
better-network
main
The I Like Trains game
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gfx
Commit message (
Expand
)
Author
Age
*
Add glVertexArray useBuffer
Dan Goodliffe
2 days
*
Don't create and then replace shadow and billboard textures
Dan Goodliffe
2 days
*
Replace glContainer with glAllocator
Dan Goodliffe
2 days
*
Remove VertexArrayObject and supporting non-DSA gl_traits helpers
Dan Goodliffe
3 days
*
Replace use of VertexArrayObject with glVertexArray/glBuffer DSA versions
Dan Goodliffe
3 days
*
Extend glVertexArray with VertexArrayConfigurator
Dan Goodliffe
3 days
*
Replace generic glBuffer type alias with a full implementation
Dan Goodliffe
3 days
*
Replace basic glVertexArray with a specific class ready for helpers
Dan Goodliffe
5 days
*
Update stencils and billboards less often
Dan Goodliffe
6 days
*
Wrap up some low level texture operations in glTexture class
Dan Goodliffe
7 days
*
Add BillboardProgram to SceneShader
Dan Goodliffe
9 days
*
Use RelativeDistance in Camera near/fear and expose member variables
Dan Goodliffe
9 days
*
Allow specifying all three partition functions independently
Dan Goodliffe
9 days
*
Support for the BillboardPainter
Dan Goodliffe
9 days
*
Tidy the preFrame logic into a single function in SceneRenderer
Dan Goodliffe
14 days
*
Simplified Frustum
Dan Goodliffe
2026-02-21
*
Reduce shader includes, doesn't use materialInterface, just Detail
Dan Goodliffe
2026-02-20
*
Simplified and tidied ShadowMapper
Dan Goodliffe
2026-02-20
*
Correctly scale frustum plane vectors
Dan Goodliffe
2026-02-20
*
Fix up the preFrame process to use both frustums
Dan Goodliffe
2026-02-18
*
Add Renderable::preFrame for doing non-const frame prep work
Dan Goodliffe
2026-02-16
*
Support for testing if a point/sphere is within a Frustum
Dan Goodliffe
2026-02-15
*
Refactor test-instancing so the data is generated in a common fixture
Dan Goodliffe
2026-02-14
*
Add support for partitioning by 2 unary predicates
Dan Goodliffe
2026-02-14
*
Return indices instead of iterates from InstanceVertices::partition
Dan Goodliffe
2026-02-14
*
Make similar array tidy-up to networkStraight shaders
Dan Goodliffe
2026-01-31
*
Tidy networkCurve shaders
Dan Goodliffe
2026-01-31
*
Rename shader source in keeping with glsl expectations
Dan Goodliffe
2026-01-31
*
Initial commit using tesselation shader to create curves
Dan Goodliffe
2026-01-31
*
Update OpenGL context and shaders to v4.6
Dan Goodliffe
2026-01-29
*
Fix search/replace of GL_* macros in glsl
Dan Goodliffe
2026-01-29
*
Explicit cast to vec3 to disambiguate length/distance calc
Dan Goodliffe
2026-01-26
*
Fix warnings and minor tidy for GL lookups
Dan Goodliffe
2026-01-26
*
Include GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS in networkCurve output calc
Dan Goodliffe
2026-01-23
*
Add glDebugScope
Dan Goodliffe
2026-01-16
*
Pass shaders through glslangValidator
Dan Goodliffe
2026-01-16
*
Update the SceneShader's view port on sceneRenderer resize
Dan Goodliffe
2025-04-08
*
Default environment direction light shines down, not up
Dan Goodliffe
2025-04-07
*
Merge branch 'imgui'
Dan Goodliffe
2025-04-02
|
\
|
*
Remove unrequired UIShader
Dan Goodliffe
2025-03-19
*
|
Add ManyPtr which tracks specified subclasses
Dan Goodliffe
2025-03-22
|
/
*
Add support for resizing a SceneRenderer
Dan Goodliffe
2025-03-14
*
Add support for changing the aspect ratio of a camera
Dan Goodliffe
2025-03-14
*
Rebalance shadow band distribution
Dan Goodliffe
2025-03-11
*
Initialise shadow bounding box to light view point
Dan Goodliffe
2025-03-11
*
Extend Frustum for testing for shaded by
Dan Goodliffe
2025-03-11
*
Pass a Frustum to shadow renderers
Dan Goodliffe
2025-03-11
*
Simplify ShadowMapper with AxisAlignedBoundingBox
Dan Goodliffe
2025-03-11
*
Template AxisAlignedBoundingBox on unit type
Dan Goodliffe
2025-03-11
*
AxisAlignedBoundingBox construct from range instead of span
Dan Goodliffe
2025-03-11
[next]