summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
AgeCommit message (Collapse)Author
2016-01-11MAINT-5978: Code review changesRider Linden
2016-01-08MAINT-5978: Couple of tweeks for smart pointers on Macrider
2016-01-08MAINT-5978: Remove vestigial state machine code. Convert over to smart ↵Rider Linden
pointers for state information structures.
2016-01-07MAINT-5976: Remove residual setState() calls. Clear next session before ↵Rider Linden
starting new session.
2016-01-07Use #if rather than #ifdef to test platform switch.Rider Linden
2016-01-07MAINT-5976: No sleep for mac on shutdown.rider
2016-01-06MAINT-5976: Shutdown and reconnection for coroutine version.Rider Linden
2016-01-06MAINT-5976: Handle connect and disconnect for P2P calls.Rider Linden
2016-01-06MAINT-5978: Remove move of the residual state machine. Send initial ↵Rider Linden
positional update upon joining channel.
2016-01-04MAINT-5978: Disable state machine, turn running of vivox over to the coroutine.Rider Linden
2015-12-17MAINT-5977: Finish implementation of MailBox event pump type for guaranteed ↵Rider Linden
delivery
2015-12-15Throttle consecutive connect attempts.rider
2015-12-11Remove some of the dead code. 1:1 chat is working but group chat fails now. ↵Rider Linden
Need to reexamine the entire flow.
2015-12-10Possible fix for private call hangup.Rider Linden
2015-12-09Voice session state now in coro (includes all sub states as part of the coro)Rider Linden
2015-12-08Adjust login to account for required double response.Rider Linden
2015-12-08Convert session joining/adding and creating to coroutineRider Linden
2015-12-04Start work on capture/playback routines.Rider Linden
2015-12-04Initial changes for Vivox/Azumarill merge. Lots of temporary code and ↵Rider Linden
conditional compile switches. Begin switch from statemachine to coroutine.
2015-11-23Merge from Vivox RepoRider Linden
2015-11-20MAINT-5835: Cut down on log spam from coros and voice.Rider Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-11-03stopp SLVoice from logging when the timeout for logouts expires.Bjoseph Wombat
2018-04-10MAINT-8489 Remove/Cleanup LLIMInfoAndrey Kleshchev
2015-10-07A small tweak when SLVoice is not runningBjoseph Wombat
2015-10-06A small state machine change to wait until the media update event has ↵Bjoseph Wombat
arrived when leaving a region channel and before joining a p2p channel
2015-09-18Set consistent terminology for yield/wait -> suspend for coroutines.Rider Linden
2015-07-10Backed out changeset bab1000e1b2d: restore 'selfless' changesNat Goodspeed
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