dashboard refresh
Regenerated after the lane S integration; it was last written at fdd0b72 and had
drifted 12 board rows. Drops the now-resolved 'notes disagree on std::string
layout' open question.
This commit is contained in:
parent
f965c8c769
commit
3768f24f7a
1 changed files with 24 additions and 24 deletions
|
|
@ -1,20 +1,20 @@
|
|||
# SotS RE campaign — coverage dashboard
|
||||
|
||||
Generated 2026-09-08 07:47 UTC · `sots-re` @ fdd0b72,2026-09-08 · `sots-engine` @ 45bdf7d,2026-09-08 (74 commits) · regenerate with `tools/dashboard.py`
|
||||
Generated 2026-09-08 09:10 UTC · `sots-re` @ f965c8c,2026-09-08 · `sots-engine` @ f0cc2a9,2026-09-08 (81 commits) · regenerate with `tools/dashboard.py`
|
||||
|
||||
> **North star:** A functional reimplementation of the engine — behavior-equivalent, NOT byte-for-byte
|
||||
|
||||
## 1. Map coverage (campaign/board.md)
|
||||
|
||||
75 targets · mapped-or-better **55/75** `[███████░░░] 73%` · verified **36/75** `[█████░░░░░] 48%`
|
||||
87 targets · mapped-or-better **67/87** `[████████░░] 77%` · verified **47/87** `[█████░░░░░] 54%`
|
||||
|
||||
| Status | Count | % |
|
||||
|---|---:|---:|
|
||||
| verified | 36 | 48% |
|
||||
| mapped | 19 | 25% |
|
||||
| in-progress | 3 | 4% |
|
||||
| backlog | 15 | 20% |
|
||||
| blocked | 2 | 3% |
|
||||
| verified | 47 | 54% |
|
||||
| mapped | 20 | 23% |
|
||||
| in-progress | 2 | 2% |
|
||||
| backlog | 16 | 18% |
|
||||
| blocked | 2 | 2% |
|
||||
|
||||
| Type | verified | mapped | in-progress | backlog | blocked | total |
|
||||
|---|---:|---:|---:|---:|---:|---:|
|
||||
|
|
@ -22,16 +22,16 @@ Generated 2026-09-08 07:47 UTC · `sots-re` @ fdd0b72,2026-09-08 · `sots-engine
|
|||
| control-flow | 0 | 2 | 0 | 0 | 0 | 2 |
|
||||
| subsystems | 2 | 7 | 1 | 3 | 1 | 14 |
|
||||
| engine | 10 | 0 | 0 | 0 | 0 | 10 |
|
||||
| verify | 8 | 2 | 0 | 9 | 0 | 19 |
|
||||
| phase2 | 5 | 2 | 2 | 2 | 0 | 11 |
|
||||
| meta | 6 | 4 | 0 | 1 | 0 | 11 |
|
||||
| other | 0 | 0 | 0 | 0 | 1 | 1 |
|
||||
| verify | 11 | 2 | 0 | 10 | 0 | 23 |
|
||||
| phase2 | 6 | 3 | 1 | 2 | 0 | 12 |
|
||||
| meta | 10 | 4 | 0 | 1 | 0 | 15 |
|
||||
| other | 3 | 0 | 0 | 0 | 1 | 4 |
|
||||
|
||||
## 2. Binary understanding
|
||||
|
||||
- RTTI type descriptors: **1,924** (`Game::` 1,404, `Mars::` 194; serializable types 179)
|
||||
- Classes with recovered member layouts: **21** / 179 serializable types `[█░░░░░░░░░] 12%` — heuristic: distinct `Game::X`/`Mars::X` in `##`–`####` headings of `struct-recovery.md` + `schema-gaps-resolved.md`
|
||||
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **386**, verified **379** `[██████████] 98%`
|
||||
- Classes with recovered member layouts: **22** / 179 serializable types `[█░░░░░░░░░] 12%` — heuristic: distinct `Game::X`/`Mars::X` in `##`–`####` headings of `struct-recovery.md` + `schema-gaps-resolved.md`
|
||||
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **414**, verified **406** `[██████████] 98%`
|
||||
|
||||
## 3. Data layer
|
||||
|
||||
|
|
@ -49,17 +49,17 @@ Generated 2026-09-08 07:47 UTC · `sots-re` @ fdd0b72,2026-09-08 · `sots-engine
|
|||
| `game/data` | 2,053 | 12 | 462 | yes | game-data.md |
|
||||
| `game/design` | 1,024 | 17 | 250 | yes | game-design.md |
|
||||
| `game/effects` | 973 | 3 | 231 | yes | game-effects.md |
|
||||
| `game/events` | 451 | 3 | 112 | yes | E-events.md |
|
||||
| `game/sim` | 2,637 | 9 | 599 | yes | game-sim.md |
|
||||
| `game/events` | 558 | 3 | 152 | yes | E-events.md |
|
||||
| `game/sim` | 2,720 | 9 | 611 | yes | game-sim.md |
|
||||
| `mars/parse` | 875 | 12 | 277 | yes | mars-parse.md |
|
||||
| `mars/rng` | 206 | 0 | 0 | yes | mars-rng.md |
|
||||
| `mars/stream` | 3,703 | 6 | 222 | yes | mars-stream.md |
|
||||
| `mars/text` | 899 | 8 | 245 | yes | mars-text.md |
|
||||
| `mars/vfs` | 788 | 9 | 140 | yes | mars-vfs.md |
|
||||
| `shim` | 7,620 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/hooks` | 5,050 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim` | 8,120 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/hooks` | 5,550 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
|
||||
| **total** | **29,095** | **92** | **2942** | | |
|
||||
| **total** | **30,285** | **92** | **2994** | | |
|
||||
|
||||
Board `engine:` rows: verified **10**, mapped 0, in flight 0 (of 10) — verified & merged `[██████████] 100%`
|
||||
|
||||
|
|
@ -84,22 +84,22 @@ Board `engine:` rows: verified **10**, mapped 0, in flight 0 (of 10) — verifie
|
|||
|
||||
## 7. Open questions
|
||||
|
||||
Open **27** · resolved/parked 10 · backlog items: Now 4, Next 3, Later 2, Breadth queue 7, Parked 1, From the RE how-to 4, Behavioral slice 4
|
||||
Open **26** · resolved/parked 11 · backlog items: Now 4, Next 3, Later 2, Breadth queue 7, Parked 1, From the RE how-to 4, Behavioral slice 4
|
||||
|
||||
Most recent open:
|
||||
|
||||
- Some truths are unreachable by compare — B3's draw-divisor bug differed on 0.78% of draws yet flip…
|
||||
- x87 precision-control mode at runtime — 53-bit MSVC default vs 24-bit if D3D9 grabbed the FPU; mov…
|
||||
- Struct-modelling hazard (found by M2) — an MSVC-2010 `std::vector` member is three words, so a…
|
||||
- Notes disagree on MSVC-2010 `std::string` layout — `struct-recovery.md` §0 vs `turn-spine.md` §1.1…
|
||||
- SAVE_FORMAT tag corrections (fix Python reader + spec) — real on-disk tags: `otnF` (not `ontF`) in…
|
||||
- Not traced end-to-end — `Species/_NPC/weapons/*.weapon` loading and the `.effect` dictionary entry…
|
||||
|
||||
## 8. Delta since previous dashboard
|
||||
|
||||
- verified targets: 35 → 36 (+1) · mapped-or-better: 54 → 55 (+1)
|
||||
- engine LOC: 29,095 → 29,095 (+0) · test files: 92 → 92 (+0) · checks: 2,942 → 2,942 (+0)
|
||||
- addresses verified: 373 → 379 (+6) · recovered layouts: 21 → 21 (+0) · open questions: 27 → 27 (+0)
|
||||
- verified targets: 36 → 47 (+11) · mapped-or-better: 55 → 67 (+12)
|
||||
- engine LOC: 29,095 → 30,285 (+1,190) · test files: 92 → 92 (+0) · checks: 2,942 → 2,994 (+52)
|
||||
- addresses verified: 379 → 406 (+27) · recovered layouts: 21 → 22 (+1) · open questions: 27 → 26 (-1)
|
||||
|
||||
---
|
||||
warnings: board.md: unknown types objects; mars-rng.md: no oracle total row parsed; mars-stream.md: no oracle total row parsed; mars-vfs.md: no oracle total row parsed
|
||||
<!-- dashboard-metrics {"verified": 36, "mapped_plus": 55, "targets": 75, "loc": 29095, "tests": 92, "checks": 2942, "addr_verified": 379, "addr_total": 386, "layouts": 21, "open_q": 27} -->
|
||||
<!-- dashboard-metrics {"verified": 47, "mapped_plus": 67, "targets": 87, "loc": 30285, "tests": 92, "checks": 2994, "addr_verified": 406, "addr_total": 414, "layouts": 22, "open_q": 26} -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue