libwarcraft
libwarcraft copied to clipboard
All-in-one managed library for reading and writing World of Warcraft data files.
When an ADT file is parsed, this call throws an invalid chunk exception, failing to load ADT https://github.com/WowDevTools/libwarcraft/blob/355fb29211a3f31b3d7d55308d27f69eb48cd197/libwarcraft/ADT/TerrainTile.cs#L124
When trying to install the nuget package project I'm getting the error: `Unable to find package ImageSharp with version (>1.0.0-alpha9-00182)` It seems this version is removed and now only has...
Due to ADT tiles not loading with DBC values, the vertex format can't be inferred. Might be possible to compute the relevant vertex format from the size of the data...
Checksums in MPQ archives are... wonky, and are not implemented yet. This causes some files to come out with checksums on the end, and some files report themselves as having...
Sound emitters are not yet implemented for ADT files. Large changes between versions need to be resolved first.
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.0-beta0005 to 2.1.9. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.9 What's Changed [2.1] Fix overflow in MemoryAllocator.Create(options) by @antonfirsov in SixLabors/ImageSharp#2732 Backport GIF LZW fix to 2.1...