Guillaume Jacquemin williamjcm
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.

williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-08 21:21:17 +01:00
f68dee939e Gvas: improve a loop to avoid a useless move.
3c79f39046 Gvas: separate Binary{Reader,Writer}.
3bc750436f Logger,Gvas: reintegrate into main project.
e156196b98 Update copyright year.
Compare 4 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2024-03-08 19:28:57 +01:00
3a3b5bfdff GameData: change the style name map's, well, name.
ca050b0e48 Update Corrade, Magnum, ImGui.
22f5fc947c Application: use iterators for TextUnformatted calls.
Compare 3 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2023-12-04 15:36:23 +01:00
7ce726f933 Application: redo the whole armour tab.
570134ced0 Application: fix link to MBST's Git repo.
Compare 2 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2023-12-04 13:45:52 +01:00
ca7b71fb36 Application: tweak decal editor layout.
132c46da89 Application: remove a separator in the weapons tab.
Compare 2 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2023-11-29 13:54:19 +01:00
d9755a31fe Application: update layout in the frame editor.
bf7f6d24f3 Application: adapt to ImGui changes.
df9e6bcd17 CMakeLists: change how libcurl is found.
90fd22225f ProfileManager: adapt to Corrade changes.
5af4ad0e66 Update submodules.
Compare 5 commits »
williamjcm pushed to one-point-five at williamjcm/MassBuilderSaveTool 2023-11-29 12:36:42 +01:00
819e144410 Reorganise code.
williamjcm commented on issue williamjcm/MassBuilderSaveTool#19 2023-10-30 11:55:11 +01:00
Game data upgrade

Some musings.

What about using an ECS as a database that can be queried ? Not just for game data, but also save data ?

Sander Mertens, the author of the ECS framework Flecs, showed that it's…