summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2024-06-15#1611 Regression in anti-flipping mechanism for mouselook cameraAlexander Gavriliuk
2024-06-14jira-archive-internal#63268 Several objects are worn on the same partAndrey Kleshchev
of the body by double-clicking on the object from the "Library" folder SL-13411
2024-06-13viewer-private#245 The "Voice chat" is truncated on the slider #2Andrey Kleshchev
2024-06-13viewer#1750 Crash at LLGLTFMaterial::operator=Andrey Kleshchev
2024-06-12viewer#1731 Crash at LLPipeline::markVisibleAndrey Kleshchev
mDrawable pointer had junk in it
2024-06-12viewer#1730 Crash in LLFetchedGLTFMaterial::bindAndrey Kleshchev
2024-06-12viewer#1728 Crash in LLViewerRegion::probeCacheAndrey Kleshchev
2024-06-11viewer#1692 Crash at LLVOVolume::getReflectionProbeIsBox()Andrey Kleshchev
2024-06-11viewer#1672 Crash at setDefaultFOVAndrey Kleshchev
Some things can make a copy of camera, like LLViewerWindow::cubeSnapshot so need to store and clean up the connection
2024-06-11Merge branch 'main' into marchcat/c-mergeAndrey Lihatskiy
# Conflicts: # indra/newview/llviewermenufile.cpp
2024-06-10Increment viewer version to 7.1.9Nat Goodspeed
following promotion of secondlife/viewer #648: Release/materials featurette
2024-06-06viewer#1154 Fix an extra keyAndrey Kleshchev
2024-06-05viewer-private#244 Reconnect to voice after 'tuning'Andrey Kleshchev
activate() does nothing if call already started
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-04viewer#1588 Upload directly to Specified Inventory FolderAndrey Kleshchev
2024-06-04#1614 Fix for moire pattern in specular highlights. Incidental cleanup.RunitaiLinden
2024-06-03viewer-private#245 The "Voice chat" is truncated on the sliderAndrey Kleshchev
2024-06-01viewer#1595 Add a prompt to confirm deleting an 'auto raplace' listAndrey Kleshchev
But only if there is anything of value in the list
2024-06-01viewer#1594 Add a "Cancel" button to exit the "New List" promptAndrey Kleshchev
And fix infinite loop in replaceList. mLists[search_index] was extending size of the list indefinetely.
2024-05-31viewer#1600 Fixed being unable to delete links to worn objectsAndrey Kleshchev
2024-05-30viewer#1584 Reword the "Arrow keys always move me"Andrey Kleshchev
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-27viewer#1218 Moon beacon can't be toggled when setting is no-modAndrey Kleshchev
Two moon_layout stacks, disabling content of external disabled whole internal stack, not just specific elements. Removed extra stack.
2024-05-24viewer#1408 Change misleading content removal wanringAndrey Kleshchev
2024-05-23viewer-private#240 Restore missing marketplace notificationAndrey Kleshchev
2024-05-23viewer#1400 Allow forcing specific LODs for selectionAndrey Kleshchev
2024-05-23viewer#1400 Show LODs info in Build ToolsAndrey Kleshchev
2024-05-22viewer#1529 Mesh Uploader should permit lowering material countAndrey Kleshchev
2024-05-21viewer#1520 Material upload floater displays wrong upload feeAndrey Kleshchev
2024-05-16secondlife/jira-archive-internal#71144 Mouselook no longer allows pitch ↵Alexander Gavriliuk
upwards to full 90 degrees
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-15Mac build fixAndrey Lihatskiy
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-15Merge branch 'release/maint-x' into marchcat/x-c-mergeAndrey Lihatskiy
to pick up mac build fixes
2024-05-15Merge branch 'main' into release/maint-cAndrey Lihatskiy
# Conflicts: # indra/llui/lltexteditor.cpp # indra/newview/llcontrolavatar.cpp
2024-05-15Merge branch 'marchcat/w-whitespace' into release/maint-cAndrey Lihatskiy
2024-05-14Increment viewer version to 7.1.8Nat Goodspeed
following promotion of secondlife/viewer #705: Maintenance X
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-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-07viewer#1195 Don't allow Bake textures as group imagesAndrey Kleshchev