summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2024-08-19Update indra/newview/pipeline.cpp Andrey Lihatskiy
2024-08-19Merge pull request #2334 from RyeMutt/ui-stutter-fixesAndrey Lihatskiy
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-18Merge branch 'roxie/webrtc-airpod-fixes' of github.com:secondlife/viewer into...Roxie Linden
2024-08-18Use the release build of webrtc to avoid pedantic asserts which are handled p...Roxie Linden
2024-08-19Update indra/newview/llfloatersidepanelcontainer.h Andrey Lihatskiy
2024-08-19Update indra/newview/llfloatertools.cpp Andrey Lihatskiy
2024-08-19viewer#2296 Don't show 'are you sure you want to leave the call' when shuttin...Andrey Kleshchev
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 of...Rye Mutt
2024-08-18Reduce ui stalls from findChild when logging in and when transitioning to/fro...Rye Mutt
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 during...Rye Mutt
2024-08-18Fix findChild during draw in preference floaterRye Mutt
2024-08-18Update webrtc to fix loss of stereo in bluetooth issue.Roxie Linden
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
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
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 release/2024....Brad Linden
2024-08-15Fix loose mGalleryPanel in LLInventoryGalleryAndrey Kleshchev
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 release/2024....Brad Linden
2024-08-15#2307 BugSplat Crash #1504734: LLViewerTexture::getNumFaces()Alexander Gavriliuk
2024-08-15Add missing va_end (#2301)Ansariel Hiller
2024-08-14Don't call virtual functions in a derived class constructorRoxie Linden
2024-08-14Voice dot not always visible after crossing region boundaries.Roxie Linden
2024-08-14Merge pull request #2283 from RyeMutt/reduce-thread-contentionDave Parks
2024-08-14viewer#2204 crash at connectionStateMachineAndrey Kleshchev
2024-08-14Enable /permissive- on MSVC for better standards conformance (#2251)Rye Mutt
2024-08-14Mitigate asset fetch thread stalls from LLDiskCache mutex contention and triv...Rye Mutt
2024-08-14Reduce texture fetch and main thread contention from LLViewerStatsRecorder vi...Rye Mutt
2024-08-14Reduce UI draw stalls from LLSpellChecker singleton via simpletonRye Mutt
2024-08-14Reduce thread contention on HTTPStats singleton access via simpleton.Rye Mutt
2024-08-14Update indra/cmake/Tracy.cmake Andrey Lihatskiy
2024-08-14viewer-private#260 The 'Speak' button looks disabled during IM voice chatAndrey Kleshchev
2024-08-13Introduce tracy instrumentation of mutex in LLSingleton, LLInstanceTracker an...Rye Mutt