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