Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-08-13 | DRTVWR-493 Reworked a number of inits | andreykproductengine | |
2019-07-18 | SL-11592 [Win] Ability to bind extra mouse buttons for push to talk | andreykproductengine | |
2018-10-30 | SL-9955 FIXED crash-on-exit in LLVivoxVoiceClient::removeObserver | Mnikolenko ProductEngine | |
2018-08-10 | VOICE-50 VOICE-58: recover from SLVoice process exit automatically | Oz Linden | |
2017-05-02 | VOICE-47: Disconnect from voice during teleport to prevent audio artifacts | Oz Linden | |
2017-03-14 | coding style | Oz Linden | |
2017-03-13 | clean up use of mVoiceEnabled (rename the session member mVoiceActive) | Oz Linden | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-04-06 | MAINT-6304 FIXED Push-to-talk triggered with keyboard doesn't close the mic | AndreyL ProductEngine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-05-11 | updates from bitbucket repository | Bjoseph Wombat | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-03-22 | Mic setting changes some device list is up to date, mic loop test works, | Bjoseph Wombat | |
removed obsolete code and fine tuned voice state machine to avoid frequent neccessary code paths. | |||
2015-03-06 | More voice related changes to improve the user's experience. | Bjoseph Wombat | |
2014-09-19 | Pulled merge from viewer-tiger | Aura Linden | |