ModernUO/Projects/UOContent/Gumps/Base/Legacy
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
..
Gump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpAlphaRegion.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpBackground.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpButton.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpCheck.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpECHandleInput.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpEntry.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpGroup.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpHtml.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpHtmlLocalized.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpImage.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpImageTileButton.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpImageTiled.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpItem.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpItemProperty.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpLabel.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpLabelCropped.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpMasterGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpPage.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpRadio.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpSpriteImage.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpTextEntry.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpTextEntryLimited.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpTooltip.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00