summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
5 daysMerge branch 'main' into 2025.08Erik Kundiman
5 daysFix DullahanHelper (Alerts) codesigning pathErik Kundiman
5 daysMacPorts' brotli has been upgradedErik Kundiman
6 daysMerge branch 'main' into 2025.08Erik Kundiman
13 daysUse FLTK 1.4 on Debian instead of 1.3Erik Kundiman
which fixes the problem of freezing/crashing or disappearing of the viewer, at least on default GNOME-based Debian.
2025-11-19Merge branch 'main' into 2025.08Erik Kundiman
2025-11-19FMOD has been upgradedErik Kundiman
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-14Disable the benchmark & occlusion on RDNA3.5 (#4999)Jonathan "Geenz" Goodman
2025-11-13Merge tag 'Second_Life_Release#0ceefe6d-2025.08' into 2025.08Erik Kundiman
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-11Merge tag 'Second_Life_Release#bcecb3dc-2025.08' into 2025.08Erik Kundiman
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-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-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-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
2025-10-28#4882 Log textures that failed to be createdAndrey Kleshchev
A bunch of 36x36 failed to create, there shouldn't have been any 36x36 textures, log the ids/type.
2025-10-28Merge branch 'main' into 2025.08Erik Kundiman
2025-10-28FMOD has been upgradedErik Kundiman
2025-10-26Fix DoubleClickZoomIn checkbox overlapSecret Foxtail
New mousewarp dropdown pushed DoubleClickZoomIn checkbox underneath "Other Devices" button. Made space by setting top_pad values of SoundOnCollisions & DoubleClickZoomIn checkboxes to 0.
2025-10-26Merge tag 'Second_Life_Release#4e2a9667-2025.08' into 2025.08Erik Kundiman
2025-10-25Merge branch 'main' into 2025.08Erik Kundiman
2025-10-25Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08Erik Kundiman
2025-10-25MacPorts' OpenJPEG has been upgradedErik Kundiman
2025-10-25Remove a testerErik Kundiman
2025-10-23MacPorts' expat (compatibility) has been updatedErik Kundiman
2025-10-22Fix CEF media plugin failing to load on ArchErik Kundiman
Somehow the absence of the variable declaration would break CEF media plugin on Arch (just like it happened on openSUSE Tumbleweed) when it's not even used any more anywhere else. It's a different variable from the one whose absence broke CEF on Tumbleweed. Apart from that, the package now explicitly pulls at-spi2-core, which contains libatk-1.0.so.0, libatk-bridge-2.0.so.0 and libatspi.so.0 which are linked by libmedia_plugin_cef.so. at-spi2-core may not necessarily get pulled by some other package on a minimal fresh Arch installation.
2025-10-22Merge tag 'Second_Life_Release#57a9e513-2025.07' into 2025.07Erik Kundiman
2025-10-21#4871 Fix webrtc crash on tuningGetEnergyAndrey Kleshchev
2025-10-21#2427 Show torn off chat when clicking on a message popupAndrey Kleshchev
2025-10-21Remove a trailing space and a missed LLFile::remove() call right before the ↵RolfKal
LLFile::rename()
2025-10-21Improve LLFile to be consistent between Windows and Linux/MacRolfKal
2025-10-20#4861 Crash at LLVolumeFace::createOctreeAndrey Kleshchev
Looks like LLRiggedVolume::update goes out of bounds when selecting a face