ModernUO/Projects/UOContent/Engines/ML Quests/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
..
BaseQuestGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
InfoNPCGump.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
QuestCancelConfirmGump.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
QuestConversationGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuestLogDetailedGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
QuestLogGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
QuestOfferGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
QuestReportBackGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
QuestRewardGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
RaceChangeGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00