Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-15 | BugSplat Crash #1504587: std::vector::empty() | Alexander Gavriliuk | |
2024-08-15 | #2307 BugSplat Crash #1504734: LLViewerTexture::getNumFaces() | Alexander Gavriliuk | |
2024-08-14 | Merge pull request #2300 from secondlife/roxie/webrtc-no-voice-dot | Roxanne Skelly | |
[WebRTC] Voice dot not always visible after crossing region boundaries. | |||
2024-08-14 | Merge branch 'release/webrtc-voice' into roxie/webrtc-no-voice-dot | Roxanne Skelly | |
2024-08-14 | Merge pull request #2285 from secondlife/roxie/webrtc-stop-device-failure | Roxanne Skelly | |
[WebRTC] Don't Fatal Exit on AudioDeviceStop failure (osx only) | |||
2024-08-14 | Merge pull request #2262 from secondlife/roxie/webrtc-quad-channel | Roxanne Skelly | |
[WebRTC] allow quad channel microphones/inputs | |||
2024-08-14 | Don't call virtual functions in a derived class constructor | Roxie Linden | |
2024-08-14 | Voice dot not always visible after crossing region boundaries. | Roxie Linden | |
For issue #2064 The connection to the voice server was not upgraded/downgraded to primary/secondary when crossing region boundaries, so the server sent the wrong value and the viewer chose not to display a voice dot. | |||
2024-08-14 | viewer#2204 crash at connectionStateMachine | Andrey Kleshchev | |
2024-08-13 | don't fatal error on AudioDeviceStop | Roxie Linden | |
2024-08-14 | viewer-private#260 The 'Speak' button looks disabled during IM voice chat | Andrey Kleshchev | |
p2p channels was reusing obsolete channel info | |||
2024-08-13 | viewer-private#262 webrtc crashes on shutdown #2 | Andrey Kleshchev | |
2024-08-13 | viewer-private#262 webrtc crashes on shutdown | Andrey Kleshchev | |
removeObserver failed to remove an im session floater | |||
2024-08-13 | Remove unused setting BrowserWebSecurityDisabled | Andrey Kleshchev | |
2024-08-12 | #2263 BugSplat Crash #1503400: SecondLifeViewer!LLDrawable::getFace(320) | Alexander Gavriliuk | |
2024-08-12 | [WebRTC] allow quad channel microphones/inputs | Roxie Linden | |
Issue #257 - bugsplat crash. In the debug version of WebRTC, it makes an explicit check that the number of channels for an input device is between 1 and 2. The release version allows more, and should downmix if 1 channel is asked for. This fix bumps up the max channels allowed to 8. | |||
2024-08-12 | #2257 BugSplat Crash #1503682: ↵ | Alexander Gavriliuk | |
SecondLifeViewer!LLFloaterIMSessionTab::enableDisableCallBtn(438) | |||
2024-08-09 | Merge pull request #2244 from secondlife/roxie/webrtc-teleport | Roxanne Skelly | |
[WebRTC] After transition through WebRTC -> Vivox -> WebRTC regions, voice dot is on but no voice is transmitted. | |||
2024-08-09 | Teleport to a region with a different voice server type causes failure in voice | Roxie Linden | |
When teleporting, the viewer 'hides' voice, effectively disabling it, until the teleport has completed. It does this by instructing the voice module to hide and then unhide. The problem was, it would instruct one voice module for one voice server type to hide, and then after teleport, it would instruct the other voice module for the other voice server type to unhide, resulting in one voice module being hidden. When the user transitions back to a region with the initial voice module, it's hidden, hence voice doesn't work. The solution is to hide/unhide both voice modules. | |||
2024-08-09 | viewer-private#259 Chat names get mixed up in voice calls | Andrey Kleshchev | |
Obsolete channel was uses as a participant provider | |||
2024-08-08 | Merge pull request #2201 from secondlife/roxie/webrtc-symbols | Roxanne Skelly | |
Upload dynamic library debug information (llwebrtc.pdb, etc.) to the crash logger in addition to the main binary. | |||
2024-08-08 | Merge branch 'roxie/webrtc-symbols' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-symbols | |||
2024-08-08 | Use the secondlife-3p fork of symbol upload, which has vMAJOR tags | Roxie Linden | |
2024-08-08 | bugsplat symbol-upload does not use vMAJOR tags | Roxie Linden | |
2024-08-08 | Merge branch 'roxie/webrtc-symbols' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-symbols | |||
2024-08-08 | CR fixes | Roxie Linden | |
2024-08-07 | test llwebrtc.dll for additional symbols | Roxie Linden | |
2024-08-07 | include viewer exe in uploaded symbols | Roxie Linden | |
2024-08-07 | build debug symbols for llwebrtc even for release | Roxie Linden | |
2024-08-07 | misnamed file | Roxie Linden | |
2024-08-07 | spacing issue | Roxie Linden | |
2024-08-07 | Add Windows multi-pdb upload capability | Roxie Linden | |
2024-08-07 | viewer-private#262 viewer crashes on exit if the call is not completed | Andrey Kleshchev | |
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-06 | don't need to post dylib as we're using xcarchive | Roxie Linden | |
2024-08-07 | viewer#2203 Crash at breakVoiceConnectionCoro | Andrey Kleshchev | |
bar webrtc's coroutines from necromancy | |||
2024-08-06 | upload xcarchive to bugsplat | Roxie Linden | |
2024-08-06 | misspelled xcarchive | Roxie Linden | |
2024-08-06 | Build an xcarchive for mac symbol upload. | Roxie Linden | |
2024-08-06 | As bugspat upload is broken for dylibs within .dSYM bundles, upload the ↵ | Roxie Linden | |
dylibs directly | |||
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-06 | Download osx artifacts to working directory | Roxie Linden | |
2024-08-05 | allow paths with spaces | Roxie Linden | |
2024-08-05 | Missed file | Roxie Linden | |
2024-08-05 | missing quotes | 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-01 | Merge pull request #2162 from secondlife/roxie/webrtc-voice-crash-detect | Roxanne Skelly | |
[WebRTC] Implement a Logging Sink for WebRTC | |||
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. |