2035 Commits

Author SHA1 Message Date
loki
7b8efeae70 Generate ubuntu package 2020-01-29 16:54:53 -05:00
loki
009c7a7bdc default config values match the example values 2020-01-29 14:43:46 -05:00
loki
c0ff2c79e8 automatically search for config file in the assets dir 2020-01-29 14:31:02 -05:00
loki
11d25b0203 Fix credentials not found during fetching 2020-01-27 23:47:37 +01:00
loki
90dbc6fc26 Added pre-compiled -> bitbucket 2020-01-27 23:40:01 +01:00
loki
b9dcf3571a remove pre-compiled -> Github 2020-01-27 23:38:36 +01:00
loki
b2f0a1dcd0 Use bitbucket instead of github for lfs 2020-01-27 23:00:13 +01:00
loki
cdf6921dfe Merge branch 'master' of github.com:loki-47-6F-64/sunshine v0.1.0 2020-01-27 21:16:09 +01:00
loki
b233cce744 Bundle audio-info.exe with the zip 2020-01-27 21:05:57 +01:00
loki
e95c670f7f Fix pre-compiled remote url 2020-01-27 20:21:32 +01:00
loki
aa60cb7ebc Improve compilation time 2020-01-27 20:10:45 +01:00
loki
3b6bcc93e0 Attempt to fix build 2020-01-27 17:40:31 +01:00
loki
6f0612fa10 Fix path to ffmpeg headers and attempt to reduce compile time ffmpeg 2020-01-27 00:33:55 +01:00
loki-47-6F-64
b1c95dfd27
Update README.txt 2020-01-26 23:27:22 +01:00
loki
8dc6973805 Fix missing option for cmake 2020-01-26 23:19:51 +01:00
loki
2e4383423f Fix typo 2020-01-26 22:47:55 +01:00
loki
11023cbf16 update appveyor 2020-01-26 22:20:40 +01:00
loki
0b0276696e Perpare CMakeLists.txt for standalone 2020-01-26 21:35:45 +01:00
loki
1d9ccb211e Refactor gamepad device creation 2020-01-25 20:46:14 +01:00
loki
8b7c833cd4 Multiple Gamepad support for Windows 2020-01-25 01:27:47 +01:00
loki
b4d3748d74 Multi controller support for Linux 2020-01-25 01:05:43 +01:00
loki
88281e6612 Moved loss stats from debug to verbose 2020-01-24 23:42:18 +01:00
loki
9f0a5825f0 Select audio endpoint based on config option audio_sink on Windows 2020-01-24 23:17:05 +01:00
loki
afbc7d894f Created tool to identify different audio-sinks 2020-01-24 22:34:09 +01:00
loki
19cad9c49e Update Appveyor for dxgi-info 2020-01-24 01:12:05 +01:00
loki
c3af78caaa Configure source for frame capturing on Windows 2020-01-24 01:05:43 +01:00
loki
95f90501e4 Created tool to display the names of the dxgi devices 2020-01-23 23:43:39 +01:00
loki
8da7739728 Fix crashing when not waiting for pin, yet /pin is called 2020-01-23 20:31:04 +01:00
loki
1c28214260 Fix stream not starting properly on Windows when option "cmd" omitted in apps.json 2020-01-23 19:32:16 +01:00
loki
f06f5dde2f Generate Private Key and Certificate if none exist 2020-01-23 16:00:44 +01:00
loki
1b49a9661e Add untracked file 2020-01-23 15:16:52 +01:00
loki
44f86dd3e5 Start Steam in Big-Picture mode on Windows 2020-01-23 12:46:09 +01:00
loki
6c313bb1c8 Merge branch 'master' of github.com:loki-47-6F-64/sunshine 2020-01-23 11:53:25 +01:00
loki-47-6F-64
de1c4c56d3
Merge pull request #14 from cgutman/pitch_width
Fix row pitch being assumed to be 'width * 4'
2020-01-23 11:58:46 +01:00
loki
944ab4b786 Remove unnecessary function 2020-01-23 11:52:08 +01:00
loki
a5b6aa279a Add FIXME comment 2020-01-23 11:35:24 +01:00
Cameron Gutman
6ec0cae2d0 Fix row pitch being assumed to be 'width * 4' 2020-01-22 18:42:53 -08:00
loki-47-6F-64
8c378eb27e
Merge pull request #13 from cgutman/key_fixes
Fix incorrect key codes
2020-01-22 14:45:01 +01:00
loki-47-6F-64
87bd5fbdb2
Merge pull request #12 from cgutman/mac_address_windows
Retrieve MAC address on Windows
2020-01-22 14:43:58 +01:00
Cameron Gutman
96eff20c02 Fix extended keys on Windows 2020-01-21 20:36:49 -08:00
Cameron Gutman
9e11ba9902 Fix XK_KP_Decimal and XK_KP_Separator being swapped on Linux 2020-01-21 20:36:32 -08:00
Cameron Gutman
a417b08fb7 Retrieve MAC address on Windows 2020-01-21 18:23:18 -08:00
loki
0bfa93814b Prevent clients from starting an HEVC stream if HEVC is disabled 2020-01-21 20:11:35 +01:00
loki
96698153af Warn if a configurable option is not recognized 2020-01-21 18:36:00 +01:00
loki-47-6F-64
c7eb67d761
Merge pull request #10 from cgutman/local_ip
Support multi-homed hosts and plumb MAC addresses for Linux
2020-01-21 18:20:03 +01:00
Cameron Gutman
0631d9dfb2 Support multi-homed hosts and plumb MAC addresses for Linux 2020-01-21 09:09:57 -08:00
loki-47-6F-64
d25df5a1a8
Merge pull request #11 from cgutman/win32_artifacts
Archive Sunshine builds for Windows
2020-01-21 17:39:33 +01:00
loki-47-6F-64
876f6c3adc
Merge pull request #9 from cgutman/min_threads
Change threads option to min_threads
2020-01-21 17:33:06 +01:00
Cameron Gutman
07833e235f Archive Sunshine builds for Windows 2020-01-20 18:54:33 -08:00
Cameron Gutman
460a45268b Change threads option to min_threads 2020-01-20 17:23:57 -08:00