LJW-Dev
e53779517d
WIP:
...
- Updated file structure to use BSP naming scheme
- Re-wrote BSP creator to use c++ more efficiently
2025-10-22 16:06:59 +08:00
LJW-Dev
b4073d74d9
WIP:
...
- Updated names to allign with the BSP naming structure
- Updated constants file and assoicated uses
2025-10-21 18:54:26 +08:00
LJW-Dev
7d09877d02
WIP:
...
- Converted BSP tree generation to use unique ptrs
- Updated the linker to use BSP tree unique ptrs and use the new structure of custom map structs
2025-10-21 17:37:56 +08:00
LJW-Dev
e19a3a142a
WIP: Updating code to follow laupentin's code review.
...
Done:
- Moved custom map structures to their own objcommon header file
- Updated GfxLightGridRow struct
- Reverted shader_bin file path
- Renamed Project Creator to BSP Creator
- Removed model loading from BSP creator
- Cleaned up BSP Creator and updated the names of structs
WIP:
- Update BSP calculation code to be more readable and use unique/shared ptrs
2025-10-20 18:04:03 +08:00
Jan
e202e172dc
Merge pull request #545 from Laupetin/dependabot/submodules/thirdparty/catch2-31ee3be
...
chore(deps): bump thirdparty/catch2 from `33e6fd2` to `31ee3be`
2025-10-18 00:34:59 +02:00
Jan
7be24b71c0
Merge pull request #543 from Laupetin/dependabot/github_actions/actions/setup-node-6
...
chore(deps): bump actions/setup-node from 5 to 6
2025-10-18 00:33:03 +02:00
dependabot[bot]
6ded2320df
chore(deps): bump thirdparty/catch2 from 33e6fd2 to 31ee3be
...
Bumps [thirdparty/catch2](https://github.com/catchorg/Catch2 ) from `33e6fd2` to `31ee3be`.
- [Release notes](https://github.com/catchorg/Catch2/releases )
- [Commits](33e6fd217a...31ee3beb0a )
---
updated-dependencies:
- dependency-name: thirdparty/catch2
dependency-version: 31ee3beb0a474463e0101674c22f2fef0311d601
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-17 22:02:56 +00:00
dependabot[bot]
34b698e160
chore(deps): bump actions/setup-node from 5 to 6
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-17 22:02:50 +00:00
Jan
0fe596b7bc
Merge pull request #542 from Laupetin/feature/modman-icon
...
feat: add icon for modman
2025-10-17 20:52:12 +02:00
Jan Laupetin
d3c9f5d905
feat: add icon for modman
2025-10-17 19:20:25 +01:00
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
LJW-Dev
15918506c3
Added a default entity string if the entity file isn't given
2025-10-11 19:01:48 +08:00
LJW-Dev
2906a9cf92
FIxed techset dumping and loading to be the same, as well as added a missing image check to the BSP compiler to reduce the output prints when an image is missing.
2025-10-11 18:42:09 +08:00
LJW-Dev
3a5d9e77f1
Merge branch 'main' into bsp-compilation
2025-10-11 16:15:29 +08: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