summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2022-11-05[BUG-232834][BUG-232871] Alpha mask is being applied with emissive maskBeq
This is the most local fix for this issue, addressing the specific unqualified use of HAS_ALPHA_MASK. If we find other issues with alpha mask being applied incorrectly then, it may be better to fix higher up in llvieweshadermgr.cpp by reverting the changes from SL-17532. For now, this way works for this specific bug without non-emissive side-effects.
2022-11-05SL-18581 Don't show the starter avatar toolbar button for NUXAndrey Lihatskiy
2022-11-04SL-7277 show Advanced permissions in Item profile that was opened from inventoryMnikolenko Productengine
2022-11-03SL-18565 Built-in bump maps and some environment textures fail to loadAndrey Kleshchev
Due to udp texture fetching no longer being present
2022-11-03SL-18492 Switch inventory script compiler default from LSO to monoMnikolenko Productengine
2022-11-02SL-18533 Updated ToS XUI with new languageAndrey Lihatskiy
2022-11-02Merge remote-tracking branch 'RyeMutt/viewer/mac-fixes' into DRTVWR-570-maint-QAndrey Lihatskiy
2022-11-02Merge branch 'master' into DRTVWR-568Callum Prentice
2022-11-02Merge branch 'master' into DRTVWR-539Mnikolenko Productengine
2022-11-01Merge branch 'master' into DRTVWR-573-maint-RAndrey Lihatskiy
2022-11-01Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-11-01Merge branch 'master' into DRTVWR-570-maint-QAndrey Lihatskiy
2022-11-01Increment viewer version to 6.6.8Nat Goodspeed
following promotion of DRTVWR-575
2022-11-01Merge remote-tracking branch 'RyeMutt/viewer/minor-fixes' into ↵Andrey Lihatskiy
DRTVWR-570-maint-Q
2022-11-01Merge remote-tracking branch 'RyeMutt/viewer/llsd-usage-fixes' into ↵Andrey Lihatskiy
DRTVWR-570-maint-Q
2022-10-31Fix SL-18511 TOS and MFA login failure handlers must cooperate to answer ↵Brad Kittenbrink
both reasons at the same time
2022-10-31SL-18495 Enable autofps for new users by defaultMnikolenko Productengine
2022-10-30Fix menu checks for enabling object sit and touch to not traverse the entire ↵Rye Mutt
menu holder to update labels
2022-10-30Fix checks for empty LLSD maps to use size and not emptyMap which is for ↵Rye Mutt
creating an empty LLSDMap type.
2022-10-29Fix RenderAppleUseMultGL debug setting for enabling threaded GL engineRye Mutt
2022-10-28Fix leaks in mac IMERye Mutt
2022-10-28Fix leaks in mac filepicker codeRye Mutt
2022-10-28SL-16534 The link item is not updating after rezzing the linked object in-worldMnikolenko Productengine
2022-10-27DRTVWR-570 Mac build fix: unused variables cleanupAndrey Lihatskiy
2022-10-27Merge branch 'master' into DRTVWR-539Mnikolenko Productengine
2022-10-27SL-18172 add the link to open object weights floaterMnikolenko Productengine
2022-10-27DRTVWR-570 Mac build fixAndrey Lihatskiy
2022-10-27SL-18157 Allow translation services to work in IM and group messagingMnikolenko Productengine
2022-10-26Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-10-26Merge branch 'master' into DRTVWR-570-maint-QAndrey Lihatskiy
2022-10-26Merge branch 'master' into DRTVWR-573-maint-RAndrey Lihatskiy
2022-10-26Merge branch 'master' into DRTVWR-568Callum Linden
2022-10-26Increment viewer version to 6.6.7Nat Goodspeed
following promotion of DRTVWR-574
2022-10-26SL-18440 fix for sorting by "Date" columnMnikolenko Productengine
2022-10-25SL-17991 update tooltip over Clear History buttonMaxim Nikolenko
2022-10-24Merge master into DRTVWR-568 (and fix conflicts)Callum Linden
2022-10-24SL-18432 Fix for alpha sortingAndrey Lihatskiy
2022-10-24SL-18388 Searchable debug settings UIMnikolenko Productengine
2022-10-23Bring back Nat's tribute to Macho Man Randy Savage by reverting:Nicky
"SL-18389 - tracking down an odd code-signing issue on mac - speculative fix - this is the only different between this and other viewers that do run correctly" This reverts commit 074ff9fd4bbe0a6c6d589b3bdf5fe1a48df0b1ed.
2022-10-21Post-merge fixMnikolenko Productengine
2022-10-21Merge branch 'master' into DRTVWR-539Mnikolenko Productengine
# Conflicts: # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp
2022-10-20SL-18423 Post-merge: restore RyeMutt's fix from SL-18412Andrey Lihatskiy
2022-10-20Merge branch 'master' into DRTVWR-570-maint-QAndrey Lihatskiy
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h
2022-10-20Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-10-20Increment viewer version to 6.6.6Nat Goodspeed
following promotion of DRTVWR-548
2022-10-19Fix use after free of inventory offer in ↵Rye Mutt
LLGroupNoticeNotificationListItem::onClickAttachment This is due to forceResponse deleting the inventory offer upon completion
2022-10-19Fix use after free in inventory object deletionRye Mutt
2022-10-19Fix use after free in material managerRye Mutt
2022-10-19Fix use after free of LLUUID in script notificationsRye Mutt
2022-10-19Fix use after free in LLWorld::removeRegionRye Mutt