Skip to content

History / Decomp Project Mode

Revisions

  • docs(wiki): reconcile CLI/decomp/Avalonia pages with current code Review-and-update sweep against HEAD (ver_20260204.22 +2563 commits): - Command-Line-Interface: fix wrong invocation syntax for --makeups/ --applyups/--pointercalc/--songexchange/--convertmap1picture; note the full 67-command surface + the major command families. - Decomp-Project-Mode: shops are now source-backed via --write-shop (not ROM-only); complete the --export-asset/--validate-asset --kind tables (mapchange/mapanime2pal/mapanime1gfx/objtiles/mapchipconfig/shop/...); coverage column shows the tier enum names. - Avalonia-GUI: 354->357 views, 2->7 shared controls, 6->8 IPickableEditor, drop phantom ErorrUnknownROMView; MIDI->GBA write-back (#972) and patch install/uninstall are implemented; event conditions/units are write-enabled; OAM assembly reframed as partial. - Getting-Started: --makeups requires a path value. - MoreData: correct FE-Repo-Music repo to laqieer/FE-Repo-Music-No-Preview. - GUI-Validation-Methods / Home: 356->357 views; Avalonia ~93% parity. Prompt: "review and update docs and wiki" Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

    @laqieer laqieer committed Jun 28, 2026
  • docs(wiki): document Decomp Project Mode + Native Android Add two new wiki pages and cross-link them from the existing pages to reflect this release line's two major feature sets: - Decomp-Project-Mode.md — source-tree-as-source-of-truth workflow: open project -> preview -> resolve-addr / migrate-diff / write-source / export-asset / validate-asset -> build-project (--reload) -> decomp-audit, the febuilder.project.json manifest, the round-trip coverage matrix, the Nightmare .nmm <-> manifest schema bridge, and what's source-backed vs manual. - Native-Android.md — the experimental native Android (Avalonia) port: the EnableAndroidTarget multi-target opt-in, config/ AndroidAsset bundling + first-run extraction, SAF stream ROM I/O, single-activity navigation, the SkiaSharp 2.88.x native pin, the emulator-validated render parity CI, and the current on-device-UX limitations (links docs/ANDROID.md as authoritative). Command-Line-Interface.md gains a "Decomp project mode" section documenting --project / --resolve-addr / --migrate-diff / --write-source / --export-asset / --validate-asset / --build-project / --decomp-audit / --nmm-to-manifest / --manifest-to-nmm with examples, plus an Android note. Home.md gets Quick Links to both new pages; Getting-Started, Editors, and Avalonia-GUI get natural mentions/links. 🔎 Authored by Claude Code v2.1.169 — model claude-opus-4-8[1m]

    @laqieer laqieer committed Jun 15, 2026