summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-12NORSPEC-342 fix blocky hair in ALM from writing depth for transparent pixels ↵Graham Linden
in impostor rendering
2013-08-12NORSPEC-342 WIP MATBUG-347 make impostor rendering not contribute to depth ↵Graham Linden
for mostly-transparent buffer pixels, aka hair in ALM only
2013-08-12Save SL NVAPI profile only when changes have been made.dolphin
2013-08-12NORSPEC-346 fix knock-on causing alpha mask edits to cause materials to get ↵Graham Linden
removed and revert to alpha blend
2013-08-12MAINT-2883 FIXED World Map - Land For Sale is missing L$ / sqmmaksymsproductengine
2013-08-12MAINT-2175 FIXED 'Pay Resident' floater is not opened after clicking on ↵dmitrykproductengine
'Pay' button in Object profile
2013-08-11Merge vwr-dev-matGraham Linden
2013-08-11NORSPEC-341 fix issues with water reflection coloring and abnormalsGraham Linden
2013-08-09ACME 824: Suggested Friends do not repopulate if you disconnect and ↵Gilbert Gonzales
reconnect to Facebook API in same viewer session
2013-08-09Removing rogue debugAura Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09SH-4374 FIX Interesting: Statistics Object cache hit rate is always 100%Richard Linden
moved object cache sampling code so that it actually gets executed default values for stats are NaN instead of 0 in many cases
2013-08-09fix for SH-4394: Interesting: viewer culls lights behind the camera, ↵Xiaohong Bao
changing the scene lighting
2013-08-09mergeGilbert Gonzales
2013-08-09ACME-800: Posted to Facebook notifications persist in the ↵Gilbert Gonzales
open_notifications.xml file per user
2013-08-08ACME-821 : Use 128x128 png for the default tile icon instead of 300x300 jpgMerov Linden
2013-08-08fix for SH-4402: interesting: lower FPS with lots of objects in viewXiaohong Bao
2013-08-08Pull in fix for MAINT-2302simon
2013-08-07more fix for SH-4397: Object cache occlusion culling results are not always ↵Xiaohong Bao
correct
2013-08-08MAINT-2847 (Updater notification - message shows as ↵MaximB ProductEngine
"[[RELEASE_NOTES_FULL_URL] information about this update]")
2013-08-07ACME-820 : Let checkin checkbox be available and swap tile map / default ↵Merov Linden
tile when toggling
2013-08-07NORSPEC-343 fix oversight and actually apply override to new material when ↵Graham Linden
no alpha is present
2013-08-07NORSPEC-342 fix alpha objects appearing black in impostor imagesGraham Madarasz (Graham Linden)
2013-08-07ACME-814 : Disable Post in Photo panel while the preview is processingMerov Linden
2013-08-07Mergesimon
2013-08-07MAINT-2257 : Create ability to limit region/estate and parcel access bysimon
either Piof or Group membership (viewer changes). Using Mnikolenko's patch
2013-08-07Merged lindenlab/viewer-release into defaultCinder Roxley
2013-08-07NORSPEC-343 protect against edits that would set non-alpha faces to diffuse ↵Graham Linden
alpha mode blend
2013-08-07NORSPEC-329 fix mangling of diffuse alpha mode by material edits when only ↵Graham Linden
one face really has alpha
2013-08-07more fix for SH-4397: Object cache occlusion culling results are not always ↵Xiaohong Bao
correct
2013-08-07merge changes for DRTVWR-333Oz Linden
2013-08-07NORSPEC-342 WIP fix issues with skimpy clothes getting too skimpy in impostorsGraham Linden
2013-08-06NORSPEC-322 NORSPEC-342 WIP fix black deferred impostors, lighting bugs remainGraham Madarasz (Graham Linden)
2013-08-06ACME-801: Adding a suggested friend as a friend does not remove them from ↵Gilbert Gonzales
the suggested friend list
2013-08-06fix for SH-4398: Interesting: viewer crash in ↵Xiaohong Bao
LLVOCacheEntry::updateParentBoundingInfo
2013-08-06revert 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-06NORSPEC-322 NORSPEC-342 fix issues with black impostors and missing alpha ↵Graham Linden
attachments on impostors
2013-08-06mergeGilbert Gonzales
2013-08-06ACME-744: Adjusted comment to be more clearGilbert Gonzales
2013-08-06Mergedmitry
2013-08-05Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2013-08-05CHOP-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-05Merge downstream code - Vivox updatesimon
2013-08-05Mergesimon
2013-08-05MAINT-2966 : Add viewer alert info for "NoEnterRegionMaybeFull"simon
2013-08-05Merge downstream code - Vivox releasesimon
2013-08-05Pull merge from lindenlab/viewer-releaseMerov Linden
2013-08-05fix for SH-4397: Object cache occlusion culling results are not always correctXiaohong Bao
2013-08-05merge changes for 3.6.2-releaseOz Linden
2013-08-05correct coding standards problemsOz Linden