Commit Graph

5 Commits

Author SHA1 Message Date
Detanup01
601102d8a5
fix file_path 2024-10-06 18:03:37 +02:00
Detanup01
6a1710eee1
adding fallback for image path "achievement_images" 2024-10-06 17:50:29 +02:00
Sak32009
935d3405a9 fix msbuild warnings 2024-08-24 19:57:23 +02:00
a
4017266241 * deprecate lazy_load_achievements_icons in favor of paginated_achievements_icons
* new option `upload_achievements_icons_to_gpu` in `configs.main.ini` which controls whether the overlay should upload the achievements icons to the GPU and display them or not
* synchronize overlay proc with the periodic steam callback in a better way to avoid FPS drop
* prevent overlay flickering regression
* upload achievements icons to the GPU in the overlay proc periodically, this dramatically decreased the startup locking/halt time
* fix a potential deadlock scenario in the overlay as a result of synchonizing with 2 mutex objects
2024-08-21 23:56:52 +03:00
a
97bec67073 split steam_user_stats class into multiple files for readability 2024-08-18 05:02:40 +03:00