summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2015-01-07Replace reduce(operator.or_, ...) with any(...).Nat Goodspeed
The any() builtin was introduced in Python 2.5. Not only is its intent clearer, but it handles the case of zero items -- which the reduce(or_) construct does not. Sporadically we've seen exceptions from generate_breakpad_symbols.py when reduce(or_, ...) is given zero items. This masks the actual error (failure to dump symbols? failure to read them?), masquerading as a bug in the Python script.
2015-01-07MAINT-4773 FIXED Some transparent textures are rendered as white.ruslantproductengine
This bug fix related also to MAINT-4092. In 4092 sometimes when we don't have information about the texture during the setup the materail (LLVOVolume::setTEMaterialParams()), we should substitute the material with disabled "diffuse alpha mode" (for detail in cases see MAINT-4092 JIRA ticket comment). This bug fix cover the case when after the loading texture we have all information about alpha mode, and in this case we should restore diffuse alpha mode if need. In short: now we always believe that information about the material is valid (LLVOVolume::setTEMaterialParams()). Of course before setup it we check information about texture (if it possible) , if texture is not exist in database or not 32 bit depth (for diffuse) we made changes. But in all other cases (if we can't receive information about texture) we remeber this case in mWaitingTextureInfo multimap. When information about texture will be available we get it in: LLVOVolume::notify AboutCreatingTexture() or Volume::notifyAboutMissingAsset() and again, we recheck it and if need change (substitute) the material parameters. I suppose that this solution is better than was before. If this patch will be accepted , I think that MAINT-4092 should be rechecked again.
2015-03-05Merge viewer-release and become version 3.7.26simon
2015-03-04MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵Mnikolenko ProductEngine
of the link always appears.
2015-01-16Merge downstream codesimon
2015-01-16MAINT-4804 FIXED Viewer gets stuck in mode sending email with snapshot if ↵andreykproductengine
that fails
2015-01-15MAINT-4777 FIXED Confusing 'Save changes?' dialog when hitting the Delete ↵andreykproductengine
button in notecard edit floater
2015-01-16MAINT-4799 FIXED Show complete avatar names in confirmation dialog.Mnikolenko ProductEngine
2015-01-12MAINT-2742 FIXED Duplicate Display Names appear once in share pickerMnikolenko ProductEngine
2015-01-09MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵Mnikolenko ProductEngine
for non-Linden URLs
2015-01-08MAINT-3240 Don't show avatar if it's in mute listMnikolenko ProductEngine
2015-01-06MAINT-729 FIXED Hide popup menu (which belongs to old chiclet) when new ↵Mnikolenko ProductEngine
chiclet arrives.
2015-01-05Moved mHoverOffset to LLCharacter so it's accessible inside animations. ↵Brad Payne (Vir Linden)
Apply offset when constrained to ground.
2015-01-05SL-92 WIP - changed setting name to AvatarHoverOffsetZBrad Payne (Vir Linden)
2015-01-05SL-92 WIP - More consistent enforcement of min/max hover values. Setting is ↵Brad Payne (Vir Linden)
stored as a per-account F32 value.
2014-12-31MAINT-1654 FIXED object context menu redraws and repositions some time after ↵andreykproductengine
being opened.
2014-12-31MAINT-3418 FIXED Button truncation in some non-English Estate floatersMNikolenko ProductEngine
2014-12-29Fix typo introduced into viewer_manifest file (sprefix -> prefix)callum_linden
2014-12-29MAINT-1998 FIXED 'Open' menu item should be disabled if agent has no copy ↵andreykproductengine
permissions.
2014-12-29MAINT-1998 FIXED 'Open' menu item is absent in pop-up menu for notecard ↵andreykproductengine
marked for sale from object's content
2014-12-25MAINT-1863 FIXED 'Delete' button is always disabled for Notecard that was ↵andreykproductengine
opened from object's content
2014-12-26MAINT-4699 FIXED notifications list is out of orderMnikolenko ProductEngine
2014-12-23Restore Unicode path to viewer_manifest script - apparently we use the ↵callum_linden
Unicode version of NSIS, not the one from the NULLSOFT site
2014-12-23Updated path to NSIS installer for most recent (non-beta) version of NSIS v2.46callum_linden
2014-12-23MAINT-4769 FIXED Teleport history timestamp text is truncated for AM times.Mnikolenko ProductEngine
2014-12-23MAINT-4766 FIXED Reset camera to default after disabling Automatic position ↵Mnikolenko ProductEngine
for: Appearance option.
2014-12-22update libs to match vivox distributionOz Linden
2014-12-22mergeBrad Payne (Vir Linden)
2014-12-22SL-92 WIP - moving AvatarPosFinalOffset to per-account settingsBrad Payne (Vir Linden)
2014-12-22Moved AvatarPosFinalOffset to per-account settings fileBrad Payne (Vir Linden)
2014-12-22mergeBrad Payne (Vir Linden)
2014-12-20Minor wording correction in Polish floater_joystickNorthspring
2014-12-19Updated Polish translation up to 3.7.24Northspring
2014-12-19MergeNorthspring
2014-12-19merge with 3.7.23-releasemaksymsproductengine
2014-12-19Sort include(...) lines to make it easier for a person to verify.Nat Goodspeed
2014-12-19Merge viewer-release and become 3.7.24simon
2014-12-18Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2014-12-18increment viewer version to 3.7.24Oz Linden
2014-12-18MAINT-4708 better grouping of ack messages between viewer and serverandreykproductengine
2014-12-19Merge downstream code and become 3.7.24simon
2014-12-18MAINT-4726 FIXED Strange camera roll when using freeze frame in snapshot floaterMnikolenko ProductEngine
2014-12-17mergeBrad Payne (Vir Linden)
2014-12-17Delete misleading comment about testing llcapabilitylistener.Nat Goodspeed
There was a comment in CMakeLists.txt left over from 2009 (!) about commenting out the unit test for llcapabilitylistener. Fortunately we've since reinstated the test as an integration test, but the comment was never removed -- until now.
2014-12-17merge latest updates from nat and callumOz Linden
2014-12-16linux build fixBrad Payne (Vir Linden)
2014-12-16SL-92 WIP - track appearance message timingBrad Payne (Vir Linden)
2014-12-15fix for some std::pair/STL syntaxcallum_linden
2014-12-15MAINT-4716: correct reading of and debug display for avatar render cost infoOz Linden
2014-12-15merge changes for 3.7.22-releaseOz Linden