giongto35
|
ded40fbae0
|
Merge branch 'master' of github.com:giongto35/cloud-game
|
2019-05-23 19:30:44 +08:00 |
|
giongto35
|
facd0fdc01
|
Worker auto reconnect (#34)
* Change join to start
* WIP
* Use RouteWork to route worker call
* Add reconnect
* Update main test
* Remove fatal
* Update test
* Remove unnecessary
|
2019-05-23 19:23:45 +08:00 |
|
giongto35
|
ea773239c0
|
Change join to start
|
2019-05-23 01:53:29 +08:00 |
|
giongto35
|
4fc4186b1c
|
Update design doc
|
2019-05-23 00:36:58 +08:00 |
|
giongto35
|
c97f5274a7
|
Update document
|
2019-05-22 23:34:00 +08:00 |
|
giongto35
|
1c55c07506
|
Merge branch 'master' of github.com:giongto35/cloud-game
|
2019-05-22 01:20:18 +08:00 |
|
giongto35
|
a461415038
|
Worker listen to random port so we can run multiple worker
|
2019-05-21 23:54:31 +08:00 |
|
giongto35
|
4cfa0b332b
|
Update readme overlord (#33)
* Update readme for release
* Update readme
* Update design Doc overlord flow
|
2019-05-21 23:30:22 +08:00 |
|
giongto35
|
4cf3d4c9c5
|
Merge pull request #32 from giongto35/improve-input-channel
Improve channel
|
2019-05-20 16:05:50 +08:00 |
|
giongto35
|
2ffd03aabf
|
use for to wait channel
|
2019-05-20 16:00:09 +08:00 |
|
giongto35
|
0c4e851c0c
|
Change done chan to 1
|
2019-05-20 15:16:56 +08:00 |
|
giongto35
|
b8b950fa2a
|
Merge pull request #31 from giongto35/channel-direction
Add channel direction
|
2019-05-20 01:51:29 +08:00 |
|
giongto35
|
4e7d274ce1
|
Add channel direction
|
2019-05-20 01:46:58 +08:00 |
|
giongto35
|
b894375f99
|
Update run local
|
2019-05-19 23:55:41 +08:00 |
|
giongto35
|
003dd9d9e4
|
Add back recover
|
2019-05-19 20:07:51 +08:00 |
|
giongto35
|
4e316fce10
|
Update save and load
|
2019-05-19 20:00:24 +08:00 |
|
giongto35
|
c42ef403be
|
Update closing websocket
|
2019-05-19 17:51:48 +08:00 |
|
giongto35
|
dd6452b533
|
Close session
|
2019-05-19 13:42:23 +08:00 |
|
giongto35
|
437cb25f87
|
Update comments
|
2019-05-19 13:24:24 +08:00 |
|
giongto35
|
e468db2d28
|
Update test
|
2019-05-19 13:13:09 +08:00 |
|
giongto35
|
4dc55b5cdb
|
Clean code
|
2019-05-19 05:24:58 +08:00 |
|
giongto35
|
c3081ee5d9
|
Unified Session
|
2019-05-19 05:02:38 +08:00 |
|
giongto35
|
37254852b3
|
update architecture
|
2019-05-19 03:12:21 +08:00 |
|
giongto35
|
38bbd16a83
|
Merge branch 'master' of github.com:giongto35/cloud-game
|
2019-05-18 02:50:52 +08:00 |
|
giongto35
|
b0f4bc2836
|
Quit room
|
2019-05-18 02:50:25 +08:00 |
|
trichimtrich
|
a598570f69
|
remove minimum bound of screen
|
2019-05-17 22:31:10 +08:00 |
|
giongto35
|
a7e94e7007
|
Remove room ID after quit
|
2019-05-17 03:29:21 +08:00 |
|
giongto35
|
0cec1bd47f
|
Merge branch 'master' of github.com:giongto35/cloud-game
|
2019-05-17 02:35:11 +08:00 |
|
giongto35
|
9dc19b7559
|
Merge pull request #30 from giongto35/fix-sdp
Add iceCandidates logic
|
2019-05-17 02:34:51 +08:00 |
|
giongto35
|
1fcdab3d19
|
Merge branch 'master' into fix-sdp
|
2019-05-17 02:31:13 +08:00 |
|
giongto35
|
ad1d96e3f8
|
Remove GCP Project env
|
2019-05-17 00:45:14 +08:00 |
|
giongto35
|
811935e1c7
|
Merge pull request #29 from giongto35/frontend2
Frontend game pad . Multi device adaption
|
2019-05-16 22:22:03 +08:00 |
|
giongto35
|
29f571a41a
|
Merge pull request #28 from giongto35/fix-closed-channel-bug
Fix closed channel bug
|
2019-05-16 02:50:24 +08:00 |
|
giongto35
|
b2eed29755
|
Add comments
|
2019-05-16 02:47:35 +08:00 |
|
giongto35
|
d3671269d1
|
Remove comments
|
2019-05-16 02:41:54 +08:00 |
|
giongto35
|
64c4a496ad
|
Set IsRunning = false early
|
2019-05-16 02:20:11 +08:00 |
|
giongto35
|
8a4241f8ac
|
Detach room from handler
|
2019-05-16 02:00:23 +08:00 |
|
trichimtrich
|
8309be740c
|
fix touch gesture
|
2019-05-16 01:23:48 +08:00 |
|
giongto35
|
f60090a285
|
Check peerconnection is in room before detach and reconn
|
2019-05-16 01:04:54 +08:00 |
|
giongto35
|
ec7ab37786
|
Merge pull request #27 from giongto35/optimize/reuse-buffer
Optimize/reuse buffer
|
2019-05-15 22:09:44 +08:00 |
|
hasagi
|
abc8a317c4
|
WIP
|
2019-05-15 19:05:10 +08:00 |
|
trichimtrich
|
859498912d
|
WIP
|
2019-05-15 12:13:06 +08:00 |
|
giongto35
|
2ff9d3d62b
|
Allocation inplace
|
2019-05-15 02:52:00 +08:00 |
|
giongto35
|
1427eacf41
|
Set IsRunning earlier
|
2019-05-15 02:36:05 +08:00 |
|
giongto35
|
ad88c6e706
|
Add iceCandidates logic
|
2019-05-15 02:14:24 +08:00 |
|
trichimtrich
|
f8606baf51
|
Merge branch 'master' into frontend2
|
2019-05-15 02:10:18 +08:00 |
|
trichimtrich
|
bd50d66e86
|
WIP
|
2019-05-15 02:08:58 +08:00 |
|
trichimtrich
|
6122deab8b
|
WIP
|
2019-05-14 14:13:36 +08:00 |
|
giongto35
|
32142dac09
|
Update encoder close
|
2019-05-14 03:04:57 +08:00 |
|
giongto35
|
310a638a44
|
Update close encoder channel
|
2019-05-14 03:03:51 +08:00 |
|