summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
13 daysfeat(tests): Add comprehensive tests for math and 3d librariesskal
13 dayshandoff(Claude): Stabilize 3D renderer with rotating skybox and two-pass arch...skal
14 daysfix: Correct depth handling in two-pass rendering for skybox and objectsskal
14 daysfix: Resolve skybox and floor rendering bugs with two-pass approachskal
2026-02-03fix: Implement proper skybox rendering with Perlin noiseskal
2026-02-03feat: side-quest - Perlin noise sky and ProcGenFunc error handlingskal
2026-02-03refactor: Task #20 - Platform & Code Hygieneskal
2026-02-03clean-up the procedural code a bitskal
2026-02-03feat(audio): Fix tracker bugs and implement rock demo trackskal
2026-02-03test(shader): Add ShaderComposer and WGSL asset validation tests (Task #26)skal
2026-02-03refactor(build): Modularize build system with static librariesskal
2026-02-03fix(assets): Resolve static initialization order fiascoskal
2026-02-03fix: Resolve shader initialization crashes and build errorsskal
2026-02-03refactor: Shader Asset Integration (Task #24)skal
2026-02-03feat(assets): Enforce 16-byte alignment and string safetyskal
2026-02-03feat: Finalize tracker asset-sample integration with unified pasting strategyskal
2026-02-02remove generated assets which shouldn't be in gitskal
2026-02-02update the melody a bitskal
2026-02-02feat: Complete audio tracker system integration and testsskal
2026-02-02feat: Integrate tracker system and update project context documentationskal
2026-02-02update TODO and fix shaders.ccskal
2026-02-02chore: Add BUILD.md, Task 23 to TODO.md, and GPU perf define placeholderskal
2026-02-02feat(test): Add comprehensive math and shader composer testsskal
2026-02-02fix(3d): Stabilize shadows and isolate floor grid textureskal
2026-02-02fix(3d): Distinguish floor grid from object texturesskal
2026-02-02feat(3d): Implement Task 21.1 WGSL Library & Composerskal
2026-02-02test(3d): Enlarge objects and pack them closer to the centerskal
2026-02-02fix(3d): Resolve spherical distortion in floor grid textureskal
2026-02-02feat(3d): Implement tight ray bounds for SDF raymarchingskal
2026-02-02fix(3d): Tighten torus proxy hull and ensure floor grid visibilityskal
2026-02-02chore: Apply final code formatting and cleanupskal
2026-02-02fix(3d): Restore visible grid texture on floor planeskal
2026-02-02fix(3d): Tighten torus bounding box and restore object texturesskal
2026-02-02fix(3d): Correct debug box transforms and restore object texturesskal
2026-02-02fix(3d): Unify all objects to SDF path for consistent shadowsskal
2026-02-02fix(3d): Unify SDF path for all objects and stabilize shadowsskal
2026-02-02fix(3d): Restore and enhance 3D shadowsskal
2026-02-02fix(3d): Revert to working N-1 shadow configurationskal
2026-02-02fix(3d): Resolve missing shadows on floor planeskal
2026-02-02flesh out extra details in the MD filesskal
2026-02-02fix(gpu): Resolve high-DPI squished rendering and 3D shadow bugsskal
2026-02-02feat(3d): Use procedural grid for floor and revert object noiseskal
2026-02-02fix(shader): Correct WGSL loop syntax in calc_shadowskal
2026-02-02test(3d): Add procedural grid to floor and enable texturingskal
2026-02-02fix(3d): Fix shader syntax error and duplicate declarationskal
2026-02-02fix(3d): Resolve shader validation error and tune shadowsskal
2026-02-02feat(3d): Implement unified shadow system with non-uniform scale supportskal
2026-02-02feat(3d): Support non-uniform scale and shadows on rasterized objectsskal
2026-02-02feat(3d): Unify shadow calculations in shaderskal
2026-02-02fix(3d): Correct shadow bug with non-uniform scaleskal