Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-21 | Merge downstream code | simon | |
2014-04-21 | Merge downstream code updating version to 3.7.7 | simon | |
2014-04-14 | Fix for MAINT-5707 bad breakpad behavior with teleport links | Aura Linden | |
2014-04-07 | Merge downstream code | simon | |
2014-04-07 | Merge in viewer-release and version update to 3.7.6 | simon | |
2014-03-26 | Double init of logging probably due to merge fail. | Aura Linden | |
2014-03-26 | Not ideal but sufficient. | Aura Linden | |
2014-03-25 | Still wasn't doing the right thing with log files. | Aura Linden | |
2014-03-24 | The simple approach has not worked. This hybrid solution should avoid the ↵ | Aura Linden | |
Windows issues and get us per-run logfiles. | |||
2014-03-20 | Returned Secondlife.log to main directory due to unforeseen LLErrorThread ↵ | Aura Linden | |
complexities. | |||
2014-03-13 | Merged in viewer-release | Aura Linden | |
2014-03-07 | Fixes for crash reporter startup race condition, crash reporter CPU use, ↵ | Aura Linden | |
Secondlife.log filehandle, XP Crash. | |||
2014-02-18 | Maint-3135 Discovered apple made this change in 10.6.8 not 10.7.0 | Aura Linden | |
2014-01-26 | Was not using correct name for results of file search. | obscurestar | |
2014-01-14 | Some cleanup of string to wstring conversion and vice versa. | Aura Linden | |
2013-12-17 | Mac Fullscreen fix for MAINT-3288 and MAINT-3135 | Aura Linden | |
2013-12-04 | Removed debugging code. | Aura Linden | |
2013-12-03 | Creating a cleaner branch | Aura Linden | |
2013-11-11 | MAINT-3432 FIX Help -> Report Bug should open jira with pre-populated fields | Richard Linden | |
moved viewer information strings into LLAppViewer replaced Help>Report a Bug with direct use of Jira link | |||
2013-10-25 | SH-3419 Replace per-object time dilation factor with region-wide | Andrew Meadows | |
Reviewed with Simon | |||
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-10-04 | Pull merge of lindenlab/viewer-release | Merov Linden | |
2013-09-09 | Pull from lindenlab/viewer-release | Merov Linden | |
2013-09-09 | Merge viewer-release | simon | |
2013-08-29 | add "Settings" logging tag to make debugging settings loading easier | Oz Linden | |
2013-08-28 | merging viewer release | Gilbert Gonzales | |
2013-08-27 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-08-26 | merge changes for 3.6.4-release | Oz Linden | |
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 | merging viewer release | Gilbert Gonzales | |
2013-08-20 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | merge changes for DRTVWR-285 | Oz Linden | |
2013-08-07 | merge changes for DRTVWR-333 | Oz Linden | |
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-02 | CHOP-959: Honor --graphicslevel switch even on first viewer run. | Nat Goodspeed | |
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. | |||
2013-07-30 | merge changes for CHOP-975 | Oz Linden | |
2013-07-30 | get rid of warning generated by trying to save obsolete VersionChannelName ↵ | Oz Linden | |
setting | |||
2013-07-25 | VITA test framework - record events support | Jeff (Gioffredo Linden) | |
2013-07-09 | CHOP-963: Make update service query url depend on the grid rather than settings | Oz Linden | |
2013-07-02 | CHOP-959: Introduce CmdLineChannel settings var, map --channel to it. | Nat Goodspeed | |
2013-07-02 | CHOP-959: Introduce CmdLineLoginLocation var for --url and --slurl. | Nat Goodspeed | |
Route --url and --slurl command-line switches through a common settings variable. Treat them uniformly now. (Previously, passing --url would notice a grid-specific SLURL and preselect that grid; --slurl wouldn't. Now both do.) | |||
2013-07-01 | CHOP-959: Introduce and use settings vars for some cmd_line switches. | Nat Goodspeed | |
The cmd_line.xml entries: analyzeperformance crashonstartup debugsession disablecrashlogger logmetrics logperformance noquicktime replaysession all specify map-to settings.xml variables -- none of which existed! Introduce such variables. Instead of detecting the presence of a particular switch in the command-line parser, use the value of its corresponding settings variable. | |||
2013-06-28 | CHOP-959: Streamline processing for --graphicslevel switch. | Nat Goodspeed | |
Use map-to in cmd_line.xml to inform the command-line processor that the target variable for --graphicslevel is RenderQualityPerformance. That lets us eliminate clunky llappviewer.cpp switch from '0' to 0, etc. Moreover, previous switch statement only accepted 0 - 3, whereas LLFeatureManager::setGraphicsLevel() actually accepts 0 - 6. Introduce LLFeatureManager::isValidGraphicsLevel() and use that to validate. Replace switch statement in setGraphicsLevel() mapping int constants to string literals with static vector of level names, using same data for mapping as for validating level numbers. | |||
2013-06-21 | Automated merge with file:///F:%5Cviewer-bear | Dave Parks | |
2013-06-20 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Dave Parks | |
2013-06-19 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-06-19 | Merge with viewer-release. | Geenz | |
2013-06-17 | Merged with viewer-release | Geenz | |