| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(render): select static MAT0 material phases | Valentin Popov | 2026-07-18 | 1 | -10/+77 |
| | | |||||
| * | feat(render): preview explicit animation frames | Valentin Popov | 2026-07-18 | 1 | -20/+95 |
| | | |||||
| * | feat(game): export static Vulkan readback | Valentin Popov | 2026-07-18 | 1 | -4/+85 |
| | | |||||
| * | feat(game): preview all mission roots by default | Valentin Popov | 2026-07-18 | 1 | -4/+8 |
| | | |||||
| * | feat(render): apply placement in xy preview | Valentin Popov | 2026-07-18 | 1 | -14/+18 |
| | | |||||
| * | feat(terrain): encode material manager selectors | Valentin Popov | 2026-07-18 | 1 | -2/+5 |
| | | |||||
| * | feat(terrain): bind map base textures | Valentin Popov | 2026-07-18 | 1 | -13/+71 |
| | | |||||
| * | feat(render): apply static node fallback poses | Valentin Popov | 2026-07-18 | 1 | -2/+2 |
| | | |||||
| * | feat(render): diagnose captured camera clipping | Valentin Popov | 2026-07-18 | 1 | -4/+85 |
| | | |||||
| * | feat(render): apply recovered TMA orientation | Valentin Popov | 2026-07-18 | 1 | -8/+12 |
| | | |||||
| * | feat(render): support full-scene 32-bit indices | Valentin Popov | 2026-07-18 | 1 | -10/+29 |
| | | |||||
| * | feat(game): accept legacy camera captures | Valentin Popov | 2026-07-18 | 1 | -17/+171 |
| | | |||||
| * | feat(render): bridge legacy camera to Vulkan | Valentin Popov | 2026-07-18 | 1 | -2/+3 |
| | | |||||
| * | feat(runtime): trace visual cache sizes | Valentin Popov | 2026-07-18 | 1 | -1/+4 |
| | | |||||
| * | feat(runtime): trace visual graph sizes | Valentin Popov | 2026-07-18 | 1 | -2/+6 |
| | | |||||
| * | feat(game): timestamp load progress trace | Valentin Popov | 2026-07-18 | 1 | -9/+38 |
| | | |||||
| * | feat(game): retain load progress milestones | Valentin Popov | 2026-07-18 | 1 | -1/+24 |
| | | |||||
| * | fix(render): project static scene on xy plane | Valentin Popov | 2026-07-18 | 1 | -22/+22 |
| | | |||||
| * | feat(game): preview multiple mission roots | Valentin Popov | 2026-07-18 | 1 | -102/+158 |
| | | |||||
| * | feat(render): compose terrain with preview root | Valentin Popov | 2026-07-18 | 1 | -15/+124 |
| | | |||||
| * | feat(game): merge preview root components | Valentin Popov | 2026-07-18 | 1 | -41/+178 |
| | | |||||
| * | feat(game): bind preview diffuse materials | Valentin Popov | 2026-07-18 | 1 | -12/+98 |
| | | |||||
| * | feat(runtime): report mission load phases | Valentin Popov | 2026-07-18 | 1 | -12/+93 |
| | | |||||
| * | feat(runtime): bound static preview asset loading | Valentin Popov | 2026-07-18 | 1 | -8/+10 |
| | | |||||
| * | feat(game): add static mission Vulkan mode | Valentin Popov | 2026-07-18 | 1 | -3/+269 |
| | | |||||
| * | feat(runtime): preserve mission object IDs in draws | Valentin Popov | 2026-07-18 | 1 | -1/+35 |
| | | |||||
| * | feat(runtime): use mission placement in render snapshots | Valentin Popov | 2026-07-18 | 1 | -7/+55 |
| | | |||||
| * | feat(runtime): retain all object visuals in snapshots | Valentin Popov | 2026-07-18 | 1 | -34/+95 |
| | | |||||
| * | feat(render): add deterministic pipeline state keys | Valentin Popov | 2026-07-18 | 1 | -0/+1 |
| | | |||||
| * | test(render): refresh licensed planning captures | Valentin Popov | 2026-07-18 | 1 | -2/+2 |
| | | |||||
| * | refactor(render): build game commands from snapshots | Valentin Popov | 2026-07-18 | 1 | -16/+34 |
| | | |||||
| * | chore: clarify planning acceptance semantics | Valentin Popov | 2026-07-04 | 1 | -4/+4 |
| | | |||||
| * | refactor(vulkan-backend): satisfy ci quality gates | Valentin Popov | 2026-06-25 | 1 | -2/+2 |
| | | |||||
| * | feat(stage0): close native smoke acceptance gate | Valentin Popov | 2026-06-25 | 1 | -2/+2 |
| | | |||||
| * | fix: close stage 0-2 synthetic gates | Valentin Popov | 2026-06-23 | 1 | -7/+31 |
| | | |||||
| * | feat: close stage 0-2 audit groundwork | Valentin Popov | 2026-06-23 | 1 | -8/+41 |
| | | | | | | | | | | | | | 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. | ||||
| * | fix: require manifests for licensed gates | Valentin Popov | 2026-06-22 | 1 | -9/+18 |
| | | |||||
| * | fix: make ci locked and isolate licensed tests | Valentin Popov | 2026-06-22 | 1 | -0/+1 |
| | | |||||
| * | feat: implement FParkan architecture foundation | Valentin Popov | 2026-06-22 | 1 | -0/+322 |
| Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation. | |||||
