Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-15 | Updated Polish transaltion up to the version 3.7.28 | Northspring | |
2015-04-15 | Merge | Northspring | |
2015-04-13 | increment viewer version to 3.7.28 | Oz Linden | |
2015-03-30 | MAINT-3585 FIXED (Crashes when attempting to upload image.) | ruslantproductengine | |
2015-03-27 | MAINT-4718 FIXED Context menu Open button is always disabled for no-copy ↵ | Mnikolenko ProductEngine | |
textures in task inventory | |||
2015-03-24 | Updated Polish translation up to version 3.7.27 | Northspring | |
2015-03-24 | Merge | Northspring | |
2015-03-24 | Merge with viewer-release and become 3.7.27 | andreykproductengine | |
2015-03-24 | MAINT-5023 URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQuery | Mnikolenko ProductEngine | |
2015-03-24 | MAINT-5024 crash in LLInspectToast | andreykproductengine | |
2015-03-23 | increment viewer version to 3.7.27 | Oz Linden | |
2015-03-22 | Minor wording correction in Polish translation | Northspring | |
2015-03-17 | MAINT-4971 FIXED [MAINT-RC] Own avatar is often totally invisible at login ↵ | ruslantproductengine | |
with no way to fix apart from a relog. Other avatars are also often invisible. | |||
2015-03-16 | MAINT-4974 FIXED Complete name should be used in ↵ | Mnikolenko ProductEngine | |
LLAvatarActions::buildResidentsString only when building name string for share confirmation dialogs | |||
2015-03-15 | Polish translation: Some dynamically assigned strings in snapshot floater ↵ | Northspring | |
are too long | |||
2015-03-06 | MAINT-4967 FIX - log spam removed | Brad Payne (Vir Linden) | |
2015-03-04 | MAINT-4858 FIX | Brad Payne (Vir Linden) | |
2015-03-04 | MAINT-4943 FIXED Crash on location | ruslantproductengine | |
2015-02-25 | merge | Brad Payne (Vir Linden) | |
2015-02-25 | Updated Polish translation up to 3.7.26 | Northspring | |
Waiting for the revert of commit c924d3adeead | |||
2015-02-25 | Merge | Northspring | |
2015-02-24 | increment viewer version to 3.7.26 | Oz Linden | |
2015-01-23 | MAINT-4833 Fixed Warning treated as error | ruslantproductengine | |
2015-01-16 | Merge | Northspring | |
2015-01-15 | SL-92 WIP - more on hover management | Brad Payne (Vir Linden) | |
2015-01-14 | SL-92 WIP - more on region notification and managing hover | Brad Payne (Vir Linden) | |
2015-01-13 | merge | Brad Payne (Vir Linden) | |
2015-01-13 | SL-92 WIP - added signal for simulator features received. Use to keep hover ↵ | Brad Payne (Vir Linden) | |
floater UI synced with region support for hover. | |||
2015-01-13 | Merge viewer-release and become 3.7.25 | maksymsproductengine | |
2015-01-12 | increment viewer version to 3.7.25 | Oz Linden | |
2015-01-12 | MAINT-2560 reverted | Mnikolenko ProductEngine | |
2015-01-09 | FIX MAINT-2701 restore 10 translated strings that were lost during an ↵ | eli | |
earlier dev merge (see Jira screenshots for details) | |||
2015-01-08 | SL-92 WIP - remove hover for self if we receive an appearance with no hover ↵ | Brad Payne (Vir Linden) | |
specified | |||
2015-01-07 | merge | Brad Payne (Vir Linden) | |
2015-01-07 | MAINT-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-05 | Merge viewer-release and become version 3.7.26 | simon | |
2015-03-04 | MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵ | Mnikolenko ProductEngine | |
of the link always appears. | |||
2015-01-16 | Merge downstream code | simon | |
2015-01-16 | MAINT-4804 FIXED Viewer gets stuck in mode sending email with snapshot if ↵ | andreykproductengine | |
that fails | |||
2015-01-15 | MAINT-4777 FIXED Confusing 'Save changes?' dialog when hitting the Delete ↵ | andreykproductengine | |
button in notecard edit floater | |||
2015-01-16 | MAINT-4799 FIXED Show complete avatar names in confirmation dialog. | Mnikolenko ProductEngine | |
2015-01-12 | MAINT-2742 FIXED Duplicate Display Names appear once in share picker | Mnikolenko ProductEngine | |
2015-01-09 | MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵ | Mnikolenko ProductEngine | |
for non-Linden URLs | |||
2015-01-08 | MAINT-3240 Don't show avatar if it's in mute list | Mnikolenko ProductEngine | |
2015-01-06 | MAINT-729 FIXED Hide popup menu (which belongs to old chiclet) when new ↵ | Mnikolenko ProductEngine | |
chiclet arrives. | |||
2015-01-05 | Moved mHoverOffset to LLCharacter so it's accessible inside animations. ↵ | Brad Payne (Vir Linden) | |
Apply offset when constrained to ground. | |||
2015-01-05 | SL-92 WIP - changed setting name to AvatarHoverOffsetZ | Brad Payne (Vir Linden) | |
2015-01-05 | SL-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-31 | MAINT-1654 FIXED object context menu redraws and repositions some time after ↵ | andreykproductengine | |
being opened. | |||
2014-12-31 | MAINT-3418 FIXED Button truncation in some non-English Estate floaters | MNikolenko ProductEngine | |