ModernUO/Projects/UOContent/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
..
Base feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Go feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Guilds feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Props fix: refactor GoGump, moves LocationTree to GoLocations (#1804) 2024-06-08 19:59:31 -07:00
AddDoorGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
AdminGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
BanDurationGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
BaseConfirmGump.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
BaseGridGump.cs fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00
BaseImageTileButtonsGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
ClientGump.cs fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00
CommentsGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ConfirmBreakCrystalGump.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
ConfirmHeritageGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ConfirmHouseResizeGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ConfirmReleaseGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
HeritageTokenGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
HouseDemolishGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
HouseGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
HouseGumpAOS.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
HouseTransferGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
NoticeGump.cs fix: Adds static warning/notice gumps. (#1741) 2024-04-26 17:19:16 -07:00
PetResurrectGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
PlayerVendorGumps.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
PolymorphGump.cs fix: Updates polymorph gump to use StaticGump (#1898) 2024-08-04 16:35:11 -07:00
PricedResurrectGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ReclaimVendorGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ResurrectGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
RewardGump.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
RunebookGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
SetSecureLevelGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
SkillsGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
StaticNoticeGump.cs fix: Adds static warning/notice gumps. (#1741) 2024-04-26 17:19:16 -07:00
StaticWarningGump.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
TithingGump.cs fix: Converts ConfirmRelease, Tithing, Young gumps to static (#1854) 2024-07-04 11:53:02 -07:00
ToTAdminGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
VendorInventoryGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
VendorRentalGumps.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ViewHousesGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
VirtualCheckGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
WarningGump.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
WhoGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
YoungGumps.cs fix: Converts ConfirmRelease, Tithing, Young gumps to static (#1854) 2024-07-04 11:53:02 -07:00