1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00
Rare/rare/models
loathingKernel 2a0f80a9f0 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
2024-01-19 00:57:16 +02:00
..
__init__.py Implement image manager 2022-06-19 17:12:59 +03:00
base_game.py Rare: cherry-pick some sourcery suggestions 2024-01-02 17:57:02 +02:00
game.py RareGame: RareEosOverlay now implements its procedures internally. 2024-01-19 00:57:16 +02:00
image.py ImageSize: Use pixel ratio 1 for image downloads 2024-01-18 16:43:42 +02:00
install.py MoveDialog: Refactor MovePopup into a dialog using ActionDialog as base 2024-01-02 23:11:47 +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