modernuo/Projects/UOContent/Engines/Craft/Core
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
..
CraftCollectionExtensions.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
CraftContext.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
CraftGroup.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
CraftGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
CraftGumpItem.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
CraftItem.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
CraftItemIDAttribute.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
CraftRes.cs fix: Delays getting item id of craftables until they are needed (#1114) 2022-07-10 22:44:24 -07:00
CraftSkill.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
CraftSubRes.cs fix: Fixes TextDefinition and optimizes CraftItem (#930) 2022-02-12 22:42:50 -08:00
CraftSubResCol.cs fix: Fixes TextDefinition and optimizes CraftItem (#930) 2022-02-12 22:42:50 -08:00
CraftSystem.cs fix: Fixes missing inscription message (#1518) 2023-09-29 21:38:06 -07:00
CustomCraft.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
Enhance.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
QueryMakersMarkGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Recipes.cs fix: Adds command help, webpage, and fixes issues with other commands (#1669) 2024-02-10 00:19:19 -08:00
Repair.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Resmelt.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00