Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Syncing with master #475

Merged
merged 80 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
ea74d91
Removing authentication features.
mcottontensor Oct 30, 2023
84c8b96
Rewriting a bunch of reconnect and disconnect handling. Fixes #401
mcottontensor Nov 1, 2023
3af6bff
Merge branch 'master' into remove_login
mcottontensor Nov 1, 2023
4490798
Little name cleanup for ease of use
mcottontensor Nov 1, 2023
ac6450f
A few small tweaks to text and some comments.
mcottontensor Nov 1, 2023
5cffec3
Merge pull request #414 from mcottontensor/remove_login
mcottontensor Nov 1, 2023
9cb4d2c
Exposing the pixelstreaming interface to the browser. This allows aut…
mcottontensor Nov 1, 2023
ea7b1ea
Merge branch 'master' into ps_expose
mcottontensor Nov 1, 2023
458e8aa
Merge branch 'master' into fix_reconnect_flow
mcottontensor Nov 1, 2023
1e05186
Merge pull request #419 from mcottontensor/fix_reconnect_flow
mcottontensor Nov 2, 2023
edef291
Merge pull request #420 from mcottontensor/ps_expose
mcottontensor Nov 2, 2023
72ebc33
- Adding support for requesting min/max bitrates on initial negotiation
mcottontensor Nov 9, 2023
8847ee7
Small cleanup.
mcottontensor Nov 10, 2023
bbf812b
More shuffling.
mcottontensor Nov 10, 2023
ffcf7b4
Typo
mcottontensor Nov 10, 2023
a7afbc3
Merge pull request #425 from mcottontensor/initial_bitrates
mcottontensor Nov 13, 2023
082284b
Fixing missed function rename.
mcottontensor Nov 15, 2023
7320398
Merge pull request #427 from mcottontensor/legacynamefix
mcottontensor Nov 15, 2023
5bea564
Update platform scripts so that the BASH_LOCATION works on Mac as wel…
Belchy06 Nov 16, 2023
7f54018
Adding some new documentation for signalling
mcottontensor Nov 16, 2023
32d6e2b
Updating main doc to link to signalling docs
mcottontensor Nov 16, 2023
7d3a6b6
Delete SignallingWebServer/Readme.md
mcottontensor Nov 16, 2023
d5efa38
Fixing readme filename. Maybe?
mcottontensor Nov 16, 2023
65ebcfe
Adding SFU docs.
mcottontensor Nov 17, 2023
1aad4a6
Adding info about simulcast streaming from UE
mcottontensor Nov 17, 2023
0f5e2d9
Merge branch 'master' into new_docs
mcottontensor Nov 17, 2023
76bdc5e
Attempting to add dockerfile for SFU
mcottontensor Nov 20, 2023
f94039d
Fixing up some linux scripts. Cleaning up SFU dockerfile
mcottontensor Nov 20, 2023
c37095d
Fixing the issue when a streamer was late to ID itself, it would leav…
mcottontensor Nov 20, 2023
bbba5e0
Small fixes from reviews
mcottontensor Nov 20, 2023
4fd0806
Adding container build to existing container action. Also added conta…
mcottontensor Nov 20, 2023
8080d2a
Adding in new streamer id changed event/message so that the frontend …
mcottontensor Nov 21, 2023
e66dacf
Merge pull request #429 from mcottontensor/new_docs
mcottontensor Nov 21, 2023
d8ac1b6
Merge branch 'master' into sfu_docker
mcottontensor Nov 21, 2023
a9b4f31
Adding some information on running the docker image to the new docume…
mcottontensor Nov 21, 2023
12a08e1
Merge pull request #431 from mcottontensor/sfu_docker
mcottontensor Nov 21, 2023
a8de900
Merge branch 'master' into fix_late_streamer_id
mcottontensor Nov 21, 2023
ae4b5b7
Updating the settings UI when streamer id changes.
mcottontensor Nov 21, 2023
cfbe5a0
Fix formatting in bug_report template. (#437)
timbotimbo Nov 21, 2023
7864067
Adding the id change message to the protocol docs for signalling.
mcottontensor Nov 21, 2023
4fd2948
Adding a little more context to the changed id message documentation.
mcottontensor Nov 21, 2023
e9b8604
Bumping protocol docs version number
mcottontensor Nov 21, 2023
7eba788
chore: remove explicit /dist dir in Webpack as it is implicit (#434)
evenstensberg Nov 21, 2023
6462905
Adding support to set the streamer id in the pixel streaming initial …
mcottontensor Nov 22, 2023
5e71c6f
Fixing default behaviour when joining with one streamer.
mcottontensor Nov 22, 2023
6fe29ba
Fixing small typos
mcottontensor Nov 22, 2023
5a734f2
Merge branch 'master' into fix_late_streamer_id
mcottontensor Nov 22, 2023
a3b76a3
Merge pull request #438 from mcottontensor/player_config_streamerid
mcottontensor Nov 22, 2023
649d6b2
Merge branch 'master' into fix_late_streamer_id
mcottontensor Nov 22, 2023
28e7c0c
Merge pull request #432 from mcottontensor/fix_late_streamer_id
mcottontensor Nov 23, 2023
92de29d
Update cirrus.js - More informative error messages
alien299 Nov 28, 2023
05821c7
Fixing small issue where if a streamer disconnected before identifyin…
mcottontensor Nov 29, 2023
2c56281
Update cirrus.js - More informative error messages
alien299 Nov 28, 2023
e5f2ff8
Merge branch 'alien299-WebsocketErrorPatch' of https://github.com/ali…
alien299 Nov 30, 2023
db62735
Update CONTRIBUTING.md - Added Verified Commits as a Requirement
alien299 Dec 7, 2023
c05f3b1
Merge pull request #441 from alien299/alien299-WebsocketErrorPatch
mcottontensor Dec 10, 2023
c6ad00f
Merge branch 'master' into stale_legacy_timer
mcottontensor Dec 10, 2023
4ebc522
Merge pull request #443 from mcottontensor/stale_legacy_timer
mcottontensor Dec 10, 2023
eb7d4c6
Merge branch 'master' into alien299-ContributingGuidelines-patch01-Cl…
mcottontensor Dec 10, 2023
d8a4e11
Merge pull request #448 from alien299/alien299-ContributingGuidelines…
mcottontensor Dec 10, 2023
606298d
Ensure gamepad disconnect is triggered whenever a user navigates away…
Belchy06 Dec 12, 2023
6ac47ff
Fix for build-all script dependencies
kroecks Dec 12, 2023
898504d
Fix warnings about GamepadButtonReleased
Belchy06 Dec 12, 2023
87b9c9a
Merge pull request #451 from Belchy06/master
mcottontensor Dec 13, 2023
8b838f4
Add support for non-latin characters
Belchy06 Dec 13, 2023
7315292
Merge branch 'master' into master
kroecks Dec 14, 2023
ce299eb
Merge pull request #452 from Belchy06/master
mcottontensor Dec 14, 2023
1b00462
Bump follow-redirects in /Frontend/implementations/react
dependabot[bot] Jan 10, 2024
d355d66
Bump follow-redirects in /Frontend/implementations/typescript
dependabot[bot] Jan 10, 2024
04c2bc5
Move settings order so that they are parsed default settings -> intit…
Belchy06 Jan 15, 2024
6d59c44
Export NO_SUDO so it's available for use in launched processes (#472)
Belchy06 Jan 15, 2024
f4380ab
Update copyright/licence year (#474)
DenisTensorWorks Jan 23, 2024
a0f9b34
Merge branch 'master' into dependabot/npm_and_yarn/Frontend/implement…
mcottontensor Jan 24, 2024
20987e0
Merge branch 'master' into dependabot/npm_and_yarn/Frontend/implement…
mcottontensor Jan 24, 2024
23e562d
Merge branch 'master' into master
mcottontensor Jan 24, 2024
44367df
Merge pull request #465 from EpicGames/dependabot/npm_and_yarn/Fronte…
mcottontensor Jan 24, 2024
ce2a493
Merge branch 'master' into dependabot/npm_and_yarn/Frontend/implement…
mcottontensor Jan 24, 2024
dee225c
Merge pull request #464 from EpicGames/dependabot/npm_and_yarn/Fronte…
mcottontensor Jan 24, 2024
4aded6b
Merge branch 'master' into master
mcottontensor Jan 24, 2024
d61b989
Merge pull request #453 from kroecks/master
mcottontensor Jan 24, 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
Prev Previous commit
Next Next commit
Fix warnings about GamepadButtonReleased
  • Loading branch information
Belchy06 committed Dec 12, 2023
commit 898504d3a66c71892526d9a879315cc5e78beabb
3 changes: 2 additions & 1 deletion Frontend/library/src/Inputs/GamepadController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ export class GamePadController {
} else {
toStreamerHandlers.get('GamepadButtonReleased')([
controllerIndex,
i
i,
0
]);
}
}
Expand Down