| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 days | feat(assets): Implement procedural asset generation pipeline | skal | |
| - Updated asset_packer to parse PROC(...) syntax. - Implemented runtime dispatch in AssetManager for procedural generation. - Added procedural generator functions (noise, grid, periodic). - Added comprehensive tests for procedural asset lifecycle. | |||
| 8 days | feat(assets): Separate demo and test asset lists | skal | |
| Renamed demo assets to 'demo_assets.txt' and created 'test_assets_list.txt' for AssetManagerTest to prevent interference. - Updated CMakeLists.txt to generate separate headers for demo and test. - Updated test_assets.cc to conditionally include the test-specific header. - Incorporated gen_assets.sh into the 'final' target. | |||
