ModernUO/Projects/Server.Tests/Tests/Network/Packets/Outgoing
Kamron Batman ea5d09a7d7
fix(core): Fixes map issues at New Haven (#509)
- [X] Fixes map issues at New Haven by turning off static diffs
- [X] Some code cleanup and reformatting of tile matrix, tile matrix patch, and tile data
- [X] Adds NetState.Flush for generating spawners so it doesn't feel like the server is frozen
- [X] Reverts NativeReader changes from a while back.
- [X] Adds more string reading for BufferReader.


Notes:
BufferReader is still `little endian` compared to `SpanReader` which is `big endian` (for packets). To that end, the RunUO deserialization `ReadString()` was made obsolete since it is ambiguous, and contains extra fields other than simply reading a string. Furthermore, we shouldn't be using UTF8 (for now) since it is slow.
2021-02-14 16:06:49 -08:00
..
AccountPackets.cs fix(core): Adds IPv6 support (#348) 2020-12-19 00:27:39 -08:00
AccountPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
AttributeNormalizer.cs fix(core): Converts mobile incoming packet (#370) 2020-12-28 02:30:47 -08:00
CombatPackets.cs Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
CombatPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
ContainerPackets.cs Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
ContainerPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
DamagePackets.cs Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
DamagePacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
EffectPackets.cs Updates Light Packets & World Loading (#316) 2020-11-17 00:46:06 -08:00
EffectPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
EquipmentPackets.cs Updates Light Packets & World Loading (#316) 2020-11-17 00:46:06 -08:00
EquipmentPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
GumpPackets.cs fix(core): Converts Gump Packets (v1) (#379) 2021-01-05 01:17:34 -08:00
GumpPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
ItemPackets.cs Converts Item & Entity Packets (#326) 2020-11-29 03:24:51 -08:00
ItemPacketTests.cs fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
LightPackets.cs Updates Light Packets & World Loading (#316) 2020-11-17 00:46:06 -08:00
LightPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
MapPackets.cs Updates map packets (#319) 2020-11-17 20:58:28 -08:00
MapPacketTests.cs fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
MenuPackets.cs Updates menu packets (#320) 2020-11-17 21:47:00 -08:00
MenuPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
MessagePackets.cs fix(core): Adds object help response packets (#336) 2020-12-07 21:19:21 -08:00
MessagePacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
MobilePackets.cs fix(core): Converts virtual hair packets (#388) 2021-01-05 22:14:54 -08:00
MobilePacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
MovementPackets.cs Updates movement packets & Fastwalk (#324) 2020-11-26 23:53:47 -08:00
MovementPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
PlayerPackets.cs fix(core): Converts remaining player packets (#374) 2020-12-30 16:09:51 -08:00
PlayerPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
SecureTradePackets.cs Converts secure trade packets (#329) 2020-11-29 22:20:10 -08:00
SecureTradePacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
TargetPackets.cs Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
TargetPacketsTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
VendorBuyPackets.cs fix(core): Converts vendor buy packets (#339) 2020-12-11 00:04:39 -08:00
VendorBuyPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
VendorSellPackets.cs fix(core): Converts vendor sell packets (#375) 2020-12-30 16:27:37 -08:00
VendorSellPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00
VirtualHairPackets.cs fix(core): Converts virtual hair packets (#388) 2021-01-05 22:14:54 -08:00
VirtualHairPacketTests.cs fix(core): Removes disposable netstates. (#467) 2021-02-05 14:33:35 -08:00