summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2024-06-11Merge branch 'main' (featurette) into inventory_favoritesAndrey Kleshchev
2024-06-10Increment viewer version to 7.1.9Nat Goodspeed
following promotion of secondlife/viewer #648: Release/materials featurette
2024-06-10viewer#1673 Crash calling dirtyDescendantsFilterAndrey Kleshchev
2024-06-10Merge main into inventory_favoritesAndrey Kleshchev
# Conflicts: # indra/llui/llfolderviewmodel.h # indra/newview/llpanelwearing.cpp # indra/newview/llwearableitemslist.cpp
2024-06-07viewer#1619 Fix outfits search pulling up results sometimesAndrey Kleshchev
Search forces a refresh - can search items that don't exist yet Always notify parent of rect changes despite visibility (alterantively - rearrange on open)
2024-06-04#989 Fix for blurry terrain on Mac (#1633)Brad Linden
Co-authored-by: Dave Parks <davep@lindenlab.com>
2024-06-04 #1628 Disable spherical mirror probes for the time being. (#1631)Jonathan "Geenz" Goodman
2024-06-04#1614 Fix for moire pattern in specular highlights. Incidental cleanup.RunitaiLinden
2024-05-29 #1581 Only render mirrors when reflection probes are enabled. (#1592)Jonathan "Geenz" Goodman
2024-05-28Improvements to mirror probe update rates (#1570)Jonathan "Geenz" Goodman
#1494 Fix for mirror updates getting "stuck" on some faces.
2024-05-28secondlife/viewer#1531: Attempt to fix PBR terrain fragment shader.Cosmic Linden
2024-05-22viewer#1425 Fix missed 'static' declarationsAndrey Kleshchev
2024-05-21viewer#1520 Material upload floater displays wrong upload feeAndrey Kleshchev
2024-05-17viewer#1424 Proper links support for favoritesAndrey Kleshchev
2024-05-17viewer#1300 More favorite settingsAndrey Kleshchev
2024-05-17viewer#1425 Sorting in Appearance floater #2Andrey Kleshchev
2024-05-17viewer#1300 Small menu adjustmentAndrey Kleshchev
2024-05-16viewer#1424 Favorite support in galleries #2Andrey Kleshchev
2024-05-16viewer#1424 Finish menusAndrey Kleshchev
2024-05-16viewer#1424 Favorite support for items in outfitsAndrey Kleshchev
For now marking originals, pointless to marks links in COF, needs a revision due to inconsistency with inventory
2024-05-16Merge branch 'release/materials_featurette' into marchcat/x-mf-mergeAndrey Lihatskiy
2024-05-15#1267 Fix for alpha cutoff of zero and base color factor alpha of zero ↵Dave Parks
making objects disappear (#1485)
2024-05-15#1466 Loosen clamp on haze glow to fix skies that want to be bonkers (#1470)Dave Parks
2024-05-15secondlife/viewer#1474: Remove small texture offset from PBR terrainCosmic Linden
2024-05-15viewer#1424 Favorite support in galleriesAndrey Kleshchev
2024-05-15viewer#1425 Sorting in Appearance floaterAndrey Kleshchev
2024-05-15Merge branch 'release/maint-x' into marchcat/x-mf-mergeAndrey Lihatskiy
2024-05-15Merge branch 'main' into marchcat/x-mf-mergeAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterimagepreview.cpp
2024-05-15Post-merge spaces fixAndrey Lihatskiy
2024-05-15Merge branch 'marchcat/w-whitespace' into marchcat/x-mf-mergeAndrey Lihatskiy
2024-05-14Increment viewer version to 7.1.8Nat Goodspeed
following promotion of secondlife/viewer #705: Maintenance X
2024-05-13viewer#1424 Favorites in Appearance floater #4Andrey Kleshchev
2024-05-13viewer-private#236 Don't block removal of marketplace foldersAndrey Kleshchev
Marketplace is not visible outside of own floater and that floater will do an extra warning when deleting listings that have additional data.
2024-05-11viewer#1424 Favorites in Appearance floater #3Andrey Kleshchev
Menus
2024-05-10viewer#1424 Colored Favorites in Appearance floaterAndrey Kleshchev
2024-05-09SL-20288 Fix renamingAndrey Kleshchev
getChangedIDs is only accurate in scope of observer's callback, don't use it onIdle. getObject call made no sense, item was warrantied to be LLViewerInventoryItem and would only be AT_CATEGORY if it is a link, making the following cast to a category dangerous
2024-05-09viewer#1424 Favorites in Appearance floater #2Andrey Kleshchev
2024-05-09viewer#1424 Favorites in Appearance floater #1Andrey Kleshchev
2024-05-08Fix for mirrors not functioning properly under water. (#1436)Jonathan "Geenz" Goodman
* #1165 Fix for clipping and culling for mirrors under water.
2024-05-08Even more mirror fixes. (#1429)Jonathan "Geenz" Goodman
#1271 Add support for mirrors that do not have avatars in them. It does this based on if the probe is set to dynamic or not. #1370 More optimization work to reduce GPU utilization. #1058 - Removed sim feature flag that was overriding mirrors enabled flags secondlife/viewer-private#128 - Locally cache the mirror probe #679 Add additional options to the build floater for mirror probes, including descriptions.
2024-05-04viewer#1300 Update Inventory SettingsAndrey Kleshchev
2024-05-03Viewer#1301 Implement Inventory Favorites TabAndrey Kleshchev
2024-05-02Viewer#1301 Small cleanupAndrey Kleshchev
notecards do not need to store 'favorite' flag
2024-05-02Viewer#1301 Implement Inventory Favorites Tab WIP#2Andrey Kleshchev
2024-05-01#1382 Fix for scrubbing occlusion channel of ORM map (#1383)RunitaiLinden
2024-05-01Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-mergeAndrey Lihatskiy
2024-05-01Viewer#1301 Implement Inventory Favorites Tab WIPAndrey Kleshchev
2024-05-01viewer#1300 'Star' favorites in inventory #4Andrey Kleshchev
2024-04-30Fix for SL-20652 shadows on mac breaking alpha blended objects. (#1264)Brad Linden
* Fix for SL-20652 shadows on mac breaking alpha blended objects. fix secondlife/jira-archive-internal#71030 * clean up surrounding indentation * Skip unnecessary casting * Clean up LLGLSLShader::sIndexedTextureChannels usage and improve fix for SL-20652
2024-04-30Fix for black moon. (#1369)RunitaiLinden