1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00
Rare/rare
loathingKernel 3adabda1ba
ImageManager: Add OfferImageTall to the set of image types to look for
Seems like Epic are changing their API again, and some image types have been renamed. This made the list of updates to be empty after filtering it for image types we could handle. This also had the side effect of an infinite recursion when downloading images, as the resulting pixmap would be null.

To fix this situation, the new image type has been added, and the image loading in RareGame has become two methods, one for loading and one for setting it.

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
2023-03-10 10:35:31 +02:00
..
components Add sync worker to launch helper 2023-03-08 22:27:02 +02:00
game_launch_helper Only auto sync in launch helper if enabled 2023-03-08 22:29:53 +02:00
lgndr InstallDialog: Allow downloading 0 size DLCs 2023-02-17 10:37:44 +02:00
models ImageManager: Add OfferImageTall to the set of image types to look for 2023-03-10 10:35:31 +02:00
resources StaticStylesheet: Share common properties by setting common object names 2023-03-03 16:51:26 +02:00
shared ImageManager: Add OfferImageTall to the set of image types to look for 2023-03-10 10:35:31 +02:00
ui Delete unused classes GameUtils and CloudSaveUtils and move cloud save dialog to dialogs 2023-03-08 21:33:24 +02:00
utils Cache all saves in a dict in api_results 2023-03-08 19:15:32 +02:00
widgets RareAppException: Create exception handler that can show a dialog 2023-03-07 17:11:21 +02:00
__init__.py Bump version 2023-01-22 21:14:18 +01:00
__main__.py Add dry run argument to launch helper 2023-03-08 21:33:58 +02:00
app.py RareCore: Manage initialization in RareCore instead of LaunchDialog 2023-03-07 17:11:21 +02:00