34 Commits

Author SHA1 Message Date
Cameron Gutman
7392ea4ad7 Fix returning binary data for box art 2016-07-04 14:18:01 -07:00
Cameron Gutman
e90fe56f2b Generate a unique remote input key per connection. This closes #54 2016-05-09 19:19:26 -04:00
Cameron Gutman
fcc4edb556 Use larger video packets to offset the higher packet reception overhead of NaCl 2016-05-08 11:48:18 -04:00
Cameron Gutman
f0b8604147 Only filter keyboard events to ensure Esc still works when mouse lock is disabled 2016-05-06 14:51:43 -04:00
Cameron Gutman
ea80c6e3ef Don't request filtering on input events. It needlessly increases CPU usage. 2016-05-06 13:18:42 -04:00
Gustavo
2682ab6530 Clean pairing, simple cache app list, added mDNS support 2016-04-07 10:51:32 -03:00
Cameron Gutman
f18dbd88e0 Implement NaCl-side of pairing with Gen 7 servers 2016-03-31 11:54:06 -04:00
Cameron Gutman
5d17ee2bae Merge branch 'master' into nacl_pairing 2016-03-10 23:29:16 -08:00
Cameron Gutman
b796b496dd Use the server major version pulled from serverinfo when starting a stream 2016-03-10 22:37:26 -08:00
Cameron Gutman
be7f316c50 Reduce usage of g_Instance 2016-02-29 13:37:53 -05:00
Cameron Gutman
4832237a11 Pairing is working 2016-02-28 00:25:49 -05:00
Cameron Gutman
b26869e93b Merge branch 'master' into js
Conflicts:
	moonlight.hpp
2016-02-26 23:10:31 -05:00
Cameron Gutman
e7b45e5b6c Set the graphics context size using the width and height of the stream instead of the initial size of the NaCl element. This closes issue #16 2016-02-25 22:48:22 -05:00
Gustavo
c420db5373 New message handling, and new NvAPI 2016-02-25 07:58:36 -03:00
Aidan Campbell
ad9aadc30f added support for bitrate selection. This closes #9 2016-02-19 12:28:19 -05:00
Cameron Gutman
5e66aee4dd Update hardcoded server major version to 5 for testing 2016-02-19 12:15:46 -05:00
Aidan Campbell
acfe4d8be6 now choosing video parameters makes a difference 2016-02-18 21:55:27 -05:00
Aidan Campbell
8dfa196a13 saving and loading hostname 2016-02-18 17:41:40 -05:00
Cameron Gutman
cce9cc5fb5 Return to the app page if the connection fails when starting up 2016-02-18 01:12:55 -05:00
Cameron Gutman
38d7b5d6c3 Fix returning to the app screen after stopping the stream. Remove messages that aren't meant to be handled in NaCl. 2016-02-18 01:05:58 -05:00
Cameron Gutman
8bac82b694 Fix deadlock on self-initiated connection termination 2016-02-18 00:47:57 -05:00
Cameron Gutman
f90578882d Implement Ctrl+Alt+Shift+Q to terminate the stream 2016-02-16 20:27:22 -05:00
Aidan Campbell
b634ab84f1 switched to single HTML file by hiding certain regions 2016-02-14 20:33:10 -05:00
Cameron Gutman
c9e65715cb Add audio decoding support 2016-02-14 00:35:39 -05:00
Cameron Gutman
e9870cde4f Fix streaming 2016-02-13 18:32:13 -05:00
Aidan Campbell
3cfeca7d92 refactored HTML button hooks
moved status messages to new field
2016-02-13 17:27:56 -05:00
Cameron Gutman
b7032a8957 Rendering is now working 2016-02-13 14:49:27 -05:00
Cameron Gutman
e67a841a3e Rendering WIP 2016-02-13 12:14:13 -05:00
Cameron Gutman
e72be415c3 Poll every 10 ms for gamepad input instead of constantly 2016-02-13 09:28:13 -05:00
Cameron Gutman
9a38318210 Video decoding is partially working 2016-02-13 09:12:41 -05:00
Cameron Gutman
7ea534c692 Basic streaming and mouse input works 2016-02-13 07:19:57 -05:00
Cameron Gutman
b5b6329c9d Move MoonlightInstance declaration into a header 2016-02-13 02:15:33 -05:00
Cameron Gutman
2e52d68fd7 Initialize nacl_io the correct way for BSD socket emulation to work 2016-02-13 00:50:14 -05:00
Cameron Gutman
364b8d6e9b Add a basic entry point to allow the nexe to link 2016-02-12 22:23:26 -05:00