summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2025-11-19Merge branch 'main' into 2025.08Erik Kundiman
2025-11-19FMOD has been upgradedErik Kundiman
2025-11-18p#505 GLTF model upload fails to pick texturesAndrey Kleshchev
2025-11-18#5000 clear duplicate shortcut used to activate SunriseMaxim Nikolenko
2025-11-18#4939 Bugsplat often confuses log files on mac, try to make it more reliableAndrey Kleshchev
2025-11-18#4939 Bugsplat updateAndrey Kleshchev
to version 1.2.6
2025-11-17Fix the cache from being cleared every launch if NewCacheLocation is invalidHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-16Merge branch 'main' into 2025.08Erik Kundiman
2025-11-16Get streaming to work again on FreeBSDErik Kundiman
There's libpthread.so and no libpthread.so.0 on FBSD and it's the other way around on GNU/Linux.
2025-11-15Merge tag 'Second_Life_Release#ad6008a5-2025.08' into 2025.08Erik Kundiman
2025-11-15#4980 Crashes when uploading a glTF modelAndrey Kleshchev
Functions used in Image::prep aren't thread safe, pass them to main thread and wait for a result
2025-11-14Disable the benchmark & occlusion on RDNA3.5 (#4999)Jonathan "Geenz" Goodman
2025-11-13Follow-up null checks on mVObjp to prevent crashesHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-13Fix crash in handleHover accessing null parentHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-13Merge tag 'Second_Life_Release#0ceefe6d-2025.08' into 2025.08Erik Kundiman
2025-11-12Fix crash in updateDistance updating LOD on null mVObjpHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-12#4671 Fix impractically long am/pm labelsAndrey Kleshchev
2025-11-12Disable shader profiles on RDNA3.5 to prevent freezes on startup. (#4992)Jonathan "Geenz" Goodman
* Disable shader profiling for certain AMD Radeon GPUs Added logic to detect AMD Radeon 8060 GPUs and disable shader profiling to prevent client freezes and instability. Introduced sCanProfile flag in LLGLSLShader and mSkipProfiling in LLFeatureManager to control profiling behavior based on detected hardware. * Add RDNA3.5 and check the vendor string for a known current family of bad drivers * Update llfeaturemanager.cpp * Make sure to check that this is a Radeon.
2025-11-12Restore support for wavy avatar cloth(#4963)Rye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-11-12Fix crash in updateImagesCreateTextures accessing potentially freed image ↵Hecklezz
pointer Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-11#4907 use shortcut to pan camera downMaxim Nikolenko
2025-11-11Merge tag 'Second_Life_Release#bcecb3dc-2025.08' into 2025.08Erik Kundiman
2025-11-10#4955 Crash on itemChangedAndrey Kleshchev
2025-11-09#4946 Crash at setShadersAndrey Kleshchev
Fix wrong delimeter and log if file isn't present
2025-11-07Merge branch 'main' into 2025.08Erik Kundiman
2025-11-07Add/remove licences of added/removed librariesErik Kundiman
and add ones that got left out before too.
2025-11-07Use ibtool to compile the .xib to .nibErik Kundiman
2025-11-07Move media plugins to SLPlugin's Frameworks on macErik Kundiman
and remove unnecessary links, such as to graphics libraries. CEF framework is still in the viewer bundle's Frameworks, with the link in SLPlugin's, as moving it to SLPlugin's would cause it to not work even though the media plugin gets loaded.
2025-11-06#4651 Distinguish logout crashes from other crashesAndrey Kleshchev
2025-11-06Merge tag 'Second_Life_Release#7a7215b8-2025.08' into 2025.08Erik Kundiman
2025-11-05#1006 Assume default material is valid for terrain assigmentAndrey Kleshchev
2025-11-05#4785 The Apply button is not activated after changing a MaterialAndrey Kleshchev
2025-11-05#4931 Fix name cache callbacks not having connectionsAndrey Kleshchev
2025-11-05Merge tag 'Second_Life_Release#5e11448e-2025.08' into 2025.08Erik Kundiman
2025-11-04Fix remaining cases of webbrowser-related XUI warningsAnsariel
2025-11-04Use correct widget name for marketplace floaterAnsariel
2025-11-04Fix XUI parser warnings:Ansariel
* LLFloaterMarketplace::postBuild calls parent method which already tries to find the webbrowser control with a different name and adds itself as observer * Incorrect attribute name "tooltip" in panel_preferences_move.xml
2025-11-04#4411 fix occurrences of fake BOOLMaxim Nikolenko
2025-11-04SL-3609 Fix camera POV jump when avatar crosses a region boundaryAndrey Kleshchev
sFlycamPosition was using local coordinates instead of global ones thus was not tracking global changes and was force setting local position to an obsolete value.
2025-11-01Merge tag 'Second_Life_Release#f7516a46-2025.08' into 2025.08Erik Kundiman
2025-10-31#4847 log session_jitter and period_jitter with FPS infoMaxim Nikolenko
2025-10-31Merge pull request #4900 from secondlife/maxim/2025.08-legacy-searchMaxim Nikolenko
Restore Legacy Search
2025-10-30#1112 Add 1024x1024 size to Snapshot to InventoryAndrey Kleshchev
2025-10-30#3670 Add a sortable status column to the list of gesturesAndrey Kleshchev
2025-10-30#3649 Incorrect camera aspec ratioAndrey Kleshchev
Everything else uses width/height ratio
2025-10-30Merge tag 'Second_Life_Release#5a0ba25d-2025.08' into 2025.08Erik Kundiman
2025-10-29#4886 Crash on LLTeleportRequestViaLure::toOstreamAndrey Kleshchev
2025-10-29#4884 Crash at resetRegionCrossingTimerAndrey Kleshchev
2025-10-29#4876 Fix material not applyingAndrey Kleshchev
1. Dupplicate call in llselectmgr can cause race conditions 2. lltooldragndrop wasn't updating server in one case
2025-10-29#4604 Turn off cef preloading on low end hardwareAndrey Kleshchev
1. Cef instances are fairly heavy in viewer's implementation, don't preload them on systems <= 8GB 2. Move initialization into floaters where it belongs. 3. Minimal requirement is 8GB, drop gpu class to 1 on hardware under 8GB 4. Reduce cef instance count on systems under 8GB