2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-18 20:45:19 +00:00
Commit Graph

2572 Commits

Author SHA1 Message Date
Jan
97f65ad628 Merge pull request #541 from Laupetin/feature/modman-progressbar
feat: modman progressbar
2025-10-15 23:55:12 +02:00
Jan Laupetin
3459203626 chore: do not log progress in frontend 2025-10-15 23:17:50 +02:00
Jan Laupetin
b35973db8a fix: not being able to load zones without progress 2025-10-15 23:03:44 +02:00
Jan Laupetin
6a84d1ea68 chore: generalize IAssetDumper interface 2025-10-15 20:06:01 +01:00
Jan Laupetin
c6e9cbedda feat: report on unlinking progress 2025-10-14 23:20:56 +01:00
Jan Laupetin
9fa41ca0d3 feat: show loading progress in modman 2025-10-14 17:59:34 +01:00
Jan Laupetin
5b3664ad8c chore: add possibility to provide loading progress callback when loading zones 2025-10-14 16:48:20 +01:00
Jan
fa7fd26db6 Merge pull request #540 from Laupetin/feature/modman-unlink
feat: modman unlinking
2025-10-11 22:51:24 +02:00
Jan Laupetin
0f3ce55eab chore: set gtk application name for linux 2025-10-11 21:54:33 +02:00
Jan Laupetin
d86b70e006 feat: unlink fastfiles via ModMan 2025-10-11 19:04:49 +01:00
Jan Laupetin
f53195d4bd chore: update testing style 2025-10-11 19:04:49 +01:00
Jan Laupetin
c791034562 chore: rename FastFileBinds to ZoneBinds 2025-10-11 19:04:48 +01:00
Jan Laupetin
49f2000bad chore: track loaded zones in ui 2025-10-11 19:04:48 +01:00
Jan Laupetin
7cefaee41c fix: dialog binds not returning a promise 2025-10-11 19:04:48 +01:00
Jan Laupetin
b27b7e77bd chore: pass ZoneLoading error as result 2025-10-11 19:04:47 +01:00
Jan Laupetin
098be53559 chore: add error handling for fastfile bind 2025-10-11 19:04:47 +01:00
Jan Laupetin
2037cf3258 chore: add ModMan args 2025-10-11 19:04:47 +01:00
Jan Laupetin
4911cfa4c6 feat: add bind for loading fastfiles to ModMan 2025-10-11 19:04:46 +01:00
Jan Laupetin
42473a7320 chore: add result util 2025-10-11 19:04:46 +01:00
Jan Laupetin
cda0c6ee7e chore: move ZoneDefinitionWriter from Unlinker to ZoneCommon 2025-10-11 19:04:45 +01:00
Jan Laupetin
219f0c1c85 chore: save shared modman info in context 2025-10-11 19:04:45 +01:00
Jan Laupetin
9845b0a889 chore: attach to console on windows if possible 2025-10-11 19:04:45 +01:00
Jan
d6f87ac8e0 Merge pull request #537 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-b1fa61d
chore(deps): bump thirdparty/libtomcrypt from `5edb54e` to `b1fa61d`
2025-10-11 00:54:15 +02:00
Jan
a50bb8028a Merge pull request #536 from Laupetin/dependabot/submodules/thirdparty/eigen-cd4f989
chore(deps): bump thirdparty/eigen from `1edf360` to `cd4f989`
2025-10-11 00:54:01 +02:00
Jan
3b14b20c7d Merge pull request #538 from Laupetin/dependabot/submodules/thirdparty/catch2-33e6fd2
chore(deps): bump thirdparty/catch2 from `8e4ab5d` to `33e6fd2`
2025-10-11 00:53:33 +02:00
dependabot[bot]
aeb18f6cb1 chore(deps): bump thirdparty/catch2 from 8e4ab5d to 33e6fd2
Bumps [thirdparty/catch2](https://github.com/catchorg/Catch2) from `8e4ab5d` to `33e6fd2`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](8e4ab5dd8f...33e6fd217a)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-10 22:02:22 +00:00
dependabot[bot]
aba3299a5e chore(deps): bump thirdparty/libtomcrypt from 5edb54e to b1fa61d
Bumps [thirdparty/libtomcrypt](https://github.com/libtom/libtomcrypt) from `5edb54e` to `b1fa61d`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](5edb54e522...b1fa61d594)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-10 22:02:18 +00:00
dependabot[bot]
fdc9842572 chore(deps): bump thirdparty/eigen from 1edf360 to cd4f989
Bumps [thirdparty/eigen](https://gitlab.com/libeigen/eigen) from `1edf360` to `cd4f989`.
- [Release notes](https://gitlab.com/libeigen/eigen/tags)
- [Commits](1edf360e3c...cd4f989f8f)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-10 22:02:14 +00:00
Jan
543529dbf5 Merge pull request #534 from Laupetin/feature/dialog-handler
feat: dialog binds for ModMan
2025-10-10 10:19:15 +02:00
Jan Laupetin
2099e99d5e chore: fix formatting 2025-10-10 09:49:41 +02:00
Jan Laupetin
eb1262510e chore: add wildcard dialog selection for linux 2025-10-10 09:49:40 +02:00
Jan Laupetin
8e9358b07f fix: make ui binds work without args 2025-10-10 09:49:40 +02:00
Jan Laupetin
210941991e chore: implement dialog handler for linux 2025-10-10 09:49:40 +02:00
Jan Laupetin
5bbeaed3a3 feat: add dialog handler for ModMan 2025-10-10 09:49:36 +02:00
Jan
f838ed1291 Merge pull request #535 from Laupetin/feature/modman-ci
feat: add modman to the build-test ci
2025-10-10 01:58:09 +02:00
Jan Laupetin
e38d79e83e fix: modman compilation on windows x64 2025-10-10 01:29:59 +02:00
Jan Laupetin
39c99ffbe9 chore: reorder jobs in build-test 2025-10-10 01:26:28 +02:00
Jan Laupetin
0a95f03ce7 chore: set job names on build-test ci 2025-10-10 00:55:50 +02:00
Jan Laupetin
40a2bdafcb chore: do not compile modman x86 on linux 2025-10-10 00:55:50 +02:00
Jan Laupetin
b2e5464d38 chore: add lint for ModManUi 2025-10-10 00:29:34 +02:00
Jan Laupetin
079f7f30bb feat: add modman to the build-test ci 2025-10-10 00:24:37 +02:00
Jan
9cfd72af88 Merge pull request #533 from Laupetin/webview
chore: add initial technical demonstration for ModMan
2025-10-08 06:56:52 +02:00
Jan Laupetin
2236ddfd5e chore: slightly adjust testing text 2025-10-07 23:33:34 +01:00
Jan Laupetin
49295448c8 feat: add nlohmann json based wrappers for webview binds,notify 2025-10-08 00:31:17 +02:00
Jan Laupetin
cf584fe3eb chore: adjust naming of webview browser api 2025-10-07 22:11:22 +01:00
Jan Laupetin
af216c4df1 chore: add documentation about ModMan 2025-10-07 22:03:36 +01:00
Jan Laupetin
82b948bc5f chore: hide modman behind premake feature flag 2025-10-07 21:50:27 +01:00
Jan Laupetin
2639640ca3 chore: use new webview fork notify mechanism 2025-10-07 21:39:04 +01:00
Jan Laupetin
5310ae7b8b chore: adapt for raw exposed json messages of webview fork 2025-10-07 20:58:04 +01:00
Jan Laupetin
71791abb59 chore: only set debug webview mode on debug compile 2025-10-07 20:58:04 +01:00