ModernUO/Projects/UOContent/Engines/ConPVP/Gumps
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
..
AcceptTeamGump.cs fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00
ArenaGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
BeginGump.cs fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00
ConfirmSignupGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
DuelContextGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
LadderGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ParticipantGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
PickRulesetGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
ReadyGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
ReadyUpGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
RulesetGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
TournamentBracketGump.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00