ModernUO/Projects/UOContent/Items/Aquarium
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
..
Fish fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Reward Fish fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Rewards fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
Aquarium.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
AquariumFishingNet.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
AquariumFood.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
AquariumGump.cs fix: Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) 2024-05-10 22:44:16 -07:00
AquariumState.cs fix: Fixes dupe property copying. Adds IgnoreDupe (#1811) 2024-06-02 15:04:54 -07:00
BaseFish.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
FishBowl.cs fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
VacationWafer.cs fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00