Cameron Gutman
|
974e44ba4c
|
Update common-c for more unique STUN error codes
|
2018-10-28 17:20:34 -07:00 |
|
Cameron Gutman
|
9461ebec2d
|
Log an error if STUN fails
|
2018-10-26 20:54:17 -07:00 |
|
Cameron Gutman
|
48d8a53cd6
|
Resolve WAN address using STUN if the PC is discovered over mDNS
|
2018-10-26 20:44:51 -07:00 |
|
Cameron Gutman
|
2a8dfd63da
|
Update common-c to include STUN code
|
2018-10-26 20:22:38 -07:00 |
|
Cameron Gutman
|
49ac431792
|
Fix calling convention of LoadLibrary hooks which caused x86 builds to crash
|
2018-10-15 07:41:50 -07:00 |
|
Cameron Gutman
|
8a7c463c52
|
Version 0.6.1
|
2018-10-14 23:08:58 -07:00 |
|
Cameron Gutman
|
eab77fba7a
|
Fix inability to play audio on sound cards set to 192 KHz sample rate
|
2018-10-14 22:52:24 -07:00 |
|
Cameron Gutman
|
61d90a5a88
|
Also display a tooltip when the item is highlighted by gamepad/keyboard
|
2018-10-14 22:23:08 -07:00 |
|
Cameron Gutman
|
ef99f02bc7
|
Display the tooltip over the text itself and only if it's truncated
|
2018-10-14 21:39:37 -07:00 |
|
Cameron Gutman
|
9166a604d6
|
Rename NktHookLib.pdb back to its original name to avoid a link-time warning
|
2018-10-14 21:14:32 -07:00 |
|
Cameron Gutman
|
d5a1189053
|
Avoid VAAPI on AMD drivers due to a bad memory leak
|
2018-10-14 20:37:13 -07:00 |
|
Cameron Gutman
|
cb52a53922
|
Remove accidentally committed debugging code
|
2018-10-14 12:59:13 -07:00 |
|
Cameron Gutman
|
1aff2ff0c3
|
Fix CoreAudio failure to open device when it contains certain UTF-8 characters. Fixes #104
|
2018-10-14 11:33:13 -07:00 |
|
Cameron Gutman
|
fd63aad3b8
|
Only avoid HEVC on GFE 3.10 and lower on macOS
|
2018-10-14 11:28:52 -07:00 |
|
Cameron Gutman
|
9a807a0685
|
Prevent asserts from being compiled into moonlight-common-c and soundio in release builds
|
2018-10-14 11:26:29 -07:00 |
|
Cameron Gutman
|
40fc9fa26f
|
Fix Qt 5.9 incompatibility in AutoResizingComboBox. Fixes #107
|
2018-10-13 20:16:18 -07:00 |
|
Cameron Gutman
|
cf0d29d452
|
Add AntiHooking helper DLL to prevent NahimicOSD.dll from loading into Moonlight and causing us to hang in full-screen mode. Fixes #102
|
2018-10-13 19:35:21 -07:00 |
|
Cameron Gutman
|
e411c207ae
|
Implement quitting Moonlight via gamepad or keyboard. Fixes #100
|
2018-10-13 00:41:22 -07:00 |
|
Cameron Gutman
|
5df2704ccc
|
Compile h264bitstream as GNU99 on GCC
|
2018-10-12 21:45:41 -07:00 |
|
Cameron Gutman
|
36f468a599
|
Fix window icon disappearing when toggling out of full-screen mode on Windows
|
2018-10-12 20:34:58 -07:00 |
|
Cameron Gutman
|
dfae69834a
|
Fix misleading debug print
|
2018-10-12 20:02:54 -07:00 |
|
Cameron Gutman
|
e53b32fa57
|
Stop polling machines after 5 minutes of inactivity to conserve power
|
2018-10-12 19:58:29 -07:00 |
|
Cameron Gutman
|
969afac696
|
Add tool tips to app grid
|
2018-10-12 19:41:20 -07:00 |
|
Cameron Gutman
|
50d4f267ba
|
Fix font setting in TextMetrics. Fixes #99
|
2018-10-12 19:19:33 -07:00 |
|
Cameron Gutman
|
33b9caaca9
|
Compile libsoundio as GNU99 on GCC
|
2018-10-12 18:02:12 -07:00 |
|
Cameron Gutman
|
4f84843b00
|
Fixup H.264 SPS for VideoToolbox compatibility. Fixes #98
|
2018-10-12 17:59:53 -07:00 |
|
Cameron Gutman
|
44f415f94d
|
Sign all deployed binaries in one signtool invocation
|
2018-10-11 18:45:29 -07:00 |
|
Cameron Gutman
|
6e4dd161ac
|
Version 0.6.0
|
2018-10-06 20:46:01 -07:00 |
|
Cameron Gutman
|
c724f01c98
|
Remove PortAudio from required libraries
|
2018-10-06 20:12:49 -07:00 |
|
Cameron Gutman
|
1fc63a6529
|
Exclude libsoundio from Linux build
|
2018-10-06 18:24:34 -07:00 |
|
Cameron Gutman
|
5d84ab4a47
|
Update SDL_GameControllerDB to 19944691bf18b97c0df2254ce52772b549d4d2bf
|
2018-10-06 14:07:22 -07:00 |
|
Cameron Gutman
|
fc315feac4
|
Maximize the Qt UI window if configured for a full-screen display mode
|
2018-10-06 13:14:32 -07:00 |
|
Cameron Gutman
|
82a87e96b3
|
Include the indicator in combo box width
|
2018-10-06 12:59:59 -07:00 |
|
Cameron Gutman
|
7d1ecc8d82
|
Fix popup font resizing on macOS
|
2018-10-06 12:41:55 -07:00 |
|
Cameron Gutman
|
f9daf2a45c
|
Resize settings combo boxes to match their contents
|
2018-10-06 12:12:05 -07:00 |
|
Cameron Gutman
|
113751a4bc
|
Avoid Qt bug by using onAfterRendering instead of onAfterSynchronizing to display dialogs
|
2018-10-05 19:54:13 -07:00 |
|
Cameron Gutman
|
e182445593
|
libsoundio audio renderer for Windows and Mac (#97)
|
2018-10-05 19:22:57 -07:00 |
|
Cameron Gutman
|
6661ca17c2
|
Fix keys being stuck after Moonlight loses focus or is quit via OS shortcut (Alt+Tab/Alt+F4)
|
2018-10-03 18:27:12 -07:00 |
|
Cameron Gutman
|
1b4e75f49e
|
Add support for sending X1 and X2 mouse buttons. Fixes #91
|
2018-10-03 17:56:42 -07:00 |
|
Cameron Gutman
|
22ed7f4e49
|
Merge pull request #94 from jhakonen/review/fix-pc-view-alignment
PC view: position app's icon and text on same level with other apps
|
2018-10-03 17:40:49 -07:00 |
|
Janne Hakonen
|
1d691cf763
|
Reserve a static size for app icon in PC view to position the icon and text on same level with other apps
|
2018-10-03 19:31:37 +03:00 |
|
Cameron Gutman
|
9075f309ad
|
Disable annoying stream stats prints
|
2018-10-02 20:12:53 -07:00 |
|
Cameron Gutman
|
18d97e9f73
|
Fix errant touch events on macOS
|
2018-10-02 20:11:13 -07:00 |
|
Cameron Gutman
|
bccd118abb
|
Finish removal of auto audio option and rename the remaining options
|
2018-10-02 15:30:22 -07:00 |
|
Cameron Gutman
|
3dc049ee5f
|
Remove automatic audio configuration permanently due to brokenness and allow renderers to request reinitialization on demand
|
2018-10-02 01:21:42 -07:00 |
|
Cameron Gutman
|
a614a693e5
|
Revert "Fix surround sound channel mapping on ALSA" since it can be handled inside PortAudio
|
2018-10-02 01:09:13 -07:00 |
|
Cameron Gutman
|
8dddcd04d5
|
Remove IAudioRenderer::testAudio() and just use IAudioRenderer::prepareForPlayback() instead
|
2018-10-01 19:49:08 -07:00 |
|
Cameron Gutman
|
209b4a1b02
|
Fix surround sound channel mapping on ALSA
|
2018-10-01 18:46:16 -07:00 |
|
Cameron Gutman
|
b14a0fa2ce
|
Ensure initial warning dialogs always appear on top of the Moonlight window
|
2018-09-30 22:39:51 -07:00 |
|
Cameron Gutman
|
5f05363996
|
Fix keyboard navigation of quit app and delete PC dialogs
|
2018-09-30 22:20:19 -07:00 |
|