summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-05Merge pull request #152 from secondlife/SL-19541Signal Linden
SL-19541: Add basic coding standards check
2023-04-06SL-19536 Inventory isn't fetched automaticallyAndrey Kleshchev
Just a 'hotfix' that won't conflict with further changes, should be properly resolved in DRTVWR-567
2023-04-05SL-19538 Followup -- fix for dynamic exposure having large gaps in it… (#157)RunitaiLinden
* SL-19538 Followup -- fix for dynamic exposure having large gaps in its luminance sampling. * SL-19538 Followup -- review feedback changes.
2023-04-06SL-19522 Some .anim files fail to uploadAndrey Kleshchev
2023-04-05SL-19538 Followup -- tune exposure parameters and clamp local light ↵RunitaiLinden
ambiance. Make render targets 16F and scrube NaNs (thanks Rye). Update midday. (#154)
2023-04-05SL-19331: Move media updates off-thread on select hardware (#153)cosmic-linden
* SL-19331: Have media updates on the LLImageGL thread even when texture updates are on the main thread. Add config. Off-thread media updates seem work best performance-wise when using glTexImage2D, not sub_image_lines. Otherwise, there are lots of main thread stalls. * SL-19331: Bump featuretable * SL-19331: Cleanup, annotate comment
2023-04-05SL-19379 selection fixMaxim Nikolenko
2023-04-04SL-19541: Add basic coding standards checkBennett Goble
Run Linden coding standard git-hooks in a basic Github actions workflow.
2023-04-04SL-18679: Find newer NSIS installation pathBennett Goble
2023-04-04Merge pull request #145 from secondlife/SL-19331cosmic-linden
SL-19331: Partially revert code trim in LLViewerMediaImpl
2023-04-04SL-19042: Replace FMOD with VLC for parcel audioAlexander Gavriliuk
2023-04-04SL-19538 Remove hacky ambiance scale and take the mittens off probe a… (#151)RunitaiLinden
* SL-19538 Remove hacky ambiance scale and take the mittens off probe ambiance values. Fix for sky brightening being done in sRGB space.
2023-04-04SL-19379 Observe thumbnail changes and update it in GalleryMaxim Nikolenko
2023-04-04SL-19273 Show empty folder message for empty folders regardless of filter stateMaxim Nikolenko
2023-04-04SL-19379 Don't switch focus to other Inventory floater when creating an item ↵Maxim Nikolenko
in Gallery
2023-04-03SL-18458 Followup -- disable vocache unit test to unstick build, sanitize ↵Dave Parks
"object_id" to "local_id"
2023-04-04SL-19188 Improve legacy gallery thumbnail supportAndrey Kleshchev
2023-04-03SL-18458 Make LLVOCache the one source of truth on most recently received ↵RunitaiLinden
overrides. (#147)
2023-04-03SL-17659 The display name reset buttonAndrey Kleshchev
2023-04-03SL-19521 Inventory filters floater should affect Inventory GalleryMaxim Nikolenko
2023-04-03SL-19331: Add comment on reason for revertCosmic Linden
2023-04-03Revert "SL-19331: No need to create texture in doMediaTexUpdate - should ↵Cosmic Linden
already be handled by preMediaTexUpdate" This reverts commit bf9d090045d7baf72f2ba7eadab0adc9d5c8f553.
2023-04-03SL-18330: Remove some set-but-unused vars flagged by Xcode 14.3.Nat Goodspeed
2023-03-31Fix Tracy linking after recent DRTVWR-559/main mergeBrad Linden
2023-03-31SL-19496 Thumbnail should be modifiable regardless of permissionsAndrey Kleshchev
2023-03-31SL-19379 WIP show fallback image with original sizeMaxim Nikolenko
2023-03-31Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵Jonathan "Geenz" Goodman
DRTVWR-559
2023-03-31Move glow extract to be after tonemapping.Jonathan "Geenz" Goodman
SL-19513
2023-03-31Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-31SL-19485 Fix for sun shadows having no effect on water. Make sphere probes ↵Dave Parks
fade in.
2023-03-31SL-19432 External group links dont load in SLAndrey Kleshchev
2023-03-31Merge branch 'main' into DRTVWR-539Mnikolenko Productengine
# Conflicts: # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/llfloateravatarrendersettings.cpp
2023-03-31SL-19425 capitalization fixMnikolenko Productengine
2023-03-31SL-19379 WIP fix for displaying folder link items, added correct action for ↵Maxim Nikolenko
'paste as link'
2023-03-31SL-19379 WIP add worn suffix, use bold font style for worn items and italic ↵Maxim Nikolenko
for links
2023-03-30Merge remote-tracking branch 'refs/remotes/origin/DRTVWR-559' into DRTVWR-559Brad Linden
2023-03-30DRTVWR-559 Auto exposure tuning (fix horizon).Dave Parks
2023-03-30DRTVWR-559 Auto exposure tuning.Dave Parks
2023-03-31SL-19495 Marketplace listings do not load in marketplace floaterAndrey Kleshchev
2023-03-31SL-18672 Update handling of login skeleton to handle new fieldsAndrey Kleshchev
2023-03-30SL-19517 Followup -- fix broken fallback probe. Adjust water brightness.Dave Parks
2023-03-30CMake and tests fixups after merge with main for DRTVWR-559Brad Linden
2023-03-30SL-19493 Fix inventory log spamAndrey Kleshchev
2023-03-30SL-19517 Fix for RenderReflectionProbeCount other than 256 causing black ↵Dave Parks
reflections.
2023-03-30DRTVWR-559 Fix for build breakage.Dave Parks
2023-03-30SL-19379 WIP update gear menu with Gallery itemsMaxim Nikolenko
2023-03-30Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-30DRTVWR-559 Reduce probe flashing and exposure flickering.Dave Parks
2023-03-30Merge pull request #143 from secondlife/SL-19331cosmic-linden
SL-19331: Unlock mutex when bailing out from bad media state
2023-03-30SL-19331: Unlock mutex when bailing out from bad (hopefully doesn't happen) ↵Cosmic Linden
media state