1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00
Rare/rare/shared/workers
loathingKernel 687218d29b
RareGame: Return values only from Game for app_name and app_title
With launchable DLCs we will need to replace the InstalledGame in the
DLC with the InstalledGame from the base game so depend these properties
solely on the Game attribute. Furthermore, since we do not need backwards
compatibility any more, remove the `title` property and rename its uses
to use `app_title`
2023-12-14 23:08:29 +02:00
..
__init__.py RareCore: Replace individual fetch workers with a single one. 2023-05-29 16:40:36 +03:00
fetch.py RareCore: Replace individual fetch workers with a single one. 2023-05-29 16:40:36 +03:00
install_info.py Workers: Use a wrapper class that deletes the signals QObject before exiting 2023-02-04 17:38:07 +02:00
move.py Use object instead of ctypes.c_uint64 for signals that carry large ints 2023-03-16 14:04:12 +02:00
uninstall.py Lgndr: Import legendary changes 2023-12-01 13:21:44 +02:00
verify.py VerifyWorker: Use verify_stdout factory instead of direct assignment 2023-12-10 22:44:59 +02:00
wine_resolver.py RareGame: Return values only from Game for app_name and app_title 2023-12-14 23:08:29 +02:00
worker.py Clean-up 2023-03-12 13:19:24 +02:00