Guillaume Jacquemin williamjcm
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-12-01 23:42:59 +01:00
8668c59858 SaveTool: move the configuration to its own class.
da6aea3661 SaveTool: add a wrapper over ImGui::Checkbox().
aff84ccc96 SaveTool: minor formatting changes.
8177d61755 SaveTool: fix some string-related issues.
Compare 4 commits »
williamjcm pushed tag v1.4.1 to williamjcm/MassBuilderSaveTool 2022-11-30 10:05:59 +01:00
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-30 10:04:09 +01:00
c0943bd084 Bump version number.
6fa21128ab SaveTool: improve FPS capping mechanism.
Compare 2 commits »
williamjcm pushed tag v1.4.0 to williamjcm/MassBuilderSaveTool 2022-11-27 09:10:57 +01:00
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-27 08:59:05 +01:00
a8ab212931 Bump version number.
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-26 11:45:47 +01:00
9a7aaaeaca Update .gitignore.
b3bf75918e Update README.
Compare 2 commits »
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-26 11:32:25 +01:00
9de6766750 SaveTool: add the libcurl version to the about screen.
90ff680aff Main: fix Clang builds.
Compare 2 commits »
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-25 17:34:49 +01:00
07fca7b0d0 SaveTool: make the update checker split on CRLF, not just LF.
williamjcm closed issue williamjcm/MassBuilderSaveTool#29 2022-11-25 17:15:32 +01:00
fopen() fails with paths that have non-ASCII characters
williamjcm commented on issue williamjcm/MassBuilderSaveTool#29 2022-11-25 17:15:31 +01:00
fopen() fails with paths that have non-ASCII characters

Should be closable now that I switched to UCRT.

williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-25 17:11:03 +01:00
4ea694ea6e SaveTool: add advanced mode.
722cc511d6 Main: don't forget to initialise Logger.
924838ecb4 Logger: cleanup.
Compare 3 commits »
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-25 16:26:04 +01:00
dfd0d56ab0 Profile,SaveTool: add support for T6 materials.
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-25 15:19:44 +01:00
89a10ff98d Maps/LastMissionId: update for version 0.9.
71fde374a9 Maps/StoryProgress: update for 0.9.
Compare 2 commits »
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-25 11:47:21 +01:00
c7cc3ba76c Maps/WeaponParts: added the new ranged base parts.
0aa933e766 SaveTool: change the SDL version check.
5ea6f1e3a7 SaveToo: add HiDPI support to ImGui.
Compare 3 commits »
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-25 10:34:06 +01:00
32046d9bf8 Update dependencies and adapt to changes.
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-25 09:43:42 +01:00
3c4dfbda9a SaveTool: make the weapon part selector focus on the current item.
d1712bf8cb Mass: add logging indentation to refreshValues().
567546489f Maps/Accessories: update with 0.9 accessories.
Compare 3 commits »
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-24 11:56:22 +01:00
c054169124 SaveTool: update formatting of accessory numbers.
b58ff5a763 Maps/Accessories: separate the size from the label.
28eb40f6b4 PropertySerialiser: remove logging for missing serialisers.
Compare 3 commits »
williamjcm pushed to master at williamjcm/MassBuilderSaveTool 2022-11-24 09:12:53 +01:00
d0a3375d7a Serialisers: use Logger.