Commit graph

3757 commits

Author SHA1 Message Date
Medath 2dba661c78 Add --version command line option 2018-10-18 20:14:25 -07:00
Kukuh Syafaat ae779144f8 Add Indonesian translations for lutris.appdata.xml and lutris.desktop 2018-10-18 20:13:35 -07:00
sigmaSd 690a480dca less lines 2018-10-18 20:13:05 -07:00
sigmaSd 75b648b16f Update installerwindow.py 2018-10-18 20:13:05 -07:00
sigmaSd 060e104e50 bugfix
os.path.exists(path) and os.listdir(path) cant detect paths with "~" correctly they will always output false , we have to expand username first, discssed here [https://github.com/lutris/lutris/pull/1200](https://github.com/lutris/lutris/pull/1200)
2018-10-18 20:13:05 -07:00
Tom Todd 73c9c78db6 Refactor get game launcher to be usable for exe check. 2018-10-18 20:12:06 -07:00
Tom Todd 9a95712c61 installer/interpreter: fix missing change from previous check in 2018-10-18 20:12:06 -07:00
Tom Todd 21f5762964 installer/interpreter: Refactor and address issues raised in code review. 2018-10-18 20:12:06 -07:00
Tom Todd e464b87d4e installer/interpreter: Add check that expected exe is in the correct location. 2018-10-18 20:12:06 -07:00
Mathieu Comandon 9d254f7e29 Avoid overwriting config files for different runners (Fixes #1001) 2018-10-18 20:06:49 -07:00
Mathieu Comandon 778b2ac6af Display error messages when a DXVK version is not available (Fixes #1208) 2018-10-18 19:53:17 -07:00
Mathieu Comandon a6779ef298 Update DXVK versions 2018-10-18 19:34:56 -07:00
Mathieu Comandon 2fa6e3dd02 Update button label when editing game identifier (Closes #1210) 2018-10-18 19:28:52 -07:00
Mathieu Comandon 575df36492 Add paragraph to CONTRIBUTING to explain how to run the client from git 2018-10-18 19:12:30 -07:00
Rob Loach f290f6fa5f
Merge pull request #1199 from LeandroStanger/patch-5
Use a closed element for the "release" tag
2018-10-17 09:06:20 -07:00
Leandro Stanger f89a05cc0d
Update lutris.appdata.xml 2018-10-16 10:35:52 -03:00
Leandro Stanger 3e0fad9481
Deleting an unnecessary line 2018-10-16 08:31:19 -03:00
Leandro Stanger dddf9f04b6 Translations for lutris.desktop 2018-10-15 19:45:35 -07:00
Tom Todd 698744d20e Refactor for readability and clarity 2018-10-15 19:45:16 -07:00
Alexandr Oleynikov d861505ecb Change the name and improve description 2018-10-15 19:43:42 -07:00
Alexandr Oleynikov 7fde4ae2b5 Improve naming of some features in the main window 2018-10-15 19:43:42 -07:00
Tom Todd 8bfdaa4a5a Original fix assumed that lutris and lutris/runtime in local were present.
Changed call time of dxvk version check to ensure lutris has created the folders.
2018-10-15 19:43:02 -07:00
Alexandr Oleynikov 743dda9bee Add SteamWorks and Proton 3.16 appids to blacklist 2018-10-15 19:42:22 -07:00
Mathieu Comandon c76c8eaae9 Add more ways non technical people can help 2018-10-14 18:25:23 -07:00
Mathieu Comandon 218a965e58 Reformat project structure 2018-10-14 17:59:24 -07:00
Mathieu Comandon f74cdd3299 Add resources and structure 2018-10-14 17:56:48 -07:00
Mathieu Comandon 73b7f84416 Add website and buildbot mention 2018-10-14 17:36:24 -07:00
Mathieu Comandon 01ab68e33c Add CONTRIBUTING file 2018-10-14 17:14:38 -07:00
Tom Todd 351f86cc6d Fix issues with callback 2018-10-14 15:54:54 -07:00
Tom Todd c8aa5565f4 Fix check for vulkan on launch. 2018-10-14 15:54:54 -07:00
Mathieu Comandon dd6e33dee3 Merge branch 'Tom-Todd-fix-checkbox-callback-code' 2018-10-14 13:47:00 -07:00
Mathieu Comandon 57a54280ef
Merge branch 'master' into fix-checkbox-callback-code 2018-10-14 13:46:16 -07:00
Tom Todd 9aa8e3c543 Move out vulkan checking code in to vulkan util. Clean up code for readability. 2018-10-14 13:44:21 -07:00
Tom Todd ffbfcd67fc Fix formatting on warning message 2018-10-14 13:44:21 -07:00
Tom Todd 655effa090 Add check for presence of vulkan lib files, if not found, display warning to user. 2018-10-14 13:44:21 -07:00
Medath 92298db75f document the copy command 2018-10-14 13:43:55 -07:00
Medath 56bd580fdd Add 'copy' as an alias for 'merge' in installers 2018-10-14 13:43:55 -07:00
Tom Todd 1148ecafba steam: When syncing, check if appid is proton or proton beta and if so don't add. 2018-10-14 13:43:04 -07:00
Tom Todd 51be0199d4 logwindow: Add logic to stop log scrolling if scrollbar is not at bottom or just started autoscrolling. 2018-10-14 13:42:10 -07:00
Roxie Gibson c57a950d6a RPCS3: Changing wording in label to fit with #1176 PR fix. 2018-10-14 13:41:39 -07:00
Roxie Gibson 414b82c169 Fix rpcs3 commandline arg by making the arg the full path to EBOOT.BIN file. 2018-10-14 13:41:39 -07:00
Tom Todd 4ee7700e04 wine: Change warning message on possible non-esync version detected. Also changed dialog type to allow user to disable. 2018-10-14 13:40:25 -07:00
Tom Todd 35cdad2613 config_boxes: simplify change. 2018-10-14 13:39:37 -07:00
Tom Todd acc54db3e1 config_boxes: change to check for abs and make sure initial path is built correctly 2018-10-14 13:39:37 -07:00
Tom Todd d91183abea config_boxes: fix issues with file chooser, ensure parent exists to stop error and account for file choosers
using '~'
2018-10-14 13:39:37 -07:00
Leandro Stanger 0c8f1b34b4 Update lutris.appdata.xml 2018-10-14 13:36:39 -07:00
Leandro Stanger 4268796822 Update lutris.appdata.xml 2018-10-14 13:36:39 -07:00
Leandro Stanger 754f6f1722 Update lutris.appdata.xml 2018-10-14 13:36:39 -07:00
Leandro Stanger ebc36d44bd Update lutris.appdata.xml 2018-10-14 13:36:39 -07:00
Leandro Stanger b8c94af76f Update lutris.appdata.xml 2018-10-14 13:36:39 -07:00