1
0
mirror of synced 2024-12-13 08:21:07 +01:00
ImHex/lib/libimhex/include/hex/api
paxcut 7e0f60615b
fix: Achievements resetting after restart (#1965)
### Problem description
Loading a file on the command line or using the context menu in windows
was triggering an achievement before the achievements file was loaded.
This resulted on the achievements.json file to be overwritten with all
the achievements reset except for the one to open files.

### Implementation description
This PR fixes the problem by introducing a boolean that is used to check
if the file has been loaded.

---------

Co-authored-by: Nik <werwolv98@gmail.com>
2024-11-24 11:34:44 +01:00
..
achievement_manager.hpp fix: Achievements resetting after restart (#1965) 2024-11-24 11:34:44 +01:00
content_registry.hpp impr: Fix various issues with runtime-generated language strings 2024-08-03 11:32:17 +02:00
event_manager.hpp feat: Added DPI awareness on Windows, added FiraCode as optional default font 2024-07-05 17:39:07 +02:00
imhex_api.hpp impr: Make highlight hovering more efficient 2024-07-08 21:34:27 +02:00
layout_manager.hpp feat: Allow workspaces to be deleted the same way as layouts 2024-02-28 22:10:48 +01:00
localization_manager.hpp impr: Fix various issues with runtime-generated language strings 2024-08-03 11:32:17 +02:00
plugin_manager.hpp fix: Potential crash on Linux when loading external libraries 2024-03-15 17:54:09 +01:00
project_file_manager.hpp impr: Various web build improvements, API cleanup (#1541) 2024-02-10 23:31:05 +01:00
shortcut_manager.hpp impr: Don't pass unique_ptr by const reference 2024-02-24 15:06:28 +01:00
task_manager.hpp impr: Allow tasks to be created without getting the task handle as parameter 2024-08-03 22:01:18 +02:00
theme_manager.hpp feat: Added DPI awareness on Windows, added FiraCode as optional default font 2024-07-05 17:39:07 +02:00
tutorial_manager.hpp feat: Added simple interactive help system 2024-06-24 22:53:25 +02:00
workspace_manager.hpp feat: Allow workspaces to be deleted the same way as layouts 2024-02-28 22:10:48 +01:00