Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Adjust some LLVoiceClient functions | Andrey Kleshchev | |
Feels like I should have made isParticipant and getParticipantList static to minimize singleton dependency/calls | |||
2024-08-07 | Replace boost::shared_ptr with std in voice classes | Andrey Kleshchev | |
2024-08-07 | viewer#2203 Crash at breakVoiceConnectionCoro | Andrey Kleshchev | |
bar webrtc's coroutines from necromancy | |||
2024-08-06 | Build an xcarchive for mac symbol upload. | Roxie Linden | |
2024-08-06 | viewer-private#261 (Vivox) Viewer doesn't reconnect to voice chat | Andrey Kleshchev | |
If state was 'ringing' viewer failed to set mSessionTerminateRequested on cancel so the call kept sort of going | |||
2024-08-05 | Missed file | Roxie Linden | |
2024-08-05 | Build mac symbols for multiple binaries/dynamic libraries and upload them ↵ | Roxie Linden | |
all to bugsplat | |||
2024-08-05 | viewer#2195 Voice morphs 'not supported' notification lacks description | Andrey Kleshchev | |
2024-08-02 | Fix integer underflow causing issues with wearables | Ansariel | |
2024-08-01 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus | |||
2024-07-31 | Implement a Logging Sink for WebRTC | Roxie Linden | |
WebRTC logs now pass out of the webrtc library into a logging sink, which converts them into SecondLife.log compatable logging calls. This includes fatal errors and asserts, which are now logged into SecondLife.log, and should be available in the crash logger. | |||
2024-07-30 | viewer#2121 Don't update Audio visualizer if voice is blocked | Andrey Kleshchev | |
2024-07-30 | viewer-private#255 p2p outgoing calls did not work correctly #2 | Andrey Kleshchev | |
2024-07-30 | viewer-private#255 p2p outgoing calls did not work correctly | Andrey Kleshchev | |
Issue: P2P was catching STATUS_LEFT_CHANNEL meant for nearby chat and adopting channel info for itself Solution: - Moved one of notifyStatusObservers calls so that it would have uri data instead of firing with no channel info - Made p2p sessions init with uri data, like it was before webrtc. Which is used to distinguish observer notifications. - Removed mAudioSessionChanged. It was unused yet confusing. | |||
2024-07-29 | Fix trailing whitespaces | Ansariel | |
2024-07-29 | Fix callbacks for PBR region terrain panel not getting wired up properly | Ansariel | |
2024-07-29 | Fix trailing whitespaces in webrtc code to pass pre-commit | Andrey Lihatskiy | |
2024-07-24 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus | |||
2024-07-24 | Update expired cert in integration test | Andrey Lihatskiy | |
see fe8c976 for more info | |||
2024-07-24 | remove inappropriate ignoretext usage as recommended in code review. | Brad Linden | |
2024-07-23 | Improve error message notifying user that Voice Morph Effects are not supported | Brad Linden | |
secondlife/viewer#1451 | |||
2024-07-17 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus # Conflicts: # autobuild.xml # indra/newview/llvoicechannel.cpp | |||
2024-07-16 | viewer#1975 Fixed "Allow Land Resell" option not switching | Andrey Kleshchev | |
2024-07-09 | Review feedback change | RunitaiLinden | |
2024-07-09 | #1826 Fix for LL_ERRS crashing in mutex lock | RunitaiLinden | |
2024-07-02 | don't set voice font for vivox | Roxie Linden | |
2024-07-02 | EnableVoiceMorphing should default to true | Roxie Linden | |
2024-06-26 | Convert tabs to spaces | Roxie Linden | |
2024-06-26 | Merge branch 'release/webrtc-voice' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-voice-crash-fixes | |||
2024-06-26 | Make the webrtc viewer work for vivox adhoc/group calls. | Roxie Linden | |
There was an issue on the release grid where old-style credentials were being sent over and the webrtc viewer wasn't dealing with them properly. | |||
2024-06-26 | Merge pull request #1800 from ↵ | Brad Linden | |
secondlife/1771-mesh-objects-do-not-display-until-you-walk-directly-over-them #1771 Fix for objects disappearing and not reappearing until LoD switch | |||
2024-06-25 | Issue#880 Crash on a dead pointer in a chat session | Andrey Kleshchev | |
2024-06-25 | #1806 - crash in initVoiceChannel | Roxie Linden | |
2024-06-25 | viewer#1821 Crash at getSessionID() | Andrey Kleshchev | |
2024-06-25 | Merge pull request #1837 from secondlife/roxie/webrtc-voice-gain | Roxanne Skelly | |
2024-06-24 | [WebRTC] control microphone gain via custom audio processor. | Roxie Linden | |
Previously, there were two places audio gain could be controlled: - the device manager - the audio track The device manager audio gain control sets the system gain for all applications, not just the webrtc application. The audio track gain happens well after the audio processing where we want it to happen. So, gain control was added to the existing custom audio processor, which previously only handled calculating and retrieving the audio levels. After these changes, the microphone gain slider does impact the audio volume heard by peers. | |||
2024-06-21 | #1831 Fix for redundantly rebuilding bounding boxes forever (#1832) | Dave Parks | |
2024-06-21 | Merge branch 'release/webrtc-voice' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-voice-1451 | |||
2024-06-21 | Disable voice morphing and throw up a warning if it's previously enabled. | Roxie Linden | |
2024-06-21 | Merge pull request #1827 from Ansariel/develop-mergefix | Brad Linden | |
Fix some BOOL oversights during WebRTC merge | |||
2024-06-21 | Merge pull request #1824 from Ansariel/develop | Brad Linden | |
Fix texture fetch request getting canceled if request counter flips over | |||
2024-06-21 | #1769 gltf optimization pass (#1816) | Dave Parks | |
#1814 and #1517 Fix mirror update rate and occlusion culling | |||
2024-06-21 | Fix some BOOL oversights during WebRTC merge | Ansariel | |
2024-06-21 | viewer#1821 Crash at getSessionID() | Andrey Kleshchev | |
2024-06-21 | Fix texture fetch request getting canceled if request counter flips over | Ansariel | |
2024-06-21 | viewer#1808 Use bugsplat's setAttribute for app state | Andrey Kleshchev | |
2024-06-20 | Merge remote-tracking branch 'origin/develop' into brad/webrtc-voice-develop | Brad Linden | |
2024-06-20 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
brad/webrtc-voice-develop | |||
2024-06-20 | viewer-private#247 Retry loading missing textures for model upload | Andrey Kleshchev | |
in case user provided a texture later, after seeing a 'missing texture' error. | |||
2024-06-20 | triage#59 Properly hide particles if 'friends only' | Andrey Kleshchev | |