ModernUO/Projects/Server/Text
Kamron Batman 8282b00ca2
feat: Moves gumps out of the core (#1916)
> [!Important]
> **Developer Note**
> This code change will **completely move gumps out of the core**


### Summary

- Adds `GetGumps()` convenience which exposes methods to Find/Close/Send multiple gumps. This helper is a performance improvement by eliminating the Dictionary<Player, List> lookup for gumps.
2024-08-09 19:07:32 -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
TextEncoding.cs feat: Adds a memory mirrored ring buffer for networking. (#1533) 2023-10-09 00:57:53 -07:00