1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00
Rare/rare/shared/workers
loathingKernel 5307932656
RareCore: Replace individual fetch workers with a single one.
The workers where co-dependent anyways as the non-asset worker
was started after the games worker had sent back its results.
By combining them we can move any data manipulations to the worker
and simplify the handling in RareCore.
2023-05-29 16:40:36 +03: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 UninstallWorker: Use new shortcut functions to delete shortcuts in uninstall_game 2023-02-08 01:50:00 +02:00
verify.py RareGame: don't delete .egstore if the game is a DLC 2023-03-15 21:20:52 +02:00
wine_resolver.py RareCore: Move installation validation into the post init phase 2023-03-12 18:59:58 +02:00
worker.py Clean-up 2023-03-12 13:19:24 +02:00