1
0
Fork 0
mirror of synced 2024-07-01 04:30:20 +12:00
Commit graph

2087 commits

Author SHA1 Message Date
Stelios Tsampas 3ccd3e7711
Merge pull request #411 from loathingKernel/develop
Fix a few issues with Steam shortcuts
2024-06-04 17:31:32 +03:00
loathingKernel 89b765b64d
SteamShortcuts: Fix a couple of crashes
* The grid directory might not exist, so create it before copying the coverart
* The shortcuts files might not exist, so don't try to open it.
2024-06-04 17:28:15 +03:00
loathingKernel d2377e6558
Project: update pyproject.toml dependencies 2024-06-04 17:26:35 +03:00
loathingKernel dccada0e11
GameWidget: Rephrase steam shortcut action 2024-06-03 13:29:26 +03:00
Stelios Tsampas 8fc92a3a30
Merge pull request #408 from loathingKernel/develop
Steam shortcuts, Discord RPC, MangoHud
2024-05-31 16:16:17 +03:00
loathingKernel a33821e8e3 SteamShortcuts: Ignore pylint error 2024-05-31 15:59:19 +03:00
loathingKernel 4bff7a9fad RareLauncher: Add more logging 2024-05-31 15:53:46 +03:00
loathingKernel 88aecd0741 SteamShortcuts: Add action in the right-click drop-down menu
to export and delete game shortcuts from Steam.
2024-05-31 15:53:08 +03:00
loathingKernel da93dc2e5e ImageManager: Add the ability to request different types of cover art images 2024-05-31 00:21:58 +03:00
loathingKernel 4587c73671 ImageUrlModel: Add more types for lookup.
The issue happened with Farming Simulator 22 freebie, because it doesn't
least a tall image. This should be checked again in the future.
2024-05-28 22:58:44 +03:00
loathingKernel 9419ff402b Icon/ListViewContainer: Make sorting work more accurately to advertised 2024-05-28 22:52:58 +03:00
loathingKernel 844f932222 RareGame: Initialized datetimes as UTC too 2024-05-28 22:51:29 +03:00
Stelios Tsampas 7203126df2
Merge pull request #409 from cherouvim/patch-1
chore: Use actual target repo URLs.
2024-05-28 10:04:16 +03:00
Ioannis Cherouvim 7012f4ba93
chore: Use actual target repo URLs.
I assume that this repo was previously owned by `Dummerle`.
2024-05-28 06:17:38 +03:00
loathingKernel ddb619c355 ImageSize: Increase wide image base size
Rename `Icon` preset to `Smallest` to allow the `Icon` name to be reused
2024-05-27 15:37:21 +03:00
loathingKernel 99bcdbaaf0 ImageManager: Download and prepare wide images too 2024-05-27 15:33:44 +03:00
loathingKernel 5909145377 RareGame: Use tz aware datetime in metadata 2024-05-27 15:11:12 +03:00
loathingKernel a53293f279 Rare: Replace utcnow() due to deprecation notice 2024-05-27 14:21:43 +03:00
loathingKernel ad5ecc3d58 OverlaySettings: Add fps_limit,vsync,gl_vsync MangoHud options 2024-05-27 14:12:05 +03:00
loathingKernel ef1dd2e0fe WineResolver: Quote game titles for visibility 2024-05-25 09:21:18 +03:00
loathingKernel cc7a2185a3 CompatUtils: Remove extraneous space 2024-05-25 09:05:43 +03:00
loathingKernel 52c9b1bbdf CompatSteam: Search in config for library folders manifest 2024-05-25 08:51:19 +03:00
loathingKernel 3c52fe90ad CompatUtils: Stricter platform checks 2024-05-25 08:50:36 +03:00
loathingKernel 42a799c7bc LibraryHeadBar: Fix LibraryFilter always reverting to default at start. 2024-05-25 08:50:05 +03:00
loathingKernel 015eeb2710 SteamShortcuts: Implement some basic handling to export games to Steam
as non-steam games.
2024-05-24 13:53:05 +03:00
loathingKernel e1afbd879b ImageManager: Use 'tall' instead of 'card' for the names 2024-05-24 13:51:22 +03:00
loathingKernel f020b0ae39 SelectViewWidget: Move it next to GameListHeadBar
Finally delete extra_widgets, finally!
2024-05-20 17:15:42 +03:00
loathingKernel c216689aaf ButtonLineEdit: Move into its own file under rare/widgets 2024-05-20 17:02:50 +03:00
loathingKernel 90b8d6a541 Utils: Remove deprecated widgets
WaitingSpinner replaced by LoadingWidget
ImageLabel replaced by ImageWidget
2024-05-20 16:48:18 +03:00
loathingKernel e0a0c7ee5d DiscordRPC: Fix Rare not updating message when running a game 2024-05-20 16:03:47 +03:00
loathingKernel 125709b53b Rare: Refactor Discord RPC file, object and variable names 2024-05-20 14:36:43 +03:00
loathingKernel 826d116dd6 QJsonModel: Reformat 2024-05-20 13:44:45 +03:00
loathingKernel 5051ead0ca ImageManager: Add wide image filenames 2024-05-20 12:52:20 +03:00
loathingKernel 21dd30c40a ImageManager: Possibly fix segmentation fault when updating images 2024-05-20 10:04:23 +03:00
loathingKernel 3f67ce515f RareLauncher: Print debug when running pre-launch command 2024-05-20 08:07:29 +03:00
loathingKernel cded2e561c RareLauncher: Always show console when running detached games 2024-05-20 08:07:29 +03:00
loathingKernel a5c7c88716 RareLauncher: Start the pre launch command as detached if we don't wait 2024-05-20 08:07:29 +03:00
loathingKernel f44413d17c RareLauncher: Use better defaults for LaunchArgs 2024-05-20 08:07:29 +03:00
loathingKernel 23fac230df RareLauncher: Check if dry running before anything else 2024-05-20 08:07:29 +03:00
loathingKernel 5e9abc46be RareSettings: Update string 2024-05-20 08:07:29 +03:00
Stelios Tsampas 94c2f765f3
Merge pull request #407 from loathingKernel/develop
RareLauncher: Fix console window wrapping and skip DLC check for launchable addons
2024-05-19 15:29:36 +03:00
loathingKernel 71348dbf23 RareLauncher: Refactor signal name 2024-05-19 15:19:38 +03:00
loathingKernel 2396f0fb83 RareLauncher: Allow running launchable addons 2024-05-19 15:15:13 +03:00
loathingKernel 6dd5d2f546 GameDetails: Fix form growth policy 2024-05-19 14:52:34 +03:00
loathingKernel a4db64082f RareLauncher: Fix word wrapping in console window 2024-05-19 13:11:56 +03:00
Stelios Tsampas 50ff2ae4fd
Merge pull request #405 from loathingKernel/develop
Support paths with spaces in pre launch command field
2024-05-18 18:22:20 +03:00
loathingKernel 0ac4cf5a7c LaunchSettingsBase: Use shlex.split validate the pre-launch command 2024-05-18 18:16:51 +03:00
loathingKernel 259bc98eb9 PreLaunch: Quote the selected file path if it contains spaces. 2024-05-18 18:15:25 +03:00
loathingKernel 6594d65be1 RareGame: Improve launch message 2024-05-17 23:50:02 +03:00
Stelios Tsampas 42341d5c81
Merge pull request #404 from RareDevs/loathingKernel-patch-1
Create codeql.yml
2024-05-17 23:42:43 +03:00