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 |
|
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 |
|
Jan
|
3dbc70755c
|
Merge pull request #759 from michaeloliverx/asset-source-log
feat: add asset source description to loading logs
|
2026-05-01 22:04:36 +02:00 |
|
Jan Laupetin
|
4d66911203
|
fix: incomplete iw3 part classification
|
2026-05-01 21:52:10 +02:00 |
|
Jan Laupetin
|
1d6a9d6df1
|
chore: only dump gltf color when there is non-default data
|
2026-05-01 21:48:41 +02:00 |
|
Michael Oliver
|
98d8ea9005
|
fix: xmodel glTF dumps dropping COLOR_0 vertex attributes
|
2026-05-01 21:48:28 +02:00 |
|
Jan
|
1a41f432a9
|
Merge pull request #777 from michaeloliverx/fix-remove-deprecated-definition
fix: remove deprecated '>type,type' zone definition from examples
|
2026-05-01 17:25:20 +02:00 |
|
Michael Oliver
|
d71bebaa3d
|
fix: remove deprecated '>type,type' zone definition
|
2026-05-01 15:50:26 +01:00 |
|
Michael Oliver
|
97591f59f4
|
refactor(zcg): use wordsize instead of architecture
|
2026-04-30 13:50:11 +01:00 |
|