1
0
Fork 0
mirror of synced 2024-09-12 23:54:24 +12:00
Rare/rare/models
loathingKernel bbeeb42455
RareGame: RareEosOverlay now implements its procedures internally.
The new methods are the following
* `has_update`: to check for updates
* `is_enabled`: checks if the overlay is enabled (on wine platform, on prefix)
* `enable`: enables the overlay (on wine platforms, on prefix, for app_name)
* `disable`: disables the overlay (on wine platforms, on prefix, for app_name)
* `install`: Install using Rare's existing facilities
* `uninstall`: Uninstall using Rare's existing facilities
2023-12-03 17:10:56 +02:00
..
__init__.py Implement image manager 2022-06-19 17:12:59 +03:00
base_game.py RareGame: Moved some properties and methods to RareGameBase 2023-12-03 11:21:52 +02:00
game.py RareGame: RareEosOverlay now implements its procedures internally. 2023-12-03 17:10:56 +02:00
image.py Refactor: Move ImageSize to models 2023-05-03 17:27:35 +03:00
install.py GameInfo: Add 'Modify Game' button to adjust selective downloads 2023-11-28 16:38:00 +02:00
launcher.py GameLaunchHelper: Enumerate valid actions and states from 1 instead of 0 2023-02-04 17:38:07 +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