Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-15 | One more opting out from WebRTC for FreeBSD | Erik Kundiman | |
2024-08-14 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-08-13 | viewer-private#262 webrtc crashes on shutdown | Andrey Kleshchev | |
removeObserver failed to remove an im session floater | |||
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 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
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-03 | Disable WebRTC on FreeBSD | Erik Kundiman | |
Vivox even got broken here. But at least this port is still very much alive. WebRTC is not going to kill our FreeBSD port. | |||
2024-07-30 | viewer-private#255 p2p outgoing calls did not work correctly #2 | Andrey Kleshchev | |
2024-07-23 | Improve error message notifying user that Voice Morph Effects are not supported | Brad Linden | |
secondlife/viewer#1451 | |||
2024-07-02 | don't set voice font for vivox | Roxie Linden | |
2024-07-02 | EnableVoiceMorphing should default to true | Roxie Linden | |
2024-06-21 | Disable voice morphing and throw up a warning if it's previously enabled. | Roxie Linden | |
2024-05-20 | Merge branch 'spaces-merge' into roxie/webrtc-voice | Roxie Linden | |
2024-05-17 | Clean up some shutdown code. | Roxie Linden | |
2024-05-16 | WebRTC clients calling Vivox clients should handle P2P | Roxie Linden | |
2024-05-08 | Fix some session shutdown/error handling code | Roxie Linden | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-04-20 | Adjust logic for determine what voice server type to use. | Roxie Linden | |
2024-03-14 | Refactor device selection logic | Roxie Linden | |
This refactor fixed a few bugs. There is an annoying 'click' when changing devices, however. This will be addressed in the future. | |||
2024-03-11 | Use LLCachedControl to speed up voice enable/disable checking | Roxie Linden | |
2024-03-11 | Fixup some logic relating to teleporting and new regions | Roxie Linden | |
2024-03-11 | fixup tabs | Roxie Linden | |
2024-03-10 | Remove trailing spaces. Other code cleanup. | Roxie Linden | |
2024-03-07 | Fix issue with spatial and p2p being up at the same time | Roxie Linden | |
Also, fix issue with voice still happening in parcels where voice is disabled. | |||
2024-03-05 | For webrtc, 'calling' dialog should remain up, disappearing when peer ↵ | Roxie Linden | |
connects (p2p) | |||
2024-03-03 | fix webrtc logic bugs and such | Roxie Linden | |
2024-03-03 | Refactor for vivox spatial and p2p | Roxie Linden | |
General refactoring to improve vivox spacial and p2p voice including generalizing voice info instead of just using sip uri and credentials. Voice server type is also passed around in the generalized voice info blob. | |||
2024-02-22 | For spatial voice, determine voice provider based on server setting. | Roxie Linden | |
2024-02-08 | Hang up when peer hangs up in ad-hoc driven p2p call | Roxie Linden | |
2024-02-08 | Checkpoint Ad-Hoc voice. | Roxie Linden | |
Unlike vivox, P2P uses the ad-hoc voice mechanism, which is also used by group voice. | |||
2024-02-08 | Checkpoint WebRTC Voice | Roxie Linden | |
2023-05-17 | Merge branch 'main' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llagentlistener.cpp # indra/newview/llcommanddispatcherlistener.cpp # indra/newview/llfilepicker_mac.mm # indra/newview/llworldmapview.cpp | |||
2023-04-19 | SL-19609 Urls aren't dispatched according to the indicated grid | Andrey Kleshchev | |
2023-02-17 | SL-19204 Crash at removeObserver | Andrey Kleshchev | |
A lot of reports about crashes in voice's removeObserver with no indication of the cause, all MAC specific. By this point terminate should have been called and mVoiceModule should be null, yet callstaks suggest it isn't. Commit clears LLVoiceClient beforehand to avoid the issue entirely, but issue lies elsewhere and 'voice' crash is just a symptom. | |||
2022-12-06 | SL-18778 Crash at LLVoiceClient::removeObserver (#25) | akleshchev | |
2022-09-22 | Merge remote-tracking branch 'origin/SL-18119' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-09-21 | SL-18119 - bug fix | Brad Payne (Vir Linden) | |
2022-09-21 | SL-18119 - more ViewerStats logs for NUX | Brad Payne (Vir Linden) | |
2022-01-06 | SL-13297 - Change names to match coding standard. | Howard Stearns | |
2022-01-06 | SL-13297 - Record and use build version reported by SLVoice | Howard Stearns | |
2021-04-01 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-01-22 | SL-3136 Logout crash fixes from Ansariel Hiller | Andrey Kleshchev | |
2020-11-25 | SL-13733 One more vivox shutdown crash | Andrey Kleshchev | |
Vivox was using dead pump | |||
2020-11-11 | Merged master (DRTVWR-507) into DRTVWR-514-keymappings | Andrey Kleshchev | |
2020-06-23 | SL-6109 Conflict resolution | andreykproductengine | |
2020-06-23 | SL-6109 Keyaboard support ready | andreykproductengine | |
2020-06-23 | SL_6109 Rebinding | andreykproductengine | |
2020-06-23 | SL-6109 Implement keybindings | andreykproductengine | |
2020-05-13 | SL-13034 Last string in logs should say 'Goodbye' | Andrey Kleshchev | |
Speaker volume saving was last instead of 'Goodbye'. | |||
2019-11-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |