aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-assets/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* feat(prototype): retain unit component provenanceValentin Popov2026-07-181-0/+1
* perf(assets): reuse archives during mission loadsValentin Popov2026-07-181-3/+3
* feat(runtime): trace visual cache sizesValentin Popov2026-07-181-31/+116
* feat(runtime): trace visual graph sizesValentin Popov2026-07-181-0/+26
* perf(assets): cache visual wear validationValentin Popov2026-07-181-2/+41
* perf(assets): cache visual graph anchorsValentin Popov2026-07-181-5/+15
* feat(runtime): trace visual dependency requestsValentin Popov2026-07-181-4/+117
* feat(runtime): trace visual graph phasesValentin Popov2026-07-181-0/+38
* fix(assets): satisfy material cache lintValentin Popov2026-07-181-1/+1
* perf(assets): cache graph material validationValentin Popov2026-07-181-1/+32
* feat(runtime): split model asset load checkpointsValentin Popov2026-07-181-3/+6
* feat(runtime): trace asset preparation phasesValentin Popov2026-07-181-0/+63
* perf(assets): cache prepared model dependenciesValentin Popov2026-07-181-9/+41
* fix(assets): retain texture resolver test helpersValentin Popov2026-07-181-0/+16
* perf(assets): cache graph texm validationValentin Popov2026-07-181-14/+27
* feat(game): bind preview diffuse materialsValentin Popov2026-07-181-1/+13
* perf(assets): reuse materials during mission preparationValentin Popov2026-07-181-12/+61
* perf(assets): reuse textures during mission preparationValentin Popov2026-07-181-8/+82
* fix(build): align stage zero gates with Rust 1.97Valentin Popov2026-07-181-20/+34
* style: format workspace with Rust 1.97Valentin Popov2026-07-181-9/+7
* refactor: harden stage 2 graph and asset limitsValentin Popov2026-07-031-9/+270
* fix: guard prepared asset id collisionsValentin Popov2026-07-031-19/+380
* test: realign stage 2 acceptance coverageValentin Popov2026-07-031-19/+327
* feat(stage2): persist prepared mission assets and reportsValentin Popov2026-07-031-67/+284
* feat(stage2): materialize visual dependency graphValentin Popov2026-07-031-63/+497
* fix(stage2): preserve byte-exact prototype identitiesValentin Popov2026-07-031-3/+32
* fix(resource): type archive and vfs error mappingValentin Popov2026-06-301-2/+2
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-136/+173
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-231-49/+788
* fix: require manifests for licensed gatesValentin Popov2026-06-221-4/+14
* fix: harden resource and world state correctnessValentin Popov2026-06-221-25/+154
* fix: make ci locked and isolate licensed testsValentin Popov2026-06-221-0/+2
* feat: implement FParkan architecture foundationValentin Popov2026-06-221-0/+481