Cameron Gutman
07a97bab03
Rerun lupdate and lrelease
2022-09-10 12:06:22 -05:00
Cameron Gutman
69ac810c82
Merge remote-tracking branch 'origin/weblate'
2022-09-10 12:05:24 -05:00
Daniel Saburi
3f4609dc6e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 16.1% (32 of 198 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/pt_BR/
2022-09-09 04:16:43 +02:00
Daniel Saburi
1ddb529d26
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (198 of 198 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/pt/
2022-09-09 04:16:42 +02:00
Cameron Gutman
ab6b88073c
Fix build with _FILE_OFFSET_BITS=64
2022-09-05 22:04:24 -05:00
Cameron Gutman
ad3ed97472
Fix handling of 3 byte Annex B start sequences
2022-09-05 17:56:42 -05:00
Cameron Gutman
07e902fe95
Fix build with open() defined to open64()
2022-09-04 23:45:18 -05:00
Cameron Gutman
eb781ce689
Use __FUNCTION__ macro instead of hardcoding
2022-09-03 18:09:01 -05:00
Cameron Gutman
555a65c8ea
Add open64() hook for _FILE_OFFSET_BITS=64
2022-09-03 18:05:03 -05:00
Cameron Gutman
58429f4172
Fix handling of the optional mode argument in our open() hook
2022-09-03 17:52:54 -05:00
sanhoe
e2692a0abd
Translated using Weblate (Korean)
...
Currently translated at 100.0% (198 of 198 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/ko/
2022-09-03 00:21:34 +02:00
Brandon Goldberg
d218c43edf
Translated using Weblate (Spanish)
...
Currently translated at 97.4% (193 of 198 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/es/
2022-09-03 00:21:34 +02:00
Cameron Gutman
fae9813127
Rebuild libraries built with CMake to get working PDBs and better optimizations
...
Additionally, disable WGI to work around an SDL bug
1810c6fba8
2022-08-28 20:34:44 -05:00
Cameron Gutman
adc56d4ee5
Rerun lupdate and lrelease
2022-08-28 20:22:39 -05:00
Cameron Gutman
f982e33fab
Merge remote-tracking branch 'origin/weblate'
2022-08-28 20:20:53 -05:00
Cameron Gutman
9ab4479fcf
Fix excessive flickering when switching between full-screen and windowed on Windows
2022-08-28 20:10:26 -05:00
Cameron Gutman
3e330b7929
Attach to the parent console to print list output on Win32
2022-08-27 14:54:45 -05:00
Cameron Gutman
ecddada150
Improve verbose log suppression
2022-08-25 23:02:32 -05:00
Cameron Gutman
0c828cbb37
Suppress non-critical log output while running the list command
2022-08-25 22:45:42 -05:00
Cameron Gutman
84a32f8c16
Minor cleanup of new list code
2022-08-25 22:39:04 -05:00
Anselm Busse
4ee36fd405
Avoid GUI display for App listing
2022-08-25 22:18:05 -05:00
Anselm Busse
0802609fd8
Correcting for PR comments
2022-08-25 22:18:05 -05:00
Anselm Busse
de88176995
Add a 'list' option for the CLI
...
This commit addresses Issue #448 by adding a command line option that allows the listing of all the Apps reported by the remote host as a CSV.
2022-08-25 22:18:00 -05:00
Cameron Gutman
aca82f400a
Never use fewer than 480 samples to avoid causing issues on PulseAudio systems
...
Fixes #830
Fixes #858
2022-08-25 21:27:05 -05:00
Brandon Goldberg
54bb6fe527
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (192 of 192 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/es/
2022-08-25 02:17:55 +02:00
Cameron Gutman
c1f663cec1
Add missing files from previous commit
2022-08-24 17:31:22 -05:00
Cameron Gutman
aaf59c2d01
Add CLI pairing support
2022-08-24 00:22:02 -05:00
Cameron Gutman
692942e5be
Move PIN generation into ComputerManager to be shared with CLI pairing
2022-08-24 00:21:25 -05:00
Cameron Gutman
f4acd629a1
Save hosts immediately after pairing concludes to ensure the server cert is persisted
2022-08-24 00:20:22 -05:00
Cameron Gutman
0ff8a44ec3
Allow 10-bit in DXVA2 as a fallback
2022-08-22 00:23:07 -05:00
Cameron Gutman
c6d8f6e618
Allow D3D11VA to be disabled via environment variable
2022-08-22 00:19:46 -05:00
Cameron Gutman
1baa23cc43
Update SDL to 84004d1 for AppImage
2022-08-21 20:58:50 -05:00
Cameron Gutman
3be696e6bb
Update SDL to 84004d1
2022-08-21 20:55:38 -05:00
Cameron Gutman
3cfcb01603
Add simple script to help updating libs
2022-08-21 20:55:25 -05:00
Cameron Gutman
d39a29759c
Don't draw with test-only renderers
2022-08-21 18:38:09 -05:00
Cameron Gutman
bf4332b9e7
Prefer D3D11VA in non-FSE modes for improved performance
2022-08-21 17:50:56 -05:00
Cameron Gutman
feaae7b684
Update moonlight-common-c to improve control stream failure diagnostics
2022-08-21 15:10:49 -05:00
Cameron Gutman
be7852dfc0
Remove desktop resolution in favor of native (unscaled) resolution
...
Seeing 2 "native" resolutions for a single high DPI display is confusing.
If someone wants a lower resolution aspect-ratio match of a display, they
can use a custom resolution.
2022-08-16 01:22:26 -05:00
Cameron Gutman
b0804ce048
Fix native resolution detection on high DPI wayland systems
2022-08-16 00:25:57 -05:00
Cameron Gutman
aa7d5fa924
Don't use swap interval 1 by default on Wayland systems
2022-08-14 13:09:31 -05:00
Sargon-Isa
b4cab12e9d
Translated using Weblate (German)
...
Currently translated at 100.0% (192 of 192 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/de/
2022-08-11 19:15:27 +02:00
Cameron Gutman
133dda2de0
Update SDL_GameControllerDB
2022-08-10 19:35:58 -05:00
Cameron Gutman
ef5605ae39
Update FFmpeg to 5.1
2022-08-10 00:14:53 -05:00
Cameron Gutman
9b29b2702e
Update VCRedist and add a script to update it in the future
2022-08-09 20:09:12 -05:00
Jorys Paulin
abafa270e5
Translated using Weblate (French)
...
Currently translated at 100.0% (192 of 192 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/fr/
2022-08-06 14:19:54 +02:00
Cameron Gutman
15852ccf81
Update dependencies
...
SDL -> 602b7dd0f4
OpenSSL -> 1.1.1q
SDL_ttf -> 2.20.0
2022-08-02 00:38:33 -05:00
Kirill Korolev
a427ecd029
Translated using Weblate (Russian)
...
Currently translated at 98.9% (190 of 192 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/ru/
2022-07-22 18:18:21 +02:00
Wen-haur Chiu
77228dcb2c
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (192 of 192 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/zh_Hant/
2022-07-21 14:19:41 +02:00
Cameron Gutman
3948cfe495
Update libva to 2.15 in AppImage
2022-07-02 13:05:47 -05:00
Cameron Gutman
36218b54f8
Don't hardcode /dev/dri/card0 and /dev/dri/renderD128
2022-06-30 19:25:33 -05:00