Skip to content

Conversation

@marchcat
Copy link
Contributor

Updates SLua PV with the latest changes from 25.08.

maxim-productengine and others added 30 commits September 30, 2025 19:28
…operly

and should hopefully package llphysicsextensions_tpv successfully
…lback

Reenabled Havok LLPhysicsExtensions for Rosetta
Introduce initial VHACD based llconvexdecomposition library
…-mod content (#4812)

* Fixed trying to display an invalid notification for RemoveItemWarn
* Fixed allowing deleting no-mod content if tried to be deleted twice
And attempt some basic automation
that broke sculpt upload
setRenderMaterialID already calls setGLTFRenderMaterial
…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.
Ansariel and others added 8 commits November 4, 2025 20:43
)

* 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.
@marchcat marchcat merged commit e8f2ec6 into project/lua_editor Nov 18, 2025
11 of 12 checks passed
@marchcat marchcat deleted the marchcat/slua-2508 branch November 18, 2025 01:26
@github-actions github-actions bot locked and limited conversation to collaborators Nov 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.