2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-04-16 16:38:42 +00:00
Commit Graph

3090 Commits

Author SHA1 Message Date
Jan
ec8759494b Merge pull request #736 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-3223b87
chore(deps): bump thirdparty/libtomcrypt from `63af5f6` to `3223b87`
2026-04-11 07:52:17 +02:00
Jan
2858f275ba Merge pull request #737 from Laupetin/dependabot/submodules/thirdparty/libtommath-652d70a
chore(deps): bump thirdparty/libtommath from `839ae9e` to `652d70a`
2026-04-11 07:52:03 +02:00
Jan
5bf1d287b8 Merge pull request #738 from Laupetin/dependabot/submodules/thirdparty/catch2-b670de4
chore(deps): bump thirdparty/catch2 from `29c9844` to `b670de4`
2026-04-11 07:51:51 +02:00
Jan
c9e8d3b4d0 Merge pull request #735 from Laupetin/dependabot/submodules/thirdparty/eigen-ec28a25
chore(deps): bump thirdparty/eigen from `a91913e` to `ec28a25`
2026-04-11 07:51:34 +02:00
Jan
b9cbb0b744 Merge pull request #734 from Laupetin/dependabot/submodules/thirdparty/json-3946872
chore(deps): bump thirdparty/json from `9a73748` to `3946872`
2026-04-11 07:51:15 +02:00
dependabot[bot]
7c5ef06570 chore(deps): bump thirdparty/catch2 from 29c9844 to b670de4
Bumps [thirdparty/catch2](https://github.com/catchorg/Catch2) from `29c9844` to `b670de4`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](29c9844f68...b670de4fe1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 22:13:42 +00:00
dependabot[bot]
ac47fab846 chore(deps): bump thirdparty/libtommath from 839ae9e to 652d70a
Bumps [thirdparty/libtommath](https://github.com/libtom/libtommath) from `839ae9e` to `652d70a`.
- [Release notes](https://github.com/libtom/libtommath/releases)
- [Commits](839ae9ea66...652d70a31f)

---
updated-dependencies:
- dependency-name: thirdparty/libtommath
  dependency-version: 652d70a31fcecc7beb7a01b3edef645039f54778
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 22:13:39 +00:00
dependabot[bot]
eed184756e chore(deps): bump thirdparty/libtomcrypt from 63af5f6 to 3223b87
Bumps [thirdparty/libtomcrypt](https://github.com/libtom/libtomcrypt) from `63af5f6` to `3223b87`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](63af5f6dc1...3223b87588)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 22:13:37 +00:00
dependabot[bot]
719e73deee chore(deps): bump thirdparty/eigen from a91913e to ec28a25
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `a91913e` to `ec28a25`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](a91913e961...ec28a25133)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 22:13:35 +00:00
dependabot[bot]
0af8537960 chore(deps): bump thirdparty/json from 9a73748 to 3946872
Bumps [thirdparty/json](https://github.com/nlohmann/json) from `9a73748` to `3946872`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](9a737481ae...3946872265)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 22:13:31 +00:00
Jan
da6e2e3254 Merge pull request #726 from Laupetin/npm-min-release-age
chore: set npm min-release-age
2026-04-05 10:23:57 +02:00
Jan Laupetin
52bd60a799 chore: refuse to use npm version that does not support min-release-age 2026-04-05 09:42:06 +02:00
Jan Laupetin
514700a41f chore: update package-lock deps 2026-04-05 09:42:02 +02:00
Jan Laupetin
6ef0cd8266 chore: add min-release-age setting in npmrc 2026-04-05 09:39:45 +02:00
Jan
4fa4559fbb Merge pull request #731 from Laupetin/use-std-expected
refactor: use std::expected instead of custom implementation
2026-04-04 17:13:39 +02:00
Jan Laupetin
4242c4a325 refactor: use std::expected instead of custom implementation 2026-04-04 14:47:10 +02:00
Jan
bd6f42dc54 Merge pull request #729 from Laupetin/dependabot/submodules/thirdparty/eigen-a91913e
chore(deps): bump thirdparty/eigen from `eb4b2ee` to `a91913e`
2026-04-04 08:17:12 +02:00
Jan
acf9b1c6de Merge pull request #728 from Laupetin/dependabot/submodules/thirdparty/lz4-9da37b2
chore(deps): bump thirdparty/lz4 from `5c4c1fb` to `9da37b2`
2026-04-04 08:16:58 +02:00
Jan
671bbbedbb Merge pull request #727 from Laupetin/dependabot/submodules/thirdparty/json-9a73748
chore(deps): bump thirdparty/json from `eba0a92` to `9a73748`
2026-04-04 08:16:45 +02:00
Jan
7ca1e0f4b8 Merge pull request #730 from Laupetin/dependabot/npm_and_yarn/src/ModManUi/modman-dependencies-337107b81e
chore(deps): bump the modman-dependencies group in /src/ModManUi with 5 updates
2026-04-04 08:16:22 +02:00
dependabot[bot]
604871c679 chore(deps): bump the modman-dependencies group
Bumps the modman-dependencies group in /src/ModManUi with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.5.31` | `3.5.32` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.13` | `1.6.14` |
| [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.2.0` |
| [sass](https://github.com/sass/dart-sass) | `1.98.0` | `1.99.0` |


Updates `vue` from 3.5.31 to 3.5.32
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.31...v3.5.32)

Updates `@types/node` from 25.5.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/eslint-plugin` from 1.6.13 to 1.6.14
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.13...v1.6.14)

Updates `eslint` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.1.0...v10.2.0)

Updates `sass` from 1.98.0 to 1.99.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.98.0...1.99.0)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: modman-dependencies
- dependency-name: sass
  dependency-version: 1.99.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: modman-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-03 22:16:22 +00:00
dependabot[bot]
0783b99d5e chore(deps): bump thirdparty/eigen from eb4b2ee to a91913e
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `eb4b2ee` to `a91913e`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](eb4b2eeffa...a91913e961)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-03 22:13:23 +00:00
dependabot[bot]
94cbc34aeb chore(deps): bump thirdparty/lz4 from 5c4c1fb to 9da37b2
Bumps [thirdparty/lz4](https://github.com/lz4/lz4) from `5c4c1fb` to `9da37b2`.
- [Release notes](https://github.com/lz4/lz4/releases)
- [Commits](5c4c1fb235...9da37b2eeb)

---
updated-dependencies:
- dependency-name: thirdparty/lz4
  dependency-version: 9da37b2eebf082bfab6e57c49be71cc41119a40d
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-03 22:13:19 +00:00
dependabot[bot]
e6d1b4fcef chore(deps): bump thirdparty/json from eba0a92 to 9a73748
Bumps [thirdparty/json](https://github.com/nlohmann/json) from `eba0a92` to `9a73748`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](eba0a92bfb...9a737481ae)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-03 22:13:15 +00:00
Jan
097f208173 Merge pull request #725 from Laupetin/dependabot/npm_and_yarn/src/ModManUi/modman-dependencies-1060e4eaa3
chore(deps): bump the modman-dependencies group in /src/ModManUi with 8 updates
2026-03-28 09:07:21 +01:00
Jan
f7af0cfa56 Merge pull request #724 from Laupetin/dependabot/submodules/thirdparty/eigen-eb4b2ee
chore(deps): bump thirdparty/eigen from `6540bf4` to `eb4b2ee`
2026-03-28 09:07:06 +01:00
dependabot[bot]
5acd9ff01a chore(deps): bump the modman-dependencies group
Bumps the modman-dependencies group in /src/ModManUi with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.5.30` | `3.5.31` |
| [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) | `28.0.0` | `28.0.1` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.12` | `1.6.13` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.9.0` | `0.9.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.1` | `8.0.3` |
| [vite-plugin-vue-devtools](https://github.com/vuejs/devtools/tree/HEAD/packages/vite) | `8.1.0` | `8.1.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.2` |


Updates `vue` from 3.5.30 to 3.5.31
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.30...v3.5.31)

Updates `@types/jsdom` from 28.0.0 to 28.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

Updates `@vitest/eslint-plugin` from 1.6.12 to 1.6.13
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.12...v1.6.13)

Updates `@vue/tsconfig` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](https://github.com/vuejs/tsconfig/compare/v0.9.0...v0.9.1)

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2)

Updates `vite` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.3/packages/vite)

Updates `vite-plugin-vue-devtools` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/vuejs/devtools/releases)
- [Commits](https://github.com/vuejs/devtools/commits/v8.1.1/packages/vite)

Updates `vitest` from 4.1.0 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: "@types/jsdom"
  dependency-version: 28.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: modman-dependencies
- dependency-name: vite
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: vite-plugin-vue-devtools
  dependency-version: 8.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 22:16:33 +00:00
dependabot[bot]
88f622339b chore(deps): bump thirdparty/eigen from 6540bf4 to eb4b2ee
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `6540bf4` to `eb4b2ee`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](6540bf4787...eb4b2eeffa)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 22:13:19 +00:00
Jan
15a4662f87 Merge pull request #722 from Laupetin/chore/techset-tests
chore: add unit tests for techset dumping and compilation for all remaining games
2026-03-21 00:22:01 +01:00
Jan
44ddafd265 Merge pull request #721 from Laupetin/dependabot/npm_and_yarn/src/ModManUi/modman-dependencies-8746817bb2
chore(deps): bump the modman-dependencies group in /src/ModManUi with 6 updates
2026-03-21 00:07:35 +01:00
Jan
a66f88ead1 Merge pull request #719 from Laupetin/dependabot/github_actions/microsoft/setup-msbuild-3.0.0
chore(deps): bump microsoft/setup-msbuild from 2.0.0 to 3.0.0
2026-03-21 00:04:33 +01:00
Jan
d231a82610 Merge pull request #720 from Laupetin/dependabot/submodules/thirdparty/eigen-6540bf4
chore(deps): bump thirdparty/eigen from `f64d1e0` to `6540bf4`
2026-03-21 00:03:40 +01:00
Jan
7b2f14c068 Merge pull request #718 from Laupetin/dependabot/submodules/thirdparty/json-eba0a92
chore(deps): bump thirdparty/json from `8167d2f` to `eba0a92`
2026-03-20 23:52:41 +01:00
Jan
1abd19f07a Merge pull request #717 from Laupetin/dependabot/submodules/thirdparty/lz4-5c4c1fb
chore(deps): bump thirdparty/lz4 from `130f457` to `5c4c1fb`
2026-03-20 23:52:30 +01:00
Jan Laupetin
0c4a2771ef chore: add unit tests for iw3 techsets 2026-03-20 23:51:19 +01:00
dependabot[bot]
4c0501ec90 chore(deps): bump the modman-dependencies group
Bumps the modman-dependencies group in /src/ModManUi with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [vue-router](https://github.com/vuejs/router) | `5.0.3` | `5.0.4` |
| [eslint](https://github.com/eslint/eslint) | `10.0.3` | `10.1.0` |
| [jiti](https://github.com/unjs/jiti) | `2.5.1` | `2.6.1` |
| [jsdom](https://github.com/jsdom/jsdom) | `28.1.0` | `29.0.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.0` | `8.0.1` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.5` | `3.2.6` |


Updates `vue-router` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v5.0.3...v5.0.4)

Updates `eslint` from 10.0.3 to 10.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.0.3...v10.1.0)

Updates `jiti` from 2.5.1 to 2.6.1
- [Release notes](https://github.com/unjs/jiti/releases)
- [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/jiti/compare/v2.5.1...v2.6.1)

Updates `jsdom` from 28.1.0 to 29.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](https://github.com/jsdom/jsdom/compare/v28.1.0...v29.0.1)

Updates `vite` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.1/packages/vite)

Updates `vue-tsc` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.2.6/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: modman-dependencies
- dependency-name: jiti
  dependency-version: 2.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: modman-dependencies
- dependency-name: jsdom
  dependency-version: 29.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: modman-dependencies
- dependency-name: vite
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: vue-tsc
  dependency-version: 3.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 22:35:59 +00:00
dependabot[bot]
17f8a65ce6 chore(deps): bump thirdparty/eigen from f64d1e0 to 6540bf4
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `f64d1e0` to `6540bf4`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](f64d1e0acc...6540bf4787)

---
updated-dependencies:
- dependency-name: thirdparty/eigen
  dependency-version: 6540bf4787d5eb627022f043f105bcd3fd23650d
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 22:13:25 +00:00
dependabot[bot]
017ce25203 chore(deps): bump microsoft/setup-msbuild from 2.0.0 to 3.0.0
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 22:13:24 +00:00
dependabot[bot]
989be91bf8 chore(deps): bump thirdparty/json from 8167d2f to eba0a92
Bumps [thirdparty/json](https://github.com/nlohmann/json) from `8167d2f` to `eba0a92`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](8167d2f641...eba0a92bfb)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 22:13:21 +00:00
dependabot[bot]
15c89cbdeb chore(deps): bump thirdparty/lz4 from 130f457 to 5c4c1fb
Bumps [thirdparty/lz4](https://github.com/lz4/lz4) from `130f457` to `5c4c1fb`.
- [Release notes](https://github.com/lz4/lz4/releases)
- [Commits](130f457aea...5c4c1fb235)

---
updated-dependencies:
- dependency-name: thirdparty/lz4
  dependency-version: 5c4c1fb2354133e1f3b087a341576985f8114bd5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 22:13:19 +00:00
Jan Laupetin
7bb9cfcbfa chore: add unit tests for iw4 techsets 2026-03-20 23:03:02 +01:00
Jan Laupetin
3b0416fa99 chore: add unit tests for iw5 techsets 2026-03-20 22:20:20 +01:00
Jan Laupetin
8d0e3f054c chore: add unit tests for t5 techsets 2026-03-20 20:58:14 +01:00
Jan
bb7f4b99f7 Merge pull request #716 from Laupetin/feature/techset-iw5
feat: add techset dumping for iw5
2026-03-19 22:21:08 +01:00
Jan Laupetin
d050721142 chore: add additional known texture def hashes for iw5 2026-03-19 21:20:24 +01:00
Jan Laupetin
b98ae1fdc8 fix: properly dump iw5 vertex sampler 2026-03-19 19:26:33 +01:00
Jan Laupetin
2ba00acedd chore: make sure iw5 can use its special vertex material samplers 2026-03-19 18:26:57 +01:00
Jan Laupetin
a497efe67b feat: compile iw5 techsets 2026-03-18 23:04:41 +01:00
Jan Laupetin
72f285178b feat: add techset dumping for iw5 2026-03-18 23:04:35 +01:00
Jan
f9e4a6d34c Merge pull request #714 from Laupetin/feature/asset-creation-logging
feat: more detailed logs about what is being loaded
2026-03-17 18:57:19 +01:00