Commit graph

3951 commits

Author SHA1 Message Date
Tim Terhorst bb3c26fc23 Add Dutch translation 2019-01-04 08:49:53 -08:00
BunnyApocalypse bf6ea6c565 Adding mesa-libGL req 2019-01-04 08:48:28 -08:00
BunnyApocalypse af8489830b Changed fedora check to match master. 2019-01-04 08:48:28 -08:00
ajvsol 61e2551ad9 Add Patreon link 2018-12-21 23:41:04 -08:00
Xenega 6a348339ff Fix misplaced parenthesis. 2018-12-18 15:29:07 -08:00
Aaron Opfer e7bd044e0e additional tweaks 2018-12-16 11:58:03 -08:00
Aaron Opfer 7fa7f3816b Use PR_SET_CHILD_SUBREAPER to detect grandchildren
Fixes #1413.

Lutris' process monitor right now cannot properly follow "fork-and-die" processes. The grandchild process is invisible to Lutris and then Lutris kills the runner.

This changeset sets [`PR_SET_CHILD_SUBREAPER`](http://man7.org/linux/man-pages/man2/prctl.2.html) so that these grandchild processes become child processes of Lutris instead, and Lutris can track them properly.

Note that fix will only be effective in Linux 3.4+ as that is when `PR_SET_CHILD_SUBREAPER` was introduced.
2018-12-16 11:58:03 -08:00
Xenega a568d51e12 Save the sidebar width in settings. 2018-12-15 11:28:25 -08:00
telanus 94e7131330 Added an option to add Fast Memory selection 2018-12-14 07:14:44 -08:00
Mathieu Comandon 5033bcfc91 Add note about the monitor fix 2018-11-06 19:52:41 -08:00
Mathieu Comandon b3f2a5fe22 Reduce number of orphan cycles to 5 2018-11-06 19:51:11 -08:00
Mathieu Comandon 15f81e39d7 Do not quit game when number of terminated children equals number of watched children 2018-11-06 19:45:32 -08:00
Mathieu Comandon 281f8a9a66 Add option to inherit WINEDEBUG from environment variables 2018-11-06 19:34:12 -08:00
Mathieu Comandon 564e7b4ecf Bump to 0.4.23 2018-11-06 19:14:31 -08:00
Mathieu Comandon 7813d6c1a0 Add typelib-1_0-Gtk-3_0 as a runtime dependency on openSUSE (Fixes #1276 2018-11-06 19:09:22 -08:00
Mathieu Comandon a048aba660 Do not import lutris.util.system when importing lutris.settings (Fixes #1298) 2018-11-06 19:03:04 -08:00
Mathieu Comandon 40b715f126 Don't count broken symlinks when detecting DXVK dlls 2018-11-06 18:42:56 -08:00
Mathieu Comandon 2130a07948 Tell the user what path wasn't found after a failed install 2018-11-06 18:42:21 -08:00
Mathieu Comandon 6f628a6f77 Revert "fix game_mode"
This reverts commit 22f66eb07e.
2018-11-06 18:32:46 -08:00
Nbiba Bedis 22f66eb07e fix game_mode 2018-11-06 18:19:11 -08:00
Nbiba Bedis 9e5717bc6d fix scripts 2018-11-06 18:18:36 -08:00
Rob Loach 2e8ae0a12f
Merge pull request #1297 from IAmTheRedSpy/master
Edit README.rst
2018-11-05 02:56:47 -05:00
IAmTheRedSpy 6ae3d1a5f3
Remove extra newline from README.rst 2018-11-04 22:29:37 -08:00
IAmTheRedSpy bc16a16b76
Edit README.rst 2018-11-04 22:22:46 -08:00
IAmTheRedSpy 3b3eb6150f
Edit README.rst 2018-11-04 22:21:28 -08:00
Mathieu Comandon babed42e06 Update wording and logs 2018-11-04 14:45:58 -08:00
Mathieu Comandon 5490660a49 Merge branch 'sigmaSd-play_script' 2018-11-04 14:05:02 -08:00
Mathieu Comandon 54942334a6
Merge branch 'master' into play_script 2018-11-04 14:04:32 -08:00
Mathieu Comandon 886e128ac2 Add log message when updating DXVK versions 2018-11-04 14:03:05 -08:00
Nbiba Bedis a49d53c8e3 update dxvk_versions once per lutris instance at the first acess of config dialog 2018-11-04 14:01:42 -08:00
Nbiba Bedis 97ff7606a8 add ondemand fn 2018-11-04 20:51:14 +01:00
Rob Loach f3382af435
Merge pull request #1294 from AsciiWolf/patch-1
Fix appdata file
2018-11-03 17:37:26 -04:00
AsciiWolf 0546baa752
Fix appdata file
Fix wrong url type causing issues with appstream generators/parsers
2018-11-03 22:18:23 +01:00
Mathieu Comandon 7f3c42b0f4 Sleep is not in milliseconds 2018-11-03 13:43:25 -07:00
Mathieu Comandon ceb4971301 Remove reference to ldconfig in the changelog 2018-11-03 13:05:54 -07:00
Mathieu Comandon 381ede2263 Use Vulkan detection from @dreamer 2018-11-03 13:01:54 -07:00
Mathieu Comandon a2a9f9a5b9 Add changlog for 0.4.22 2018-11-03 04:00:04 -07:00
Mathieu Comandon b15ed05638 Revert "Cast 'true' and 'false' to booleans (Fixes #1245)"
This reverts commit c8f253093b.
2018-11-03 03:55:02 -07:00
Mathieu Comandon 9a55ddc968 Update AUTHORS file 2018-11-03 03:32:00 -07:00
Arne Sellmann 03cbc6e58d replace os.path.exists with lutris/util/system/path_exists 2018-11-03 03:07:24 -07:00
Nbiba Bedis ab5b4eff43 fix oupsi 2018-11-03 02:38:41 -07:00
Mathieu Comandon 096d27eb53 Set default action to play (Fixes #1285) 2018-11-03 02:36:54 -07:00
Mathieu Comandon adaefea42b Always check if system wine is installed during installs 2018-11-03 01:50:00 -07:00
Mathieu Comandon e19a2cc963 Use path_exists in the wine runner 2018-11-03 01:34:23 -07:00
Mathieu Comandon bdb242a4b2 Display warning message during Wine games installation if not detected on system (Fixes #1279) 2018-11-03 01:15:35 -07:00
Mathieu Comandon d2acd4249f Refactor Wine not detected warning in its own class 2018-11-03 01:04:55 -07:00
Mathieu Comandon 50f642eff9 Sandbox the wine prefix during defaults setup (Fixes #1280) 2018-11-03 00:51:43 -07:00
Mathieu Comandon 39feb884ec Increase timeout for wine prefix creation 2018-11-03 00:42:06 -07:00
Mathieu Comandon a833eafcff Update version to 0.4.22 2018-11-03 00:03:06 -07:00
Mathieu Comandon de6b1ee747 Fix logger import in dialogs.py 2018-11-02 23:59:38 -07:00