ModernUO/Projects
Kamron Batman ca57e8778a feat(opl): expose TextBlock() on IPropertyList
OplTextBlock.TextBlock() was only on the concrete ObjectPropertyList, so
GetProperties(IPropertyList) overrides in content could not reach the
multi-line builder (its constructor is internal, and the interface only
exposed the lower-level AddChunked). Declare TextBlock() on IPropertyList
so content can write `using var block = list.TextBlock();` directly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 00:45:51 -07:00
..
Application feat(build-tool): add application icon and refresh MUO.ico (#2487) 2026-06-14 11:59:54 -07:00
BuildTool feat(build-tool): add application icon and refresh MUO.ico (#2487) 2026-06-14 11:59:54 -07:00
Logger fix: Fixes publishing with build tool (#2398) 2026-04-04 00:35:39 -07:00
Server feat(opl): expose TextBlock() on IPropertyList 2026-06-26 00:45:51 -07:00
Server.Tests fix(opl): cap per-property length + chunk OplTextBlock to avoid legacy 2D-client crash 2026-06-26 00:45:51 -07:00
UOContent refactor(spawners): replace DynamicJson with typed SpawnerDto records (#2505) 2026-06-25 23:24:45 -07:00
UOContent.Tests refactor(spawners): replace DynamicJson with typed SpawnerDto records (#2505) 2026-06-25 23:24:45 -07:00