summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-08Transmit position and power when joiningRoxie Linden
2024-02-08fix mac buildRoxie Linden
2024-02-08add stereo supportRoxie Linden
2024-02-08fix osx build incompatibilityRoxie Linden
2024-02-08sdd stereo support to clientRoxie Linden
2024-02-08send position and rotation data to voice server.Roxie Linden
2024-02-08Smooth voice power level reporting.Roxie Linden
2024-02-08join notification was going out before session was created.Roxie Linden
2024-02-08only send volume updates when volume has changed.Roxie Linden
2024-02-08Fix shutdown crash issue.Roxie Linden
2024-02-08send a message to the server when we're ready for data channel dataRoxie Linden
2024-02-08deal with add/remove of participants more effectively.Roxie Linden
2024-02-08Stream audio levels to and from viewers via DataChannelsRoxie Linden
2024-02-08add datachannel supportRoxie Linden
2024-02-08Fix voice device settingsRoxie Linden
2024-02-08fix newer xcode build warningRoxie Linden
2024-02-08go ahead and restart voice negotiation when voice is re-enabledRoxie Linden
2024-02-08fix some shutdown logic in webrtc codeRoxie Linden
2024-02-08Remove bad session from janus when negotation fails and is retried.Roxie Linden
2024-02-08build fix on newer osx machinesRoxie Linden
2024-02-08fix some retry logic and speaker volume logicRoxie Linden
2024-02-08Fix connection failed logic to do a renegotiate.Roxie Linden
Also, remove some dead code.
2024-02-08disable unused but set warnings on newer compilers on mac.Roxie Linden
2024-02-08Hook up speaker volume.Roxie Linden
2024-02-08Add some thread safetyRoxie Linden
2024-02-08do some thread safety to prevent webrtc threads from conflicting with viewer ↵Roxie Linden
threads.
2024-02-08inadvertantly addedRoxie Linden
2024-02-08some build tweaksRoxie Linden
2024-02-08Fix windows pragma errorRoxie Linden
2024-02-08set toolset for llwebrtcRoxie Linden
2024-02-08more picky cmakeRoxie Linden
2024-02-08Cmake on TC is sure pickyRoxie Linden
2024-02-08Try reordering URL_HASHRoxie Linden
2024-02-08TC build cmake complained about URL_HASHRoxie Linden
2024-02-08unknown warnings for TC build machinesRoxie Linden
2024-02-08remove unnecessary build fileRoxie Linden
2024-02-08coding policy fixesRoxie Linden
2024-02-08Use webrtc built binaries from temporary s3 locationRoxie Linden
2024-02-08Updates to build on mac.Roxie Linden
2024-02-08Pull webrtc down from a webserver before building.Roxie Linden
2024-02-08Checkpoint WebRTC VoiceRoxie Linden
2024-02-08SL-20363 Add Advanced option 'Debug Unicode'Alexander Gavriliuk
2024-02-07Merge pull request #757 from secondlife/signal/ymlSignal Linden
Rename ISSUE_TEMPLATE/config.yaml to config.yml
2024-02-07Rename config.yaml to config.ymlSignal Linden
Issue template configuration is the only github configuration file I've found which does not support both `*.yaml` and `*.yml` extensions. Drat.
2024-02-07Merge pull request #738 from secondlife/signal/feedback-linkVir Linden
Add link to feedback portal
2024-02-07Issue #56 Redirect Help>Report Bug to Canny instead of JiraAndrey Kleshchev
2024-02-05Add link to feedback portalSignal Linden
Provide a link to feedback.secondlife.com from the issue creation page.
2024-02-01Merge pull request #702 from secondlife/signal/reduce-buildsVir Linden
build.yaml: Build shared branches
2024-01-31build.yaml: Build shared branchesBennett Goble
We're currently building every single commit pushed to Github. This is racking up $20k in build charges a month and is generally superfluous. This changeset alters build triggers so that builds automatically run if they are committed to a **shared branch**: - `release/*` - A release stabilization branch - `project/*` - A project viewer branch - `main/*` - The default/stable branch PR commits are also automatically built. ...need to build another commit? Developers can trigger one using a manual workflow run.
2024-01-30Merge pull request #692 from secondlife/vir-linden-issue-templates-1Vir Linden
Update enhancement.md