ModernUO/Projects/Server/Network/Packets
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
..
IncomingPackets.cs fix: Fixes crashing due to bad packet assumptions. (#1829) 2024-06-07 18:08:07 -07:00
OutgoingAccountPackets.cs
OutgoingCombatPackets.cs
OutgoingContainerPackets.cs
OutgoingDamagePackets.cs
OutgoingEffectPackets.cs
OutgoingEntityPackets.cs
OutgoingEquipmentPackets.cs
OutgoingItemPackets.cs
OutgoingLightPackets.cs
OutgoingMapPackets.cs
OutgoingMenuPackets.cs fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
OutgoingMessagePackets.cs
OutgoingMobilePackets.cs fix: Hair and facial hair "teleporting" when mobile dies several times (#1901) 2024-08-07 20:10:23 -07:00
OutgoingMovementPackets.cs
OutgoingPackets.cs
OutgoingPlayerPackets.cs fix: Fixes various mobile packets and setting serials (#1618) 2023-11-26 00:42:15 -08:00
OutgoingSecureTradePackets.cs
OutgoingTargetPackets.cs
OutgoingVendorBuyPackets.cs
OutgoingVendorSellPackets.cs
PacketContainerBuilder.cs