summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
AgeCommit message (Collapse)Author
2015-07-07Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5Rider Linden
2015-07-02test fix for a race condition in the state machine when switching between regionBjoseph Wombat
voice and P2P calls.
2015-07-01MAINT-5351: Remove 'self' parameter from coroutine functions.Nat Goodspeed
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested.
2015-05-19Changes to remove zlib and vivoxplatform dlls from the windows buildBjoseph Wombat
2015-05-18Changed Avatar picker to use coroutine for find.Rider Linden
Fixed a stray reference (&) on URL that had crept into some coroutine definitions.
2015-05-15Coroutine voice account provisionRider Linden
2015-05-15Voice client state to coro.Rider Linden
2015-05-12Deleted some obsolete commentsBjoseph Wombat
2015-05-11Application name added to connector create and a test fix for a race ↵Bjoseph Wombat
conition in group and P2P calling.
2015-05-11Backed out changeset: 5eee69247775Bjoseph Wombat
2015-05-11Added application identifier and testing a bug for for group and P2P callingBjoseph Wombat
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-10Added the loop back setting so people can hear themselves during the mic test.Bjoseph Wombat
2015-03-06More voice related changes to improve the user's experience.Bjoseph Wombat
2015-03-03Better MediaConnect handling of 1026 return status, media already connected.Bjoseph Wombat
2015-01-13merge changes for 3.7.24-releaseOz Linden
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-09-19Pulled merge from viewer-tigerAura Linden
2014-09-11Fix for maint-4445 losing voice dot during rapid teleports.Aura Linden
2014-09-04Added code to allow alternate directory destination for vivox log.Aura Linden
2014-08-20Windows only.Aura Linden
2014-08-20Wait for response from SLVoice when sending shutdown.Aura Linden
2014-08-19Set null position before value gets transformed.Aura Linden
2014-09-01MAINT-2699 FIXED Disable voice and release mic button when status is changed ↵Mnikolenko ProductEngine
to STATUS_VOICE_DISABLED.
2014-08-15Merged with windows fixes.Aura Linden
2014-08-15Allegedly hides voice position on teleport. Needs testing.Aura Linden
2014-08-15Added delay to Windows shutdown to let SLVoice die a good death.Aura Linden
2014-08-13Ported from defective branch.Aura Linden
2014-06-16merge changes for 3.7.9-releaseOz Linden
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-03-19OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBSOz Linden
2014-03-12mergeBrad Payne (Vir Linden)
2014-03-12merge with releaseRichard Linden
2013-12-05mergeBrad Payne (Vir Linden)
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-10-16mergeBrad Payne (Vir Linden)
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-10-08merge from viewer-releaseRichard Linden
2013-09-05changed fast timer over to using macroRichard Linden
another attempt to move mem stat into base class
2013-08-19MergeXiaohong Bao
2013-08-16merge with viewer-releaseNyx Linden
2013-08-15moved unit types out of LLUnits namespace, since they are prefixedRichard Linden
2013-08-14BUILDFIX: added header for numeric_limits support on gccRichard Linden
added convenience types for units F32Seconds, etc.
2013-09-25MAINT-3169 FIXEDdmitrykproductengine
[Improvement] Prevent latest Voice service from connecting or error popup from occurring when Voice Chat setting is disabled in the viewer.
2013-08-09Removing rogue debugAura Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-05Merge downstream code - Vivox releasesimon
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-07-29Slowest debug in the west.Aura Linden