index
:
demo.git
main
Vide-coded 64k demo system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-03-08
fix: register debug/debug_print snippet in ShaderComposer
skal
2026-03-08
feat: add WGSL debug_f32() snippet with C64 8x8 font
skal
2026-03-08
fix: transpose matrices on GPU upload (row-major → column-major)
skal
2026-03-08
feat: new clouds
skal
2026-03-08
tweak: scene2.wgsl visual adjustments
skal
2026-03-08
docs: update ASSET_SYSTEM.md for WGSL disk-load in dev mode
skal
2026-03-08
feat: WGSL asset load-from-disk in dev mode
skal
2026-03-08
fix: Update tests to use new asset manifest
skal
2026-03-08
fix: Correct and simplify test asset manifest
skal
2026-03-08
fix: Resolve compile error in GetAssetType
skal
2026-03-08
feat: Implement dual-mode asset loading and update documentation
skal
2026-03-08
fix(shaders): enforce y-up screen-space convention + document coordinate conv...
skal
2026-03-07
fix(cmake): avoid spurious recompiles when only shader assets change
skal
2026-03-07
streamline doc
skal
2026-03-07
feat(tools): add offline WGSL validator + fix ntsc.wgsl syntax
skal
2026-03-07
fix(cmake): normalize asset paths to fix incremental rebuild tracking
skal
2026-03-07
feat(effects): add Ntsc post-process effect with fisheye distortion
skal
2026-03-07
refactor(effects): introduce WgslEffect for shader-only post-process effects
skal
2026-03-06
feat(effects): add Scratch post-process effect with reusable scratch_lines sn...
skal
2026-03-06
test: remove obsolete test_sequence.cc
skal
2026-03-05
docs: streamline and align AI context files
skal
2026-03-05
docs: add control flow braces rule to coding style
skal
2026-03-05
style: run clang-format to adhere to coding style
skal
2026-03-05
fix(test): WavDumpBackendTest uses sine tone instead of empty ring buffer
skal
2026-03-05
fix(audio): correct OLA synthesis and extract shared ola_encode/ola_decode
skal
2026-03-05
fix(spectool): rename --wav flag to wav subcommand for consistency
skal
2026-03-05
chore: remove dead specplay tool and all references
skal
2026-03-05
feat(spectool): add --wav decode, IMDCT, and roundtrip test
skal
2026-03-05
fix(audio): OLA encoder never ran; version never propagated to decoder
skal
2026-03-05
fix(spectool): pre-fill audio buffer before audio_start() in play mode
skal
2026-03-05
remove dead tool 'specview'
skal
2026-03-05
remove old .track
skal
2026-03-05
add training photos
skal
2026-03-05
music = one big drum sample (for now!)
skal
2026-03-05
feat(tracker): add /* */ block comment support to .track parser
skal
2026-03-03
test(assets): add MP3 asset type test (TEST_MP3/ASSET_TEST_MP3)
skal
2026-03-03
chore(audio): regenerate .spec files as v2 (OLA, Hann, hop=256)
skal
2026-03-03
feat(assets): replace is_procedural/is_gpu_procedural bools with AssetType en...
skal
2026-03-03
fix(build): add spectool to DEMO_BUILD_TOOLS cmake target
skal
2026-03-02
docs: update PROJECT_CONTEXT, TODO, COMPLETED for OLA-IDCT
skal
2026-03-02
feat(audio): OLA-IDCT synthesis with Hann window to eliminate clicks
skal
2026-03-02
add mp3 asset
skal
2026-03-02
feat(audio): MP3 asset support in tracker via decode-at-init
skal
2026-03-01
feat(audio): add experimental MP3 on-demand range decoder
skal
2026-02-28
fix(shadertoy): update convert_shadertoy.py shader output path to src/effects/
skal
2026-02-28
refactor(effects): co-locate effect WGSL shaders with their .h/.cc in src/eff...
skal
2026-02-28
fix(scene2): rewrite broken WGSL shader to fix test_demo_effects crash
skal
2026-02-28
fix Scene2 -> Scene2Effect
skal
2026-02-28
feat(tools/shadertoy): add --dry-run flag to skip file writing
skal
2026-02-28
fix(tools/shadertoy): fix Next Steps instructions and update EFFECT_WORKFLOW.md
skal
[next]