Guillaume Jacquemin williamjcm
williamjcm closed issue williamjcm/MassBuilderSaveTool#34 2024-07-14 19:34:41 +02:00
Move to C++17 ?
williamjcm commented on issue williamjcm/MassBuilderSaveTool#34 2024-07-14 19:34:41 +02:00
Move to C++17 ?

Done in 53c58ba97932cba3e4f00ec3d819c72587a54edc.

williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-07-14 19:30:07 +02:00
8b8fbee6ba Gvas,GameObjects,Application: fix UE5 builds.
53c58ba979 Switch to C++17.
bbf457beb6 GameData: update the accessory list.
Compare 3 commits »
williamjcm opened issue williamjcm/MassBuilderSaveTool#37 2024-07-14 14:50:29 +02:00
0.11 save reading issues
williamjcm commented on issue williamjcm/MassBuilderSaveTool#34 2024-07-14 14:44:09 +02:00
Move to C++17 ?

Removing the question tag and setting the milestone to 1.5.0. It's gonna be needed.

Well, it's technically avoidable, but I'd rather not deal with raw unions, so...

williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-07-14 12:30:25 +02:00
a290542f6e Gvas: add support for UE5 saves.
3e0c0bb7a4 Application: disable the tree view for backups.
Compare 2 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-07-13 12:34:53 +02:00
e1e82c0c43 Application: rewrite drawBackupFolder().
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-07-13 11:32:55 +02:00
165ca39e84 Application: early UI work for the backup tree view.
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-07-13 11:01:13 +02:00
c1ad757f80 Managers: redesign the VFS and adapt BackupManager.
c0bf16144f CMakeLists: re-enable the debug define.
90a67f30d9 Logger: flush to file after each log entry in release.
e9a356fa21 Managers: remove a redundant statement.
03cbb7f8ae Managers: invert an assert condition.
Compare 5 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-07-12 12:46:37 +02:00
b8584f26bb Update libzip.
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-07-12 11:38:44 +02:00
e10a2df906 Managers: add a VFS to BackupManager.
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-07-11 19:54:58 +02:00
e11fa34c09 Managers: add a VFS to help with #36.
79e2ff38c5 Update Corrade, Magnum, ImGui.
9f570a004b Managers: prepare BackupManager for the upcoming VFS.
ccbafe5e30 Managers: make BackupManager::scanSubdir() actually work.
902e31e160 Managers: make BackupManager constructor explicit.
Compare 6 commits »
williamjcm commented on issue williamjcm/MassBuilderSaveTool#36 2024-05-07 16:24:40 +02:00
Handle subdirectories in tool dir managers

Actually, yeah, a VFS will be needed. ImGui has no support for string views (yet), after all.

williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-04-14 18:31:13 +02:00
b9fe38782d Configuration: avoid a deadlock.
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-04-14 10:46:08 +02:00
028d991b74 CMakeLists: change a condition to be more reliable.
fd367619e2 Application: add a TODO for later.
555cfcaadd Application: add initial UI for style import/export.
2f70aa7672 Application: minor style changes.
e10e457ad8 Managers: simplify MassManager.
Compare 6 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-04-07 20:49:11 +02:00
fbfcce1d86 Managers: split ProfileManager functionality.
williamjcm commented on issue williamjcm/MassBuilderSaveTool#36 2024-04-07 19:44:54 +02:00
Handle subdirectories in tool dir managers

No VFS needed. Just an array of relative paths.

williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-04-07 15:51:01 +02:00
e06a65ec71 Update all dependencies.
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-04-07 15:42:56 +02:00
bd360b9268 CMakeLists: reorganise how system deps are handled.
35c96af509 CMakeLists: reorder lines for consistency.
3ffac15c26 CMakeLists: add new common variable for dependencies.
c48165614a CMakeLists: remove an unnecessary option.
1db00ba892 Logger: add a missing string view operator.
Compare 6 commits »
williamjcm opened issue williamjcm/MassBuilderSaveTool#36 2024-03-30 23:57:43 +01:00
Handle subdirectories in tool dir managers