Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-22 | send position and rotation data to voice server. | Roxie Linden | |
2024-02-22 | Smooth voice power level reporting. | Roxie Linden | |
2024-02-22 | join notification was going out before session was created. | Roxie Linden | |
2024-02-22 | only send volume updates when volume has changed. | Roxie Linden | |
2024-02-22 | Fix shutdown crash issue. | Roxie Linden | |
2024-02-22 | send a message to the server when we're ready for data channel data | Roxie Linden | |
2024-02-22 | deal with add/remove of participants more effectively. | Roxie Linden | |
2024-02-22 | Stream audio levels to and from viewers via DataChannels | Roxie Linden | |
2024-02-22 | add datachannel support | Roxie Linden | |
2024-02-22 | Fix voice device settings | Roxie Linden | |
2024-02-22 | fix newer xcode build warning | Roxie Linden | |
2024-02-22 | go ahead and restart voice negotiation when voice is re-enabled | Roxie Linden | |
2024-02-22 | fix some shutdown logic in webrtc code | Roxie Linden | |
2024-02-22 | Remove bad session from janus when negotation fails and is retried. | Roxie Linden | |
2024-02-22 | build fix on newer osx machines | Roxie Linden | |
2024-02-22 | fix some retry logic and speaker volume logic | Roxie Linden | |
2024-02-22 | Fix connection failed logic to do a renegotiate. | Roxie Linden | |
Also, remove some dead code. | |||
2024-02-22 | disable unused but set warnings on newer compilers on mac. | Roxie Linden | |
2024-02-22 | Hook up speaker volume. | Roxie Linden | |
2024-02-22 | Add some thread safety | Roxie Linden | |
2024-02-22 | do some thread safety to prevent webrtc threads from conflicting with viewer ↵ | Roxie Linden | |
threads. | |||
2024-02-22 | inadvertantly added | Roxie Linden | |
2024-02-22 | some build tweaks | Roxie Linden | |
2024-02-22 | Fix windows pragma error | Roxie Linden | |
2024-02-22 | set toolset for llwebrtc | Roxie Linden | |
2024-02-22 | more picky cmake | Roxie Linden | |
2024-02-22 | Cmake on TC is sure picky | Roxie Linden | |
2024-02-22 | Try reordering URL_HASH | Roxie Linden | |
2024-02-22 | TC build cmake complained about URL_HASH | Roxie Linden | |
2024-02-22 | unknown warnings for TC build machines | Roxie Linden | |
2024-02-22 | remove unnecessary build file | Roxie Linden | |
2024-02-22 | coding policy fixes | Roxie Linden | |
2024-02-22 | Use webrtc built binaries from temporary s3 location | Roxie Linden | |
2024-02-22 | Updates to build on mac. | Roxie Linden | |
2024-02-22 | Pull webrtc down from a webserver before building. | Roxie Linden | |
2024-02-22 | Checkpoint WebRTC Voice | Roxie Linden | |
2024-02-09 | Merge branch 'main' of github.com:secondlife/viewer | Nat Goodspeed | |
2024-02-07 | Merge pull request #757 from secondlife/signal/yml | Signal Linden | |
Rename ISSUE_TEMPLATE/config.yaml to config.yml | |||
2024-02-07 | Rename config.yaml to config.yml | Signal 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-07 | Merge pull request #738 from secondlife/signal/feedback-link | Vir Linden | |
Add link to feedback portal | |||
2024-02-05 | Add link to feedback portal | Signal Linden | |
Provide a link to feedback.secondlife.com from the issue creation page. | |||
2024-02-01 | Merge pull request #702 from secondlife/signal/reduce-builds | Vir Linden | |
build.yaml: Build shared branches | |||
2024-01-31 | build.yaml: Build shared branches | Bennett 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-30 | Merge pull request #692 from secondlife/vir-linden-issue-templates-1 | Vir Linden | |
Update enhancement.md | |||
2024-01-29 | Merge pull request #693 from secondlife/vir-linden-issue-templates | Vir Linden | |
Update bug.yaml | |||
2024-01-29 | Update enhancement.md | Vir Linden | |
2024-01-29 | Update bug.yaml | Vir Linden | |
2024-01-29 | Merge pull request #688 from secondlife/signal/contributors | Vir Linden | |
Add a basic CONTRIBUTING.md | |||
2024-01-29 | Merge pull request #666 from secondlife/issue_templates | Vir Linden | |
Issue templates | |||
2024-01-26 | Add a basic CONTRIBUTING.md | Bennett Goble | |
Provide basic instructions in-repository for contributing to Second Life. |