Commit Graph

53189 Commits (bf347d15804c27348c84a55ab763f89b718e8aac)

Author SHA1 Message Date
Jonathan "Geenz" Goodman bf347d1580
Merge pull request #4853 from secondlife/release/2025.08
Release/2025.08
2025-12-03 11:50:32 -05:00
Jonathan "Geenz" Goodman ad6008a588
Disable the benchmark & occlusion on RDNA3.5 (#4999) 2025-11-14 11:40:05 -08:00
Jonathan "Geenz" Goodman 0ceefe6d27
Disable shader profiles on RDNA3.5 to prevent freezes on startup. (#4992)
* 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-12 12:14:19 -08:00
Andrey Kleshchev bcecb3dc10 #4949 QueuedRequest destructor crash 2025-11-10 08:09:07 +02:00
Andrey Kleshchev 4e78b4c9fe #4651 Distinguish logout crashes from other crashes 2025-11-06 21:37:10 +02:00
Andrey Kleshchev 3694df79bf #4656 Don't scroll to a child that is already in view and can not fit 2025-11-06 20:15:28 +02:00
Andrey Kleshchev 7a7215b852 #1006 Assume default material is valid for terrain assigment 2025-11-05 17:35:38 +02:00
Andrey Kleshchev 2b8dc2f02a #4785 The Apply button is not activated after changing a Material 2025-11-05 13:53:33 +02:00
Ansariel 5e11448e4f Fix remaining cases of webbrowser-related XUI warnings 2025-11-04 20:43:55 +02:00
Ansariel c7c8d8101b Use correct widget name for marketplace floater 2025-11-04 20:43:55 +02:00
Ansariel 11ccdb5e32 Fix XUI parser warnings:
* 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 20:43:55 +02:00
Andrey Kleshchev d23379939c #4879 An Emoji in a display name can affect text in chat
An emoji was spliting inlineview thus affecting displayed text.
2025-11-03 19:08:21 +02:00
Maxim Nikolenko 6979b1ff50
#4920 fix group categories not being displayed when one below is expanded 2025-11-03 19:05:46 +02:00
Andrey Kleshchev f7516a4631 #4918 Crash at LLPluginProcessParent::poll
Bugsplat shows that mutex is null.
It's possible that no instances exist thus mutex wasn't initialized.
2025-10-31 19:13:26 +02:00
Maxim Nikolenko a125524085
#4847 log session_jitter and period_jitter with FPS info 2025-10-31 15:29:07 +02:00
Andrey Kleshchev 1fc0eca119 #4886 Crash on LLTeleportRequestViaLure::toOstream 2025-10-29 23:04:00 +02:00
Andrey Kleshchev 1c393aed78 #4884 Crash at resetRegionCrossingTimer 2025-10-29 23:04:00 +02:00
Andrey Kleshchev dab2fa75dd #4876 Fix material not applying
1. Dupplicate call in llselectmgr can cause race conditions
2. lltooldragndrop wasn't updating server in one case
2025-10-29 23:04:00 +02:00
Andrey Kleshchev 0fd96e6247 #4604 Turn off cef preloading on low end hardware
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-29 17:54:31 +02:00
Andrey Kleshchev 5a0ba25d83 #4882 Log textures that failed to be created
A bunch of 36x36 failed to create, there shouldn't have been any 36x36
textures, log the ids/type.
2025-10-28 21:23:01 +02:00
Roxanne Skelly 164912418c
Fix issue where mac was crashing during an attempt to unplug or replug microphone. (#4897)
The mac audio device manager was being "helpful" by restarting
playout and recording if the Default device was changed, assuming
the application wouldn't care.
However, we received an update of device change, and attempted to
stop and start playout anyway, causing a conflict.
The fix was simply to not deploy new devices when the device id didn't
change.
2025-10-28 13:03:25 -04:00
Andrey Kleshchev 4e2a9667bd
Merge from secondlife/develop into 2025.08 2025-10-21 21:11:05 +03:00
Andrey Kleshchev 0d5138c1f9 #4839 Crash at LLPluginProcessParent::poll
Missed lock
2025-10-21 20:59:39 +03:00
Andrey Kleshchev 9a2ff1657d #4871 Fix webrtc crash on tuningGetEnergy 2025-10-21 14:57:32 +03:00
Andrey Kleshchev 528c4b5f31 #2427 Show torn off chat when clicking on a message popup 2025-10-21 09:29:23 +03:00
fmartian aa49a3d7e6 Fix typo in comment 2025-10-21 00:50:27 +03:00
Frederick Martian f58a7c7673 Make changes according to recommendations by Copilot
- correction spelling of suppress_error
- improved error handling in remove() based on functionality in get_fileattr() and somewhat changed error handling in get_fileattr() itself
- call explicitly LLFile::fopen() to make sure we use the correct file path conversion under Windows

Removing Flawfinder comments since Flawfinder isn't used in the viewer anymore
Adding an option to support symlink detection in getattr()
Adding comments to function implementation to indicate that they are really static functions of the LLFile class
2025-10-21 00:50:27 +03:00
RolfKal 2adf1bbdcb Remove trailing space 2025-10-21 00:50:27 +03:00
RolfKal 49a850ccc1 Remove a trailing space and a missed LLFile::remove() call right before the LLFile::rename() 2025-10-21 00:50:27 +03:00
RolfKal e12958161c Improve LLFile to be consistent between Windows and Linux/Mac 2025-10-21 00:50:27 +03:00
dependabot[bot] 6f1df1a8d2
Bump actions/checkout from 4 to 5 (#4867)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 13:32:50 -07:00
dependabot[bot] 53041adc3d
Bump pre-commit/action from 3.0.0 to 3.0.1 (#4864)
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 13:32:36 -07:00
Andrey Kleshchev 0369072418 #4861 Crash at LLVolumeFace::createOctree
Looks like LLRiggedVolume::update goes out of bounds when selecting a face
2025-10-20 20:12:14 +03:00
Rye 41e9595522
Rework new convex decomp into a physicsextensions stub package and fix havok and havok_tpv builds for darwin universal to utilize new vhacd stub (#4858) 2025-10-20 13:10:19 -04:00
Rye c847a5eaac Update pre-commit hooks to v6.0.0 2025-10-20 19:39:49 +03:00
Rye 993851cc2a Ignore tabs to spaces for objc in blame 2025-10-20 19:39:49 +03:00
Rye 11f73b0e7f Fix tabs and trailing spaces in objc sources 2025-10-20 19:39:49 +03:00
Rye f0d8e8f23c
Introduce dependabot configuration for Github Actions (#4859) 2025-10-20 09:36:36 -07:00
Andrey Kleshchev 0182399619 Bump viewer version tp 7.2.3 after 2025.07 release 2025-10-18 10:04:44 +03:00
Jonathan "Geenz" Goodman 3ca323db9e
Merge pull request #4850 from secondlife/geenz/main-to-develop
Catch some commits that didn't make it back to develop.
2025-10-17 19:30:49 -04:00
Jonathan "Geenz" Goodman bbc2ad8fc5 Merge remote-tracking branch 'origin/main' into geenz/main-to-develop 2025-10-17 17:06:39 -04:00
Jonathan "Geenz" Goodman aec7bf19eb
Merge pull request #4714 from secondlife/release/2025.07
Release/2025.07
2025-10-17 16:56:48 -04:00
Jonathan "Geenz" Goodman 01a799495b
Merge pull request #4842 from secondlife/andreyk/viewer_4701
#4701 Fix incorrect architecture in package's name
2025-10-16 18:37:04 -04:00
Andrey Kleshchev ad374a0176 #4701 Fix incorrect architecture in package's name 2025-10-16 23:20:14 +03:00
Andrey Kleshchev b011263b60 #3379 Fix callback cleanup
Instead of marking as 0, mark for cleanup
2025-10-16 20:14:47 +03:00
Andrey Kleshchev 03fa846ac7 #4757 Fix missing quotes 2025-10-16 20:14:47 +03:00
Ansariel 790c52f3fd Fix erroneous check for __attribute__ definition introduced with APR 1.7.5
With the update of APR to versoin 1.7.5., we have to deal with an erroneous check for the definition of __attribute__ added to the APR head file apr.h: The additional check for the definition of __has_attribute is nonsense as it is a C++ internal macro to check for the existance of certain attributes, however it has nothing to do with __attribute__ used in this context.

Since __attribute__ is not defined in MSVC, the modified, erroneous check now causes said definition becoming missing, resulting in a huge amount of "this declaration may not have extern 'C' linkage" errors within in MSVC.

This change utilizes CMake to patch the extracted APR header file, restoring the original version of the check.
2025-10-16 19:44:18 +03:00
fmartian 9f192430ef
#2531 Fix gray background tiles in the Minimap (#4815) 2025-10-16 18:43:23 +03:00
Ansariel 6cdd9cff70 Fix C26444 compiler warning (creating unnamed RAII instances that could lead to unintended behavior) 2025-10-16 18:40:23 +03:00
Andrey Kleshchev 8679b86cde #2570 Fix extra setGLTFRenderMaterial
setRenderMaterialID already calls setGLTFRenderMaterial
2025-10-16 01:23:11 +03:00