summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
11 hoursfix: Include PlaneData header in scene_loader.ccskal
11 hoursfix: Correct offset management in scene_loader.cc for plane_distanceskal
11 hoursfix: Remove local redefinition of PlaneData in scene_loader.ccskal
11 hoursfix: Make PlaneData struct visible to renderer_draw.ccskal
11 hoursfix: Include <memory> header for std::shared_ptr in Object3Dskal
11 hoursfeat: Integrate plane_distance into renderer and scene loaderskal
12 hoursfeat(audio): Eliminate temp buffer allocations and add explicit clipping (Tas...skal
12 hoursrefactor(tests): Factor common patterns in tempo testsskal
14 hourschore: Clean up generated files and update project configskal
14 hoursfix(demo64k): Pass absolute time to gpu_draw and remove tempo_test_enabled fr...skal
14 hoursfix(test_demo): Resolve compile errors and finalize timing decouplingskal
14 hoursfix(timing): Decouple test_demo graphics loop from audio clockskal
14 hoursbuild: Include generated file updates resulting from timing decoupling changesskal
14 hoursfeat(timing): Decouple graphics loop from audio clock for smooth performanceskal
14 hoursrefactor(audio): Finalize audio sync, update docs, and clean up test artifactsskal
16 hoursrefactor(docs): Update TODO.md with large files and apply clang-formatskal
16 hoursrefactor(3d): Split Renderer3D into modular files and fix compilation.skal
16 hoursRevert "feat(platform): Centralize platform-specific WebGPU code and improve ...skal
17 hoursfeat(platform): Centralize platform-specific WebGPU code and improve shader c...skal
18 hoursfix(tests): Enable tests with DEMO_ALL_OPTIONS and fix tracker testskal
18 hoursstyle: Apply clang-format to all source filesskal
18 hoursfeat(3d): Fix ObjectType::PLANE scaling and consolidate ObjectType mappingskal
18 hoursfeat(3d): Implement Mesh Wireframe rendering for Visual Debugskal
19 hoursfeat(3d): Implement Visual Debug primitives (Sphere, Cone, Cross, Trajectory)skal
19 hoursfeat(3d): Implement Blender export and binary scene loading pipelineskal
19 hoursminor comment updateskal
28 hoursfix(audio): Prevent events from triggering one frame earlyskal
28 hoursfix(audio): Remove sample offsets - incompatible with tempo scalingskal
28 hoursfix(audio): Calculate sample offsets from render position, not playback positionskal
28 hoursfix(audio): Implement sample-accurate event timingskal
30 hoursadd debugging code to flash_effectskal
30 hoursrefactor(audio): Convert tracker to unit-less timing systemskal
31 hoursfix(test_demo): Space patterns 4 seconds apart to prevent overlapskal
31 hourschore: Disable tempo variation and simplify music trackskal
31 hoursfeat(gpu): Systematize post-process bindings and enable vertex shader uniformsskal
32 hoursfix: Auto-regenerate assets after clean buildskal
32 hoursrefactor: Store const GpuContext& in Effect base classskal
33 hoursrefactor: Bundle GPU context into GpuContext structskal
33 hoursfix(audio): Synchronize audio-visual timing with playback timeskal
36 hoursfeat(audio): Add SilentBackend, fix peak measurement, reorganize backendsskal
38 hoursrefactor(audio): Convert miniaudio_backend.cc to use FATAL_* macros (Phase 3)skal
38 hoursrefactor(audio): Convert ring_buffer.cc to use FATAL_CHECK macros (Phase 2)skal
38 hoursfeat(build): Add FINAL_STRIP mode for maximum size optimizationskal
39 hoursdocs(audio): Document WavDumpBackend synchronization with MiniaudioBackendskal
39 hourstest(audio): Add error handling tests for WavDumpBackendskal
39 hoursfix(audio): Remove clipping from WavDumpBackend, add diagnosticsskal
39 hoursrefactor(audio): Remove tempo logic from WavDumpBackendskal
39 hourstest(gpu): Add comprehensive TextureManager testsskal
40 hourstest(gpu): Add automatic validation for effect test coverageskal
40 hourstest(gpu): Add post-process helper utilities testing (Phase 2.2)skal