gamer147
b92e815850
feat(a2b): asset-RE tooling + findings; render blocked on asset resolution
...
- tools/convert_agf.py (AGF->BMP stills), tools/frida/ (capture harness + README; Frida 17.15.3)
- docs/asset-resolution-re.md: foundational RE steering doc (resId->file; graphics+audio; not
machine-verifiable -> Frida ground truth + human oracle). RE plan: parse SYS4INI, crack resId->name,
backend render (A2b plan Tasks 3-5), audio, movies.
- Finding: SC0000 bg = slot-0 slideshow (res 0x23 first); resolution opaque (CGINIT not a name map,
SYS4INI S4IC needs RE, Frida file-I/O noisy/memory-mapped, opening mixes MPEG movies).
- slice plan updated; texture ops already engine-driven (Task 1, prior commit).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 16:36:17 -04:00
gamer147
d2d798bbac
feat(a2b): promote create/set/draw-texture to IHost methods (trace parity kept)
...
Runtime finding: SC0000's bg is a slot-0 full-screen slideshow (res 0x23 first), not the
static-path res 0x21. Target corrected to 0x23. CaptureHost/CountHost no-op the new methods.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 15:49:07 -04:00
gamer147
ef2cd03af2
docs(a2b): implementation plan for the engine-driven background layer
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 15:44:07 -04:00
gamer147
5af5622601
docs(a2b): spec for the engine-driven background layer (SC0000)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 15:37:05 -04:00
gamer147
783b771020
fix(a2a): advance on mouse click (use _Input; root Control ate clicks in _UnhandledInput)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 15:09:23 -04:00
gamer147
78b7d92e93
feat(a2a): CJK font for the message window; mark A2a done in the slice plan
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 14:52:40 -04:00
gamer147
fcaa4caf47
feat(a2a): worker-thread ADV host + blocking wait-for-input + headless self-test
...
SELFTEST OK: 186 lines match vm0 trace; real SemaphoreSlim gate + CallDeferred exercised headless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 14:51:07 -04:00
gamer147
d3286cf96b
feat(a2a): Godot 4.7 .NET project scaffold referencing Age.Engine (headless smoke)
...
SMOKE: Paths resolves to age-reimpl inside Godot; Age.Engine parses SC0000 in-process.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 14:49:57 -04:00
gamer147
b668c83de4
feat(a2a): add IHost.WaitForInput hook (wait-for-input 0x72); trace parity preserved
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 14:48:46 -04:00
gamer147
e42655a849
docs(a2a): implementation plan for the interactive dialogue loop
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 14:42:15 -04:00
gamer147
26dcf001f2
docs(a2a): spec for the interactive dialogue loop (Godot + Age.Engine)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 14:31:57 -04:00
gamer147
afc9511270
docs: mark A1 (C# VM core) done in the slice plan
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 14:01:33 -04:00
gamer147
a8a91e48f6
feat(a1): CLI (run/trace) + vm0.py --trace + per-scene differential test (A1 green)
...
C# VM is byte-identical to vm0.py across all 297 SC/SP scenes (offsets+halt+steps);
RECOVER passes; SC0000 = 27994 steps / 186 lines matching the Python prototype.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:55:11 -04:00
gamer147
121686fbb1
feat(a1): VM core (operands+pointer semantics, handlers, emit-cap) + RECOVER
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:53:03 -04:00
gamer147
0cb83fcb62
feat(a1): SYS4 container parser (header + code decode + data_array_end shrink)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:51:32 -04:00
gamer147
f3fe8ffe58
feat(a1): SYS4 XOR-FF cp932 string codec
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:50:35 -04:00
gamer147
a704765ea0
feat(a1): .NET 8 solution scaffold + Model + OpcodeTable loader
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:49:02 -04:00
gamer147
a50b7f600a
docs(a1): implementation plan for the C# VM core
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:45:05 -04:00
gamer147
a6cd43ce74
docs(a1): spec for the C# VM core (headless, trace-diff vs vm0.py)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:32:42 -04:00
gamer147
0ffb9620a3
docs(opcodes): retire superseded opcode files; update structure + doc pointers
...
- rm vm-map/opcodes-himegari.json, vm-map/himegari-opcode-notes.md (folded into opcodes.toml; in history)
- PROJECT-STRUCTURE.md: opcodes.toml single-source-of-truth + generated artifacts + convention
- repoint dead references in vm-mapping-plan/sys4-format-notes/himegari-port-reference/phase-a-slice-plan
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:16:33 -04:00
gamer147
9f140fda83
feat(opcodes): migrate to opcodes.toml as single source of truth; regenerate artifacts
...
- 248 opcodes seeded from Kelebek + corpus arg-types; 23 inferences migrated
- source = provenance (frida/unicorn methods = inference + confirm_by, not grounded)
- 0x90/0x97 enriched with depends_on + details
- differential-verified: SC0830/MENU disasm byte-identical, vm0 --test PASS, sweep 282/294
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:11:33 -04:00
gamer147
cee746250b
feat(opcodes): emit opcodes.json, opcode-reference.md, coverage
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:04:35 -04:00
gamer147
9f37a6c31e
feat(opcodes): emit drop-in age_opcodes_himegari.py shim; wire --build/--lint
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:03:33 -04:00
gamer147
5d2efa1249
feat(opcodes): bootstrap seeds 248 skeletons from Kelebek + corpus arg-types
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:02:28 -04:00
gamer147
503eb70359
feat(opcodes): linter (dangling-ref, confidence-ceiling, vocabulary)
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:01:20 -04:00
gamer147
9f15aa0336
feat(opcodes): data model + loader for opcodes.toml
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:00:31 -04:00
gamer147
463877773c
chore: initialize age-reimpl repo
...
Reverse-engineering + open reimplementation workspace for Eushully's AGE/SYS4
engine (first target: Himegari). The repo root is age-reimpl/; the original game
install and the extracted ALF data are siblings outside the repo and are never
tracked. build/ (derived corpora) is gitignored and regenerated by the tools.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 12:58:30 -04:00