Age | Commit message (Collapse) | Author |
|
# Conflicts:
# indra/newview/llagentlistener.cpp
# indra/newview/llcommanddispatcherlistener.cpp
# indra/newview/llfilepicker_mac.mm
# indra/newview/llworldmapview.cpp
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vivox was using dead pump
|
|
|
|
|
|
|
|
|
|
|
|
Speaker volume saving was last instead of 'Goodbye'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wide char paths; on other platforms they are now just typedefs to the std classes
|
|
respectively
|
|
respectively
|
|
removed obsolete code and fine tuned voice state machine to avoid frequent
neccessary code paths.
|
|
|
|
|
|
|
|
disabled.
|
|
Control named RenderAutoMuteFunctionsnot found
|
|
|
|
|
|
|
|
|
|
disabled
|
|
needed to synchronize both buttons
|
|
open the mic.
Also hoisted PTT key handling from LLVivoxVoiceClient up to LLVoiceClient. This cleans up LLVoiceModuleInterface a bit and makes the PTT logic more centralized.
Reviewed by Richard.
|
|
|
|
|
|
|