Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | merge with release | Richard Linden | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
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-08-09 | Removing rogue debug | Aura Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-05 | Merge downstream code - Vivox release | simon | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard 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-29 | Slowest debug in the west. | Aura Linden | |
2013-07-29 | I love issues that only reproduce via teamcity | Aura Linden | |
2013-07-25 | Kill all the vivox logs | Aura Linden | |
2013-07-22 | Turn off logging. | Aura Linden | |
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-05-15 | Thanks mercurial. | Aura Linden | |
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-15 | MAINT-2598 : Viewer logs warning about VoiceServiceConnectionStateChangedEvent | simon | |
2013-04-15 | MAINT-2595 - Viewer spams log at startup with caps issue. Reviewed by Kelly | simon | |
2013-03-29 | Merged in Chui beta6+ fixes | prep@lindenlab.com | |
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-03-11 | Viewer-chui merge | prep | |
2013-03-05 | Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵ | Don Kjer | |
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. | |||
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 : Added disconnect of callbacks once they're called to ↵ | Merov Linden | |
prevent filling up the callback queue | |||
2012-12-17 | Merge with viewer-chui | Merov Linden | |
2012-12-17 | CHUI-580 : WIP : Protect callback connections passed to ↵ | Merov Linden | |
LLAvatarNameCache::get() where necessary | |||
2012-12-14 | CHUI-599 : Use the account name in all places that are not UI related but ↵ | Merov Linden | |
use avatar names to index, search and other code only uses. | |||
2012-12-05 | CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵ | Merov Linden | |
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. | |||
2012-11-27 | CHUI-544 (Legacy name shows in conversation list for user that answers a ↵ | MaximB ProductEngine | |
voice call) | |||
2012-11-08 | Pull merge from richard/viewer-chui. | Merov Linden | |
2012-11-08 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-11-08 | CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵ | William Todd Stinson | |
refers to it as Do Not Disturb mode. | |||
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 | |||
2012-11-05 | CHUI-468 : Suppress LLCallFloater completely | Merov Linden | |
2012-11-05 | CHUI-450 (Your own name does not appear in nearby chat participant list if ↵ | MaximB ProductEngine | |
voice chat disabled) | |||
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-07-27 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | Todd Stinson | |
2012-07-27 | CHUI-151 FIXED (Implement conversation log) | Paul ProductEngine | |
A brief explanation of what have been implemented. More information can be found in comments. 1. Created conversation history viewer (llfloaterconversationpreview) 2. Created LLConversation and LLConversationLog classes which represent and hold data of conversations (llconversationlog) 3. Created LLConversationLogList and LLConversationLogListItem which are the visual representation of LLConversationLog and LLConversation respectively 4. Created LLFloaterConversationLog - which holds and displays LLConversationLogList | |||
2012-01-22 | Use LLProcess::create() to launch SLVoice, rather than inline code. | Nat Goodspeed | |
This appears to close a long-pending action item, as it seems the original LLProcessLauncher implementation was in fact cloned-and-edited from this logic in LLVivoxVoiceClient::stateMachine(). In any case, leveraging LLProcess buys us: - reduced redundancy; fewer maintenance points - logging for both success and errors - (possibly) better SLVoice.exe lifespan management. | |||
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-02 | EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵ | Leslie Linden | |
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10. | |||
2011-11-28 | a try fix for sh-2651: [crashhunters] Crash after google translate failure | Xiaohong Bao | |
and sh-2658: crash in LLPluginMessage::parse | |||
2011-10-18 | merge changes for STORM-1654 | Oz Linden | |