- Sep 04, 2013
-
-
maksymsproductengine authored
-
callum_linden authored
-
callum_linden authored
MAINT-3016 FIX Viewer freeze... by reverting fix for MAINT-2849 (certain streams do not play) - freeze more important than no play
-
dmitrykproductengine authored
-
- Sep 03, 2013
-
-
maksymsproductengine authored
-
- Sep 04, 2013
-
-
mberezhnoy authored
-
- Aug 30, 2013
-
-
David Parks authored
- Aug 29, 2013
-
-
Mnikolenko ProductEngine authored
MAINT-3048 FIXED Don't block IMs from Lindens even when "Only friends and groups can call or IM me" is set
-
- Aug 28, 2013
-
-
Maestro Linden authored
-
- Aug 27, 2013
-
-
simon authored
Removed "geometry" and "surface" Reviewed by Kelly
-
- Aug 26, 2013
- Aug 23, 2013
-
-
Graham Linden authored
-
Graham Madarasz (Graham Linden) authored
MAINT-3046 make LLNotifications clear out vecs of LLNotificationChannelPtr so singleton cleanup doesn't do things it really ought not do
-
- Aug 21, 2013
-
-
simon authored
-
mberezhnoy authored
-
mberezhnoy authored
-
- Aug 19, 2013
- Aug 15, 2013
-
-
maksymsproductengine authored
-
Mnikolenko ProductEngine authored
-
- Aug 13, 2013
-
-
Nicky authored
BUG-3605 / CHUIBUG-197 Don't create excessive amounts of string objects in LLNormalTextSegment::getNumChars.
-
maksymsproductengine authored
-
- Aug 08, 2013
-
-
simon authored
-
- Aug 07, 2013
-
-
Oz Linden authored
-
- Aug 05, 2013
-
-
Nat Goodspeed authored
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.
-
simon authored
-
Merov Linden authored
-
simon authored
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
- Aug 02, 2013
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
Previous CHOP-959 logic set a flag to remember that settings variable RenderQualityPerformance was set (by --graphicslevel), so it could be applied once LLViewerWindow is constructed. But on first viewer run, LLViewerWindow constructor calls LLFeatureManager::applyRecommendedSettings(), which resets that settings variable! So don't just set a flag, actually capture the requested RenderQualityPerformance value for later.
-