summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-02Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-02SL-19281 Post review cleanup.Dave Parks
2023-03-02SL-19293: Use Blinn-Phong texture transform as hint for texture animation ↵Cosmic Linden
direction on PBR materials
2023-03-03SL-19316 fix filter for GLTF materials on mac (#101)Maxim Nikolenko
2023-03-02SL-19294: Avoid unnecessary vertex buffer data in GLTF materialsCosmic Linden
2023-03-02SL-19281 Unify handling of haze and gamma between fullbright and not and ↵Dave Parks
move haze back to sRGB color space to stay consistent with sky colors. Also fix broken "roughness" stuck at 0.2.
2023-03-03SL-4126 Second Life messing up NVIDIA driversAndrey Kleshchev
Disable NvAPI by default
2023-03-03SL-19327 Disable crash reporting for Win7 (#102)akleshchev
Win7 is no longer supported and is below minimal requirements
2023-03-02SL-18330: Review and tweak LLTrace::PeriodicRecording indexingNat Goodspeed
per Leviathan code review.
2023-03-02SL-19310 Update navigation buttons in single-folder viewMaxim Nikolenko
2023-03-02SL-19294: Fix Blinn-Phong texture transforms affecting GLTF materialsCosmic Linden
2023-03-02SL-19317 fix for avatar attachment accountingMnikolenko Productengine
2023-03-02SL-19282 Thumbnail adjustmentsAndrey Kleshchev
Follow links, fix outfts missing 'image' option, adjust inspector, recolor 'worn' in gallery
2023-03-02SL-19282 Removed LLInspectTexture floaterAndrey Kleshchev
LLInspectTexture floater appears to be incomplete and doesn't have a function
2023-03-01SL-18268 - merge fix for viewer update to read group chat historysimon
added missing app setting
2023-03-01SL-18330: Tweaks for Visual Studio buildsNat Goodspeed
2023-03-01SL-18330: Fix a narrowing conversion in LLSDSerialize::deserialize().Nat Goodspeed
2023-03-01SL-18330: Use recursive variadic llmax(), llmin()Nat Goodspeed
instead of having specific binary, ternary and quaternary overloads.
2023-03-01SL-19288 Change item label suffix color to greyMaxim Nikolenko
2023-03-01SL-18330: Use size_t max for LLTrace::PeriodicRecording methods.Nat Goodspeed
The num_periods arguments have all been changed to size_t, but the default argument values were still coded as S32_MAX. Change to std::numeric_limits<size_t>::max().
2023-03-01SL-18330: Use C++ standard types for llmd5, not local typedefs.Nat Goodspeed
Not only do the local typedefs make the code less readable, they also rely on assumptions about the implementation. The standard types are guaranteed by the C++ library implementation.
2023-03-01SL-19301 Reduce Inventory minimum height and reduce items indentation in SFVMaxim Nikolenko
2023-02-28D580 Fix coding policy failuresAndrey Kleshchev
2023-02-28SL-19209 Add default text for region fieldAndrey Kleshchev
2023-02-28SL-19209 Switch MS Bing to MS Azure #3Andrey Kleshchev
2023-02-28SL-19209 WIP Switch MS Bing to MS Azure #2Andrey Kleshchev
2023-02-28SL-19209 WIP Switch MS Bing to MS AzureAndrey Kleshchev
2023-02-28Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-28SL-18435 Rename texture tab combo box items and change "PBR" label on ↵Dave Parks
material swatch to "Material"
2023-02-28Merge pull request #97 from secondlife/brad/DRTVWR-559Brad Linden
brad/drtvwr-559 mac shader and assert fixes
2023-02-28Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-28SL-19263 Tidy up the reflection probe warning modal and add a cancel button.Dave Parks
2023-02-28Merge pull request #96 from secondlife/SL-19729cosmic-linden
SL-19279: LLGLSLShader::bindXXX is not free. Pack the uniforms
2023-02-28SL-19288 Change link color to whiteMaxim Nikolenko
2023-02-28SL-19277 Fix for fallback probe sometimes getting occluded and making void ↵Dave Parks
water dark after teleport. Never default to having reflections off.
2023-02-28SL-19285 Gear and Sort menus should be opened downwardMaxim Nikolenko
2023-02-28SL-19285 Add 'Close all windows' to Gear menuMaxim Nikolenko
2023-02-28retrigger buildMnikolenko Productengine
2023-02-28Merge branch 'DRTVWR-579-texture-preview' into DRTVWR-567Andrey Lihatskiy
# Conflicts: # indra/newview/llinspecttexture.cpp # indra/newview/llinventorypanel.cpp # indra/newview/llviewertexteditor.cpp
2023-02-27Mac shader and assertion fixes for DRTVWR-559Brad Linden
2023-02-28SL-19271 Remove ‘New folder window’, ‘Open in new window’ and ↵Maxim Nikolenko
‘Open’ from Gear menu
2023-02-27SL-19279: LLGLSLShader::bindXXX is not free. Pack the uniformsCosmic Linden
2023-02-27SL-19226 Reimplement water fresnel offset/scale, exposure balance for ↵Dave Parks
midday, adjust reflections off, and decruft depth buffer error correction shenanigans that are no longer used.
2023-02-28SL-19280 disable autofps for new users by defaultMnikolenko Productengine
2023-02-27Fix formatting in indra/newview/llpanelface.* filesAlexander Gavriliuk
2023-02-27Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-27DRTVWR-559 Fix for local lights being applied to fullbright objects.Dave Parks
2023-02-27Merge branch 'main' into DRTVWR-579-texture-previewAndrey Lihatskiy
2023-02-27SL-19274 Add new double-click option to Inventory settingsMaxim Nikolenko
2023-02-27Merge pull request #92 from secondlife/SL-19262cosmic-linden
SL-19265: Fix precision issue with texture transforms, separate texture animations