ModernUO/Projects/Server/Text
Kamron Batman 622250b8f4
fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771)
### Summary
- Fixes an issue that causes CUO to crash due to bad string caching in static gumps
- Fixes wrong/bad 16bit html gump hues.
- Moves `C16232` (16-bit to 32-bit) and `C32216` (32-bit to 16-bit) to Utility class for broader use.

TODO:
- Some gumps have different 32bit (for string content) vs 16bit (for localized content) strings. Does this matter?
2024-05-10 22:44:16 -07:00
..
HexStringConverter.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
InsensitiveStringHelpers.cs fix: Adds required changes for Advanced Search feature (#1650) 2023-12-28 18:16:58 -08:00
ISelfInterpolatedStringHandler.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
OrdinalStringHelpers.cs feat: Updates to .NET 8. (#1542) 2023-11-14 17:08:09 -08:00
StringHelpers.cs fix: Fixes sending packets and sidesteps a major issue with stackalloc and PGO in .NET 8 (#1607) 2023-11-21 12:18:20 -08:00
TextDefinition.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
TextDefinitionExtensions.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
TextEncoding.cs feat: Adds a memory mirrored ring buffer for networking. (#1533) 2023-10-09 00:57:53 -07:00