Commit graph

5048 commits

Author SHA1 Message Date
Mathieu Comandon ebe1381391 Catch CalledProcessErrors on glxinfo, delete glxinfo attribute if it fails parse 2019-01-18 14:14:43 -08:00
Mathieu Comandon 21238b901e Specify get_env arguments for runner class 2019-01-17 21:58:43 -08:00
Mathieu Comandon 149b819d4d Add runtime version support in wine 2019-01-17 19:27:39 -08:00
Mathieu Comandon c8eb8573a7 Add missing default for esync response 2019-01-17 19:01:56 -08:00
Mathieu Comandon 80d765ae90 Add support for the Ubuntu-18.04 runtime 2019-01-17 18:53:57 -08:00
Mathieu Comandon e52cc788f6 Refactor runtime code 2019-01-17 17:36:38 -08:00
Mathieu Comandon 455d0b4543 Fix callback for on_extracted 2019-01-17 17:17:43 -08:00
Mathieu Comandon b5509ef529 This needs to stay, for some reason 2019-01-17 01:18:05 -08:00
Mathieu Comandon ec63f5a6e4 Re-enable the log button on game stop 2019-01-17 00:51:40 -08:00
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