summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-10Fix for Use MultiGL on Mac not applying on startupmobserveur
This fixes an issue where the Apple MultiGL options isn't applied on startup
2025-10-10Merge branch 'main' into 2025.07Erik Kundiman
2025-10-10Missed when updating Boost version for macOSErik Kundiman
2025-10-10Merge branch 'main' into 2025.07Erik Kundiman
2025-10-10Tumbleweed & vcpkg Boost has been upgraded to 1.89Erik Kundiman
and boost-system is now header only.
2025-10-10Use MacPorts' Boost 1.88 instead of its Boost 1.87Erik Kundiman
Now that MacPorts' newest Boost version is 1.88.
2025-10-10Fix CEF media plugin failing to load on openSUSEErik Kundiman
Somehow the absence of the variable declaration would break CEF media plugin on openSUSE Tumbleweed (and not on other supported distros), when it's not even used any more anywhere else.
2025-10-09Merge tag 'Second_Life_Release#95337dfc-2025.07' into 2025.07Erik Kundiman
2025-10-08Fix for viewer-private/issues/489 - HTTP Basic Auth dialog should not be ↵Callum Linden
present (#4799)
2025-10-08Move the irradiance gen unbind to be within the correct scope. (#4798)Jonathan "Geenz" Goodman
2025-10-08Merge pull request #4775 from secondlife/brad/llphysicsextensions-fallbackBrad Linden
Reenabled Havok LLPhysicsExtensions for Rosetta
2025-10-07A fix for the linking errors to CM's WebRTC 137Erik Kundiman
Somehow there would be undefined references to webrtc::RtpStreamConfig::Rtx::Rtx() and webrtc::LossBasedBweV2::Config::Config() Rtx definition is not found in "call/rtp_config.h", there's only the declarations there. And Config definition either in "modules/congestion_controller/goog_cc/loss_based_bwe_v2.h" So, for now, we define those somewhere in llwebrtc code, may not be ideal at all since they're empty, for now, but at least it builds now and WebRTC seems to be working (I tested in a WebRTC Voice region, but this needs to be really tested with microphones and at least 2 people).
2025-10-05sun reflection on the sea in hdr display mode + fix for white screenmobserveur
This commit adds support for sun reflection on the sea in hdr display mode. It also fixes an issue where the display is all white with low color precision and non hdr & emissive mode.
2025-10-05lipo thin SLv macOS universal librariesErik Kundiman
The fatal errors when lipo thinning something that's already thin, can be safely ignored.
2025-10-04Merge branch 'main' into 2025.07Erik Kundiman
2025-10-03disable package_llphysicsextensions_tpv for nowBrad Linden
2025-10-03Merge remote-tracking branch 'origin/release/2025.07' into ↵Brad Linden
brad/llphysicsextensions-fallback
2025-10-03Update tumbleweed instructions & requiresSecret Foxtail
Update libboost packages to ver 89
2025-10-03Omit WebRTC (termination) on FreeBSD and Win ARM64Erik Kundiman
2025-10-03Omit some WebRTC function override on Crow MisiaErik Kundiman
which are SetObserver, GetPlayoutDevice and GetRecordingDevice.
2025-10-03Merge tag 'Second_Life_Release#420bc85f-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Release#79909b8a-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Test#3ff16388-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Release#c743ea2b-2025.07' into 2025.07Erik Kundiman
2025-10-03Re-deactivate GLM_FORCE_NEON on Windows ARM64Erik Kundiman
See commit f5de250c3e74ecc8eb658d0b070c0884616f041d
2025-10-03Make sure sSetjmpBuffer is still declaredErik Kundiman
on Linux aarch64 and Windows arm64.
2025-10-03Loosen Boost find_packageErik Kundiman
It couldn't find Boost now, somehow, at least on Debian Asahi.
2025-10-03Disable Dullahan 1.21 new features on Linux for nowErik Kundiman
I've tried getting Dullahan 1.21 compiled with Spotify's CEF 139, it did build, but the internal browser didn't work, so what would be the point. I could have missed something, but we're sticking with Dullahan 1.14 on Linux for now.
2025-10-03Link media plugin CEF to glib-2.0 on LinuxErik Kundiman
Somehow now, at least on Debian & Ubuntu, when building the volume catcher, using PulseAudio, it refers to g_main_context_default too.
2025-10-03Fix cURL failing to link to OpenSSL on Linux/BSDErik Kundiman
when linking the final executable. Basically bringing back previous code, but exempting Darwin cause somehow the extra target link broke CEF.
2025-10-03LL's cURL fork has been updated to 7.54.1-r3Erik Kundiman
2025-10-02Restore creation of secondlife-bin.MAP file on Darwin x86_64 for production ↵Brad Linden
of llphysicsextensions_tpv
2025-10-02new llphysicsextensions_source package that sets OSX_ARCHITECTURES properlyBrad Linden
and should hopefully package llphysicsextensions_tpv successfully
2025-10-02#4757 Model uploader warning when physics library is missingAndrey Kleshchev
2025-10-02Attempt to fix build errorBrad Linden
2025-10-02Cleaning deprecated gamma functions in shadersmobserveur
This commit is a complement to cleaning deprecated gamma functions in shaders
2025-10-02Fixes visual glitches after 2025.07 mergemobserveur
This commit fixes the visual glitches after the 2025.07 merging. It also allows the user to set a very short draw distance (this can be useful for photography)
2025-10-02Removes a debug message in llReflectionMapManager.cppmobserveur
This commit disabled a debugging message in llReflectionMapManager.cpp
2025-10-02Cleaning deprecated gamma functions in shadersmobserveur
This commit cleans the deprecated gamma functions in the shaders
2025-10-02Reactivating fast timersmobserveur
This commit just reactivates the fast timers
2025-10-01Fix configurations like windows where LLPHYSICSEXTENSIONS_STUB_DIR is unsetBrad Linden
2025-10-01Reenable havok llphysicsextensions on Darwin x86_64 with ↵Brad Linden
llphysicsextensions_stub used for aarch64
2025-10-01Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07Erik Kundiman
2025-09-30#4751 Restore navigation UI for Marketplace and SearchMaxim Nikolenko
2025-09-29Fix rendering differences observed in 2025.07 (#4747)Rye
* Fix calling setTextureAddressModeFast and setTextureFilteringOptionFast with invalid tex type during fast binds * Restore mRT->screen to GL_RGBA16F to fix lighting banding
2025-09-23#4719 use correct search query when navigating to the pageMaxim Nikolenko
2025-09-23Reapply "update OpenJPEG 2.5.2 (#2452)"Erik Kundiman
This reverts commit 1f1a02f0901694009be469b992fcebeaeea29ebe.
2025-09-23Minimise whitespace diffs from upstreamErik Kundiman
and remove merge conflict lines.
2025-09-22#4695 Fix device update causing a crashAndrey Kleshchev
2025-09-21Adding lower max texture resolution choices in the preferencesmobserveur
This commit adds 128 and 256 pixels texture resolution limit in the preferences. This aims to help lower end hardware in texture heavy sims.