summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-08feat(timing): Decouple graphics loop from audio clock for smooth performanceskal
2026-02-08refactor(audio): Finalize audio sync, update docs, and clean up test artifactsskal
2026-02-08docs(audio): Update AUDIO_LIFECYCLE_REFACTOR.md and AUDIO_TIMING_ARCHITECTURE...skal
2026-02-08update tasksskal
2026-02-08refactor(docs): Update TODO.md with large files and apply clang-formatskal
2026-02-08docs: Archive completed tasks and streamline context filesskal
2026-02-08refactor(3d): Split Renderer3D into modular files and fix compilation.skal
2026-02-08Revert "feat(platform): Centralize platform-specific WebGPU code and improve ...skal
2026-02-08feat(platform): Centralize platform-specific WebGPU code and improve shader c...skal
2026-02-08fix(tests): Enable tests with DEMO_ALL_OPTIONS and fix tracker testskal
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