Releases: Laupetin/OpenAssetTools
Releases · Laupetin/OpenAssetTools
v0.16.3
What's Changed
- feat: load raw game folder relative to binary by @Laupetin in #256
- chore: add asset loaders for all asset types of t6 by @Laupetin in #257
- feat: better linker search paths by @Laupetin in #258
- feat: check for xmodel limits when converting by @Laupetin in #259
Full Changelog: v0.16.2...v0.16.3
v0.16.2
v0.16.1
What's Changed
- Added support for Unsigned Int accessors by @ElectroGamesDev in #245
- fix: gltf buffer view incorrectly calculating stride by @Laupetin in #246
- feat: support gltf bone rotation as matrix notation by @Laupetin in #247
- fix: broken normals when packing unitvec3 for t6 by @Laupetin in #253
New Contributors
- @ElectroGamesDev made their first contribution in #245
Full Changelog: v0.16.0...v0.16.1
v0.16.0
Highlights
You can now import GLTF models as xmodel for T6 (Black Ops 2) 🎉
See: #244
The first implementation might be a little rough around the edges and it is currently only for T6.
Feel free to give feedback though :)
What's Changed
- fix: linux gcc 14 build by @Laupetin in #231
- chore: rename zonecode headers to avoid duplicate paths by @Laupetin in #232
- fix: referencing files in cwd without dot slash by @Laupetin in #236
- feat: gltf xmodel loading from raw for t6 by @Laupetin in #244
Full Changelog: v0.15.3...v0.16.0
v0.15.3
v0.15.2
v0.15.1
v0.15.0
What's Changed
- refactor: use templated asset structs for asset loaders by @Laupetin in #204
- feat(iw4): load leaderboard definitions from raw by @diamante0018 in #205
- feat(iw5): load leaderboard definitions from raw by @diamante0018 in #206
- feat(t6): load leaderboard definitions from raw by @diamante0018 in #207
- fix: do not normalize asset names when loading assets by @Laupetin in #209
- fix: not properly handling errors when loading json by @Laupetin in #226
Full Changelog: v0.14.1...v0.15.0
v0.14.1
v0.14.0
What's Changed
- feat: improve info string logging by @Laupetin in #193
- fix: github actions by @Laupetin in #197
- fix: crash on trying to dump referenced iw5 menu by @Laupetin in #195
- feature: dump leaderboard definitions on IW4/IW5 by @diamante0018 in #181
- feature: dump leaderboard definitions on T6 by @diamante0018 in #191
- fix: iw4/iw5 leaderboard column ids by @Laupetin in #199
- fix: warnings preventing release build for MSVC by @Laupetin in #200
- docs: add image demonstrating model export to readme by @Laupetin in #201
- feat: dump and load weapon accuracy tables by @Laupetin in #198
Full Changelog: v0.13.0...v0.14.0