aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* feat(runtime): bound static preview graph rootsValentin Popov2026-07-181-7/+11
* feat(runtime): report mission load phasesValentin Popov2026-07-181-11/+88
* feat(runtime): bound static preview asset loadingValentin Popov2026-07-181-8/+69
* feat(vulkan): draw original terrain geometryValentin Popov2026-07-181-1/+14
* feat(render): add deterministic pipeline state keysValentin Popov2026-07-181-4/+133
* feat(assets): expose WEAR material texture selectionValentin Popov2026-07-182-2/+117
* feat(render): upload original TEXM to VulkanValentin Popov2026-07-181-0/+31
* perf(resource): skip duplicate archive metadata hashingValentin Popov2026-07-181-4/+66
* perf(assets): reuse materials during mission preparationValentin Popov2026-07-181-12/+61
* perf(assets): reuse textures during mission preparationValentin Popov2026-07-181-8/+82
* build(deps): pin internal path dependency versionsValentin Popov2026-07-1819-71/+71
* fix(build): align stage zero gates with Rust 1.97Valentin Popov2026-07-181-20/+34
* fix(clippy): address Rust 1.97 lintsValentin Popov2026-07-186-13/+24
* style: format workspace with Rust 1.97Valentin Popov2026-07-187-95/+139
* build: upgrade Rust toolchain to 1.97.1Valentin Popov2026-07-181-3/+7
* chore: clarify planning acceptance semanticsValentin Popov2026-07-041-0/+5
* refactor: harden stage 2 graph and asset limitsValentin Popov2026-07-032-13/+272
* fix: guard prepared asset id collisionsValentin Popov2026-07-031-19/+380
* test: realign stage 2 acceptance coverageValentin Popov2026-07-032-19/+383
* feat(stage2): persist prepared mission assets and reportsValentin Popov2026-07-032-70/+356
* feat(stage2): materialize visual dependency graphValentin Popov2026-07-033-65/+530
* fix(stage2): preserve byte-exact prototype identitiesValentin Popov2026-07-032-21/+135
* test(inspection): cover archive entry diagnostic contextValentin Popov2026-06-301-17/+158
* fix(nres): align licensed closure with corpus limitsValentin Popov2026-06-301-3/+3
* test(inspection): cover archive diagnostic span contextValentin Popov2026-06-301-4/+18
* test(nres): cover input byte limit enforcementValentin Popov2026-06-301-0/+28
* test(resource): cover archive byte-budget evictionValentin Popov2026-06-301-0/+52
* fix(resource): prevent stale archive refresh overwriteValentin Popov2026-06-301-27/+169
* fix(resource): type archive and vfs error mappingValentin Popov2026-06-303-31/+267
* fix: route archive inspection through byte-safe boundariesValentin Popov2026-06-303-78/+216
* fix: tighten nres and rsli decode contractsValentin Popov2026-06-303-37/+496
* fix: harden stage1 path and archive identityValentin Popov2026-06-303-136/+439
* revert: "ci: fix unreadable_directory_produces_error error"Valentin Popov2026-06-241-7/+0
* ci: fix unreadable_directory_produces_error errorValentin Popov2026-06-241-0/+7
* feat: expose native window handlesValentin Popov2026-06-232-0/+16
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-2324-342/+937
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-2316-608/+2654
* fix: trace runtime scheduler phasesValentin Popov2026-06-221-6/+172
* fix: require manifests for licensed gatesValentin Popov2026-06-2214-135/+223
* fix: use canonical sha256 world hashesValentin Popov2026-06-222-21/+142
* fix: harden render command validationValentin Popov2026-06-221-17/+421
* fix: cap fixed-step catch-upValentin Popov2026-06-221-12/+74
* fix: expose configurable rsli read profilesValentin Popov2026-06-221-11/+165
* fix: preserve nres gaps during editsValentin Popov2026-06-221-46/+208
* fix: make corpus reports explicit and fallibleValentin Popov2026-06-222-92/+318
* fix: make core error displays actionableValentin Popov2026-06-224-4/+132
* fix: decode payloads outside resource lockValentin Popov2026-06-221-19/+40
* fix: cap decoded payload cache bytesValentin Popov2026-06-221-13/+137
* fix: strengthen resource fingerprintsValentin Popov2026-06-227-76/+311
* fix: harden path lookup and mark gl backend gapValentin Popov2026-06-222-15/+149