Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-04 | An explicit "decline" message for P2P | Roxie Linden | |
When declining a P2P voice call for webrtc, instead of relying on vivox to stop "ringing," we need to send an explicit decline message from the peer through the server infrastructure. | |||
2024-03-30 | Add UI for managing echo cancellation, AGC, and noise control. | Roxie Linden | |
Plumb audio settings through from webrtc to the sound preferences UI (still needs some tweaking, of course.) Also, choose stun servers based on grid. Ultimately, the stun stun servers will be passed up via login or something. | |||
2024-03-25 | viewer-private#216 Viewer fails to rename vivox logs | Andrey Kleshchev | |
2024-03-11 | Fixup some logic relating to teleporting and new regions | Roxie Linden | |
2024-03-10 | Remove trailing spaces. Other code cleanup. | Roxie Linden | |
2024-03-09 | Code cleanup and commenting | Roxie Linden | |
2024-03-05 | For webrtc, 'calling' dialog should remain up, disappearing when peer ↵ | Roxie Linden | |
connects (p2p) | |||
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 | Initialize versions | Roxie Linden | |
2024-02-22 | For spatial voice, determine voice provider based on server setting. | Roxie Linden | |
2024-02-21 | Convert remaining BOOL to bool | Ansariel | |
2024-02-08 | Hang up when peer hangs up in ad-hoc driven p2p call | Roxie Linden | |
2024-01-11 | Rename OS X to macOS, mostly in comments | Lars Næsbye Christensen | |
We only support 10.13+ now, and it's been called macOS since 10.12. References in code to older versions are unchanged. | |||
2024-01-08 | replace boost library to standard | AiraYumi | |
2023-08-08 | SL-18049 use instance_offset appropriately | Maxim Nikolenko | |
2023-08-04 | SL-18049 Part 4; Adjustments and fixes | Andrey Kleshchev | |
2023-08-03 | SL-18049 Part 1; Allow voice to be enabled in second instance | Andrey Kleshchev | |
2023-04-08 | SL-19204 Fix voice's coroutine crash | Andrey Kleshchev | |
Need to find a way to kill coroutines or to fobid using non static functions/members inside coroutines | |||
2023-03-06 | SL-19346 PERMISSION_DEBIT remove warning for Linden owned content | Andrey Kleshchev | |
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp | |||
2022-12-06 | SL-18778 Crash at LLVoiceClient::removeObserver (#25) | akleshchev | |
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-09-09 | Sl-18124 - fixed establish_time stat | Brad Payne (Vir Linden) | |
2022-08-17 | SL-17973 updated inappropriate arg | Mnikolenko Productengine | |
2022-08-02 | SL-17048 Fixed not cleaning session | Andrey Kleshchev | |
2022-07-27 | SL-17831 Cut spammy log message | Andrey Kleshchev | |
2022-06-01 | SL-17509 The viewer spams warnings if the user is in a parcel or region with ↵ | Mnikolenko Productengine | |
voice disabled | |||
2022-05-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llprimitive/llmodel.cpp # indra/llprimitive/llmodel.h # indra/newview/llappviewer.cpp # indra/newview/llappviewer.h | |||
2022-05-20 | SL-17425 Crash when closing two dependent floaters | Andrey Kleshchev | |
dependent_it in llfloater was not valid after dependent floater removed itself from the list | |||
2022-03-01 | Merge branch 'master' (DRTVWR-557) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py | |||
2022-02-28 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/newview/llviewerregion.cpp | |||
2022-02-07 | SL-16778 handle shutdown exceptions | Andrey Kleshchev | |
These exceptions are expected and do not need to be logged | |||
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-12-13 | SL-16496 Added the retry counter for Vivox daemon connect | Andrey Lihatskiy | |
2021-12-06 | SL-16446 Crash at loginToVivox when viewer quits | Andrey Kleshchev | |
2021-11-16 | DRTVWR-546 merge in master v6.5.1 | Dave Houlton | |
2021-10-28 | SL-15462 Convert waitForChannel() into state machine | Andrey Kleshchev | |
2021-10-13 | SL-15462 Refactor voiceControlCoro() into a state machine #2 | Andrey Kleshchev | |
2021-10-13 | SL-15462 Refactor voiceControlCoro() into a state machine #1 | Andrey Kleshchev | |
2021-09-24 | SL-15999 (SL-16055) Turn off voice in non-interactive mode | Callum Linden | |
2021-08-13 | SL-15292 waitForChannel crash | Andrey Kleshchev | |
This code needs to be turned into a state machine (switch-case between states) with clean exit and each state clean and separate. Right now it passes through all stages on exit and relies onto multiple bools instead of just transitioning to 'exit' state. In some cases coroutine still lives longer than voice singletone, it also needs to be adressed. | |||
2021-07-20 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp # indra/llui/llnotifications.h # indra/newview/llappviewer.cpp # indra/newview/llappviewermacosx.cpp | |||
2021-06-25 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-06-23 | SL-15292 waitForChannel crash #4 | Andrey Kleshchev | |
2021-06-23 | SL-15292 waitForChannel crash #3 | Andrey Kleshchev | |
2021-06-23 | SL-15292 waitForChannel crash #2 | Andrey Kleshchev | |
2021-06-10 | Fix for SL-15381 Import Vivox VAD voice fixes into 'Viewer UI changes' branch | Callum Prentice | |