summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
10 hoursfeat(audio): Add Spectral Brush runtime (Phase 1 of Task #5)skal
11 hoursfix(build): Add file-level dependencies for assets (shaders, meshes, audio)skal
11 hoursrefactor(build): Split asset_manager.h into dcl/core/utils headersskal
11 hoursfix(test_mesh): Use BOX floor instead of PLANE to fix shadow renderingskal
11 hoursRevert "fix(shaders): Correct plane distance scaling for non-uniform transforms"skal
11 hoursfix(shaders): Correct plane distance scaling for non-uniform transformsskal
11 hoursRevert "fix(test_mesh): Use uniform floor scale to fix shadow artifacts"skal
12 hoursfix(test_mesh): Use uniform floor scale to fix shadow artifactsskal
12 hoursfix(math): Normalize axis in quat::from_axis to prevent scaling artifactsskal
13 hoursfix: Correct mesh normal transformation and floor shadow renderingskal
13 hoursdocs: Update project documentation and regenerate assetsskal
13 hoursfix(test_mesh): Resolve all WGPU API and build issues on macOSskal
13 hoursfeat(tests): Add test_mesh tool for OBJ loading and normal visualizationskal
14 hoursfeat(assets): Add dodecahedron mesh assetskal
14 hoursrefactor(3d): Split Renderer3D into sub-functionalitiesskal
14 hoursfeat(3d): Implement basic OBJ mesh asset pipelineskal
19 hourschore: Update documentation, generated assets, and cleanupskal
19 hoursrefactor(gpu): Implement compile-time BVH toggle via shader compositionskal
20 hoursfeat(perf): Add toggle for GPU BVH and fix fallbackskal
24 hourschore: Update generated asset filesskal
25 hoursfix(gpu): Resolve typeid warning by using .get() on shared_ptrskal
25 hoursfeat(audio): Complete Task #56 - Audio Lifecycle Refactor (All Phases)skal
25 hoursfeat(audio): Complete Phase 4 - Cleanup and Documentation (Task #56)skal
25 hoursfeat(audio): Complete Phase 3 - Migrate main.cc to AudioEngine (Task #56)skal
25 hoursfix(gpu): Use GetTextureAsset() for procedural texture loadingskal
25 hoursfeat(audio): Complete Phase 2 - Migrate tests to AudioEngine (Task #56)skal
26 hoursperf: Reduce audio test durations for faster test suiteskal
26 hoursfeat(audio): Implement AudioEngine and SpectrogramResourceManager (Task #56 P...skal
27 hoursfix(audio): Resolve tracker test failures due to initialization orderskal
27 hourstest(assets): Add tests for Texture Asset supportskal
29 hoursfeat(assets): Add Texture Asset support (Task #18.0 prep)skal
29 hoursfeat(physics): Implement SDF-based physics engine and BVHskal
45 hoursfeat: Replace explicit priorities with stack-based priority modifiersskal
47 hoursfeat: Optional sequence end times and comprehensive effect documentationskal
2 daysfeat: Audio playback stability, NOTE_ parsing fix, sample caching, and debug ...skal
2 daysfix(audio): Add pending buffer for partial writes to prevent sample lossskal
2 daysfix(audio): Check buffer space before rendering to prevent sample lossskal
2 daysfix(audio): Render audio in small chunks to fix timing gapsskal
2 daysfeat(audio): Implement ring buffer for live playback timingskal
2 daysfeat(audio): Trigger pattern events individually for tempo scalingskal
2 daystest(audio): Add regression test for WAV dump stereo formatskal
2 daysfix(audio): WAV dump now outputs stereo format matching live audioskal
2 daysfix(audio): Properly sync tracker and synth timing in WAV dumpskal
2 daysfix(audio): WAV dump now calls tracker_update at 60Hz to prevent choppy audioskal
2 daysfix(audio): WAV dump backend now properly triggers tracker patternsskal
2 daysfeat(audio): Add WAV dump backend for debugging audio outputskal
2 daysfeat(audio): Simplified demo track with tempo scaling testsskal
2 daysfeat(audio): Variable tempo system with music time abstractionskal
2 daysfeat(audio): Tracker timing test suite (Tasks #51.3 & #51.4)skal
2 daysfeat(audio): Implement mock audio backend for testing (Task #51.2)skal