Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-06 | Merge branch 'main' of https://github.com/secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-voice | |||
2024-05-02 | Merge pull request #1391 from secondlife/with-tests | nat-goodspeed | |
Turn on LL_TESTS for CI builds. | |||
2024-05-02 | Update the participant's region when crossing region boundaries. | Roxie Linden | |
2024-05-02 | Merge pull request #1389 from secondlife/brad/fix-gltfmaterial-tests | nat-goodspeed | |
brad/fix gltfmaterial tests | |||
2024-05-02 | Merge branch 'roxie/webrtc-voice' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-voice | |||
2024-05-02 | Unregister requested data channel when using the negotiated one. | Roxie Linden | |
When creating a new connection, the viewer builds a data channel interface. It then gets a new one, which is a proxy. The viewer uses the new one, and therefore must unregister the callbacks from the old one. Also, update the position data before sending it after the join is sent. | |||
2024-05-02 | Update LLGLTFMaterial tests for changes introduced in SL-20523 | Brad Linden | |
also correct member packing to match server side | |||
2024-05-02 | Merge pull request #1376 from secondlife/project/channel_by_branch | Vir Linden | |
Project/channel by branch | |||
2024-05-02 | Update build.yaml | Vir Linden | |
2024-05-02 | Update build.yaml | Vir Linden | |
2024-05-02 | Turn on LL_TESTS for CI builds. | Nat Goodspeed | |
2024-05-01 | trim trailing whitespace | Vir Linden | |
2024-05-01 | set viewer channel from branch | Vir Linden | |
2024-05-01 | Merge branch 'main' into project/channel_by_branch | Vir Linden | |
2024-04-30 | don't register callbacks from the data channel twice. | Roxie Linden | |
2024-04-30 | Can't delete from a map while iterating over it. | Roxie Linden | |
2024-04-30 | Remove voice participants for a connection when shutting it down. | Roxie Linden | |
When teleporting or moving around, connections to regions are shut down. We need to track which participants are associated with the given connections and remove those participants when the connection is shut down. | |||
2024-04-28 | tabbing | Roxie Linden | |
2024-04-28 | Don't default the tracks to unmuted | Roxie Linden | |
2024-04-28 | Reconnects to the voice server weren't happening. | Roxie Linden | |
2024-04-26 | attempt to access participant after it's deleted | Roxie Linden | |
2024-04-26 | Renegotiate voice if the voice server type has changed. | Roxie Linden | |
The server will send an update with new voice credentials when another peer comes in requiring vivox, if the channel was initially webrtc. | |||
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-24 | Merge pull request #1323 from secondlife/main | Vir Linden | |
Update from main | |||
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed | |
following promotion of secondlife/viewer #736 | |||
2024-04-24 | Merge release/maint-yz to main on promotion of secondlife/viewer #736: ↵ | Nat Goodspeed | |
Maintenance YZ 7.1.6.8745209917 | |||
2024-04-23 | Before login, voice device preferences were not populated. | Roxie Linden | |
Before login, when the user shows voice device preferences, the dropdowns were not populated. This is because WebRTC's view of the main queue was not configured. | |||
2024-04-21 | Reconnect when parcel voice params change. | Roxie Linden | |
When parcel voice permissions and region/parcel-only voice settings change, a callback will be made to the viewer with new voice credential information. For webrtc, this means either just the uuid of the voice channel, or nothing if voice is disabled. This change looks at that callback and the channel id, and sets the appropriate flags on the parcel/region as needed which will cause voice to be renegotiated. Also, there was a race condition if the voice connect attempt was made before caps were retrieved, which would have resulted in full renegotiate attempts. Now, just wait until the cap comes in and continue. | |||
2024-04-20 | Vivox wasn't ren-enabling voice after ending a p2p call | Roxie Linden | |
2024-04-20 | Adjust logic for determine what voice server type to use. | Roxie Linden | |
2024-04-20 | re-enabling vivox voice didn't bring it back as it thought it was still in ↵ | Roxie Linden | |
the region and parcel. | |||
2024-04-19 | For p2p/adhoc/group calls, prefer voice server type based on what's running ↵ | Roxie Linden | |
on the region | |||
2024-04-19 | Update build.yaml | Vir Linden | |
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - branch var from ↵ | Vir Linden | |
github.repository | |||
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - branch var from ↵ | Vir Linden | |
github.repository | |||
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - determine viewer_channel ↵ | Vir Linden | |
from branch name in builds | |||
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-16 | Merge branch 'roxie/webrtc-voice' of https://github.com/secondlife/viewer ↵ | Roxie Linden | |
into roxie/webrtc-voice | |||
2024-04-16 | Fix cases where voice outstanding requests could be dropped, resulting in no ↵ | Roxie Linden | |
voice | |||
2024-04-16 | Issue in WebRTC was disabling custom audio processing (level detection) | Roxie Linden | |
There is a case where the custom audio processor, which is used to determine audio levels, was disabled on connection shutdown even when another connection was established. This issue has been patched in the webrtc library. | |||
2024-04-16 | Merge pull request #1246 from secondlife/vir-linden-patch-2 | Vir Linden | |
https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | |||
2024-04-16 | https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | Vir Linden | |
2024-04-15 | Merge pull request #1236 from secondlife/marchcat/yz-merge | Andrey Lihatskiy | |
Marchcat/yz merge | |||
2024-04-15 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
2024-04-15 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-15 | CI: Remove python-version from matrix | Bennett Goble | |
Drop python version from matrix configuration as it's always 3.11. | |||
2024-04-15 | Remove unused fix-incredibuild.py | Bennett Goble | |
2024-04-15 | Remove BuildParams | Bennett Goble | |
This file is no longer used. | |||
2024-04-12 | Merge pull request #1198 from secondlife/signal/xz | Signal Linden | |
CI: adopt xz compression, actions/*-artifact@v4 | |||
2024-04-11 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. |