1
0
Fork 0
mirror of synced 2024-09-30 01:07:47 +13:00
Rare/rare
loathingKernel abba86e10b RareGame: Create intermediate class RareGameSlim between RareGameBase and RareGame
The `RareGameSlim` class is useful mostly in the Launcher as it doesn't
depend on `ImageManager`. I should hold anything required by the Launcher.
2023-02-09 01:37:53 +02:00
..
components GameWidget: Use __slots__ to satisfy forward ui declaration 2023-02-08 15:14:50 +02:00
game_launch_helper GameLaunchHelper: Enumerate valid actions and states from 1 instead of 0 2023-02-04 17:38:07 +02:00
lgndr Code cleanup 2023-02-07 13:06:08 +02:00
models RareGame: Create intermediate class RareGameSlim between RareGameBase and RareGame 2023-02-09 01:37:53 +02:00
resources RareStyle: Add border around install/uninstall buttons 2023-02-04 17:38:07 +02:00
shared RareGame: Create intermediate class RareGameSlim between RareGameBase and RareGame 2023-02-09 01:37:53 +02:00
ui DownloadsTab: Paint the background of the active download stats with the image of the game 2023-02-05 19:12:14 +02:00
utils Paths: Use common dictionary for suffixes 2023-02-08 16:47:46 +02:00
widgets Add typing to the custom layouts and fix stacked widet page naming 2023-02-04 17:38:07 +02:00
__init__.py Bump version 2023-01-22 21:14:18 +01:00
__main__.py GameWidget: Implement reactive and interactive labels 2023-02-07 13:41:59 +02:00
app.py