ModernUO/Projects/Server/Text
Kamron Batman 910e06767b
fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221)
### BREAKING CHANGE ###
The constructor for `TextDefinition` has been removed. Instead use `TextDefinition.Of()` or cast the integer/string to TextDefinition.
2022-10-30 16:53:23 -07:00
..
HexStringConverter.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
InsensitiveStringHelpers.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
ISelfInterpolatedStringHandler.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
OrdinalStringHelpers.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
StringHelpers.cs fix: Fixes mobile titles not displaying properly (#1149) 2022-08-27 13:31:22 -07:00
TextDefinition.cs fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
TextDefinitionExtensions.cs feat: Adds TextDefinition serialization support. (#1217) 2022-10-30 01:42:48 -07:00
TextEncoding.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00