Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-26 | merge changes for tools update tip | Oz Linden | |
2015-03-09 | indentation fix | Oz Linden | |
2015-03-23 | correct merge error | Oz Linden | |
2015-03-23 | merge changes for 3.7.26-release | Oz Linden | |
2015-03-23 | increment viewer version to 3.7.27 | Oz Linden | |
2015-03-17 | improve file name handling and clean up some error checks | Oz Linden | |
2015-03-17 | MAINT-4995: fix stored favorites for login bar (close input files before ↵ | Oz Linden | |
opening them for writing) | |||
2015-03-06 | MAINT-4967 FIX - log spam removed | Brad Payne (Vir Linden) | |
2015-03-04 | MAINT-4858 FIX | Brad Payne (Vir Linden) | |
2015-02-27 | merge up to 3.7.25-release | Oz Linden | |
2015-02-25 | merge | Brad Payne (Vir Linden) | |
2015-02-25 | STORM-2082 Add tool tip for Complexity slider | Jonathan Yap | |
2015-02-25 | STORM-2082 Change menu text | Jonathan Yap | |
2015-02-24 | STORM-2082 Add non-displaying xml entries for RenderAvatarMax{Complexity, ↵ | Jonathan Yap | |
NonImpostors} so those values are saved in a preset file. | |||
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-02-24 | increment viewer version to 3.7.26 | Oz Linden | |
2015-02-24 | merge changes for MAINT-4790 | Oz Linden | |
2015-02-23 | STORM-2082 Clicking on Ok/Cancel in Advanced floater only closes it now | Jonathan Yap | |
2015-02-22 | STORM-2082 Change case of Maximum complexity | Jonathan Yap | |
2015-02-22 | STORM-2082 Rearrange Reset, load, save, delete buttons. | Jonathan Yap | |
Make load, save, and delete floaters close when preferences floater closes. | |||
2015-02-22 | STORM-2082 XML changes: move Reset button, add Ok and Cancel buttons | Jonathan Yap | |
2015-02-22 | add visual mute status to rendering info reported to the simulator | Oz Linden | |
2015-02-21 | merge impostor and visual muting changes | Oz Linden | |
2015-02-20 | Clean up impostors and visual muting | Oz Linden | |
Rename the settings that control them to be more descriptive Remove the separate boolean setting (RenderUseImpostors) that governed both Establish default values based on gpu class for impostors and visual muting | |||
2015-02-20 | STORM-2082 Remove obsolete xml file | Jonathan Yap | |
2015-02-19 | STORM-2082 Fix edge case bug | Jonathan Yap | |
2015-02-18 | STORM-2082 Advanced floater xml adjustments | Jonathan Yap | |
2015-02-18 | STORM-2082 Fix issue with isDirty | Jonathan Yap | |
2015-02-13 | Merge viewer-release and become 3.7.25 | Mnikolenko ProductEngine | |
2015-02-11 | STORM-2082 Attempt to put advanced settings into separate floater | Jonathan Yap | |
2015-02-06 | correct bug in initial av rendering I introduced, clarify several tests | Oz Linden | |
2015-02-04 | merge storm-2082 changes | Oz Linden | |
2015-02-04 | allow visually muted results to be cached from const methods | Oz Linden | |
2015-02-03 | remove unused RenderAvatarComplexityLimit; replace with visual muting based ↵ | Oz Linden | |
on render weight | |||
2015-01-30 | tone down visually muted avatar colors | Oz Linden | |
2015-02-03 | STORM-2082 Reformat preset floaters. | Jonathan Yap | |
Remove Impostor checkbox. That control is now merged into the right side of the impostors slider. Maximum ARC still depends on impostors being enabled. Once that dependency is removed in llvoavatar then it will be necessary to reflect that change in the UI code. | |||
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-29 | merge more fixes from Jonathan | Oz Linden | |
2015-01-29 | add default values (some sensitive to graphics setting) for avatar rendering ↵ | Oz Linden | |
limits | |||
2015-01-27 | don't use jellybaby rendering for impostors (visually muted != impostored) | Oz Linden | |
2015-01-26 | minor code cleanups, remove friend and conversation status as visual mute ↵ | Oz Linden | |
criteria | |||
2015-01-25 | STORM-2082 Clear preset in use when resetting to hardware defaults | Jonathan Yap | |
2015-01-24 | STORM-2082 Add 5px more blank space around quality slider. | Jonathan Yap | |
Slightly adjust the names of the help text in the three new floaters. | |||
2015-01-23 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-23 | Make MandatoryUpdateMachine use LLLoginInstance's LLNotificationsInterface. | Nat Goodspeed | |
LLLoginInstance has a test hook setNotificationsInterface(), used by lllogininstance_test.cpp to redirect notifications through a dummy LLNotificationsInterface implementation. Certain of LLLoginInstance's MandatoryUpdateMachine state classes need to post notifications too; but until now they directly called LLNotificationsUtil::add(). In the production viewer, this should (!) be the same as calling through LLLoginInstance::mNotifications -- but it broke two of the LLLoginInstance unit tests, so they were skipped. Since MandatoryUpdateMachine's constructor is already passed the invoking LLLoginInstance&, make it store the reference. Add MandatoryUpdateMachine:: getNotificationsInterface(), which forwards to new LLLoginInstance:: getNotificationsInterface(). Change LLNotificationsUtil::add() calls in MandatoryUpdateMachine state classes to call through mMachine's getNotificationInterface() instead. This allows us to remove #include "llnotificationsutil.h" from lllogininstance.cpp, also that #include plus stub LLNotificationsUtil::add() implementation from lllogininstance_test.cpp. Finally, it allows us to remove the skip() calls from the two unit tests. | |||
2015-01-22 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-22 | MAINT-4790 WIP Previously selected login location is correctly shown now. ↵ | Mnikolenko ProductEngine | |
Font on the Log In button was changed back. Text offset was set for Locations combobox. | |||
2015-01-21 | For Linux, add libalut.so.0.0.0.0 and libalut.so.0 to viewer tarball. | Nat Goodspeed | |
The former is the real .so, to which libalut.so is only a symlink. We were packaging the symlink without including its target. (This appears to have changed since our last Vivox drop for Linux.) | |||
2015-01-21 | Make Linux viewer build consume slplugins package, and copy its files | Nat Goodspeed | |
into eventual viewer package -- instead of finding them in the viewer build tree. Also update Windows to current slplugins package build. |