1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00
Rare/rare/models
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 Implement image manager 2022-06-19 17:12:59 +03:00
base_game.py RareGame: Return values only from Game for app_name and app_title 2023-12-14 23:08:29 +02:00
game.py Rare: Move the different applications into their respective folders 2023-12-10 14:21:36 +02:00
image.py IconGameWidget: Make icons slightly smaller by using the Library preset 2023-12-14 13:57:22 +02:00
install.py Lgndr: Replace the monkey functions with factories to create them 2023-12-10 22:43:31 +02:00
launcher.py Code: Use vars() instead of directly accessing __dict__ 2023-12-07 19:40:16 +02:00
pathspec.py RareGame: Introduce RareGame from refactor_backend branch 2023-02-04 17:38:06 +02:00
signals.py Workers: Implement wrapper QueueWorker class prototype for queueable workers 2023-02-04 17:38:07 +02:00