ModernUO/Projects/UOContent
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
..
Accounting fix(core): Handles a rare NPE with LoginTimer (#508) 2021-02-11 23:47:02 -08:00
Commands fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Configuration Rearranges packet code (#295) 2020-10-30 22:49:00 -07:00
Context Menus Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Engines fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
Gumps fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Holiday Stuff fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
Items fix(core): Handles a rare NPE with LoginTimer (#508) 2021-02-11 23:47:02 -08:00
Json/Converters Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Misc fix(core): Handles a rare NPE with LoginTimer (#508) 2021-02-11 23:47:02 -08:00
Mobiles fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Multis fix(houses): Converts house packets (1 of 2) (#502) 2021-02-13 09:18:12 -08:00
Network fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Regions fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
Skills fix(core): Removes 6017 handler (#411) 2021-01-16 13:43:16 -08:00
Special Systems fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
Spells fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
Targets fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
UOContent.csproj fix(party): Converts party packets (#401) 2021-01-10 14:23:10 -08:00