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