summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-08style: Apply clang-format to all source filesskal
2026-02-08feat(3d): Fix ObjectType::PLANE scaling and consolidate ObjectType mappingskal
2026-02-08docs: Document mesh shadow limitation (Task A.1 investigation)skal
2026-02-08feat(3d): Implement Mesh Wireframe rendering for Visual Debugskal
2026-02-08docs: Mark Task #39 as completeskal
2026-02-08feat(3d): Implement Visual Debug primitives (Sphere, Cone, Cross, Trajectory)skal
2026-02-08feat(3d): Implement Blender export and binary scene loading pipelineskal
2026-02-08minor comment updateskal
2026-02-07fix(audio): Prevent events from triggering one frame earlyskal
2026-02-07fix(audio): Remove sample offsets - incompatible with tempo scalingskal
2026-02-07fix(audio): Calculate sample offsets from render position, not playback positionskal
2026-02-07refactor(audio): Simplify music track with steady beat progressionskal
2026-02-07fix(audio): Implement sample-accurate event timingskal
2026-02-07add debugging code to flash_effectskal
2026-02-07refactor(audio): Convert tracker to unit-less timing systemskal
2026-02-07Revert "fix(track_visualizer): Convert beats to seconds correctly"skal
2026-02-07fix(track_visualizer): Convert beats to seconds correctlyskal
2026-02-07fix(test_demo): Space patterns 4 seconds apart to prevent overlapskal
2026-02-07chore: Disable tempo variation and simplify music trackskal
2026-02-07feat(tools): Add music track visualizerskal
2026-02-07feat(gpu): Systematize post-process bindings and enable vertex shader uniformsskal
2026-02-07docs: Final session summaryskal
2026-02-07test: Add HTML Gantt chart output test for seq_compilerskal
2026-02-07test: Add Gantt chart output test for seq_compilerskal
2026-02-07docs: Add handoff for asset regeneration fixskal
2026-02-07fix: Auto-regenerate assets after clean buildskal
2026-02-07refactor: Store const GpuContext& in Effect base classskal
2026-02-07refactor: Bundle GPU context into GpuContext structskal
2026-02-07fix(audio): Synchronize audio-visual timing with playback timeskal
2026-02-07perf(spectral_editor): Implement caching and subarray optimizationsskal
2026-02-07docs: Reorganize documentation with tiered hierarchy for context optimizationskal
2026-02-07update doc, optimize spectral_editorskal
2026-02-07feat(audio): Add SilentBackend, fix peak measurement, reorganize backendsskal
2026-02-07refactor(build): Complete FINAL_STRIP infrastructure (Phase 5 - Final Report)skal
2026-02-07refactor(audio): Convert miniaudio_backend.cc to use FATAL_* macros (Phase 3)skal
2026-02-07refactor(audio): Convert ring_buffer.cc to use FATAL_CHECK macros (Phase 2)skal
2026-02-07feat(build): Add FINAL_STRIP mode for maximum size optimizationskal
2026-02-07docs(todo): Add Task #69 - Convert audio pipeline to clipped int16skal
2026-02-07docs(audio): Document WavDumpBackend synchronization with MiniaudioBackendskal
2026-02-07test(audio): Add error handling tests for WavDumpBackendskal
2026-02-07fix(audio): Remove clipping from WavDumpBackend, add diagnosticsskal
2026-02-07refactor(audio): Remove tempo logic from WavDumpBackendskal
2026-02-07test(gpu): Add comprehensive TextureManager testsskal
2026-02-07fix(coverage): Explicitly disable STRIP_ALL during coverage runsskal
2026-02-07docs: Add script maintenance requirements after hierarchy changesskal
2026-02-07fix(coverage): Handle moved files and clean stale coverage dataskal
2026-02-07fix(ci): Update verification script to catch tool compilation failuresskal
2026-02-07fix(tools): Correct include path in spectool.ccskal
2026-02-07test(gpu): Add automatic validation for effect test coverageskal
2026-02-07test(gpu): Register GPU tests with CTestskal