summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2024-08-22Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into ↵Brad Linden
release/2024.08-DeltaFPS
2024-08-22#2397 Sanity clamp haze contribution to avoid NaN like blowouts. (#2402)Dave Parks
2024-08-22Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into ↵Brad Linden
release/2024.08-DeltaFPS # Conflicts: # indra/newview/featuretable_mac.txt
2024-08-21Bump featuretable versions to fix secondlife/viewer#2345 (#2386)Brad Linden
also fixed mac High entry for RenderMirrors that got missed
2024-08-20Merge branch 'release/2024.06-atlasaurus' of github.com:secondlife/viewer ↵Roxie Linden
into roxie/webrtc-fix-mac-p2p-hang
2024-08-20removed unnecessary commentRoxie Linden
2024-08-20Fix hang when incoming p2p or group calls throw up dialog.Roxie Linden
There were changes in atlasaurus that resulted in a hang for incoming p2p and group calls which throw up dialogs. The changes revolved around mutex, coroutines, job queues, and such. The fix was to do any processing that may result in callbacks from the webrtc code in a queued job instead of a coroutine.
2024-08-20#2345 Fix for mirrors not being disabled from previous viewer versions.Jonathan "Geenz" Goodman
2024-08-20Increment viewer version in preparation for 2024.08-d RCBrad Linden
2024-08-20Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into developBrad Linden
# Conflicts: # autobuild.xml # indra/newview/llvoicewebrtc.cpp
2024-08-20Clean up boost includes and remove compiler warning pragma for unreachable ↵Ansariel Hiller
code in PCH (#2361)
2024-08-20viewer#2338 Don't allow pasting into library from My EnvironmentsAndrey Kleshchev
2024-08-20#2315 Ensure textures are deleted when they are no longer referenced. (#2343)Dave Parks
* #2315 WIP -- Clean up deletion rules in texture list. Incidental decruft. * Touch up assertions. * Move mLastReferencedTimer to LLViewerMediaTexture since it's no longer used by LLViewerTexture
2024-08-20Follow up for 4fa41c5 breaking inbox search/hiding (#2356)Rye Mutt
2024-08-20SL-15061 Crash at LLConversationItemSession::clearAndDeparentModels #3Andrey Kleshchev
2024-08-20Fix a bunch of XUI errors (#2347)Ansariel Hiller
* Fix a bunch of XUI errors * Change TRUE to true
2024-08-20Remove orphaned LLAllocator (#2348)Ansariel Hiller
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-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-19Refactor LLFileSystem for and fix an old issue in LLFile (#2332)Ansariel Hiller
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-18Fix RenderReflectionProbeResolution debug setting not updating during runtimeRye Mutt
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-16Log WebRTC devices on webrtc initialization.Roxie Linden
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