ModernUO/Projects/Server/Buffers
Kamron Batman 5882b1ab3f
fix(core): Fixes OPL packets (#395)
- [X] Fixes an issue with OPL packets using the wrong endianness and not updating the position properly.
- [X] Fixes an issue with SpanWriter not updating bytes written when it is used adhoc.
- [X] Moves packet creation for OPL inside the SendInfoTo function.

Bumps release version
2021-01-08 23:55:23 -08:00
..
CircularBuffer.cs fix(core): Fixes wrong offset for CircularBuffer (#344) 2020-12-11 16:46:38 -08:00
CircularBufferReader.cs feat(core): Makes spanwriter resizable (#376) 2020-12-31 19:57:02 -08:00
CircularBufferWriter.cs fix(core): Converts Gump Packets (v1) (#379) 2021-01-05 01:17:34 -08:00
SpanReader.cs chore(core): Cleans up networking leftovers from packet conversions (#387) 2021-01-05 01:31:52 -08:00
SpanWriter.cs fix(core): Fixes OPL packets (#395) 2021-01-08 23:55:23 -08:00
ValueStringBuilder.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00