summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-08SL-92 WIP - remove hover for self if we receive an appearance with no hover ↵Brad Payne (Vir Linden)
specified
2015-01-08MAINT-3240 Don't show avatar if it's in mute listMnikolenko ProductEngine
2015-01-07Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2015-01-07First cut at consuming new slplugins autobuild package.Nat Goodspeed
The contents are extracted, but not yet built into the viewer installer.
2015-01-07STORM-2082 Display active preset as first choice in dropdown boxJonathan Yap
2015-01-07STORM-2082 MergeJonathan Yap
2015-01-07STORM-2082 Add back labels for quality and speed sliderJonathan Yap
Change two sliders back to comboboxes. Rename label "Other" to "General" Move Max ARC to top of that list Move Shaders block to above Mesh block
2015-01-07mergeBrad Payne (Vir Linden)
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-11MAINT-4975 FIXED Sender's name is hidden out of view for inventory offer ↵andreykproductengine
popups and payment popups
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-01-22MAINT-4800 FIXED Grid labels in combobox could be localized now. Combobox is ↵Mnikolenko ProductEngine
wider and separator (empty line) was removed.
2015-01-19MAINT-1977 FIXED 'Open' menu item doesn't work for notecard (with 'anyone ↵andreykproductengine
can copy' permission) in object's content
2015-01-19MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵Mnikolenko ProductEngine
of the link always appears.
2015-01-06update google-breakpad library package to include non-release client libOz Linden
2015-01-06merge changes for STORM-2085Oz Linden
2015-01-06merge changes for STORM-2088Oz Linden
2015-01-06MAINT-729 FIXED Hide popup menu (which belongs to old chiclet) when new ↵Mnikolenko ProductEngine
chiclet arrives.
2015-01-06merge changes for STORM-2094Oz Linden
2015-01-06merge changes for STORM-2099Oz Linden
2015-01-06merge changes for MAINT-4677Oz Linden
2015-01-06merge changes for STORM-2098Oz Linden
2015-01-06attribute STORM-2083Oz Linden
2015-01-06merge changes for STORM-2083Oz Linden
2015-01-06put a proper README.md at the top of the treeOz Linden
2015-01-06update google breakpad and dbus-glib for linux fixesOz Linden
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.
2015-01-05update dbus package to a public buildOz Linden
2015-01-02DD-297 : Performance on login : Refactored the code so that we have a new ↵Merov Linden
LLMarketplaceFolderBridge class in the bridge model. Only the panels with the use_marketplace_folders param flag will use that one.
2014-12-31STORM-2099 Minor formatting issue with logged out messageJonathan Yap
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 for potential crash on exitMerov Linden
2014-12-29DD-298 : Do not show beta notice in Merchant Outbox panel on errorMerov Linden
2014-12-29Merge with headcallum_linden
2014-12-29Fix typo introduced into viewer_manifest file (sprefix -> prefix)callum_linden
2014-12-29Update (perplexingly) broken MD5 mismatch in libpng (Windows) pacakgecallum_linden
2014-12-29Pull in (OS X) libpng fix (MAINT-3562 fix via Ruslan - use clang++ vs clang)callum_linden
2014-12-29Pull in libpng fix (MAINT-3562 fix via Ruslan - use clang++ vs clang)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-28STORM-2098 - Don't enable object edit for an invalid agentCinder
2014-12-28STORM-2094 Save button not activated if spelling corrected in Notecard and ↵Jonathan Yap
no other changes made
2014-12-26DD-296 : Prompt the user when trying to copy a selection containing nocopy ↵Merov Linden
items to the marketplace
2014-12-26DD-296 : Added contextual menu items to copy and move to the marketplace. ↵Merov Linden
Hide copy to merchant outbox. Message when moving to the marketplace.
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