1
0
mirror of https://github.com/lutris/lutris synced 2024-07-08 19:45:47 +00:00
Commit Graph

5097 Commits

Author SHA1 Message Date
Andrew Schott
b5a97b8f9d Fixed typo, returned gnome-desktop3 to requires in the fedora section. 2019-02-13 07:17:37 -08:00
andrewschott
3db8f75676 Update lutris.spec
Fixed syntax error in the if statement regarding fedora x64 mesa-libGL block
2019-02-13 07:17:37 -08:00
andrewschott
39aaecf2e3 Update lutris.spec
moved mesa-libGL to a fedora specific section as suse does not name the package that.
2019-02-13 07:17:37 -08:00
andrewschott
ec9f223303 Update lutris.spec
- Fixed typo in package name for fedora - gnome-desktop3
- Changed Source0 file extension from tar.gz to tar.xz
2019-02-13 07:17:37 -08:00
Andrew Schott
37864cbad5 Fixed a few errors regarding fedora in the spec file. Issue with .desktop file registration and the 'gnome-desktop3' runtime dependency. 2019-02-13 07:17:37 -08:00
Mathieu Comandon
e0d183bea9 Limit splits to 2 elements when reading libretro config (Closes #1737) 2019-02-08 12:26:38 -08:00
Mathieu Comandon
6dae319d77 Match installed games by configpath (Closes #1712) 2019-02-07 15:37:54 -08:00
Mathieu Comandon
e7471193c4 Cache banner and icon misses in the store 2019-02-07 15:37:54 -08:00
Mathieu Comandon
e653254761 Provide more detailed logs 2019-02-07 15:37:54 -08:00
Alexandr Oleynikov
c23625d8a8
Update info about discord server 2019-02-07 22:33:47 +03:00
Mathieu Comandon
1a428bc27e Use game aliases to download game media 2019-02-07 11:21:00 -08:00
Mathieu Comandon
cafe4cdc67 Put back concurrent.futures implementation in place to download list of medias 2019-02-07 11:01:15 -08:00
Mathieu Comandon
21c0ccf831 Don't get missing media when no games are added 2019-02-07 10:19:22 -08:00
Mathieu Comandon
dd382a06ba Move parse_installer_url to api module 2019-02-07 09:22:07 -08:00
Mathieu Comandon
a59d8bd20c Remove get_icon_path and get_banner_path from datapath module 2019-02-07 09:09:13 -08:00
Mathieu Comandon
9815b372fa Handle unauthorized access to library 2019-02-07 08:27:27 -08:00
Mathieu Comandon
2ee79ed6ce Remove GCC version from Nvidia driver info (Fixes #1729) 2019-02-06 11:57:30 -08:00
Mathieu Comandon
20f11abda1 Handle incorrectly formatted API tokens (Closes #1721) 2019-02-06 11:49:20 -08:00
Christopher King
d6419533a2 Update version in appdata.xml
There should probably be some automated process that does this.
Also, the changed names of this appdata & the desktop file to match Flatpak(?) naming requirements was something that made me, and probably a few other packagers need to change things to find these newly named files. Perhaps we could have both the Flatpak and normally named files so that this doesn't cause problems?
2019-02-06 11:42:33 -08:00
Jan Havran
f448d1bf40 Catch all known PCI Display subclasses in lspci output 2019-02-06 11:41:56 -08:00
Kerfuffle
b99b139867 Fix a traceback when saving game settings. 2019-02-06 11:41:14 -08:00
Zachary Freed
fdfc54df2c Fix the zdoom runner not working
Since the game's directory is never set in game_data, since it's kinda hard to tell with Doom, self.game_path doesn't return anything, causing the runner to stop without anyone ever knowing. Simply using the default for working working_dir works fine. This could be changed to possibly use the WAD directory as the working directory, but I'm not sure
2019-02-06 11:40:45 -08:00
Nathaniel Case
118a20f192 Options to --renderer aren't numbers but strings 2019-02-06 11:40:20 -08:00
Mathieu Comandon
2a6847c2c9 This is just wrong 2019-02-04 19:55:31 -08:00
Mathieu Comandon
0b361ebbe0 Remove yet another Fedora specific package 2019-02-03 02:24:27 -08:00
Mathieu Comandon
d5ba9c2188 Fix the deb version 2019-02-03 00:30:57 -08:00
Mathieu Comandon
913a97b759 Release 0.5.0.1 2019-02-03 00:24:26 -08:00
Mathieu Comandon
40ce8cee7f Bullshit my way out of Gtk+ fuckery (Closes #1697) 2019-02-03 00:19:10 -08:00
Mathieu Comandon
f7f0e55309 Initialize playtime attribute when invalid playtime found (Closes #1698) 2019-02-03 00:16:18 -08:00
Mathieu Comandon
3582df7cd8 Strip equal signs from envvars (Closes #1699) 2019-02-03 00:14:00 -08:00
Mathieu Comandon
20620e54e3 If the Fedora shit breaks the SUSE shit, I just delete it, OK? (Closes #1700) 2019-02-03 00:09:59 -08:00
Mathieu Comandon
c3bc21fed2 Add application attribute on GenericPanel (Closes #1702) 2019-02-03 00:03:45 -08:00
Mathieu Comandon
ce16279564 Avoid crashing on weird GPU configs (Closes #1706) 2019-02-02 23:58:00 -08:00
Mathieu Comandon
97b77c386f Remove get_config_id (Closes #1708) 2019-02-02 23:51:56 -08:00
Mathieu Comandon
579018537c Include lutris-wrapper to installed files 2019-02-01 10:22:29 -08:00
Mathieu Comandon
57a37782f1 All the build dependencies! 2019-02-01 10:20:52 -08:00
Mathieu Comandon
5b6b2b1655 Add PIL to Build-Depends 2019-02-01 10:16:17 -08:00
Mathieu Comandon
45fa99e74f Fix icon name extensions 2019-02-01 10:15:09 -08:00
Mathieu Comandon
56ca4c9480 Remove libappstream-glib from lutris.spec 2019-02-01 10:11:02 -08:00
Mathieu Comandon
3a9b792a37 Add requests to build dependencies 2019-02-01 10:07:18 -08:00
Mathieu Comandon
0ec0a922a1 Fix Ubuntu version number 2019-02-01 10:00:01 -08:00
Aaron Opfer
597880c573 fix incorrect logline in lutris-wrapper 2019-02-01 09:19:36 -08:00
Alexandr
d86770899d Update logo in icons and banner 2019-02-01 09:19:09 -08:00
Mathieu Comandon
46f6e0bd05 Remove RC tag 2019-02-01 09:04:02 -08:00
Mathieu Comandon
c92bc4c808 Add runner actions to sidebar 2019-02-01 09:00:20 -08:00
Mathieu Comandon
d36b4517bb Make prefer_system_libs the default again 2019-02-01 08:37:19 -08:00
Mathieu Comandon
f1ec196731 Add changelog for 0.5.0 2019-02-01 08:31:42 -08:00
Mathieu Comandon
d115c65971 Add description label for the cache 2019-02-01 07:20:05 -08:00
Mathieu Comandon
9a89a58629 Update Discord server URL 2019-02-01 06:55:43 -08:00
Mathieu Comandon
9e6a603f66 Don't hit API when no search terms are provided 2019-02-01 06:38:44 -08:00