ModernUO/Projects/UOContent/Mobiles
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
..
Abilities fix: Fixes NPCs attacking their own summons (#1773) 2024-05-11 16:32:55 -07:00
AI fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Animals fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Familiars fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Guards fix: Changes BaseWeapon to source generator and changes crafter to string (#1519) 2023-09-29 22:45:37 -07:00
Healers feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Hireables fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Monsters feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Special fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00
Townfolk feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Vendors feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
BaseCreature.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
NPCSpeeds.cs fix: Reverts to RunUO speeds, fixes direction glitching, adds movement speed interpolation (#1695) 2024-03-18 14:13:41 -07:00
PlayerMobile.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
VirtualMountItem.cs fix: Fixes mount stamina, adds Pub46+ Ethereal stamina (#1716) 2024-04-05 21:05:16 -07:00