docs(tower): document Sky Corridor system status and remaining gaps

Most of the Tower/Tenrouirai system is already implemented on develop.
This doc captures what works, what is broken (PostTenrouirai Op=1 no-op,
block2 never written, PresentBox empty), and the remaining unknown packet
fields — so future contributors know exactly where to focus effort.

Also updates unimplemented.md to note the feature/tower branch was
superseded by direct integration into develop.
This commit is contained in:
Houmgaor
2026-03-22 20:35:56 +01:00
parent dca7152656
commit 842426e001
2 changed files with 512 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ that needs no reply). Others are genuine feature gaps.
| `feature/enum-event` | 4 | `EnumerateEvent` scheduling only — not mergeable, see `docs/fort-attack-event.md` |
| `feature/conquest` | 4 | Conquest quest handlers — not mergeable, see `docs/conquest-war.md` |
| `feature/hunting-tournament` | 7 | `EnumerateRanking` / `EnumerateOrder` — not mergeable (duplicates handlers_tournament.go), see `docs/hunting-tournament.md` |
| `feature/tower` | 4 | Tower handlers |
| `feature/tower` | 4 | Tower handlers — superseded by direct integration; see `docs/tower.md` for gaps |
---