lutris/lutris
2024-02-23 14:56:31 -08:00
..
database Fix bugs in the filtering so hidden games are hidden, except in the hidden view, and update as soon as you hide them or unhide them. 2024-02-20 14:20:25 -08:00
gui Merge BaseGameActions and GameActions. 2024-02-23 13:39:35 -08:00
installer Switch the install_updates and install_dlc to use the InstallUIDelegate, and always provide it. 2024-02-18 09:39:54 -05:00
migrations Adjust hidden and favorites code for consistency, also add some commenting. 2024-02-20 14:20:25 -08:00
runners Add environment variable to be able to bypass all vkquery calls 2024-02-23 14:56:31 -08:00
scanners Big commit, continue implementing deletion from remote library, create path_cache module, start getting rid of game-removed signal 2024-02-18 02:44:49 -08:00
services Remove Lutris service from defaults and hide it behind an environment variable 2024-02-21 01:25:07 -08:00
util Add environment variable to be able to bypass all vkquery calls 2024-02-23 14:56:31 -08:00
__init__.py Increment version to get ULWGL in the Runtime API 2024-02-21 18:43:40 -08:00
api.py Run initial sync when first enabled 2024-02-21 00:56:42 -08:00
cache.py Fix issues with the custom cache-dir feature 2024-01-01 15:28:26 -05:00
command.py Filter out 'Bad file descriptor' messages 2023-12-27 16:53:19 -08:00
config.py Replace None with empty dict; the caller should be able to handle that. 2024-01-01 08:50:40 -05:00
exception_backstops.py Remove 'game-stop' in favor of 'game-stopped' and the stop_game() method. 2024-02-18 09:12:33 -05:00
exceptions.py Convert EsyncLimitError to a registered handler. 2024-02-04 05:33:48 -05:00
game.py Adjust hidden and favorites code for consistency, also add some commenting. 2024-02-20 14:20:25 -08:00
game_actions.py More extensive commenting for GameActions 2024-02-23 13:39:35 -08:00
runner_interpreter.py Add checks to not apply "gpu" setting if it would be disabled. 2024-02-17 19:17:00 -05:00
runtime.py Re-introduce old remove_folder as delete_folder 2023-12-05 18:18:04 -05:00
settings.py Rename PGA_DB to DB_PATH 2024-02-17 20:12:46 -08:00
startup.py Add environment variable to be able to bypass all vkquery calls 2024-02-23 14:56:31 -08:00
style_manager.py Add plain old try-except handling for style_manager.py 2023-12-16 07:01:46 -05:00
sysoptions.py Disable the "GPUs" option when there is only one GPU. 2024-02-17 18:57:15 -05:00