Jan
|
a2ab44da39
|
Merge pull request #794 from Laupetin/dependabot/submodules/thirdparty/lz4-1b0fc69
chore(deps): bump thirdparty/lz4 from `9da37b2` to `1b0fc69`
|
2026-05-09 07:04:29 +02:00 |
|
Jan
|
4c6422fb47
|
Merge pull request #795 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-efd7f24
chore(deps): bump thirdparty/libtomcrypt from `0a46eb2` to `efd7f24`
|
2026-05-09 07:04:14 +02:00 |
|
Jan
|
c83b06aec0
|
Merge pull request #796 from Laupetin/dependabot/submodules/thirdparty/json-bdbafc5
chore(deps): bump thirdparty/json from `98386eb` to `bdbafc5`
|
2026-05-09 07:04:00 +02:00 |
|
Jan
|
36f2329e46
|
Merge pull request #793 from Laupetin/dependabot/submodules/thirdparty/eigen-7e09729
chore(deps): bump thirdparty/eigen from `a25aa64` to `7e09729`
|
2026-05-09 07:03:47 +02:00 |
|
dependabot[bot]
|
a81b4b9385
|
chore(deps): bump thirdparty/json from 98386eb to bdbafc5
Bumps [thirdparty/json](https://github.com/nlohmann/json) from `98386eb` to `bdbafc5`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](https://github.com/nlohmann/json/compare/98386eb08b609c172f9f4bf3e74c8d18c5ad583c...bdbafc52c0ec52431e4e4aa9992775a734612d4b)
---
updated-dependencies:
- dependency-name: thirdparty/json
dependency-version: bdbafc52c0ec52431e4e4aa9992775a734612d4b
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-08 22:14:08 +00:00 |
|
dependabot[bot]
|
315fc18aa2
|
chore(deps): bump thirdparty/libtomcrypt from 0a46eb2 to efd7f24
Bumps [thirdparty/libtomcrypt](https://github.com/libtom/libtomcrypt) from `0a46eb2` to `efd7f24`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](https://github.com/libtom/libtomcrypt/compare/0a46eb2e5c6646c673c8d6f47006b91f675336bb...efd7f24f1a07e8be7a026d110f7484d3c1c7d751)
---
updated-dependencies:
- dependency-name: thirdparty/libtomcrypt
dependency-version: efd7f24f1a07e8be7a026d110f7484d3c1c7d751
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-08 22:14:05 +00:00 |
|
dependabot[bot]
|
c197966eca
|
chore(deps): bump thirdparty/lz4 from 9da37b2 to 1b0fc69
Bumps [thirdparty/lz4](https://github.com/lz4/lz4) from `9da37b2` to `1b0fc69`.
- [Release notes](https://github.com/lz4/lz4/releases)
- [Commits](https://github.com/lz4/lz4/compare/9da37b2eebf082bfab6e57c49be71cc41119a40d...1b0fc692949cf474eb0d89db5f0dfa3698e9aa56)
---
updated-dependencies:
- dependency-name: thirdparty/lz4
dependency-version: 1b0fc692949cf474eb0d89db5f0dfa3698e9aa56
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-08 22:14:01 +00:00 |
|
dependabot[bot]
|
b2959ef62b
|
chore(deps): bump thirdparty/eigen from a25aa64 to 7e09729
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `a25aa64` to `7e09729`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](https://gitlab.com/libeigen/eigen/compare/a25aa6467bd7ab3b95fbea9fbf5760c003258cf3...7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd)
---
updated-dependencies:
- dependency-name: thirdparty/eigen
dependency-version: 7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-08 22:13:58 +00:00 |
|
Jan
|
c3ab0c605f
|
Merge pull request #791 from Laupetin/fix/solution-generation-without-git
fix: being able to generate solution without git submodules on windows
|
2026-05-05 23:38:18 +02:00 |
|
Jan Laupetin
|
c1a1d2739d
|
fix: being able to generate solution without git submodules on windows
|
2026-05-05 22:07:11 +01:00 |
|
Jan
|
1df727af06
|
Merge pull request #752 from Laupetin/fix/relink-dumped-xmodels
fix: xmodels with more than one root bone are not linkable
|
2026-05-03 21:38:27 +02:00 |
|
Jan Laupetin
|
582d8abbbf
|
feat: reorder bones when their order is not corresponding to xmodel constraints
|
2026-05-03 21:01:38 +02:00 |
|
Jan Laupetin
|
92e236b1fe
|
chore: only allocate 3 floats per bone for applicable games
|
2026-05-03 17:19:48 +02:00 |
|
Jan Laupetin
|
875e1fb360
|
fix: properly load all root bones from gltf
|
2026-05-03 16:35:15 +02:00 |
|
Jan Laupetin
|
ff7b940e86
|
fix: properly dump gltf with root node in models with more than one root bone
|
2026-05-03 16:35:06 +02:00 |
|
Jan
|
080e8261bb
|
Merge pull request #788 from Laupetin/fix/iw4-physpreset-clamping
fix: iw4 physpreset clamping
|
2026-05-03 16:32:48 +02:00 |
|
Jan Laupetin
|
2d2ea30b45
|
fix: iw5 uses isFrictionInfinity as well
|
2026-05-03 16:00:30 +02:00 |
|
Jan Laupetin
|
a31d3c4b88
|
fix: iw4 physpreset uses FLT_MAX as infinite friction
|
2026-05-03 15:56:09 +02:00 |
|
Jan Laupetin
|
67bdb79654
|
fix: do not clamp iw4 physpreset mass
|
2026-05-03 15:46:52 +02:00 |
|
Jan
|
c25feb3c35
|
Merge pull request #781 from Laupetin/fix/default-armature
fix: omitting default armature causes problems
|
2026-05-03 15:34:03 +02:00 |
|
Jan Laupetin
|
0c1bc747dc
|
chore: update default root bone name to empty string and do not specify if matching default name
|
2026-05-03 13:51:56 +02:00 |
|
Jan Laupetin
|
ed1ed73c73
|
chore: warn about mismatching root bone name between model and xmodel json
|
2026-05-03 13:40:31 +02:00 |
|
Jan Laupetin
|
989d29b359
|
feat: support root bone name from xmodel json
|
2026-05-03 13:27:35 +02:00 |
|
Jan Laupetin
|
b7a22973e6
|
chore: make sure xmodel flags are unsigned
|
2026-05-03 13:09:03 +02:00 |
|
Jan Laupetin
|
4886767e67
|
chore: get rid of unnecessary class in XModelDumper
|
2026-05-03 13:09:03 +02:00 |
|
Jan Laupetin
|
2527f23c10
|
chore: use references when possible in xmodel dumper
|
2026-05-03 13:09:02 +02:00 |
|
Jan Laupetin
|
d6a736eb5d
|
feat: preserve root bone name when dumping xmodels with omitted default armature
|
2026-05-03 13:09:02 +02:00 |
|
Michael Oliver
|
618592e411
|
fix: only omit default armature if it can be omitted for all lods
|
2026-05-03 13:09:02 +02:00 |
|
Jan Laupetin
|
f3859e6952
|
fix: iw3 vert lists are sometimes not complete
|
2026-05-03 13:09:02 +02:00 |
|
Jan
|
802df73a98
|
Merge pull request #787 from Laupetin/adjust-lightdef-names
refactor: adjust asset type names for light def
|
2026-05-02 18:39:22 +02:00 |
|
Jan Laupetin
|
08c128addd
|
feat: accept aliases for asset type names
|
2026-05-02 18:08:12 +02:00 |
|
Jan Laupetin
|
0cbe0c2891
|
chore: adjust asset type names for light def
|
2026-05-02 16:01:11 +02:00 |
|
Jan
|
d94d80b1a5
|
Add IW3 & IW5 SndCurve Dumping & Loading Logic (#766)
* Add dumper and loader call to parents.
* Update docs.
* Add loader logic from IW4.
* Add dumper logic from IW4.
* Update docs.
* Add IW5 SndCurve dumper.
* Clang format.
---------
Co-authored-by: njohnson <gitea.nicholasjohnson.info>
|
2026-05-02 12:52:19 +02:00 |
|
njohnson
|
1d6c028454
|
Clang format.
|
2026-05-02 12:04:51 +02:00 |
|
njohnson
|
0eb1f9f978
|
Add IW5 SndCurve dumper.
|
2026-05-02 12:04:51 +02:00 |
|
njohnson
|
5cf3e90be2
|
Update docs.
|
2026-05-02 12:04:51 +02:00 |
|
njohnson
|
6400b57caf
|
Add dumper logic from IW4.
|
2026-05-02 12:04:51 +02:00 |
|
njohnson
|
dec2ae96cb
|
Add loader logic from IW4.
|
2026-05-02 12:04:50 +02:00 |
|
njohnson
|
c1eaca67e5
|
Update docs.
|
2026-05-02 12:04:50 +02:00 |
|
njohnson
|
3136a03754
|
Add dumper and loader call to parents.
|
2026-05-02 12:04:45 +02:00 |
|
Paging Red
|
759a3ccf0e
|
Merge pull request #753 from pagingred/iw5_physpreset_dumper
feat: phys presets dumping and loading for IW3, IW5, T5
|
2026-05-02 12:01:59 +02:00 |
|
Jan
|
704b191b97
|
Merge pull request #786 from Laupetin/dependabot/submodules/thirdparty/json-98386eb
chore(deps): bump thirdparty/json from `3946872` to `98386eb`
|
2026-05-02 10:54:57 +02:00 |
|
Jan
|
06b62683cf
|
Merge pull request #785 from Laupetin/dependabot/submodules/thirdparty/eigen-a25aa64
chore(deps): bump thirdparty/eigen from `0f90842` to `a25aa64`
|
2026-05-02 10:54:47 +02:00 |
|
Jan
|
7353696d20
|
Merge pull request #784 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-0a46eb2
chore(deps): bump thirdparty/libtomcrypt from `557e9e2` to `0a46eb2`
|
2026-05-02 10:54:39 +02:00 |
|
dependabot[bot]
|
adf24f48bf
|
chore(deps): bump thirdparty/json from 3946872 to 98386eb
Bumps [thirdparty/json](https://github.com/nlohmann/json) from `3946872` to `98386eb`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](https://github.com/nlohmann/json/compare/3946872265598aed5a7aea68cad4d9d1f168bd4b...98386eb08b609c172f9f4bf3e74c8d18c5ad583c)
---
updated-dependencies:
- dependency-name: thirdparty/json
dependency-version: 98386eb08b609c172f9f4bf3e74c8d18c5ad583c
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-02 01:38:58 +00:00 |
|
dependabot[bot]
|
9822e978b7
|
chore(deps): bump thirdparty/eigen from 0f90842 to a25aa64
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `0f90842` to `a25aa64`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](https://gitlab.com/libeigen/eigen/compare/0f908429aed1b289155159774d8328c5f68ba7f7...a25aa6467bd7ab3b95fbea9fbf5760c003258cf3)
---
updated-dependencies:
- dependency-name: thirdparty/eigen
dependency-version: a25aa6467bd7ab3b95fbea9fbf5760c003258cf3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-02 01:38:54 +00:00 |
|
dependabot[bot]
|
eded0b8497
|
chore(deps): bump thirdparty/libtomcrypt from 557e9e2 to 0a46eb2
Bumps [thirdparty/libtomcrypt](https://github.com/libtom/libtomcrypt) from `557e9e2` to `0a46eb2`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](https://github.com/libtom/libtomcrypt/compare/557e9e26789dc81c04c33d2b044a1685415ddb09...0a46eb2e5c6646c673c8d6f47006b91f675336bb)
---
updated-dependencies:
- dependency-name: thirdparty/libtomcrypt
dependency-version: 0a46eb2e5c6646c673c8d6f47006b91f675336bb
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-02 01:38:49 +00:00 |
|
Jan
|
6b7752376a
|
Merge pull request #780 from Laupetin/fix/iw3-part-classification
fix: incomplete iw3 part classification
|
2026-05-01 22:37:59 +02:00 |
|
Jan
|
8eb76070a2
|
Merge pull request #769 from michaeloliverx/refactor-arch-wordsize
refactor(zcg): use wordsize instead of architecture
|
2026-05-01 22:33:14 +02:00 |
|
Jan
|
51b741e16c
|
Merge pull request #760 from michaeloliverx/xmodel-glTF-dump-bug
fix: xmodel glTF dumps dropping `COLOR_0` vertex attributes
|
2026-05-01 22:20:39 +02:00 |
|