summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-19#2345 Disable mirrors from the feature table regardless of quality level. ↵Jonathan "Geenz" Goodman
(#2352)
2024-08-19#2345 Disable mirrors from the feature table regardless of quality level. ↵Jonathan "Geenz" Goodman
(#2352)
2024-08-19Merge pull request #2329 from RyeMutt/probe-fixesAndrey Lihatskiy
Various fixes to probe memory usage
2024-08-19viewer#2342 Return AvatarBakedTextureUploadTimeoutAndrey Kleshchev
Partial rollback of d00b6e4 QA uses AvatarBakedTextureUploadTimeout and requested restoration.
2024-08-19Merge pull request #2328 from secondlife/roxie/webrtc-airpod-fixesRoxanne Skelly
2024-08-19#2289 BugSplat Crash #1496385: ↵Alexander Gavriliuk
SecondLifeViewer!LLFocusableElement::~LLFocusableElement(79)
2024-08-19viewer#2310 Highlight image size when over limit for profile feedAndrey Kleshchev
2024-08-19viewer#2311 When email or profile image upload fails show a more fitting reasonAndrey Kleshchev
2024-08-19Merge pull request #2324 from secondlife/roxie/webrtc-log-devicesRoxanne Skelly
[WebRTC] Log WebRTC devices on webrtc initialization.
2024-08-19Update indra/newview/pipeline.cpp Andrey Lihatskiy
Fix build error
2024-08-19Merge pull request #2334 from RyeMutt/ui-stutter-fixesAndrey Lihatskiy
Fix various findChild calls causing frame drops and ui stutter
2024-08-19Clean up excessive dynamic casts in LLAccordionCtrl (#2333)Rye Mutt
2024-08-19Refactor LLFileSystem for and fix an old issue in LLFile (#2332)Ansariel Hiller
2024-08-18update webrtc again.Roxie Linden
2024-08-18Merge branch 'roxie/webrtc-airpod-fixes' of github.com:secondlife/viewer ↵Roxie Linden
into roxie/webrtc-airpod-fixes
2024-08-18Use the release build of webrtc to avoid pedantic asserts which are handled ↵Roxie Linden
properly anyway.
2024-08-19Change Clang-Format settings to adhere to the used coding style (#2331)Ansariel Hiller
* Fix whitespaces for initializer lists ("type x {value};" vs "type x{ value };") * Change pointer alignment from right to left
2024-08-19Update indra/newview/llfloatersidepanelcontainer.h Andrey Lihatskiy
Fix tab indentation
2024-08-19Update indra/newview/llfloatertools.cpp Andrey Lihatskiy
Remove trailing whitespace to pass pre-commit check
2024-08-19viewer#2296 Don't show 'are you sure you want to leave the call' when ↵Andrey Kleshchev
shutting down
2024-08-18Fix find child during search/draw in debug settings floaterRye Mutt
2024-08-18Fix findChild during draw in the tools floaterRye Mutt
2024-08-18Fix findChild during draw in script editorRye Mutt
2024-08-18Fix findChild during draw in texture previewsRye Mutt
2024-08-18Fix findChild during draw in notecard previewsRye Mutt
2024-08-18Fix findChild frame drops when switching inventory panelsRye Mutt
2024-08-18Fix findChild stutter when changing people panel tabsRye Mutt
2024-08-18Fix trying to find the outfit edit panel in non-appearance-panel instances ↵Rye Mutt
of LLFloaterSidePanelContainer
2024-08-18Reduce ui stalls from findChild when logging in and when transitioning ↵Rye Mutt
to/from mouselook
2024-08-18Reduce findChild UI stutter when toasts are createdRye Mutt
2024-08-18Fix findChild calls when inputting text into inventory searchRye Mutt
2024-08-18Fix frequent deep findChild calls for LLFloaterSidePanelContainer main ↵Rye Mutt
during various ui callbacks
2024-08-18Fix findChild during draw in preference floaterRye Mutt
2024-08-18Update webrtc to fix loss of stereo in bluetooth issue.Roxie Linden
When transitioning from mic-on hands-free mode to mic off, it's expected that the audio stream would return to stereo. Inproper logic in the mac device code in webrtc was preventing that.
2024-08-18Fix RenderReflectionProbeResolution debug setting not updating during runtimeRye Mutt
2024-08-17Microphone was being prematurely enabled on login for a short period.Roxie Linden
The microphone issue was causing a short moment of sound, and was causing bluetooth headsets to switch to hands-free/one channel mode which is disruptive. Also, update webrtc to deal with issue where airpods were garbled after coming out of hands-free mode.
2024-08-17Avoid scaling probe shadow maps by RenderShadowResolutionScaleRye Mutt
2024-08-17Reduce number of full screen render targetsRye Mutt
2024-08-17Fix hero probes not releasing resources when disabledRye Mutt
2024-08-17Fixes to managing device start/stop playout/recording.Roxie Linden
Fixes prevent attempting to start playout/recording before the devices are set up, to prevent restarting playout/recording, to prevent attempts to stop when not playing/recording, and so on... This should address the case where audio device changes can cause an assert. It should also address the case where audio was unnecessarily played or transmitted when connecting. And, when voice is disabled, the audio devices are not set up to play/record so there should be no disruption of bluetooth music from other apps.
2024-08-16Remove pointless CMake status message (#2322)Ansariel Hiller
2024-08-16Log WebRTC devices on webrtc initialization.Roxie Linden
2024-08-15Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵Brad Linden
release/2024.06-atlasaurus
2024-08-15Fix loose mGalleryPanel in LLInventoryGalleryAndrey Kleshchev
LLInventoryGallery::buildGalleryPanel does the creation, not postBuild() same for LLOutfitGallery. Either don't create mGalleryPanel or remove it before creating again.
2024-08-15viewer-private#268 When deleting worn items, move them to trashAndrey Kleshchev
2024-08-15BugSplat Crash #1504587: std::vector::empty()Alexander Gavriliuk
2024-08-15Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵Brad Linden
release/2024.06-atlasaurus # Conflicts: # indra/newview/llpanelpeople.cpp
2024-08-15#2307 BugSplat Crash #1504734: LLViewerTexture::getNumFaces()Alexander Gavriliuk
2024-08-14Merge pull request #2300 from secondlife/roxie/webrtc-no-voice-dotRoxanne Skelly
[WebRTC] Voice dot not always visible after crossing region boundaries.
2024-08-15Update nvapi to R560 (#2302)Rye Mutt