Commit graph

2827 commits

Author SHA1 Message Date
Mathieu Comandon 71c49cc6ed Ignore core checks if using a custom location for retroarch (Fixes #374) 2016-10-05 17:30:19 -07:00
Mathieu Comandon fa78f1aa09 Copy lib assets to ~/.vice folder upon runner install 2016-10-05 16:24:24 -07:00
Mathieu Comandon 1efb12e08d Fix fullscreen parameter and add 2nd joystick to vice 2016-10-05 16:13:01 -07:00
Mathieu Comandon 6c3f8d22c7 Fix for Exception.message being removed in Python3 2016-10-03 15:17:38 -07:00
Mathieu Comandon f442b44239 Check for files in vice 2016-10-03 15:06:06 -07:00
daniel-j e934aef56b [web] update path to launcher 2016-10-02 23:09:02 +02:00
Mathieu Comandon 81d299d1b5 Update winetricks 2016-10-02 14:08:53 -07:00
daniel-j f0204f4a68 [web] new args 2016-10-01 21:03:41 +02:00
daniel-j 721f7f9d0c electron runner -> web runner, more options 2016-10-01 21:03:41 +02:00
daniel-j b1138ee131 [electron runner] more options! 2016-10-01 21:03:41 +02:00
daniel-j 7800ad6a44 [electron-runner] add more options 2016-10-01 21:03:41 +02:00
daniel-j ad23fd02a6 initial electron runner 2016-10-01 21:03:40 +02:00
Mathieu Comandon 3b3ad246e1 Fix argument when calling winetricks 2016-09-30 16:32:34 -07:00
Mathieu Comandon da5b126b33 Check that setup.py is executed with Python 3.4 or above 2016-09-30 10:46:48 -07:00
Mathieu Comandon ebf2751b89 Extract list of processes ignored by monitor 2016-09-29 23:42:50 -07:00
Mathieu Comandon ecf9750f06 Use game_list instead of game_store for Steam monitor 2016-09-29 21:32:35 -07:00
Mathieu Comandon 2bc8a0c6ac Update all game config, including launchers added from the root of the script 2016-09-29 17:34:29 -07:00
Mathieu Comandon fb955283cf Fallback to environment variable when finding wine prefix 2016-09-29 16:00:36 -07:00
Mathieu Comandon f1594a6575 Set wine_path for all wine tasks 2016-09-29 15:51:03 -07:00
Mathieu Comandon d2c0a61858 Return empty set instead of list in get_pids_using_file 2016-09-29 14:46:53 -07:00
Mathieu Comandon 8487881731 Remove some logging messages 2016-09-29 00:18:44 -07:00
Mathieu Comandon b6e84f2754 Do not sync icons if game has custom one 2016-09-29 00:12:24 -07:00
Mathieu Comandon 2274945207 Remove KEEP_CACHED_ASSETS which will be implemented properly with PGA 2016-09-29 00:09:43 -07:00
Mathieu Comandon 10abf6d690 Remove half-assed attempt to get games via DRF API 2016-09-29 00:07:27 -07:00
Mathieu Comandon 716c8f4a9e Catch errors when installing runners and display ErrorDialog 2016-09-29 00:00:34 -07:00
Mathieu Comandon 2a92208cf4 No TODOs in the published docs 2016-09-28 23:34:33 -07:00
Mathieu Comandon 5285a624b1 More confusing than helpful 2016-09-28 23:33:56 -07:00
Mathieu Comandon 9d629a7737 Add .agignore file 2016-09-28 23:31:27 -07:00
Mathieu Comandon 54465e3d4c No it doesn't 2016-09-28 23:20:57 -07:00
Mathieu Comandon 29710998e0 Clarify sync_game_details 2016-09-28 23:09:44 -07:00
Mathieu Comandon 338819a9cd Clarify code 2016-09-28 22:44:15 -07:00
Mathieu Comandon 0fb05ab609 Remove useless utf8 decoding in sql module 2016-09-28 22:28:49 -07:00
Mathieu Comandon b24c16860b Raise exception if Request.post called 2016-09-28 22:25:20 -07:00
Mathieu Comandon 7aff0ab5dd Use Request to fetch install scripts 2016-09-28 22:24:47 -07:00
Mathieu Comandon b9f1240ba8 Use absolute imports 2016-09-28 22:15:09 -07:00
Mathieu Comandon 1b459dbc70 Provide better log message for connection status 2016-09-28 22:02:08 -07:00
Mathieu Comandon 541da26c6c Remove --verbose command line flag 2016-09-28 21:57:09 -07:00
Mathieu Comandon 6cd16164a4 Remove some debug messages 2016-09-28 21:36:52 -07:00
Mathieu Comandon 02ec44f26d Fix banner not being restored properly after switching from list 2016-09-28 20:54:59 -07:00
Mathieu Comandon 08b100bb02 Implement a better way of adding new games to view 2016-09-28 20:44:23 -07:00
Mathieu Comandon 5f38955e71 Add libretro to list of supported runners in README, remove deprecated ones 2016-09-28 20:34:06 -07:00
Mathieu Comandon 19668750c1 Remove some planned features in README that have been implemented 2016-09-28 20:29:26 -07:00
Mathieu Comandon 48e7d5c384 No need to replace non existing directory with a dash in json 2016-09-28 20:27:38 -07:00
Mathieu Comandon fadb5b4bd4 Update command line options in README 2016-09-28 20:21:05 -07:00
Mathieu Comandon dbe84eeada Fix list-games command line option (Fixes #370) 2016-09-28 20:18:41 -07:00
Mathieu Comandon 9af9317cb6 Implement icon size switching in Flowbox 2016-09-28 20:03:10 -07:00
Mathieu Comandon df35cd1439 Apply filter_installed at startup with FlowBox (Fixes #355) 2016-09-28 19:41:24 -07:00
Mathieu Comandon dd9d2bb0b0 Display banners in FlowBox after first sync (Fixes #357) 2016-09-28 19:25:00 -07:00
Mathieu Comandon 06b2bc6eda Rename methods to make it explicit when game ids are used and populate game_store with pga entries instead of ids 2016-09-28 18:41:10 -07:00
Mathieu Comandon 9ce31659c8 Allow to make WHERE ... IN () queries 2016-09-28 17:25:49 -07:00