ModernUO/Projects/Server/TileMatrix
Kamron Batman 16c4268b54
fix: Fixes file reading. (#958)
.NET 6 introduced a breaking change where lseek and sys-calls are not used for reading and file streams. This effectively broke out native reader. Since the file reading is fairly optimized, and honestly we don't need it to be "fast" in this case, I have removed the native reader.

https://devblogs.microsoft.com/dotnet/file-io-improvements-in-dotnet-6/
2022-03-11 01:45:03 -08:00
..
TileMatrix.cs fix: Fixes file reading. (#958) 2022-03-11 01:45:03 -08:00
TileMatrixLoader.cs feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00
TileMatrixPatch.cs fix: Fixes file reading. (#958) 2022-03-11 01:45:03 -08:00