Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-09 | MAINT-3117 FIXED crash in LLFloaterConversationPreview::showHistory() | dmitrykproductengine | |
2013-09-06 | MAINT-3109 - Add "can't attach" notification to the viewer | simon_linden | |
2013-09-04 | MAINT-3086 FIXED Groups count in groups list does not display if floater is ↵ | Mnikolenko ProductEngine | |
resized | |||
2013-09-03 | MAINT-3082 : Remove unused viewer LLParcel code | simon_linden | |
2013-08-23 | MAINT-2575 FIXED Resident can accept unlimited number of friendship requests ↵ | maksymsproductengine | |
if they were sent before his first accept | |||
2013-08-29 | MAINT-3068 FIXED Inconsistent option menus on resident names in ↵ | dmitry | |
Conversations floater | |||
2013-08-27 | Merge downstream code | simon_linden | |
2013-08-27 | MAINT-3065 : Avatar render info's 'geometry' stat is unpredictable for ↵ | simon | |
linked objects Removed "geometry" and "surface" Reviewed by Kelly | |||
2013-08-26 | Merge downstream code for CHUIStorm | simon | |
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-08-26 | Tweak MAINT-3046 fix for faster remove_() performance | simon | |
2013-08-26 | increment viewer version to 3.6.5 | Oz Linden | |
2013-08-26 | MAINT-3041 (crash in LLScrollContainer::updateScroll() on Windows) | MaximB ProductEngine | |
2013-08-23 | MAINT-3046 fix test regression from debug llassert accidentally checked in ↵ | Graham Linden | |
with crash fix | |||
2013-08-23 | MAINT-3046 make LLNotifications clear out vecs of LLNotificationChannelPtr ↵ | Graham Madarasz (Graham Linden) | |
so singleton cleanup doesn't do things it really ought not do | |||
2013-08-22 | MAINT-2904 FIXED (Users of "LittleSight" viewer are invisible but can listen ↵ | Mnikolenko ProductEngine | |
to spatial chat) | |||
2013-08-22 | MAINT-2852 FIXED Update Help Menu and behavior: F1 Help menu no longer ↵ | dmitry | |
delivers results when searching dance, appearance or scripts | |||
2013-08-22 | MAINT-2850 Fix for linux build | dmitry | |
2013-08-21 | Merge downstream code, including viewer-release | simon | |
2013-08-21 | Fix file EOL format | Simon Linden | |
2013-08-21 | Merge viewer-release | simon | |
2013-08-20 | MAINT-2850 FIXED Windows 8.1 detected as running in windows 8 compatibility ↵ | dmitrykproductengine | |
mode always | |||
2013-08-20 | MAINT-3005 FIXED Set max persistent notifications to reduce log-in time | maxim@mnikolenko | |
2013-08-19 | merge changes for DRTVWR-285 | Oz Linden | |
2013-08-19 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | increment viewer version to 3.6.4 | Oz Linden | |
2013-08-15 | MAINT-2938 FIXED [CHUI] crash in LLFloaterConversationPreview::showHistory() | maksymsproductengine | |
2013-08-15 | MAINT-3012 FIXED Don't show Destination Guide by default on first run. | Mnikolenko ProductEngine | |
2013-08-14 | MAINT-2897 Need to be able to save textures from inventory as PNG | callum_linden | |
2013-08-14 | MAINT-2897 MAINT-2897 Need to be able to save textures from inventory as PNG | dmitrykproductengine | |
2013-08-14 | BUG-3605 / CHUIBUG-197 Don't create excessive amounts of string objects in ↵ | Nicky | |
LLNormalTextSegment::getNumChars. | |||
2013-08-13 | MAINT-2937 FIXED [CHUI] crash in LLToastIMPanel | maksymsproductengine | |
2013-08-13 | MAINT-2861 FIXED llAdjustSoundVolume causes animated textures on same object ↵ | maksymsproductengine | |
to reset to first frame | |||
2013-08-12 | MAINT-2883 FIXED World Map - Land For Sale is missing L$ / sqm | maksymsproductengine | |
2013-08-12 | MAINT-2175 FIXED 'Pay Resident' floater is not opened after clicking on ↵ | dmitrykproductengine | |
'Pay' button in Object profile | |||
2013-08-09 | Removing rogue debug | Aura Linden | |
2013-08-08 | Pull in fix for MAINT-2302 | simon | |
2013-08-08 | MAINT-2847 (Updater notification - message shows as ↵ | MaximB ProductEngine | |
"[[RELEASE_NOTES_FULL_URL] information about this update]") | |||
2013-08-07 | Merge | simon | |
2013-08-07 | MAINT-2257 : Create ability to limit region/estate and parcel access by | simon | |
either Piof or Group membership (viewer changes). Using Mnikolenko's patch | |||
2013-08-07 | merge changes for DRTVWR-333 | Oz Linden | |
2013-08-06 | Merge | dmitry | |
2013-08-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2013-08-05 | CHOP-951, IQA-1477: Validate args for numeric command-line switches. | Nat Goodspeed | |
The logic in llcommandlineparser.cpp's setControlValueCB() callback function for converting command-line switch argument values from string to the actual type of the map-to settings variable had a couple special cases for boolean and LLSD array. But for S32, U32 and F32, it simply used default LLSD string-to-numeric conversion. LLSD's string-to-numeric conversion is a bit lame: for non-numeric strings, it shrugs and returns 0. Introduce onevalue() and badvalue() helper functions that, like certain errors during command-line parsing, throw LLCLPError. Use them to streamline certain redundancies in setControlValueCB(). Introduce convertTo<T>() helper function that uses boost::lexical_cast() for slightly more stringent conversions. Add cases for U32, S32 and F32 targets. setControlValueCB() is actually called only by LLControlGroupCLP::notify(), not during actual command-line parsing. Make LLControlGroupCLP::notify() return bool. Make it catch LLCLPError, set the error for getErrorMessage() and return false on that exception. Package LLAppViewer::initConfiguration()'s response to initParseCommandLine() returning false as a new handleCommandLineError() function; invoke it both there and when LLControlGroupCLP::notify() returns false. | |||
2013-08-05 | Merge downstream code - Vivox update | simon | |
2013-08-05 | Merge | simon | |
2013-08-05 | MAINT-2966 : Add viewer alert info for "NoEnterRegionMaybeFull" | simon | |
2013-08-05 | Merge downstream code - Vivox release | simon | |
2013-08-05 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-08-05 | Merge viewer-release with Vivox code | simon | |