441 Commits

Author SHA1 Message Date
redphx
6c5fa3c061 Simplify playtime text 2023-07-31 07:31:03 +07:00
redphx
e47c6d9103 Use colors from PICO-8 palette for stream badges 2023-07-31 07:25:52 +07:00
redphx
563ad65580 Fix battery calculation 2023-07-31 07:16:32 +07:00
redphx
7933d8d22c
Update README.md 2023-07-31 06:43:47 +07:00
redphx
b0e23ca335
Hold the "Quit game" button for 1s to refresh the stream (#43)
* Hold "Quit game" button to refresh the stream

* Fix problem with touch screen

* Another fix
2023-07-30 22:03:25 +07:00
redphx
c9f3990173
Show playtime & battery level badges (#42) 2023-07-30 21:07:25 +07:00
redphx
5d301b6588 Add setting to hide/disable touch controller (#38) 2023-07-30 15:47:56 +07:00
redphx
32123a7891
Update README.md 2023-07-29 18:02:20 +07:00
redphx
dad4d43313
Bump version to 1.7 v1.7 2023-07-29 17:21:01 +07:00
redphx
e3af588b13
Bump version to 1.7 2023-07-29 17:20:47 +07:00
redphx
50226baa5c
Update README.md 2023-07-29 17:20:02 +07:00
redphx
d2e3ad36da Fix check for update 2023-07-29 16:54:54 +07:00
redphx
26528fe2d7
Refactor code (#36)
* Refactor class names

* Move Quick settings bar's CSS to addCss()

* Adjust Stream menu button's size

* Add shadow to Video settings bar

* Put "Stream Stats" button before "Video Settings" button
2023-07-29 16:39:40 +07:00
redphx
9d44c9c779
Add "Preferred game's language" setting (#35) 2023-07-29 15:56:19 +07:00
redphx
423ac5c356 Start hiding cursor as soon as possible 2023-07-29 15:15:23 +07:00
redphx
746e32ecae
Add "Hide mouse cursor while playing" setting (#33) 2023-07-29 12:11:41 +07:00
redphx
931d70ba3a
Custom User-Agent (#32)
* Add "Custom User-Agent" feature

* Override navigator.userAgent

* Save the original User-Agent before overriding it
2023-07-29 10:49:12 +07:00
redphx
654d82208b
Update README.md 2023-07-29 09:41:40 +07:00
redphx
0d5e3ed70f
Replace "Force 1080p stream" setting with "Stream's target resolution" (#31) 2023-07-29 08:23:01 +07:00
redphx
fcd312344b
Update README.md 2023-07-28 12:14:58 +07:00
redphx
d53aeb6c3e
Update README.md 2023-07-28 06:32:12 +07:00
redphx
af5c758512
Update README.md 2023-07-27 08:45:03 +07:00
redphx
d1f39927d7
Update README.md 2023-07-27 08:29:48 +07:00
redphx
bd53961d67
Update README.md 2023-07-27 08:11:17 +07:00
redphx
ab6208a948
Bump version to 1.6.2 v1.6.2 2023-07-27 07:29:53 +07:00
redphx
bae8c193d3
Bump version to 1.6.2 2023-07-27 07:29:39 +07:00
redphx
b9283eb435
Update README.md 2023-07-27 07:28:50 +07:00
redphx
e73e018380
Update Stream stats (#24)
* Change label's font

* Add Stats settings popup

* Toggle Stats settings dialog

* Update structure of Preferences.SETTINGS

* Add dialog title

* Add "Show stats when starting the game" setting

* Update texts

* Validate setting value before saving

* Add Preferences.toElement()

* Add "Text size" setting

* Add "Decode time" stat

* Add "Conditional formatting text color" feature

* Add "for" attributes to labels

* Update grade's colors

* Fix text wrapping

* Update stats using setInterval() instead of setTimeout()
2023-07-27 07:18:06 +07:00
redphx
e98ad00bb9
Update README.md 2023-07-26 15:42:38 +07:00
redphx
d232dc164f
Update README.md 2023-07-26 09:07:31 +07:00
redphx
ee192bc98e
Change value of "updateURL" 2023-07-25 11:35:50 +07:00
redphx
1210176413
Change "updateURL" to meta file 2023-07-25 11:33:21 +07:00
redphx
9262d0e14f
Create better-xcloud.meta.js 2023-07-25 11:32:35 +07:00
redphx
df87a51329
Update README.md 2023-07-25 11:20:40 +07:00
redphx
8c7013659b Fix Stream stats bar's CSS 2023-07-25 09:14:28 +07:00
redphx
b3b7a51979
Bump version to 1.6.1 v1.6.1 2023-07-25 09:01:04 +07:00
redphx
831ccb31c1
Stop stretching stream stats' background to full screen 2023-07-25 09:00:48 +07:00
redphx
d87ac78e57
Add "Check for update" feature (#21) 2023-07-25 08:58:42 +07:00
redphx
67b419c37d
Update README.md 2023-07-25 07:57:16 +07:00
redphx
a7b796362a
Update README.md 2023-07-25 07:12:01 +07:00
redphx
889ee890f1
Update README.md 2023-07-24 11:38:29 +07:00
redphx
71a48f8afb
Update README.md 2023-07-24 08:00:56 +07:00
redphx
354ecac97e
Update README.md 2023-07-23 20:22:39 +07:00
redphx
45a7c28d3f
Update README.md 2023-07-23 17:53:56 +07:00
redphx
e43c34ed3a
Bump version to 1.6 v1.6 2023-07-23 17:45:27 +07:00
redphx
28a2e32fc5
Update README.md 2023-07-23 17:44:50 +07:00
redphx
b564de249a
Show stream stats (#16)
* Get video and audio info from RTCPeerConnection.getStats()

* Show stream's stats bar

* Make Stream menu icon's size smaller

* Add shadow to stream badges

* Show bitrate

* Add button to toggle Stream Stats

* Rename StreamStatus to StreamBadges

* Show '???' then currentRoundTripTime is undefined

* Remove work-around for browsers with no setCodecPreferences() support as it's not working

* Remove updateVideoPlayerPreview()

* Disable USE_DESKTOP_CODEC setting on unsupported browsers
2023-07-23 17:09:30 +07:00
redphx
9fa073da82
Update README.md 2023-07-22 15:41:14 +07:00
redphx
958f5410f4
Update README.md 2023-07-22 15:20:45 +07:00
redphx
15d3efdf4e
Update README.md 2023-07-22 15:20:35 +07:00