aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-inspection/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(terrain): bind map base texturesValentin Popov2026-07-181-0/+66
|
* feat(animation): recover Node38 fallback hierarchyValentin Popov2026-07-181-1/+53
|
* fix(render): project static scene on xy planeValentin Popov2026-07-181-0/+77
|
* feat(vulkan): draw original terrain geometryValentin Popov2026-07-181-1/+14
|
* feat(assets): expose WEAR material texture selectionValentin Popov2026-07-181-2/+116
|
* feat(render): upload original TEXM to VulkanValentin Popov2026-07-181-0/+31
|
* fix(clippy): address Rust 1.97 lintsValentin Popov2026-07-181-0/+8
|
* style: format workspace with Rust 1.97Valentin Popov2026-07-181-41/+42
|
* test(inspection): cover archive entry diagnostic contextValentin Popov2026-06-301-17/+158
|
* test(inspection): cover archive diagnostic span contextValentin Popov2026-06-301-4/+18
|
* fix: route archive inspection through byte-safe boundariesValentin Popov2026-06-301-10/+134
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-17/+58
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-231-0/+286
Remove legacy SDL/OpenGL adapters from the workspace and introduce winit/Vulkan adapter boundaries for the rendered composition root. Add reproducible toolchain and xtask CI coverage for formatting, tests, clippy, docs, policy, deny, acceptance auditing, and hosted OS matrix evidence. Strengthen Stage 1 data contracts with byte-first paths, VFS hardening, structured diagnostics, RsLi writer/edit scaffolding, corpus reporting, and resource error classification. Advance Stage 2 asset preparation by moving mission loading through assets/runtime boundaries, materializing prototype graph data, preserving provenance, and adding inspection/viewer integration. Record the Stage 0-2 audit input, acceptance roadmap, coverage updates, and documentation notes for follow-up evidence.