ModernUO/Projects
Kamron Batman d3176edfdf
test(network): trim huffman guards to the known-answer vector
The prefix-free structural check did its job finding the bug, but the table is
now verified against all 34 revisions in history and is effectively frozen --
it was guarding a constant. The StatLockInfo vector is a strict subset of the
all-symbols vector.

Keeps the one test covering the risk that's still live: a future rewrite of
Compress (hand-unrolled bit packing) silently corrupting the wire format. Pins
all 256 table entries plus the terminal code, and runs in ~10ms.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 09:23:40 -07:00
..
Application feat(build-tool): add application icon and refresh MUO.ico (#2487) 2026-06-14 11:59:54 -07:00
BuildTool fix: Bumps dependencies. Adds Server 2012/2016 support. (#2509) 2026-07-02 19:29:34 -07:00
Logger fix: Fixes publishing with build tool (#2398) 2026-04-04 00:35:39 -07:00
Server fix(network): restore huffman code for symbol 0x19 2026-07-14 09:18:00 -07:00
Server.Tests test(network): trim huffman guards to the known-answer vector 2026-07-14 09:23:40 -07:00
UOContent perf(pathing): pool the StepCache strata buffer, then clean up the pathing engine around it (#2523) 2026-07-12 20:02:29 -07:00
UOContent.Tests perf(pathing): pool the StepCache strata buffer, then clean up the pathing engine around it (#2523) 2026-07-12 20:02:29 -07:00