ModernUO/Projects/Server/Network/Packets
Kamron Batman f268d5d4e2
fix: Cleans up core code (#1187)
**Only one functional change**
* Fixes a bug in LogFactory where `Warning` is being logged as `Information`

Non-functional changes:
* Updates/Fixes copyright headers
* Removes namespace scopes for core files.

View with [whitespace off](https://github.com/modernuo/ModernUO/pull/1187/files?w=1).
2022-10-10 21:47:08 -07:00
..
IncomingAccountPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IncomingEntityPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -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: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IncomingItemPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IncomingMessagePackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IncomingMobilePackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IncomingMovementPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IncomingPackets.cs fix: Updates encoded packet handler to use function pointers (#1066) 2022-06-15 17:20:36 -07:00
IncomingPlayerPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IncomingTargetingPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IncomingVendorPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingAccountPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingCombatPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingContainerPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingDamagePackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingEffectPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingEntityPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingEquipmentPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingGumpPackets.cs fix: Fixes structured logging (#1043) 2022-06-05 01:00:22 -07:00
OutgoingItemPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingLightPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingMapPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingMenuPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingMessagePackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingMobilePackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingMovementPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
OutgoingPlayerPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingSecureTradePackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingTargetPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingVendorBuyPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
OutgoingVendorSellPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
PacketContainerBuilder.cs fix: Updates ArrayPool to STArrayPool for performance. (#968) 2022-03-22 20:07:32 -07:00