Guillaume Jacquemin williamjcm
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
williamjcm opened issue williamjcm/MassBuilderSaveTool#35 2024-03-30 22:34:29 +01:00
Do file writes in a temporary directory
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-30 17:06:17 +01:00
12995367eb Logger: remove an unnecessary include.
bf5a9872e1 Application: remove a default value.
Compare 2 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-30 16:06:09 +01:00
9f0386d5b3 {Mass,Profile}Manager: rename classes.
8a809b7752 CMakeLists: reorder some files.
Compare 2 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-28 13:34:07 +01:00
04d2ab9dc7 {Mass,Profile}Manager: move into new namespace.
9d1d0af70a GameObjects: merge the two property name headers.
29b6e57956 GameObjects: move files into a dedicated folder.
0b2796e94b GameData: move headers into a dedicated folder.
72e71b575a README: mention zlib needs to be installed.
Compare 5 commits »
williamjcm closed issue williamjcm/MassBuilderSaveTool#24 2024-03-25 15:01:26 +01:00
Ability to update the Save Tool from within the app
williamjcm opened issue williamjcm/MassBuilderSaveTool#34 2024-03-25 14:54:02 +01:00
Move to C++17 ?
williamjcm opened issue williamjcm/MassBuilderSaveTool#33 2024-03-25 14:50:10 +01:00
Code reorganisation for 1.5
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-25 14:43:46 +01:00
fd9f9e5e36 Use Utility::move() instead of std::move().
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-25 12:19:05 +01:00
90a2a9edd9 Add ImportExport, with custom style support.
04e99d4953 BinaryIo: fix Reader::readValue().
c9ac1ad4c8 Utility/Crc32: fix naming.
d242431d78 Mass: how did that space get here ?
20f116d832 Mass: improve formatting slightly.
Compare 5 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-11 20:52:57 +01:00
5cb04e7c20 Application: slightly improve code style.
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-10 14:04:48 +01:00
e9fad7600b Application: reorganise profile manager UI code.
387647669f Application: use ImGui::BeginTooltip() correctly.
cd5213a3f9 Application: change a menu entry icon.
Compare 3 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-09 18:38:31 +01:00
0b46403ede Application: add menu entries for the new folders.
efc3fe0dc7 Application: move folder management to Configuration.
43420d2277 main: improve an error message.
ba3769404d Configuration: update formatting.
Compare 4 commits »
williamjcm commented on issue williamjcm/MassBuilderSaveTool#21 2024-03-08 21:30:34 +01:00
Handle blueprint data

Cleared the milestone from this and #19 because I'm switching focus towards other improvements.