merge: bring main (UN-7, #140 filing, D.2b UI rows) into A7 Fix D round-2 branch

Resolves the divergence-register conflict: kept the accurate per-VERTEX AP-35
(Fix A shipped per-vertex; main's row was the stale pre-Fix-A per-pixel text),
kept main's UI rows AP-37..AP-42, and renumbered this branch's torch-gate row
AP-37 -> AP-43 (AP-37 was taken by main's LayoutDesc row). AP count 41 -> 42.
Retargeted the AP-37 references in WbDrawDispatcher + the CHECKPOINT to AP-43.
Marked ISSUES #140 RESOLVED (b7d655b) with the corrected root cause.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-06-20 09:29:53 +02:00
commit c83fd02642
94 changed files with 16216 additions and 199 deletions

12
tools/cdb/chat-colors.cdb Normal file
View file

@ -0,0 +1,12 @@
.symopt+ 0x40
.reload /f acclient.exe
.echo ===BASE===
lm m acclient
.echo ===DISASM_BuildChatColorLookupTable===
uf acclient!ChatInterface::BuildChatColorLookupTable
.echo ===TABLE_REL_0x41c4a8===
dd acclient+0x41c4a8 L40
.echo ===TABLE_ABS_0x81c4a8===
dd 0x81c4a8 L40
.echo ===END===
qd

View file

@ -0,0 +1,6 @@
.echo ===COLOR_SYMS===
x acclient!color*
.echo ===CHATCOLOR_SYMS===
x acclient!*ChatColor*
.echo ===END===
qd