Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-22 | VOICE-36: generate and expect random connection and account handles | Oz Linden | |
2016-03-07 | MAINT-6172: Send the render and mic devices to a session when they are ↵ | Rider Linden | |
dirty, not just in Tuning mode. | |||
2016-02-24 | MAINT-6096: For non-spacial voice chats update the volume of participants. ↵ | Rider Linden | |
Rename "sendPositionalUpdate" to reflect volume changes. | |||
2016-01-26 | MAINT-6086: Fixed an issue with management of sessionStates (was removing ↵ | Rider Linden | |
one before it was added in certain cases.) Also changed the calls to LL_ERRS to LL_WARNS (LL_ERRS is a "HaltCatchFire" command and will crash the viewer and nothing in voice should ever bring down the viewer. | |||
2016-01-25 | MAINT-6086: Reworked how sessions were being tracked and recovered. A case ↵ | Rider Linden | |
was occurring where a session was being created and then destroyed, but had never been added to the session tracking map. | |||
2016-01-11 | MAINT-6044: Throttle positional updates to no more than two a second. ↵ | Rider Linden | |
Compare angle between avatar rotations if trivially small do not trigger update. | |||
2016-01-08 | MAINT-5978: Remove vestigial state machine code. Convert over to smart ↵ | Rider Linden | |
pointers for state information structures. | |||
2016-01-07 | MAINT-5976: Remove residual setState() calls. Clear next session before ↵ | Rider Linden | |
starting new session. | |||
2016-01-06 | MAINT-5976: Shutdown and reconnection for coroutine version. | Rider Linden | |
2016-01-06 | MAINT-5978: Remove move of the residual state machine. Send initial ↵ | Rider Linden | |
positional update upon joining channel. | |||
2015-12-17 | MAINT-5977: Finish implementation of MailBox event pump type for guaranteed ↵ | Rider Linden | |
delivery | |||
2015-12-11 | Remove 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-10 | Possible fix for private call hangup. | Rider Linden | |
2015-12-09 | Voice session state now in coro (includes all sub states as part of the coro) | Rider Linden | |
2015-12-08 | Convert session joining/adding and creating to coroutine | Rider Linden | |
2015-12-04 | Start work on capture/playback routines. | Rider Linden | |
2015-12-04 | Initial changes for Vivox/Azumarill merge. Lots of temporary code and ↵ | Rider Linden | |
conditional compile switches. Begin switch from statemachine to coroutine. | |||
2015-11-23 | Merge from Vivox Repo | Rider Linden | |
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-01 | MAINT-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-06-03 | Was a little too agressive in header removal in two places. | Rider Linden | |
2015-05-18 | Changed Avatar picker to use coroutine for find. | Rider Linden | |
Fixed a stray reference (&) on URL that had crept into some coroutine definitions. | |||
2015-05-15 | Coroutine voice account provision | Rider Linden | |
2015-05-15 | Voice client state to coro. | Rider Linden | |
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-08-20 | Wait for response from SLVoice when sending shutdown. | Aura Linden | |
2014-08-15 | Allegedly hides voice position on teleport. Needs testing. | Aura Linden | |
2014-08-13 | Ported from defective branch. | Aura Linden | |
2014-03-19 | OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBS | Oz Linden | |
2013-09-25 | MAINT-3169 FIXED | dmitrykproductengine | |
[Improvement] Prevent latest Voice service from connecting or error popup from occurring when Voice Chat setting is disabled in the viewer. | |||
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-05-15 | Thanks mercurial. | Aura Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-22 | CHUI-877 : Fixed! Ignore the Vivox buffy names right now and avoid ↵ | Merov Linden | |
invalidation avatar name cache when seeing a difference with vivox | |||
2013-02-08 | Interim version with SLIM removed from voice. | Aura Linden | |
2013-01-18 | CHUI-379 FIXED Restore Voice Morphing menu | maksymsproductengine | |
2012-12-17 | CHUI-580 : WIP : Protect callback connections passed to ↵ | Merov Linden | |
LLAvatarNameCache::get() where necessary | |||
2012-11-07 | CHUI-450 (Your own name does not appear in nearby chat participant list if ↵ | MaximB ProductEngine | |
voice chat disabled) Added audio module initialization without faking mVoiceEnabled value | |||
2011-06-23 | Fix for VOICE-3 [crashhunters] LLVoiceVoiceClient::stateMachine | Roxie Linden | |
Race condition with parcel changing while shutting down. If a parcel changes, we went into code that requests the cap for the new parcel voice channel info. This happened in any state, not the two states where it is really appropriate. stateRunning or stateNoSession. When shutting down, we may be in stateTerminate, stateLeavingSession, or so on, and we don't want to muck with getting caps and such during that time. | |||
2010-11-15 | merge | Richard Linden | |
2010-09-24 | Added 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-09-16 | Merge | Leyla Farazha | |
2010-09-14 | STORM-121 FIXED Unify clean up of objects on voice client shutdown so that ↵ | Aimee Linden | |
it happens consistently. | |||
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-05-27 | EXT-7138 WIP Use fixed time of day for expiry of Voice Fonts, as the ↵ | Aimee Linden | |
timestamp from Vivox is incorrect. Will need the correct time specifying as VOICE_FONT_EXPIRY_TIME when know what it is from Vivox. Enforce expiry times rather than just relying on the flag from Vivox to avoid ambiguity. Only set expiry timers on adding new fonts, or if the expiry time has changed, to avoid unnecessary notifications. | |||
2010-05-26 | EXT-7138 WIP Simplify and improve detection and notification of changes to ↵ | Aimee Linden | |
the Voice font list |