Commit graph

5089 commits

Author SHA1 Message Date
Mathieu Comandon 929b3de99d Restore previous add_or_update behavior 2019-01-17 00:44:20 -08:00
Mathieu Comandon 39e8aca944 Catch FileNotFoundError on steam registry removal 2019-01-16 23:53:04 -08:00
Mathieu Comandon 3ddd3d4d0c Restore add_or_update on installation, only update if uninstalled 2019-01-16 23:52:32 -08:00
Mathieu Comandon 787f863ee3 Python path is handled by wrapper script now 2019-01-16 23:21:43 -08:00
Mathieu Comandon 3c08ebdbb7 Always add new game when installing (Closes #1595) 2019-01-16 23:11:52 -08:00
Mathieu Comandon 530dacf095 Show Mesa driver information 2019-01-16 22:46:56 -08:00
Mathieu Comandon 3c5873c1f5 Move startup checks to their own module 2019-01-16 22:39:06 -08:00
Mathieu Comandon 481c596f96 Remove unused input util module 2019-01-16 19:40:49 -08:00
Mathieu Comandon 1ffc05c4d1 Move drivers and vkquery to graphics package 2019-01-16 19:38:52 -08:00
Mathieu Comandon f9a0f223dc Add glxinfo attribute to LinuxSystem 2019-01-16 19:32:37 -08:00
Mathieu Comandon e63237dade Move LinuxSystem to the Linux module 2019-01-16 19:05:34 -08:00
Mathieu Comandon a635849253 Add parser for glxinfo 2019-01-16 18:51:33 -08:00
Mathieu Comandon 33279735fb Add glxinfo and vulkaninfo examples for Nvidia 2019-01-16 16:55:01 -08:00
Mathieu Comandon fe655fb037 Add example of AMD vulkaninfo 2019-01-16 16:52:10 -08:00
Mathieu Comandon 392f35e1ec Add example of AMD glxinfo output 2019-01-16 16:50:56 -08:00
Mathieu Comandon cd8f50d8bd Wrong code got commited earlier 2019-01-16 16:18:20 -08:00
Mathieu Comandon a88dd7d87d Run get_missing_media in a thread for faster launch time (Closes #1611) 2019-01-16 16:11:14 -08:00
Mathieu Comandon 06e7bead6c Follow symlinks when creating wine prefixes 2019-01-16 15:36:53 -08:00
Mathieu Comandon f98fdefcf4 Enable monitor logging in dev mode 2019-01-16 15:23:48 -08:00
Aaron Opfer 9031fffcc9 monotonic_time: add explanatory comment 2019-01-16 11:18:53 -08:00
Aaron Opfer 8099020ac5 make lutris.util.downloader use monotonic time
`time.time` can go backwards if the system clock time is changed. This makes it inappropriate for measuring the length of time between two events. Replace with `time.monotonic` inside `lutris.util.downloader`.
2019-01-16 11:18:53 -08:00
Torge Matthies 5ff68d0157 Fix AttributeError when trying to run winecfg. 2019-01-15 21:02:21 -08:00
Mathieu Comandon e9506c2c43 Only remove game if previously set 2019-01-15 19:38:25 -08:00
Aaron Opfer 3965d19f73 prevent DXVK overrides from appearing in config
Fixes #1590.
2019-01-15 17:36:48 -08:00
Mathieu Comandon f3b636494b Add menu entry for enabling / disabling tray icon 2019-01-15 17:17:12 -08:00
Mathieu Comandon 333b1024fc Provide better handling of game run state (Closes #1589) 2019-01-15 16:45:23 -08:00
Mathieu Comandon 862c136816 Update sidebar on game removal (Closes #1577) 2019-01-15 15:43:04 -08:00
Mathieu Comandon b6ac383d3e Always show remove entry in contextual menu (Closes #1596) 2019-01-15 15:34:20 -08:00
Mathieu Comandon c1de7a345e Only log output to stdout if no command line arguments are present (Closes #1584) 2019-01-15 03:53:48 -08:00
Mathieu Comandon e5489b24b7 Fix arguments for Steam game removal (Fixes #1597) 2019-01-15 02:09:50 -08:00
Mathieu Comandon 5569cf47b9 Refresh game on config window close (Closes #1600) 2019-01-15 01:40:20 -08:00
Mathieu Comandon 2fcb942362 Update sidebar on runner uninstall (Closes #1565) 2019-01-15 01:06:00 -08:00
Mathieu Comandon 7e2aaf9835 Update panel information on game exit (Closes #1578) 2019-01-15 00:56:30 -08:00
Mathieu Comandon d69b489d41 Move GamePanel class to views 2019-01-15 00:41:29 -08:00
Mathieu Comandon d71121dec8 Create module for PgaGame 2019-01-15 00:39:20 -08:00
Rob Loach dd6e49ec0d mame: Add waitvsync 2019-01-14 23:50:10 -08:00
Mathieu Comandon e0db933335 Add sort_columns attribute to GameStore 2019-01-14 18:53:17 -08:00
Mathieu Comandon 1dfe36d3fa Don't call wine.stop on winesteam.shutdown 2019-01-14 18:43:35 -08:00
Rob Loach d7cd8a75bc travis: Attempt to fix xvfb 2019-01-14 18:33:16 -08:00
Mathieu Comandon d3cebaad54 Merge branch 'travis-cache' 2019-01-14 18:02:47 -08:00
Mathieu Comandon da279993e6 Merge branch 'master' into travis-cache 2019-01-14 18:02:24 -08:00
Rob Loach 9beb09f646 dolphin: Add nogui and batch 2019-01-14 18:01:26 -08:00
Alexandr 218c300dc4 Lower limits to those of systemd-240 2019-01-14 18:00:37 -08:00
Mathieu Comandon a88710d8fb
Merge branch 'master' into travis-cache 2019-01-14 17:58:30 -08:00
Rob Loach 999455c294 travis: Update xvfb config 2019-01-14 17:57:46 -08:00
Rob Loach 28464ab1ae travis: Add the xvfb service 2019-01-14 17:57:46 -08:00
Rob Loach f96d8f1546 Use xvfb-run 2019-01-14 17:57:46 -08:00
Mathieu Comandon 955753d699 Update game by id when removing games (Closes #1594) 2019-01-14 17:51:44 -08:00
Mathieu Comandon c383d3c205 Split include/exclude process in a list in wineexec (Closes #1571) 2019-01-14 17:42:20 -08:00
Mathieu Comandon f6a34f1411 Don't set buffer log handler when no log_buffer is provided (Closes #1570) 2019-01-14 17:14:17 -08:00