R. Aidan Campbell
|
de7dcbb675
|
now with basic game listing support
|
2016-03-11 10:17:34 -05:00 |
|
R. Aidan Campbell
|
265c711da5
|
re-added host saving. Looks like it was lost in nacl-pairing
|
2016-03-11 09:40:42 -05:00 |
|
R. Aidan Campbell
|
255ab97677
|
now with a random pairing number, instead of 1233
|
2016-03-11 09:30:32 -05:00 |
|
R. Aidan Campbell
|
94cfe26a10
|
Now with a pretty client side dialog for pairing
|
2016-03-11 09:20:23 -05:00 |
|
Cameron Gutman
|
fe50bfce25
|
Remove usage of sendmsg and recvmsg in ENet
|
2016-03-11 00:30:50 -08:00 |
|
Cameron Gutman
|
bc8f2eec62
|
Build common-c's ENet submodule
|
2016-03-10 23:52:19 -08:00 |
|
Cameron Gutman
|
2ef3089eae
|
Update common-c
|
2016-03-10 23:35:25 -08:00 |
|
Cameron Gutman
|
5d17ee2bae
|
Merge branch 'master' into nacl_pairing
|
2016-03-10 23:29:16 -08:00 |
|
Cameron Gutman
|
0fe15be7b6
|
If the server is available, ignore the current game in serverinfo
|
2016-03-10 23:21:51 -08:00 |
|
Cameron Gutman
|
f45ecb9edc
|
Actually stream the new session instead of just starting it
|
2016-03-10 23:21:06 -08:00 |
|
Cameron Gutman
|
147b4cf9f3
|
Add support for starting a new stream of Steam Big Picture
|
2016-03-10 23:10:08 -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
|
02341e85e2
|
Add basic logic for resuming an existing stream
|
2016-03-10 22:29:00 -08:00 |
|
Cameron Gutman
|
8ce558f701
|
Uniqueid should be a 64-bit hex number, not a UUID
|
2016-03-10 22:07:04 -08:00 |
|
Cameron Gutman
|
baa3a1a68c
|
Fix handling empty text boxes
|
2016-03-10 21:45:35 -08:00 |
|
Cameron Gutman
|
a8022f3187
|
Fix makefile and add libraries required for building
|
2016-03-10 21:40:17 -08:00 |
|
R. Aidan Campbell
|
f6261d43b4
|
fixed JS->CPP message passing bug. Needs strings, ints don't work
|
2016-03-10 22:49:02 -05:00 |
|
R. Aidan Campbell
|
4050fe0d3b
|
GUUID is now saved
|
2016-03-10 22:23:51 -05:00 |
|
R. Aidan Campbell
|
73285c4ff2
|
fixed pairing function signature. Pairing now somewhat works
|
2016-03-10 21:38:56 -05:00 |
|
R. Aidan Campbell
|
5ad7c34cec
|
in-progress commit for saving/loading pairing certs
|
2016-03-07 18:16:52 -05:00 |
|
Cameron Gutman
|
47ede93af0
|
Update common submodule
|
2016-03-03 21:15:48 -05:00 |
|
Cameron Gutman
|
be7f316c50
|
Reduce usage of g_Instance
|
2016-02-29 13:37:53 -05:00 |
|
Cameron Gutman
|
62df62f857
|
Update common to disable dynamic resolution switching
|
2016-02-29 13:36:46 -05:00 |
|
R. Aidan Campbell
|
8258c3f826
|
added untested saving and loading of cert
|
2016-02-28 00:49:20 -05:00 |
|
Cameron Gutman
|
4832237a11
|
Pairing is working
|
2016-02-28 00:25:49 -05:00 |
|
Cameron Gutman
|
59e461cad3
|
Add includes for required libs
|
2016-02-27 22:01:23 -05:00 |
|
Cameron Gutman
|
b26869e93b
|
Merge branch 'master' into js
Conflicts:
moonlight.hpp
|
2016-02-26 23:10:31 -05:00 |
|
Cameron Gutman
|
1aff99d5e8
|
Fix the accent menu showing up on OS X. This closes #1
|
2016-02-26 22:26:36 -05:00 |
|
Cameron Gutman
|
abe66c7e21
|
Set some nicer Graphics3D context attributes to allow the GLES backend more flexibility when choosing a context
|
2016-02-26 17:20:10 -05:00 |
|
Cameron Gutman
|
4f6c547e47
|
Fix scrolling behavior by accumulating partial ticks
|
2016-02-26 14:43:20 -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 |
|
Cameron Gutman
|
24cf97b0ae
|
Only draw frames that are newer than the last frame we drew
|
2016-02-24 13:55:35 -05:00 |
|
Gustavo
|
f423fc6314
|
Merge remote-tracking branch 'refs/remotes/moonlight-stream/master' into js
|
2016-02-23 20:50:30 -03:00 |
|
R. Aidan Campbell
|
eba9769378
|
fixed minor material UI bug in the textbox caused by 01d8c7d6bc183cad556f59b5f8befe664dc2f21c
|
2016-02-23 11:33:30 -05:00 |
|
R. Aidan Campbell
|
01d8c7d6bc
|
UI Formatting update. This closes #15
|
2016-02-22 10:37:04 -05:00 |
|
Cameron Gutman
|
fe7618504e
|
Default bitrate for 1080p60 should be 20 Mbps
|
2016-02-21 18:08:43 -05:00 |
|
R. Aidan Campbell
|
061cc7edd4
|
now with default bitrate settings. This closes #12
|
2016-02-21 17:39:14 -05:00 |
|
R. Aidan Campbell
|
61d072f026
|
Fixed issue caused by javascript refactoring. this closes #13
|
2016-02-21 17:03:49 -05:00 |
|
Cameron Gutman
|
36e76ed86d
|
Use h264bitstream library to mixup the SPS so OS X will use hardware decoding
|
2016-02-21 15:57:45 -05:00 |
|
Cameron Gutman
|
83ba8a10bb
|
Force hardware acceleration for video decoding so we can see clearly when it's not working
|
2016-02-20 22:54:16 -05:00 |
|
Cameron Gutman
|
88dc8623cd
|
Send the SPS, PPS, and I-frame together to fix VideoToolbox hardware decoding on OS X. This closes #7
|
2016-02-20 22:28:58 -05:00 |
|
Aidan Campbell
|
cab4bd749c
|
fixed bug where previous bitrate would not load
|
2016-02-19 16:13:38 -05:00 |
|
Aidan Campbell
|
cd1c3eb564
|
Merge branch 'master' of github.com:cgutman/moonlight-chrome
|
2016-02-19 15:16:23 -05:00 |
|
Aidan Campbell
|
658351c4ae
|
Javascript cleaning
|
2016-02-19 15:16:14 -05:00 |
|
Cameron Gutman
|
b69230ddbd
|
Update README.md
|
2016-02-19 13:00:43 -05: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 |
|
Cameron Gutman
|
39ca14e96a
|
Merge branch 'master' of github.com:cgutman/moonlight-chrome
|
2016-02-19 12:09:44 -05:00 |
|
Cameron Gutman
|
c87c6598c8
|
Update common-c with support for Gen 5 servers
|
2016-02-19 12:09:14 -05:00 |
|