modernuo/Projects/Server/Network/Packets
Kamron Batman 217c63a07a
Merge branch 'main' into webSupport
# Conflicts:
#	Projects/Benchmarks/Benchmarks/Packets/GumpUtilities.cs
#	Projects/Server/Gumps/Gump.cs
#	Projects/Server/Network/Packets/IncomingPlayerPackets.cs
#	Projects/Server/Network/Packets/OutgoingGumpPackets.cs
2022-07-08 16:09:07 -07:00
..
IncomingAccountPackets.cs fix: Adds AssistVersion packet support for Razor (#1094) 2022-06-28 01:05:00 -07:00
IncomingEntityPackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
IncomingExtendedCommandPackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
IncomingHousePackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
IncomingItemPackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
IncomingMessagePackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
IncomingMobilePackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
IncomingMovementPackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
IncomingPackets.cs fix: Updates encoded packet handler to use function pointers (#1066) 2022-06-15 17:20:36 -07:00
IncomingPlayerPackets.cs Merge branch 'main' into webSupport 2022-07-08 16:09:07 -07:00
IncomingTargetingPackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
IncomingVendorPackets.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
OutgoingAccountPackets.cs fix: Fixes wrong amount cleared for mobiles (#1092) 2022-06-26 17:12:42 -07:00
OutgoingCombatPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingContainerPackets.cs fix: Updates more logging to Serilog (#1105) 2022-07-01 11:57:08 -07:00
OutgoingDamagePackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingEffectPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingEntityPackets.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
OutgoingEquipmentPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingGumpPackets.cs Merge branch 'main' into webSupport 2022-07-08 16:09:07 -07:00
OutgoingItemPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingLightPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingMapPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingMenuPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingMessagePackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingMobilePackets.cs fix: Cleans up mobile status packets (#835) 2022-02-27 03:10:35 -08:00
OutgoingMovementPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingPlayerPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingSecureTradePackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingTargetPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingVendorBuyPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingVendorSellPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
PacketContainerBuilder.cs fix: Updates ArrayPool to STArrayPool for performance. (#968) 2022-03-22 20:07:32 -07:00