summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-22add datachannel supportRoxie Linden
2024-02-22Fix voice device settingsRoxie Linden
2024-02-22fix newer xcode build warningRoxie Linden
2024-02-22go ahead and restart voice negotiation when voice is re-enabledRoxie Linden
2024-02-22fix some shutdown logic in webrtc codeRoxie Linden
2024-02-22Remove bad session from janus when negotation fails and is retried.Roxie Linden
2024-02-22build fix on newer osx machinesRoxie Linden
2024-02-22fix some retry logic and speaker volume logicRoxie Linden
2024-02-22Fix connection failed logic to do a renegotiate.Roxie Linden
Also, remove some dead code.
2024-02-22disable unused but set warnings on newer compilers on mac.Roxie Linden
2024-02-22Hook up speaker volume.Roxie Linden
2024-02-22Add some thread safetyRoxie Linden
2024-02-22do some thread safety to prevent webrtc threads from conflicting with viewer ↵Roxie Linden
threads.
2024-02-22inadvertantly addedRoxie Linden
2024-02-22some build tweaksRoxie Linden
2024-02-22Fix windows pragma errorRoxie Linden
2024-02-22set toolset for llwebrtcRoxie Linden
2024-02-22more picky cmakeRoxie Linden
2024-02-22Cmake on TC is sure pickyRoxie Linden
2024-02-22Try reordering URL_HASHRoxie Linden
2024-02-22TC build cmake complained about URL_HASHRoxie Linden
2024-02-22unknown warnings for TC build machinesRoxie Linden
2024-02-22remove unnecessary build fileRoxie Linden
2024-02-22coding policy fixesRoxie Linden
2024-02-22Use webrtc built binaries from temporary s3 locationRoxie Linden
2024-02-22Updates to build on mac.Roxie Linden
2024-02-22Pull webrtc down from a webserver before building.Roxie Linden
2024-02-22Checkpoint WebRTC VoiceRoxie Linden
2024-02-09Merge branch 'main' of github.com:secondlife/viewerNat Goodspeed
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-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
2024-01-29Merge pull request #693 from secondlife/vir-linden-issue-templatesVir Linden
Update bug.yaml
2024-01-29Update enhancement.mdVir Linden
2024-01-29Update bug.yamlVir Linden
2024-01-29Merge pull request #688 from secondlife/signal/contributorsVir Linden
Add a basic CONTRIBUTING.md
2024-01-29Merge pull request #666 from secondlife/issue_templatesVir Linden
Issue templates
2024-01-26Add a basic CONTRIBUTING.mdBennett Goble
Provide basic instructions in-repository for contributing to Second Life.
2024-01-24Create enhancement.mdRunitaiLinden
2024-01-24Create bug.yamlRunitaiLinden
2024-01-12Move "team:viewer" label action to labeler.yaml.Nat Goodspeed
This avoids the need for a separate job step.
2024-01-12Fold PR labeling into existing label.yaml.Nat Goodspeed
2024-01-12Grant write permission for pull requests.Nat Goodspeed
2024-01-12Add a workflow to auto-label new PRs with team:viewer.Nat Goodspeed
When a PR appears on the QA board, QA wants to know whose team it came from. So every PR on the viewer repo should be labeled with team:viewer.
2024-01-08Increment viewer version to 7.1.3Nat Goodspeed
following promotion of DRTVWR-596
2023-12-14Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden