Commit Graph

1070 Commits

Author SHA1 Message Date
Mathieu Comandon
0071dfd3d7 Add RPM build spec file 2014-09-12 01:28:13 +02:00
Xodetaetl
55c9e7c040 Last minute bug
I love it when I make a last minute change and don't test it as I'm
certain it's safe... and it's not.
2014-09-12 01:28:13 +02:00
Xodetaetl
a58c597a15 Installer list as radio buttons instead of drop-down menu
It's more practical to see them all at once.
If we ever get a case where the list is too long for the window, we'll
have to wrap them in a scroll box.
2014-09-12 01:28:13 +02:00
Xodetaetl
445ff55e82 Meatier changelog 2014-09-11 20:57:10 +02:00
Mathieu Comandon
cda330dd28 Update host for new lutris.net server 2014-09-11 20:57:10 +02:00
Mathieu Comandon
4d93efa9b1 Update path for new lutris.net server 2014-09-11 20:57:10 +02:00
Mathieu Comandon
5535a6611c Update Standards-Version 2014-09-11 20:57:10 +02:00
Mathieu Comandon
05edeb0160 Add changelog for 0.3.5 2014-09-11 20:57:10 +02:00
Mathieu Comandon
9437667e95 Don't make dosexec install dosbox 2014-09-11 20:56:45 +02:00
Xodetaetl
5e3d2fc4a8 Fix #100: Show installer choice even when there's only one installer 2014-09-11 20:49:38 +02:00
Xodetaetl
d4cd15a572 Remove "Year" column until sync is properly implemented. 2014-09-11 20:25:29 +02:00
Xodetaetl
a85e264e04 Remove runner name from DB when uninstalling a game 2014-09-11 20:11:22 +02:00
Xodetaetl
f821dee692 Fix showing game as installed after cancelling AddGameDialog 2014-09-11 19:41:12 +02:00
Xodetaetl
4558ac0dfe Fix #104, InstallerDialog showing up alongside NoInstallerDialog 2014-09-11 18:50:52 +02:00
Xodetaetl
48c47078ef Fix manual install of games in library 2014-09-11 18:50:43 +02:00
Xodetaetl
5583a0c6c8 Slightly more precise user instructions 2014-09-10 18:43:55 +02:00
Mathieu Comandon
1980505e08 Steam runner needs a steam path after being installed with msiexec 2014-09-10 14:11:27 +02:00
Mathieu Comandon
698c0342ca Return right after winesteam install + don't wait for user action 2014-09-10 13:58:34 +02:00
Mathieu Comandon
144ac07007 Use wine runner to get wineexec executable 2014-09-10 13:47:41 +02:00
Mathieu Comandon
68c32a3e41 Install wine if not already here on $WINESTEAM installs 2014-09-10 13:34:11 +02:00
Mathieu Comandon
fb0fa68f06 Make Wine Steam install a bit more robust (but not much more…) 2014-09-10 01:47:27 +02:00
Mathieu Comandon
9e20100134 Refactor + gtk signals can send dicts 2014-09-09 02:06:53 +02:00
Mathieu Comandon
fbdbdfc628 Provide a way to disconnect the user and display connection status 2014-09-09 01:40:02 +02:00
Xodetaetl
d22744221c [steam] game_path, don't fall back on SteamApps path anymore
It's useless and non-predictable behavior
2014-09-06 23:43:30 +02:00
Xodetaetl
7d2d74b43a [winesteam] Fix broken get_steam_config() and get_appid_list() 2014-09-06 21:41:07 +02:00
Xodetaetl
989ecfaa01 More crumbles from get_games_path rework 2014-09-06 21:41:07 +02:00
Xodetaetl
1ddd30e880 Fix more crumbles from the get_game_path stuff merge 2014-09-05 20:15:40 +02:00
Xodetaetl
fcf25abfb5 Fix the last remnants of get_game_path() 2014-09-05 18:49:13 +02:00
Xodetaetl
7abc7be4b6 [WIP] make dosexec() check-install Dosbox 2014-09-05 18:08:58 +02:00
Xodetaetl
4170f4bd3b Fix missing quotes in dosbox command 2014-09-04 23:50:12 +02:00
Mathieu Comandon
7957d72e1d Merge branch 'master' into next 2014-09-04 17:31:54 +02:00
Mathieu Comandon
70bdb66014 Remove executable attribute from scummvm (Fixes #98) 2014-09-04 17:30:20 +02:00
Mathieu Comandon
f778ca8f99 Fixed typo in package name 2014-09-04 15:34:25 +02:00
Mathieu Comandon
d519565e40 Fuck you, rebase 2014-09-04 14:10:01 +02:00
Xodetaetl
d90a93179f Rename get_game_path() => game_path 2014-09-04 14:09:05 +02:00
Xodetaetl
544fb86fea Check if runner is installed before browsing files
Runners concerned: steam, winesteam, desura.

Also makes game launch resume (with launching the game) after the
runner has been successfully installed.
2014-09-04 14:08:21 +02:00
Xodetaetl
281f0b180b Return game directory in get_game_path()
Very simple actually, just needed to read the pga db from Runner.
Though perhaps it's not efficient to read twice the game's db entry
for each game at Lutris launch ? Then we would need to pass game_data
from Game to Runner alongside config.
2014-09-04 14:08:21 +02:00
Xodetaetl
b3de63c9c4 Docstrings cleanup 2014-09-04 14:08:21 +02:00
Xodetaetl
657bd5018a Add working_dir setting to Wine and Linux runners 2014-09-04 14:08:21 +02:00
Xodetaetl
90c8dbe0bb Fix Linux.play() using relative path for the executable 2014-09-04 14:08:21 +02:00
Xodetaetl
df4022b2e8 Remove unused stuff in Runner 2014-09-04 14:08:21 +02:00
Xodetaetl
0c96144ca0 Remove some leftover get_game_path 2014-09-04 14:08:21 +02:00
Xodetaetl
bb94154c26 Remove self.game_path remains 2014-09-04 14:08:21 +02:00
Xodetaetl
ef9a01e1ff Refactor: Make use of new game_exe property 2014-09-04 14:08:21 +02:00
Xodetaetl
a69b2c20f3 working_dir for Dosbox 2014-09-04 14:08:21 +02:00
Xodetaetl
5ba28ceea5 working_dir for Linux runner 2014-09-04 14:08:21 +02:00
Xodetaetl
75674c1ccb Create working_dir base 2014-09-04 14:07:43 +02:00
Xodetaetl
4af48505da Fix get_browse_dir() returning game.directory 2014-09-04 14:07:43 +02:00
Xodetaetl
95391e4b8a Reworked get_game_path() and browse_dir() in wine runner
Made get_game_path() just return the prefix path or global path and
moved the things specific to browse_dir() for wine in browse_dir().
2014-09-04 14:07:43 +02:00
Mathieu Comandon
d0ce8f256c Merge get_game_path branch 2014-09-04 14:07:04 +02:00