summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
AgeCommit message (Collapse)Author
2019-11-12Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-08-13DRTVWR-493 Reworked a number of initsandreykproductengine
2019-07-18SL-11592 [Win] Ability to bind extra mouse buttons for push to talkandreykproductengine
2018-10-30SL-9955 FIXED crash-on-exit in LLVivoxVoiceClient::removeObserverMnikolenko ProductEngine
2018-08-10VOICE-50 VOICE-58: recover from SLVoice process exit automaticallyOz Linden
2017-05-02VOICE-47: Disconnect from voice during teleport to prevent audio artifactsOz Linden
2017-03-14coding styleOz Linden
2017-03-13clean up use of mVoiceEnabled (rename the session member mVoiceActive)Oz Linden
2016-05-06merge 4.0.4-release and MAINT-5974Oz Linden
2016-04-04merge with 4.0.3-releaseOz Linden
2016-04-06MAINT-6304 FIXED Push-to-talk triggered with keyboard doesn't close the micAndreyL ProductEngine
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-05-11updates from bitbucket repositoryBjoseph Wombat
2015-04-10restore 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-07replace llifstream and llofstream with std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-03-22Mic 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-06More voice related changes to improve the user's experience.Bjoseph Wombat
2014-09-19Pulled merge from viewer-tigerAura Linden
2014-08-15Allegedly hides voice position on teleport. Needs testing.Aura Linden
2014-06-26MAINT-2699 FIXED Don't change state of "Speak" toolbar button if voice is ↵Mnikolenko ProductEngine
disabled.
2013-10-04MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵maksymsproductengine
Control named RenderAutoMuteFunctionsnot found
2013-07-11Merged in viewer-releaseAura Linden
2013-05-15Thanks mercurial.Aura Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-02-08Interim version with SLIM removed from voice.Aura Linden
2012-12-17CHUI-593 FIXED Using callback signal will update Speak button if voice chat ↵maxim@mnikolenko
disabled
2012-12-12CHUI-427 FIXED Added callback to track changing in mUserPTTState. It's ↵maxim@mnikolenko
needed to synchronize both buttons
2010-09-24Added the VoiceDisableMic debug setting to completely disable the ability to ↵Monroe Linden
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.
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-05-28Fix borked merge, DOH!Aimee Linden
2010-05-28Merged from ssh://hg.lindenlab.com/dessie/viewer-privateAimee Linden
2010-05-28CID-448Tofu Linden
Checker: UNINIT_CTOR Function: LLVoiceClient::LLVoiceClient() File: /indra/newview/llvoiceclient.cpp
2010-05-24EXT-7138 WIP Renamed VoiceEffectEnabled debug setting to VoiceMorphingEnabled.Aimee Linden
Hide Me->My Voice menu item when VoiceMorphing is disabled. Removed temporary VoiceFontsAvailable debug setting.
2010-05-18EXT-7390 WIP Created SLapp secondlife:///app/voice/effects/refresh to update ↵Aimee Linden
the voice effect list with new effects.
2010-05-13EXT-7138 WIP Merged Voice fonts work into the newly modularized LLVoiceClient.Aimee Linden
Created LLVoiceEffectInterface as an optional interface to be implemented by voice modules that support voice effects.
2010-05-12EXT-7138 WIP Added temporary debug setting "VoiceFontsAvailable", to test UI ↵Aimee Linden
when no voice fonts are available.
2010-05-12EXT-7138 WIP Allow selection of no voice font when none are available.Aimee Linden
2010-05-12EXT-7138 WIP Enumerate template voice fonts.Aimee Linden
Also simplified LLPanelVoiceFont some.
2010-05-10Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicAimee Linden
2010-05-04Automated mergeRoxie Linden
2010-05-04re-merge e7cef87fae39 - EXT-6031 refactoring of voice volume representationRoxie Linden
2010-04-30Move the Voice Font control from LLCallFloater to its own panel so that it ↵Aimee Linden
can be reused.
2010-04-30WIP: normal bug EXT-6865 (Voice isn't blocked for Avaline callers connected ↵Mike Antipov
via PSTN bridge) Applyied Aimee's patch to enable blocking of avaline caller: added an "External" mute type which isn't sent to the SL servers or stored in the cache across sessions. The caller's ID will change each time so there's no point cluttering up the mute list by persisting them. Known issue: Right now the mute is added with the caller's phone number as the name shown in the block list, so that will need changing to "Avaline Caller 1" etc --HG-- branch : product-engine
2010-04-29Make the current voice font a per-account saved setting.Aimee Linden
2010-04-29Make a proper XUI commit_callback for the Voice Font comboAimee Linden
2010-04-28Persist Voice Font selection.Aimee Linden
Added 'VoiceFontDefault' saved setting. Implemented LLVoiceClientFontsObserver to update the UI when the voice font list is received. Renamed LLVoiceClientParticipantObserver::onChange() to onParticipantsChanged to avoid ambiguity and make the code more readable. Made the Voice Font combo in the VCP auto resize to make best use of the available space when the 'Leave Call button is not visible.
2010-04-21Remove diamondware and rearrange login panel to be like it is in the default ↵Roxie Linden
viewer 2 build
2010-04-20Sort out the state machine in LLVoiceClient to wait for voice fonts properly.Aimee Linden
2010-04-19CR Changes from AimeeRoxie Linden