Commit graph

3438 commits

Author SHA1 Message Date
Mathieu Comandon b0c1fe1613 Move get_appmanifests to Steam service 2017-05-11 12:22:59 -07:00
Mathieu Comandon 7915b55782 Remove unused set_winesteam_directwrite 2017-05-11 12:21:08 -07:00
Mathieu Comandon 245bbeafde Move get_steamapps_path to Steam service 2017-05-11 12:18:36 -07:00
Mathieu Comandon b8efc89f93 Create service for steam 2017-05-11 12:06:01 -07:00
Mathieu Comandon 765d04d35a Move desktopapps to services/xdg 2017-05-11 11:10:33 -07:00
Mathieu Comandon c2e5944298 Allow arguments in prefix_command (Fixes #564) 2017-05-11 10:31:16 -07:00
Taeyeon Mori 9acdbfb17f Fix wine path resolution 2017-05-11 15:33:00 +09:00
Mathieu Comandon 0ed167c0f3 Change severity of some logging messages 2017-05-10 18:14:35 -07:00
Mathieu Comandon 5438f9aa31 Re-enable runtime for Dolphin 2017-05-10 10:06:07 -07:00
Mathieu Comandon 0570ecfeaf Add full debug option for Wine 2017-05-09 15:05:41 -07:00
Mathieu Comandon 22740d4aaf Update winetricks 2017-05-09 15:05:21 -07:00
Mathieu Comandon 3204fbb55e Return from create_prefix if not created properly, avoiding crashes 2017-05-06 18:58:59 -07:00
Mathieu Comandon 48ddb02002 Change runner icons for wine/steam/winesteam 2017-05-06 18:56:50 -07:00
Mathieu Comandon a31ad53863 Fix log message in wineregistry 2017-05-06 18:56:27 -07:00
Mathieu Comandon 3a29cc83b7 Update description in .desktop shortcut 2017-05-05 15:53:58 -07:00
Mathieu Comandon c4eb4e5e39 Display choice dialog when trying to install an existing game 2017-05-05 14:22:49 -07:00
Mathieu Comandon ec66619c1a Always initiate LutrisWindow for all graphical commands 2017-05-05 13:25:47 -07:00
Mathieu Comandon 43a3d129f9 Make run_in_terminal consistent with execute_process 2017-05-04 23:48:34 -07:00
Mathieu Comandon 0a45a32291 Set is_running to False after waiting for threads (Fixes: #468) 2017-05-04 23:38:59 -07:00
Mathieu Comandon 2462723f9f Reduce the number of cycles without children 2017-05-04 23:32:49 -07:00
Mathieu Comandon 6a81a7cc7a Setup installer logger with GLib.idle_add 2017-05-04 23:32:27 -07:00
Mathieu Comandon d1b35c4a7f Style installer dialog terminal + try to fix segfaults 2017-05-04 22:24:54 -07:00
Mathieu Comandon 9eca899645 Display console output during installation tasks 2017-05-04 21:11:49 -07:00
Mathieu Comandon 0ca096c131 Put back log textview in its own widget 2017-05-04 19:39:26 -07:00
Mathieu Comandon e4bd16041e Display real time output log of the running game 2017-05-04 18:39:55 -07:00
Mathieu Comandon bdd28ab562 Replace logging output with GLib IO watch 2017-05-04 18:25:27 -07:00
Mathieu Comandon 6f3fa0fcdf Move game log to the Game class 2017-05-04 18:06:17 -07:00
Mathieu Comandon 5138ddc7da Fix right Y axis on the PS3 controller 2017-05-04 08:40:34 -07:00
Mathieu Comandon bd1373eec4 Add support for dinput8 with x360ce 2017-05-04 05:35:40 -07:00
Mathieu Comandon b1421bb731 Add option to launch Steam without launching the game in winesteam 2017-05-04 03:04:38 -07:00
Mathieu Comandon e518574c2b Update to 0.4.9 2017-05-04 00:10:47 -07:00
Mathieu Comandon 57df4656fc Setup x360ce for winesteam games as well 2017-05-04 00:01:00 -07:00
Mathieu Comandon 5b5a5c53c1 Setup x360ce before launching game 2017-05-03 22:57:54 -07:00
Mathieu Comandon 77630338b8 Add xinput1_3.dll files 2017-05-03 22:57:29 -07:00
Mathieu Comandon 7aa23f3e73 Add docstring to get_overrides_env 2017-05-03 22:29:21 -07:00
Mathieu Comandon bcfa4f4a16 Fix get_overrides_env output 2017-05-03 22:26:26 -07:00
Mathieu Comandon 4d28f23538 Add xinput1_3 override if x360ce-path is set 2017-05-03 22:07:17 -07:00
Mathieu Comandon 73145574aa WINEDLLOVERRIDES values should be separated by semicolons 2017-05-03 21:59:21 -07:00
Mathieu Comandon 7b8c6ad091 Add x360ce-path option for Wine 2017-05-03 21:58:01 -07:00
Mathieu Comandon a8b0762344 Not sure whether or not to exclude mscorsvw.exe 2017-05-03 20:36:27 -07:00
Mathieu Comandon 26e18618f4 Update winetricks 2017-05-02 18:27:41 -07:00
Mathieu Comandon fbdc8a4188 Connect gamecontrollerdb to x360ce configs 2017-05-02 05:44:58 -07:00
Mathieu Comandon 241312a4db Implement basic layout of x360ce.ini files 2017-05-02 02:37:20 -07:00
Mathieu Comandon 8e69a83c4d Add gamecontrollerdb.txt parser 2017-05-02 02:37:20 -07:00
Mathieu Comandon 19488b86c2 Merge pull request #562 from daniel-j/fix-wine-set-regedit
[wine] Fix set_regedit for newer Wine versions
2017-05-02 02:23:44 -07:00
daniel-j c69d56755e [wine] Fix set_regedit for newer Wine versions 2017-05-02 11:17:27 +02:00
Mathieu Comandon f739fcd591 Add x360ce sample configs 2017-05-01 23:45:52 -07:00
Mathieu Comandon e667c3a6c3 Update tests 2017-05-01 02:17:33 -07:00
Mathieu Comandon 8fc4cb0134 Convert FS-UAE disk paths to absolute paths 2017-05-01 02:10:51 -07:00
Mathieu Comandon 70208061a9 Get that script is a dict 2017-04-30 22:24:24 -07:00