1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/rare/shared
loathingKernel 1f06c87743
ImageManager: Few improvements
Check if there is a `keyImages` attribute before accessing it, and return
an empty list in case it isn't available. Fixes a recent crash with
`Prison Architect - eureka Update 1` DLC.

Exit early from `download_image` if the requested image is currently being
downloaded. This avoids multiple preparations and loading callbacks for
queued images.

Remove checking for supported OS when creating the icon. Now we create
icons in `icns` format for `Darwin` irregardless the fact we don't use them
for anything.
2023-06-05 01:33:11 +03:00
..
workers RareCore: Replace individual fetch workers with a single one. 2023-05-29 16:40:36 +03:00
__init__.py RareCore: Manage initialization in RareCore instead of LaunchDialog 2023-03-07 17:11:21 +02:00
game_process.py RareCore: Show progress while preparing RareGames 2023-03-13 00:04:11 +02:00
image_manager.py ImageManager: Few improvements 2023-06-05 01:33:11 +03:00
rare_core.py RareGame: Make owned_dlcs a set 2023-05-29 16:40:45 +03:00