summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-10Get DoF moved into its own methodJonathan "Geenz" Goodman
Still broken, figuring out what's up with depth. DRTVWR-559 SL-19524 SL-19513
2023-04-10Merge pull request #159 from secondlife/marchcat/main-contrib-mergeSignal Linden
merge main into contribute
2023-04-08Fix SSR.Jonathan "Geenz" Goodman
DRTVWR-559 SL-19524 SL-19513
2023-04-08Start scrapping screenTarget().Jonathan "Geenz" Goodman
Makes our binding flow _far more_ predictable and makes way more sense. DRTVWR-559 SL-19524 SL-19513
2023-04-08Start moving our post process into methods.Jonathan "Geenz" Goodman
Lets make post processing make sense again. DRTVWR-559 SL-19524 SL-19513
2023-04-08SL-19538 Nudge probe scheduler to unstick probes that are "complete".Dave Parks
2023-04-08SL-19204 Fix voice's coroutine crashAndrey Kleshchev
Need to find a way to kill coroutines or to fobid using non static functions/members inside coroutines
2023-04-08SL-19529 Marketplace validation improvementsAndrey Kleshchev
2023-04-08SL-19529 Fix uninitialized variable and calback counterAndrey Kleshchev
2023-04-07SL-19538 Clear probes on sky setting slam. Better probe update ↵Dave Parks
prioritization. Incidental decruft.
2023-04-07SL-18918 Fix folder type when creating foldersAndrey Kleshchev
Might be better to replace "type" with "type_default" everywere, not just for AIS
2023-04-07SL-19534 Better fetch failure handlingAndrey Kleshchev
2023-04-07SL-19538 Remove clouds from irradiance maps and don't conflate max probe ↵Dave Parks
samples with max probe neighbors, and don't move manual probes after they are complete (removes flickering around Sponza).
2023-04-07SL-19544 WIP apply filter when adding an item to the GalleryMaxim Nikolenko
2023-04-07SL-19544 WIP Combination view first passMaxim Nikolenko
2023-04-06SL-19538 Back off on sun brightening a bit, remove errant brightening of ↵Dave Parks
clouds, and update midday to not be red shifted.
2023-04-07post-merge buildfixAndrey Lihatskiy
2023-04-06Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-04-06SL-19538 Nudge sun brightness and replace "gamma" with an exposure scaler ↵Dave Parks
approximation
2023-04-07Merge branch 'main' into marchcat/main-contrib-mergeAndrey Lihatskiy
# Conflicts: # indra/cmake/CMakeLists.txt # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llcommon/tests/llleap_test.cpp # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm # indra/newview/skins/default/xui/en/strings.xml
2023-04-06SL-19534 Fixed fetch timeout during initial fetchAndrey Kleshchev
2023-04-06SL-19534 Fixed 'working' cursor flickerAndrey Kleshchev
2023-04-06Merge pull request #144 from secondlife/signal/actSignal Linden
SL-18839: Add basic windows build
2023-04-06SL-19538 Followup -- scrub all possible sources of NaNs, make dynamic ↵Dave Parks
exposure controls not persist, limit exposure range, and do a debug gl pass.
2023-04-06SL-19550 Add a shop menu item to the Inventory menuMaxim Nikolenko
2023-04-06SL-19545 Shift Azure's 'Verify' buttonAndrey Kleshchev
2023-04-06SL-19544 preparation for Combination viewMaxim Nikolenko
2023-04-06SL-19543: Fix blinn phong prims with alpha blending not blending (#158)cosmic-linden
2023-04-06SL-19529 MacOS build fixAndrey Kleshchev
2023-04-06SL-19529 Marketplace version folders not createdAndrey Kleshchev
2023-04-05SL-18839: Add basic Github buildBennett Goble
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