Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-06 | fix for SH-4398: Interesting: viewer crash in ↵ | Xiaohong Bao | |
LLVOCacheEntry::updateParentBoundingInfo | |||
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-06 | NORSPEC-322 NORSPEC-342 fix issues with black impostors and missing alpha ↵ | Graham Linden | |
attachments on impostors | |||
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 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-08-05 | fix for SH-4397: Object cache occlusion culling results are not always correct | Xiaohong Bao | |
2013-08-05 | merge changes for 3.6.2-release | Oz Linden | |
2013-08-05 | correct coding standards problems | Oz Linden | |
2013-08-05 | merge changes for 3.6.2-release | Oz Linden | |
2013-08-05 | Merge viewer-release with Vivox code | simon | |
2013-08-05 | merge changes for 3.6.2-release | Oz Linden | |
2013-08-05 | increment viewer version to 3.6.3 | Oz Linden | |
2013-08-05 | NORSPEC-304 NORSPEC-336 another attempt as resolving black glow overdraw ↵ | Graham Madarasz (Graham Linden) | |
without breaking glow (even for alpha-blended) faces | |||
2013-08-05 | NORSPEC-336 intentionally rebreak 304 to fix glow while we find a fix that ↵ | Graham Linden | |
works for both | |||
2013-08-05 | NORSPEC-285 NORSPEC-293 NORSPEC-298 fix ighting diffs between ↵ | Graham Linden | |
alpha/non/ALM/non-ALM | |||
2013-08-04 | NORSPEC-305 -NORSPEC-335 fix scale and HUD anim regression from materials ↵ | Graham Linden | |
changes in CL 28424 | |||
2013-08-03 | NORSPEC-332 fix fullbright tex indexing fail | Graham Linden | |
2013-08-03 | NORSPEC-304 NORSPEC-334 NORSPEC-336 fix black glow overdraw without breaking ↵ | Graham Linden | |
glow | |||
2013-08-02 | CHOP-959: merge --graphicslevel fix up to tip | Nat Goodspeed | |
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-08-01 | NORSPEC-336 fix glow regression from 304 fix | Graham Linden | |
2013-08-01 | MAINT-2958 : "Mute Particle Owner" should be "Block Particle Owner" | simon | |
2013-08-01 | MAINT-2949 : Objects across the sim border do not render when approached. Added | simon | |
missing code block from previous change as per Dave P's advice | |||
2013-08-01 | merge | Richard Linden | |
2013-08-01 | NORSPEC-304 fix glow pass rendering over alpha pass after ALM toggle | Graham Madarasz (Graham Linden) | |
2013-08-01 | SH-4374 WIP Interesting: Statistics Object cache hit rate is always 100% | Richard Linden | |
2013-07-31 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-07-31 | fix for SH-4393: Interesting: viewer crash in LLViewerRegion::addNewObject | Xiaohong Bao | |
2013-07-31 | fix for SH-4290: Running viewer with SceneLoadingMonitorEnabled causes ↵ | Xiaohong Bao | |
viewer to be unresponsive on login on low end machine | |||
2013-07-31 | cleanup - renamed valueAs to valueInUnits and made it a symmetrical ↵ | Richard Linden | |
getter/setter | |||
2013-07-31 | BUILDFIX: bad argument to llformat | Richard Linden | |
2013-07-31 | fix some compiling errors. | Xiaohong Bao | |
2013-07-30 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-07-30 | fix for SH-4297: interesting: viewer-interesting starts loading cached scene ↵ | Xiaohong Bao | |
late | |||
2013-07-30 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
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 | MAINT-2913: crash in LLCamera::AABBInFrustum. Tried to make array indexes | simon | |
bullet-proof. Reviewed by Kelly | |||
2013-07-30 | NORSPEC-314 cleanup debug-only code...seems to fix NORSPEC-328 as well somehow | Graham Linden | |
2013-07-30 | NORSPEC-314 rollback unified srgb shader code to see if we can get past Mac ↵ | Graham Madarasz (Graham Linden) | |
10.6.8 nV driver issues | |||
2013-07-29 | Slowest debug in the west. | Aura Linden | |
2013-07-29 | I love issues that only reproduce via teamcity | Aura Linden | |
2013-07-29 | NORSPEC-314 WIP fix srgb_mac use and issues found with RenderDebugGL on Mac | Graham Madarasz (Graham Linden) | |
2013-07-29 | fix for SH-4293: texture console takes a while to settle down on Interesting ↵ | Xiaohong Bao | |
viewer. | |||
2013-07-28 | NORSPEC-314 fixed another mac-specific stupidity by splitting out a new ↵ | Graham Madarasz | |
srgb_mac version of the shader | |||
2013-07-28 | NORSPEC-314 fix the fullbright alpha mask logic | Graham Madarasz | |
2013-07-26 | NORSPEC-327 modify 'select' ops in srgb shader code to mollify the doddering ↵ | Graham Linden | |
mac GLSL compiler | |||
2013-07-26 | CHOP-955: merge viewer_manifest.py file_list fix | Nat Goodspeed | |
2013-07-26 | CHOP-955: Include app_settings/settings_install.xml in file_list. | Nat Goodspeed | |
viewer_manifest.py uses its base-class llmanifest.LLManifest.put_in_file() method to create several different files in the install image being marshalled. I based the logic to create settings_install.xml on that example. Unfortunately I failed to notice that after every existing call, the script also explicitly appended the newly-created file to self.file_list... which only matters on Windows. file_list is fed to the NSIS installer. Change put_in_file() method to implicitly append to self.file_list. Change every existing viewer_manifest.py call to pass new put_in_file(src=) param instead of explicitly appending to self.file_list. |