2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-25 02:51:43 +00:00
Commit Graph

3233 Commits

Author SHA1 Message Date
Jan Laupetin 5cf0ce37c1 feat: calculate model collision tree with leafs 2026-05-24 11:13:55 +02:00
Jan Laupetin a128fbeb5e chore: imitate game xmodel behaviour in always having even tri count 2026-05-24 11:13:54 +02:00
Jan Laupetin 8a791816ed chore: set XSurface deformed property when applicable 2026-05-24 11:13:54 +02:00
Jan 40e5a9de97 Merge pull request #811 from Laupetin/dependabot/submodules/thirdparty/eigen-039764e
chore(deps): bump thirdparty/eigen from `48d1f4a` to `039764e`
2026-05-23 07:20:50 +02:00
Jan d6f3fc3b3d Merge pull request #809 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-a68fa19
chore(deps): bump thirdparty/libtomcrypt from `8b5af49` to `a68fa19`
2026-05-23 07:20:33 +02:00
Jan 61eb725d55 Merge pull request #810 from Laupetin/dependabot/submodules/thirdparty/json-d96329f
chore(deps): bump thirdparty/json from `f0bf4c7` to `d96329f`
2026-05-23 07:20:16 +02:00
dependabot[bot] 15b2ee2f19 chore(deps): bump thirdparty/eigen from 48d1f4a to 039764e
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `48d1f4a` to `039764e`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](https://gitlab.com/libeigen/eigen/compare/48d1f4a7e213d8dd44ad7b5a75e6075addd02d30...039764e20a1fe0b8a5c86abaa5de427ed4efe642)

---
updated-dependencies:
- dependency-name: thirdparty/eigen
  dependency-version: '039764e20a1fe0b8a5c86abaa5de427ed4efe642'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-22 22:14:17 +00:00
dependabot[bot] fcab1b7bac chore(deps): bump thirdparty/json from f0bf4c7 to d96329f
Bumps [thirdparty/json](https://github.com/nlohmann/json) from `f0bf4c7` to `d96329f`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](https://github.com/nlohmann/json/compare/f0bf4c731a53aab29ebde0234385b9e63bf70dcd...d96329f8d6dee5da67c5ebd861acab25445d0ddb)

---
updated-dependencies:
- dependency-name: thirdparty/json
  dependency-version: d96329f8d6dee5da67c5ebd861acab25445d0ddb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-22 22:14:11 +00:00
dependabot[bot] fdd803446b chore(deps): bump thirdparty/libtomcrypt from 8b5af49 to a68fa19
Bumps [thirdparty/libtomcrypt](https://github.com/libtom/libtomcrypt) from `8b5af49` to `a68fa19`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](https://github.com/libtom/libtomcrypt/compare/8b5af49b944955a1ca235a4d06a477a87be6d258...a68fa19bc2b532f66a6f18ca457daec53054a312)

---
updated-dependencies:
- dependency-name: thirdparty/libtomcrypt
  dependency-version: a68fa19bc2b532f66a6f18ca457daec53054a312
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-22 22:14:06 +00:00
Jan 1cadd7e398 Merge pull request #806 from Laupetin/fix/image-iwi-dumping
fix: invalid formats when dumping images as iwi
2026-05-18 18:51:10 +02:00
Jan Laupetin e6aa66e0f0 chore: use templating for image dumper 2026-05-17 12:07:02 +02:00
Jan Laupetin 18dec9d2f2 fix: add missing iwi formats to iwi writers 2026-05-17 11:15:25 +02:00
Jan Laupetin c49d2bc96f fix: do not dump iwis with format unknown 2026-05-17 11:15:25 +02:00
Jan 73e2e3d4d5 Merge pull request #778 from pagingred/gfxlightdef
feat: add lightdef dumping and loading for all games
2026-05-16 21:43:23 +02:00
Jan Laupetin 015544eb79 chore: reorder assignment of light def members slightly 2026-05-16 10:45:26 +02:00
njohnson 72dd51609f Clang format. 2026-05-16 09:54:26 +02:00
njohnson cd2346e174 Refactor something. 2026-05-16 09:54:26 +02:00
njohnson 336c9d8d86 Fix LMAP parsing and don't resolve till after ptr is ready. 2026-05-16 09:54:26 +02:00
njohnson 4208bab758 Remove un-needed constants and switch to parsing name by null character. 2026-05-16 09:54:25 +02:00
njohnson d1b74c7230 Remove vestigial lmapLookupStart code. 2026-05-16 09:54:25 +02:00
njohnson 42ed9d8616 Move const to anonymous namespace. 2026-05-16 09:54:25 +02:00
njohnson efbbc05626 Clang format. 2026-05-16 09:54:25 +02:00
njohnson e92681914f Add CreationState to fill in lightdef lookup start. 2026-05-16 09:54:24 +02:00
njohnson 531b4811ca Fill in lookup start. 2026-05-16 09:54:24 +02:00
njohnson 54d4eaffd2 Added assert for attenuation image. Do not dump lmapLookupStart. 2026-05-16 09:54:24 +02:00
njohnson 92418daa6d Add brackets for if. Do not dump lmapLookupStart. 2026-05-16 09:54:24 +02:00
njohnson 773fee4a03 T5 and T6 set lmapLookupStart to 0. 2026-05-16 09:54:24 +02:00
njohnson 7d3791a404 Change manual CString reader to std::getline builtin. Don't require cucoloris be present. 2026-05-16 09:54:23 +02:00
njohnson e0c1ba1724 Remove unused max constant. 2026-05-16 09:54:23 +02:00
njohnson 2b3f680d48 feat: add t6 gfxlight dumper and loader 2026-05-16 09:54:23 +02:00
njohnson 5b6a725f78 feat: add t5 gfxlight dumper and loader 2026-05-16 09:54:23 +02:00
njohnson 3c15f8ad7e feat: add iw5 gfxlight dumper and loader 2026-05-16 09:54:22 +02:00
njohnson a905a6d161 feat: add iw3 gfxlight dumper and loader 2026-05-16 09:54:22 +02:00
Jan fb3a59b7b5 Merge pull request #802 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-8b5af49
chore(deps): bump thirdparty/libtomcrypt from `efd7f24` to `8b5af49`
2026-05-16 08:54:40 +02:00
Jan adf1e190f3 Merge pull request #803 from Laupetin/dependabot/submodules/thirdparty/eigen-48d1f4a
chore(deps): bump thirdparty/eigen from `7e09729` to `48d1f4a`
2026-05-16 08:54:26 +02:00
Jan 11b1cfcd82 Merge pull request #804 from Laupetin/dependabot/submodules/thirdparty/catch2-6ee0826
chore(deps): bump thirdparty/catch2 from `b670de4` to `6ee0826`
2026-05-16 08:54:10 +02:00
Jan 0f7b5cf834 Merge pull request #805 from Laupetin/dependabot/submodules/thirdparty/json-f0bf4c7
chore(deps): bump thirdparty/json from `bdbafc5` to `f0bf4c7`
2026-05-16 08:53:55 +02:00
dependabot[bot] c1fc402d03 chore(deps): bump thirdparty/json from bdbafc5 to f0bf4c7
Bumps [thirdparty/json](https://github.com/nlohmann/json) from `bdbafc5` to `f0bf4c7`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](https://github.com/nlohmann/json/compare/bdbafc52c0ec52431e4e4aa9992775a734612d4b...f0bf4c731a53aab29ebde0234385b9e63bf70dcd)

---
updated-dependencies:
- dependency-name: thirdparty/json
  dependency-version: f0bf4c731a53aab29ebde0234385b9e63bf70dcd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-15 22:13:33 +00:00
dependabot[bot] 360ec7846d chore(deps): bump thirdparty/catch2 from b670de4 to 6ee0826
Bumps [thirdparty/catch2](https://github.com/catchorg/Catch2) from `b670de4` to `6ee0826`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](https://github.com/catchorg/Catch2/compare/b670de4fe12ac7c5e858b7de3a14fb4bd18c760e...6ee0826dcae55ed1e06b2c5701981221e979e1e6)

---
updated-dependencies:
- dependency-name: thirdparty/catch2
  dependency-version: 6ee0826dcae55ed1e06b2c5701981221e979e1e6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-15 22:13:26 +00:00
dependabot[bot] e51abc43e1 chore(deps): bump thirdparty/eigen from 7e09729 to 48d1f4a
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `7e09729` to `48d1f4a`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](https://gitlab.com/libeigen/eigen/compare/7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd...48d1f4a7e213d8dd44ad7b5a75e6075addd02d30)

---
updated-dependencies:
- dependency-name: thirdparty/eigen
  dependency-version: 48d1f4a7e213d8dd44ad7b5a75e6075addd02d30
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-15 22:13:22 +00:00
dependabot[bot] 4bf67add45 chore(deps): bump thirdparty/libtomcrypt from efd7f24 to 8b5af49
Bumps [thirdparty/libtomcrypt](https://github.com/libtom/libtomcrypt) from `efd7f24` to `8b5af49`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](https://github.com/libtom/libtomcrypt/compare/efd7f24f1a07e8be7a026d110f7484d3c1c7d751...8b5af49b944955a1ca235a4d06a477a87be6d258)

---
updated-dependencies:
- dependency-name: thirdparty/libtomcrypt
  dependency-version: 8b5af49b944955a1ca235a4d06a477a87be6d258
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-15 22:13:18 +00:00
Jan 6012b79cdc Merge pull request #801 from michaeloliverx/cli-minimal-zone
fix(unlinker): respect `--minimal-zone` CLI arg
2026-05-15 17:22:39 +02:00
Jan Laupetin e824e9a9de chore: make DependencyAssetLookup a separate class 2026-05-15 15:35:23 +01:00
Jan c33282bf37 Merge pull request #797 from Laupetin/feature/ipak-dumping-without-ff
feat: ipak dumping without ff
2026-05-15 14:34:54 +02:00
Jan Laupetin f7f4deeecc chore: choose appropriate extension for ipak file 2026-05-15 13:02:49 +01:00
Michael Oliver 9ecc3d06e8 fix(unlinker): respect minimal zone definition output 2026-05-15 11:48:33 +01:00
Jan Laupetin 71ca182524 feat: properly parse data from xenon ipaks 2026-05-12 23:44:53 +02:00
Jan Laupetin e1bb8ae4d2 chore: enable reading of big endian ipaks 2026-05-11 23:54:25 +02:00
Jan Laupetin 7ae7cf85ff fix: make sure ipak reading stops in time 2026-05-11 22:20:57 +02:00
Jan Laupetin b2c271956a chore: reorder methods of ipak entry read stream 2026-05-11 22:16:56 +02:00