Cameron Gutman
|
a8f72df7f8
|
Fix in-tree builds
|
2019-02-16 00:42:09 -08:00 |
|
Cameron Gutman
|
640e3213ee
|
Copy the required data files into place for building in the IDE
|
2019-02-15 18:47:42 -08:00 |
|
Cameron Gutman
|
46bd8ad83d
|
Add debug overlay for SDL renderer
|
2019-02-12 21:55:15 -08:00 |
|
Cameron Gutman
|
4dac57cf8c
|
Add SDL2_ttf dependency for Linux
|
2019-02-12 21:38:51 -08:00 |
|
Cameron Gutman
|
95cb026446
|
Add SDL2_ttf for macOS
|
2019-02-12 21:32:11 -08:00 |
|
Cameron Gutman
|
d077c6450f
|
Split SdlRenderer from renderer.h
|
2019-02-12 19:58:36 -08:00 |
|
Cameron Gutman
|
7747624c80
|
Revert "Wake up main thread immediately after new frame is pushed"
This reverts commit aab7191a44 .
|
2019-01-21 20:10:13 -08:00 |
|
Cameron Gutman
|
aab7191a44
|
Wake up main thread immediately after new frame is pushed
|
2019-01-21 18:57:14 -08:00 |
|
Cameron Gutman
|
b19c4bfc5d
|
Add performance overlay for DXVA2 renderer
|
2019-01-19 23:05:56 -08:00 |
|
Cameron Gutman
|
a66fbcd6be
|
Use version.txt for Info.plist too
|
2019-01-05 18:53:17 -08:00 |
|
Cameron Gutman
|
102e5f6de9
|
Move the version string into version.txt
|
2019-01-05 18:08:34 -08:00 |
|
Cameron Gutman
|
82230ef2f5
|
Version 0.8.0
|
2018-12-25 22:29:27 -08:00 |
|
Cameron Gutman
|
d696536486
|
Version 0.7.0
|
2018-12-05 22:49:42 -08:00 |
|
Janne Hakonen
|
0ab07303c9
|
Add quit cli command and app quit option after stream session. Fixes #92 (#138)
* Add quit cli command and app quit option after stream session. Fixes #92
* Code review fixes.
|
2018-12-05 18:45:28 -08:00 |
|
Cameron Gutman
|
b97758ef46
|
Switch to libsoundio on Linux now that PA works reliably after d1fe752028
|
2018-11-28 00:13:04 -08:00 |
|
Cameron Gutman
|
c63c5100e2
|
Version 0.6.4
|
2018-11-20 22:23:03 -08:00 |
|
Cameron Gutman
|
115ced7ab4
|
Only precompile QML files on release builds
|
2018-11-18 22:04:11 -08:00 |
|
Cameron Gutman
|
ef15b5641a
|
Fix accidental dependency on system SDL2.framework when building in the IDE
|
2018-11-18 21:23:46 -08:00 |
|
Cameron Gutman
|
7b5dc33a21
|
Version 0.6.3
|
2018-11-16 01:17:57 -08:00 |
|
Cameron Gutman
|
eaeb9ec6f7
|
Version 0.6.2
|
2018-10-28 19:57:38 -07:00 |
|
Cameron Gutman
|
8a7c463c52
|
Version 0.6.1
|
2018-10-14 23:08:58 -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
|
4f84843b00
|
Fixup H.264 SPS for VideoToolbox compatibility. Fixes #98
|
2018-10-12 17:59:53 -07:00 |
|
Cameron Gutman
|
6e4dd161ac
|
Version 0.6.0
|
2018-10-06 20:46:01 -07:00 |
|
Cameron Gutman
|
1fc63a6529
|
Exclude libsoundio from Linux build
|
2018-10-06 18:24:34 -07:00 |
|
Cameron Gutman
|
e182445593
|
libsoundio audio renderer for Windows and Mac (#97)
|
2018-10-05 19:22:57 -07:00 |
|
Cameron Gutman
|
d706e81cd4
|
Add gamepad navigation support for everything except context menus and dialogs
|
2018-09-30 13:41:32 -07:00 |
|
Cameron Gutman
|
6758d6c43e
|
Create MappingManager class to handle gamepad mappings (currently only saving custom mappings)
|
2018-09-29 20:33:45 -07:00 |
|
Cameron Gutman
|
76387aacad
|
Switch SDL_GameControllerDB to submodule
|
2018-09-29 16:43:14 -07:00 |
|
Cameron Gutman
|
200b1c5095
|
Rename hpp -> h
|
2018-09-29 16:18:46 -07:00 |
|
Janne Hakonen
|
d14cfb577b
|
Add command line parameters. Fixes #30 (#89)
* Add command line parameters. Fixes #30
* Fixed compile errors
* Fixed code review findings
* Fixed code review findings, take 2
|
2018-09-29 14:06:55 -07:00 |
|
Cameron Gutman
|
ba7dd31035
|
Refactor ComputerManager and BoxArtManager to get code out of headers and split NvComputer into its own file
|
2018-09-29 02:19:44 -07:00 |
|
Cameron Gutman
|
71b625081a
|
Switch to PortAudio for audio playback
|
2018-09-22 17:39:12 -07:00 |
|
Cameron Gutman
|
14ec0259df
|
Switch back from Qt Multimedia to SDL for audio configuration detection. Qt is also broken, but just broken in a way that always reports stereo
|
2018-09-22 16:20:00 -07:00 |
|
Cameron Gutman
|
97e5acecd7
|
Precompile QML files to avoid writing qmlcache. Fixes #86
|
2018-09-22 13:44:58 -07:00 |
|
Cameron Gutman
|
821d4ac9dd
|
Version 0.5.1 (hotfix for Windows and Mac only)
|
2018-09-16 12:18:58 -07:00 |
|
Cameron Gutman
|
1f759577ce
|
Version 0.5.0
|
2018-09-15 16:23:10 -07:00 |
|
Cameron Gutman
|
f2f8f92172
|
Add gamepad mapping DB from https://github.com/gabomdq/SDL_GameControllerDB
|
2018-09-13 11:58:32 -07:00 |
|
Cameron Gutman
|
6e06174db6
|
Add experimental Qt audio renderer
|
2018-09-13 08:17:26 -07:00 |
|
Cameron Gutman
|
64bc189010
|
Fixes to SDL audio renderer and autodetection support
|
2018-09-13 07:46:01 -07:00 |
|
Cameron Gutman
|
12496e4432
|
Refactor audio rendering into a separate class
|
2018-09-13 06:23:06 -07:00 |
|
Cameron Gutman
|
103625fbdd
|
Version v0.4.0
|
2018-09-08 16:58:03 -07:00 |
|
Cameron Gutman
|
391e84e0f4
|
Create a crash dump when Moonlight crashes on Windows
|
2018-09-07 14:16:59 -07:00 |
|
Cameron Gutman
|
8a2491d955
|
Populate RC strings for Windows builds
|
2018-09-05 15:52:50 -07:00 |
|
Cameron Gutman
|
6d0fc22ab5
|
Ensure symbols are always generated for debugging purposes
|
2018-09-04 00:18:02 -07:00 |
|
Cameron Gutman
|
fa93364ddd
|
Ensure the CVDisplayLink is synchronized to the display that our window is on
|
2018-09-03 20:19:24 -04:00 |
|
Cameron Gutman
|
fb53c95207
|
Version 0.3.0
|
2018-08-21 01:18:55 -07:00 |
|
Cameron Gutman
|
960e083152
|
Add manifest for Windows
|
2018-08-21 01:07:30 -07:00 |
|
Cameron Gutman
|
d6e7173af0
|
Add a VsyncSource for renderers that already block for V-sync
|
2018-08-20 17:24:47 -07:00 |
|
Cameron Gutman
|
62f765b2b4
|
Switch DXVA2 to IDirect3D9Ex APIs for more detailed control of rendering
|
2018-08-19 21:53:39 -07:00 |
|