Guillaume Jacquemin williamjcm
williamjcm opened issue williamjcm/MassBuilderSaveTool#28 2022-09-29 11:51:33 +02:00
Improved drag-and-drop support
williamjcm commented on issue williamjcm/MassBuilderSaveTool#24 2022-09-19 18:21:51 +02:00
Ability to update the Save Tool from within the app

Available approaches:

Plugin-based

Have a main exe having the bare minimum code possible, with a plugin offering the actual meat of the app.

Pros:

  • Easy to update by downloading…
williamjcm commented on issue williamjcm/MassBuilderSaveTool#25 2022-08-25 21:14:31 +02:00
Thread-safe, improved logging system.

Well, there's no way to check the log within the app yet, but I'm working on it.

And that's done too.

Feature removed. I have concerns about memory usage, which already is high…

williamjcm commented on issue williamjcm/MassBuilderSaveTool#20 2022-08-25 21:13:02 +02:00
Load save files and all content in Save Tool directories on app launch

Done locally, not committed yet. Still need to tweak the process, though.

williamjcm commented on issue williamjcm/MassBuilderSaveTool#16 2022-08-25 21:12:32 +02:00
Widescreen support and UI redesign

Partially done locally, not committed yet.

williamjcm opened issue williamjcm/MassBuilderSaveTool#27 2022-07-19 13:16:42 +02:00
Detect if running under Wine
williamjcm pushed tag v1.3.5 to williamjcm/MassBuilderSaveTool 2022-07-06 18:01:21 +02:00
williamjcm pushed to 1point3-extended-support at williamjcm/MassBuilderSaveTool 2022-07-06 17:25:37 +02:00
6cb52761be Bump version number.
6f2b19dbc3 SaveTool: fix a condition.
e61d4bba85 Adapt to Corrade/Magnum changes.
38532d8c35 Update Corrade and Magnum.
Compare 4 commits »
williamjcm pushed to the-road-to-1point4 at williamjcm/MassBuilderSaveTool 2022-05-27 14:50:42 +02:00
65bb0d82a9 Logger: move away from the MassBuilderSaveTool namespace.
williamjcm pushed to the-road-to-1point4 at williamjcm/MassBuilderSaveTool 2022-05-25 10:05:43 +02:00
45c1cc2f9e Update Corrade and Magnum.
williamjcm pushed tag v1.3.4 to williamjcm/MassBuilderSaveTool 2022-05-03 20:36:01 +02:00
williamjcm pushed to 1point3-extended-support at williamjcm/MassBuilderSaveTool 2022-05-03 20:29:26 +02:00
8ba8ec3219 CMakeLists: bump version number.
55eb367eb2 UESaveFile: fix a bug that shouldn't have been there in the first place.
Compare 2 commits »
williamjcm pushed to the-road-to-1point4 at williamjcm/MassBuilderSaveTool 2022-04-29 23:10:47 +02:00
122d170ed4 CMakeLists: explicitly specify tests should be off.
williamjcm pushed to the-road-to-1point4 at williamjcm/MassBuilderSaveTool 2022-04-29 22:20:01 +02:00
7aa750b2b1 CMakeLists: disable deprecated stuff globally.
b0b227471a Logger: remove semicolons from the macro definitions.
Compare 2 commits »
williamjcm pushed to the-road-to-1point4 at williamjcm/MassBuilderSaveTool 2022-04-29 17:22:38 +02:00
2d1d46ec08 Logger: add an indent level system.
williamjcm pushed to the-road-to-1point4 at williamjcm/MassBuilderSaveTool 2022-04-29 16:28:15 +02:00
98cb314725 Update README.md.
williamjcm pushed to the-road-to-1point4 at williamjcm/MassBuilderSaveTool 2022-04-25 13:12:53 +02:00
874dd9bd4c Logger: improve thread safety.
williamjcm pushed to the-road-to-1point4 at williamjcm/MassBuilderSaveTool 2022-04-24 17:14:28 +02:00
929e0c73ee Logger: add extra safety.