aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: add native smoke window preflightValentin Popov2026-06-236-26/+280
|
* feat: add Vulkan surface preflight to smoke runnerValentin Popov2026-06-234-3/+135
|
* feat: add Vulkan instance probe to smoke runnerValentin Popov2026-06-234-18/+158
|
* feat: add Vulkan loader probe to smoke runnerValentin Popov2026-06-234-10/+167
|
* refactor: remove xtask native smoke generatorValentin Popov2026-06-231-313/+1
|
* feat: add Vulkan smoke runner entrypointValentin Popov2026-06-238-3/+390
|
* ci: add native smoke artifact schemaValentin Popov2026-06-234-6/+334
|
* ci: add acceptance artifact metadataValentin Popov2026-06-233-0/+32
|
* ci: enforce reproducible Rust toolchainValentin Popov2026-06-234-0/+175
|
* feat: add Vulkan frame submission planValentin Popov2026-06-233-1/+159
|
* ci: add built-in supply chain policy fallbackValentin Popov2026-06-233-3/+120
|
* test: verify headless dependency closureValentin Popov2026-06-232-1/+90
|
* feat: add Vulkan shader manifest validationValentin Popov2026-06-235-0/+347
|
* feat: add Vulkan swapchain planning policyValentin Popov2026-06-233-0/+342
|
* feat: add Vulkan surface bootstrap boundaryValentin Popov2026-06-233-4/+194
|
* feat: expose native window handlesValentin Popov2026-06-237-2/+42
|
* feat: add Vulkan instance bootstrap planValentin Popov2026-06-233-1/+261
|
* feat: probe Vulkan loader boundaryValentin Popov2026-06-234-3/+132
|
* feat: add Vulkan capability selection boundaryValentin Popov2026-06-235-2/+577
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-2338-1729/+4030
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-2340-1335/+5316
| | | | | | | | | | | | 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: trace runtime scheduler phasesValentin Popov2026-06-221-6/+172
|
* fix: require manifests for licensed gatesValentin Popov2026-06-2217-167/+493
|
* fix: use canonical sha256 world hashesValentin Popov2026-06-223-21/+145
|
* 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-225-95/+325
|
* 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-228-76/+314
|
* fix: harden path lookup and mark gl backend gapValentin Popov2026-06-227-47/+209
|
* docs: mark stage 4 runtime gaps explicitValentin Popov2026-06-223-22/+33
|
* fix: harden resource and world state correctnessValentin Popov2026-06-224-63/+313
|
* fix: make ci locked and isolate licensed testsValentin Popov2026-06-2219-14/+440
|
* feat: implement FParkan architecture foundationValentin Popov2026-06-22128-12137/+26720
| | | | Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.
* Merge pull request 'chore(deps): update actions/checkout action to v7' (#16) ↵Valentin Popov2026-06-223-5/+5
|\ | | | | | | | | | | from renovate/actions-checkout-7.x into devel Reviewed-on: https://code.popov.link/valentineus/fparkan/pulls/16
* | docs: rewrite MkDocs documentationValentin Popov2026-06-2244-2586/+6336
| |
* | chore: remove Python tooling and resource viewerValentin Popov2026-06-2127-5509/+22
| |
| * chore(deps): update actions/checkout action to v7renovate[bot]2026-06-193-5/+5
|/
* fix(deps): update rust crate glow to 0.17renovate[bot]2026-03-081-1/+1
|
* Merge pull request 'fix(deps): update rust crate toml to v1' (#14) from ↵Valentin Popov2026-03-021-1/+1
|\ | | | | | | | | | | renovate/toml-1.x into devel Reviewed-on: https://code.popov.link/valentineus/fparkan/pulls/14
* | chore(deps): update actions/upload-artifact action to v7renovate[bot]2026-02-271-1/+1
| |
| * fix(deps): update rust crate toml to v1renovate[bot]2026-02-261-1/+1
|/
* fix(deps): update all digest updatesrenovate[bot]2026-02-253-5/+5
|
* chore: update docs deployment branch from master to develValentin Popov2026-02-251-1/+1
|
* updated docsValentin Popov2026-02-192-0/+26
|
* feat: add terrain-core, tma, and unitdat crates with parsing functionalityValentin Popov2026-02-1912-0/+2973
| | | | | | | | - Introduced `terrain-core` crate for loading and processing terrain mesh data. - Added `tma` crate for parsing mission files, including footer and object records. - Created `unitdat` crate for reading unit data files with validation of structure. - Implemented error handling and tests for all new crates. - Documented object registry format and rendering pipeline in specifications.