Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-27 | For MAINT-2003 and MAINT-1555 Fixes sequencing issue in determining max vram ↵ | Graham Madarasz (Graham Linden) | |
where mem multiplier was being done after already clamping to 512M, robbing people with >512M of 256M. Code review: DaveP | |||
2013-02-27 | For MAINT-2003 Fix sequencing issue causing mem multiplier to be applied ↵ | Graham Madarasz (Graham Linden) | |
after clamping below actual mem available | |||
2013-02-27 | Increase number of retries for requestServerAppearanceUpdate() | Brad Payne (Vir Linden) | |
2013-02-27 | Automated merge with https://bitbucket.org/lindenlab/sunshine-internal | Richard Linden | |
2013-02-27 | Fix for mac build failure this time for sure | Brad Payne (Vir Linden) | |
2013-02-27 | Fix for mac build failure | Brad Payne (Vir Linden) | |
2013-02-27 | merge | Brad Payne (Vir Linden) | |
2013-02-27 | SH-3899 WIP - more verbose logging of appearance request status, debug ↵ | Brad Payne (Vir Linden) | |
option to force failures for testing | |||
2013-02-26 | SH-3899 WIP - more logging of appearance message info | Brad Payne (Vir Linden) | |
2013-02-27 | CHUI-788 FIXED Mute icon not shown in participant list in conversation floater | maksymsproductengine | |
2013-02-26 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2013-02-26 | MAINT-2371 First set of profile guided optimizations. | Dave Parks | |
Reviewed by Graham | |||
2013-02-26 | BUILDFIX fixing undefined reference in build | Nyx Linden | |
2013-02-26 | cleaned up old message | Brad Payne (Vir Linden) | |
2013-02-25 | CHUI-778: Now when conversation log and trascript files are moved they will ↵ | Gilbert Gonzales | |
not overwrite prior files with the same name. Instead the prior files will be stored as *.backup. | |||
2013-02-25 | merge | Brad Payne (Vir Linden) | |
2013-02-25 | SH-3860 WIP, SH-3899 WIP - make folder version management more debuggable, ↵ | Brad Payne (Vir Linden) | |
log appearance request results | |||
2013-02-25 | merge | Nyx Linden | |
2013-02-25 | SH-3892 SH-3896 SUN-28 FIX add to outfit behaves like replace outfit | Nyx Linden | |
Conversion away from retry mechanism missed one case which was not supporting the 'add' operation properly. Changed code to use linkAll instead, as it did previously. | |||
2013-02-25 | increment version to 3.5.1 | Oz Linden | |
2013-02-25 | Added tag 3.5.0-beta1 for changeset 9b19edaf1d8d | Oz Linden | |
2013-02-25 | increment minor version: 3.5.0 | Oz Linden | |
2013-02-25 | MAINT-2407 'Stop animating me' spams server | Kelly Washington | |
reviewed with Simon | |||
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | tag merge of DRTVWR-288 | Oz Linden | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | CHUI-778: Pushing a quick fix that only pertains to CHUI-778 so we can close ↵ | Gilbert Gonzales | |
out this issue. | |||
2013-02-25 | merging | Cho | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | CHUI-790 FIXED Just disable "+" if selected participant is your own avatar | Mnikolenko ProductEngine | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | CHUI-788 (Saving preferences updates text in all open message panels in ↵ | Gilbert Gonzales | |
conversation floater to show as old messages) Fixed build error for mac/linux | |||
2013-02-23 | Pull merge from lindenlab/vieewer-chui | Merov Linden | |
2013-02-23 | CHUI-568 : Fixed! Implemented Ctrl-H for Nearby Chat, taking into account ↵ | Merov Linden | |
the existence of other conversations and docked/torn off state | |||
2013-02-22 | merge | Gilbert Gonzales | |
2013-02-22 | CHUI-778 (Saving preferences updates text in all open message panels in ↵ | Gilbert Gonzales | |
conversation floater to show as old messages) Now changing the log/transcripts file location actually moves the files to the new location. Prior behavior just started a new history at that location. Also a fix was made so that if the user changed the log/transcripts path then after pressing the Preferences 'OK' button the new location will be saved to the corresponding .xml file. | |||
2013-02-22 | CHUI-772 FIX User sees no notification of conversation activity not visible ↵ | Cho | |
in long scrolling conversation list Renamed LLFLoaterIMContainer::isConversationItemWidgetvisible() to isScrolledOutOfView() with opposite return value | |||
2013-02-22 | CHUI-772 FIX User sees no notification of conversation activity not visible ↵ | Cho | |
in long scrolling conversation list Added LLFLoaterIMContainer::isConversationItemWidgetvisible() which is now used in LLConversationViewSession::startFlashing() to flash chat toolbar button if out of view | |||
2013-02-22 | CHUI-633 FIXED User is not able to open chat history by 'View chat history' ↵ | maksymsproductengine | |
menu item from pop-up menu of People floater | |||
2013-02-22 | CHUI-781 FIXED Select conversation if user selects participant that belongs ↵ | Mnikolenko ProductEngine | |
to this conversation. | |||
2013-02-22 | CHUI-702 FIXED Calling requestArrange() in refresh() has to fix the problem. | Mnikolenko ProductEngine | |
2013-02-21 | CHUI-568 : WIP : Introduced Ctrl-T and Ctrl-H for conversations and nearby chat | Merov Linden | |
2013-02-21 | Help the hg stop worrying about comment-only diffs | Graham Madarasz (Graham Linden) | |
2013-02-21 | SH-3864 FIX Closing the Inventory window exits outfit editing. | Richard Linden | |
cleaned up logic when closing floatersidepanels | |||
2013-02-21 | Merge viewer-cat and resolve conflict with alternate self | Graham Madarasz (Graham Linden) | |
2013-02-21 | For MAINT-755 Fix for unbinding cubemap causing false alarm in tex type ↵ | Graham Madarasz (Graham Linden) | |
checking code (OS X RenderDebugGL crash) Code review: Dav3p | |||
2013-02-21 | CHUI-774 FIXED Play a sound even if the conversation floater is open and ↵ | Mnikolenko ProductEngine | |
conversation with user is the active. | |||
2013-02-21 | CHUI-783 FIXED Load logs from conversation.log file after changing preferences. | Mnikolenko ProductEngine | |
2013-02-20 | MAINT-2390 Fix for texture animation corrupting face repeats on rigged ↵ | Dave Parks | |
attachments after switching off animation. |