ModernUO/Projects/UOContent/Engines
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
..
Bulk Orders fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
CannedEvil chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Chat fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
ConPVP fix(core): Converts to ref struct enumerators (#426) 2021-01-22 19:41:44 -08:00
Craft fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Doom fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Ethics fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Events chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Factions fix(factions): Fixes faction saw trap (#455) 2021-02-04 10:49:14 -08:00
Harvest fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Help fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Khaldun chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
ML Quests fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
Party fix(core): Converts BB packets (#406) 2021-01-13 22:28:31 -08:00
Pathing chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Plants fix(core): Converts help topic packet (#403) 2021-01-12 18:59:16 -08:00
Quests fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
Spawners fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
Treasures of Tokuno fix(core): NPE in Cycles per second (#331) 2020-11-30 23:12:16 -08:00
Veteran Rewards fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
Virtues fix(core): Adds Gump component functionality (#377) 2021-01-02 19:08:35 -08:00