Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-25 | SH-3419 Replace per-object time dilation factor with region-wide | Andrew Meadows | |
Reviewed with Simon | |||
2013-10-25 | Merge with 3.6.9 | dolphin | |
2013-10-23 | moved some common functionality from LLTrace::BlockTimerStatHandle to BlockTimer | Richard Linden | |
updates appearance utility dependency | |||
2013-10-18 | removed asserts in order to get testable builds again | Richard Linden | |
added unpause() behavior and changed pause() to do nothing when already stopped | |||
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-10-04 | Pull merge of lindenlab/viewer-release | Merov Linden | |
2013-10-04 | Merge with 3.6.7 | dolphin | |
2013-10-03 | added initial memory usage tracking for lltrace | Richard Linden | |
2013-09-27 | BUILDFIX: fix for mac builds | Richard Linden | |
also, fixed alignment of tick labels on stat bars | |||
2013-09-16 | merge | Richard Linden | |
2013-09-13 | FIX: SH-4499 Mac generates lots of 'Entering main_loop' log spam | Richard Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-09 | Pull from lindenlab/viewer-release | Merov Linden | |
2013-09-09 | Merge viewer-release | simon | |
2013-09-09 | Merge with 3.6.5 | dolphin | |
2013-09-07 | merge | Richard Linden | |
2013-09-07 | added memory usage and occlusion events to traces | Richard Linden | |
renamed "current" to "primary" when referring to accumulators | |||
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
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 | dolphin | |
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-26 | reversion of object cache version number change | Xiaohong Bao | |
2013-08-23 | fixed issue with poor framerate after clearing cache | Richard 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 | dolphin | |
2013-08-19 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | merge changes for DRTVWR-285 | Oz Linden | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-16 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
converted many values over to units system in effort to track down source of 0 ping | |||
2013-08-12 | Backed out changeset: ed09997b4652 | Richard Linden | |
2013-08-12 | merge | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-07 | merge changes for DRTVWR-333 | Oz Linden | |
2013-08-06 | revert some LLUnit changes to temporarily fix SH-4399: Interesting: Texture ↵ | Xiaohong Bao | |
console MB Bound 0/384 and texture queue bounces once per second | |||
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 | more cleanup | Richard Linden | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
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-24 | SH-4297 WIP interesting: viewer-interesting starts loading cached scene late | Richard Linden | |
added commented out log timestamp override for scene load performance monitoring | |||
2013-07-24 | BUIDLFIX: forgot to extract value from units object for calling llformat | Richard Linden | |