Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging 5.5 into master #366

Merged
merged 23 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8808919
Fix unnecessary warnings about unregistered message handlers
Belchy06 Dec 10, 2024
45cd75a
Fixing linting
mcottontensor Dec 11, 2024
c04e565
Merge pull request #360 from EpicGamesExt/backport/UE5.5/pr-358
mcottontensor Dec 11, 2024
047d6d8
Add ability to select preferred streaming quality (low, med, high) wh…
Belchy06 Dec 10, 2024
6c5be33
Update quality option logic to handle VP9 SVC
Belchy06 Dec 10, 2024
30a9a0c
Removing dev changes
Belchy06 Dec 10, 2024
4108cd9
Update 'Settings Panel.md' with the new 'Preferred quality' option
Belchy06 Dec 10, 2024
cacb219
Fix linting and formatting errors
Belchy06 Dec 10, 2024
303f375
Resettiung the target values after testing it wasnt a needed change.
mcottontensor Dec 11, 2024
20ef4c1
Merge pull request #361 from EpicGamesExt/backport/UE5.5/pr-356
mcottontensor Dec 11, 2024
cb11fb2
Merge pull request #355 from mcottontensor/more_ts_options
mcottontensor Dec 11, 2024
e1e5ba1
Merge pull request #362 from mcottontensor/backport/UE5.5/pr-355
mcottontensor Dec 11, 2024
881207a
Fixing erroneous import for Flags
mcottontensor Dec 16, 2024
9ea8340
Merge pull request #365 from mcottontensor/backport/UE5.5/pr-364
mcottontensor Dec 16, 2024
c6e550e
Bumping common lib version
mcottontensor Dec 16, 2024
8a19ebd
Bumping signalling library version
mcottontensor Dec 16, 2024
dce85df
Updating package lock
mcottontensor Dec 16, 2024
0206f4f
Bumping frontend library version
mcottontensor Dec 16, 2024
0bf30f3
Bumping frontend ui-library version
mcottontensor Dec 16, 2024
79122a9
Bumping signalling server deps version
mcottontensor Dec 16, 2024
bfa3084
Bumping release version
mcottontensor Dec 16, 2024
f2f4964
Merge branch 'master' into 5.5-fixup
mcottontensor Dec 17, 2024
c5c6de0
Rebuilt package-lock
mcottontensor Dec 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingcommon-ue5.5",
"version": "0.1.3",
"version": "0.1.4",
"description": "Common utilities library for Unreal Engine 5.5 Pixel Streaming",
"main": "build/commonjs/pixelstreamingcommon.js",
"module": "build/esm/pixelstreamingcommon.js",
Expand Down
4 changes: 2 additions & 2 deletions Frontend/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5",
"version": "0.4.2",
"version": "0.4.3",
"description": "Frontend library for Unreal Engine 5.5 Pixel Streaming",
"main": "dist/commonjs/pixelstreamingfrontend.js",
"module": "dist/esm/pixelstreamingfrontend.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.1.3",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.1.4",
"@types/webxr": "^0.5.1",
"sdp": "^3.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions Frontend/ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5",
"version": "0.3.1",
"version": "0.3.2",
"description": "Reference frontend UI library for Unreal Engine 5.5 Pixel Streaming - gives the stock look and feel.",
"main": "dist/commonjs/pixelstreamingfrontend-ui.js",
"module": "dist/esm/pixelstreamingfrontend-ui.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"jss-plugin-global": "^10.9.2"
},
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.4.2"
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.4.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.3
4.0.4
4 changes: 2 additions & 2 deletions Signalling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingsignalling-ue5.5",
"version": "2.1.4",
"version": "2.1.5",
"description": "Basic signalling library for developers wishing to build applications that signal a Pixel Streaming application.",
"main": "build/commonjs/pixelstreamingsignalling.js",
"module": "build/esm/pixelstreamingsignalling.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.1.3",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.1.4",
"commander": "^12.0.0",
"express": "^4.21.2",
"express-openapi": "^12.1.3",
Expand Down
2 changes: 1 addition & 1 deletion SignallingWebServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingsignalling-ue5.5": "^2.1.4",
"@epicgames-ps/lib-pixelstreamingsignalling-ue5.5": "^2.1.5",
"commander": "^12.0.0",
"express": "^4.21.2",
"express-openapi": "^12.1.3",
Expand Down
Loading
Loading