ModernUO/Projects/UOContent/Engines/ML Quests
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
..
Definitions fix: Codegens faction items and questers (#1764) 2024-05-08 17:16:36 -07:00
Gumps feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Items fix: Fixes house update range bug (#1790) 2024-05-23 16:07:33 -07:00
Mobiles feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Objectives fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
Rewards fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
IQuestGiver.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
MLQuest.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
MLQuestContext.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
MLQuestEntry.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
MLQuestPackets.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
MLQuestPersistence.cs fix: Fixes NPE in champ titles (#1434) 2023-07-28 00:39:10 -07:00
MLQuestSystem.cs fix: Moves many EventSinks out of core. (#1783) 2024-05-21 10:02:30 -07:00
QuestArea.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuesterNameAttribute.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00