ModernUO/Projects
Kamron Batman bcb1da47eb fix(opl): only apply the ':#' cliloc marker to integer values
The IPropertyList interpolation handler treated any {value:#} as a cliloc marker
(emit '#<value>'). But cliloc numbers are integers; a float/double/decimal with '#'
is the standard custom-numeric (digit-placeholder) format, not a cliloc reference.
Gate the marker on an integer value type so float/double/decimal {x:#} formats
normally, narrowing the ambiguity to the harmless {0:#} integer case ('#0').

Adds ObjectPropertyListSpanAddTests.HashFormat_OnlyMarksIntegers: int {value:#}
emits '#<value>'; double {value:#} uses the standard '#' format (no leading '#').

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 10:48:04 -07:00
..
Application fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
BuildTool fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Logger fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Server fix(opl): only apply the ':#' cliloc marker to integer values 2026-07-19 10:48:04 -07:00
Server.Tests fix(opl): only apply the ':#' cliloc marker to integer values 2026-07-19 10:48:04 -07:00
UOContent fix: Eliminates double lookup with Contains->Remove (#2539) 2026-07-19 09:26:27 -07:00
UOContent.Tests fix: Items dropped on the ground never decay (#2536) 2026-07-16 18:51:04 -07:00