ModernUO/Projects/UOContent/Spells
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
..
Base fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
Bushido chore(content): Cleans up abilities and some spell timers (#427) 2021-01-23 16:40:53 -08:00
Chivalry fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Eighth C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Fifth chore(content): Cleans up abilities and some spell timers (#427) 2021-01-23 16:40:53 -08:00
First C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Fourth Fixes random NPEs (#378) 2021-01-01 02:16:23 -08:00
Gargoyle/SpellDefinitions C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Mysticism chore(content): Cleans up abilities and some spell timers (#427) 2021-01-23 16:40:53 -08:00
Necromancy chore(content): Cleans up abilities and some spell timers (#427) 2021-01-23 16:40:53 -08:00
Ninjitsu chore(content): Cleans up abilities and some spell timers (#427) 2021-01-23 16:40:53 -08:00
Second C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Seventh chore(content): Cleans up abilities and some spell timers (#427) 2021-01-23 16:40:53 -08:00
Sixth chore(content): Cleans up abilities and some spell timers (#427) 2021-01-23 16:40:53 -08:00
Spellweaving chore(content): Cleans up abilities and some spell timers (#427) 2021-01-23 16:40:53 -08:00
Targeting Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
Third C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Initializer.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Reagent.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
UnsummonTimer.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00