| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-10 | Fix for Use MultiGL on Mac not applying on startup | mobserveur | |
| This fixes an issue where the Apple MultiGL options isn't applied on startup | |||
| 2025-10-10 | Merge branch 'main' into 2025.07 | Erik Kundiman | |
| 2025-10-10 | Missed when updating Boost version for macOS | Erik Kundiman | |
| 2025-10-10 | Merge branch 'main' into 2025.07 | Erik Kundiman | |
| 2025-10-10 | Tumbleweed & vcpkg Boost has been upgraded to 1.89 | Erik Kundiman | |
| and boost-system is now header only. | |||
| 2025-10-10 | Use MacPorts' Boost 1.88 instead of its Boost 1.87 | Erik Kundiman | |
| Now that MacPorts' newest Boost version is 1.88. | |||
| 2025-10-10 | Fix CEF media plugin failing to load on openSUSE | Erik 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-09 | Merge tag 'Second_Life_Release#95337dfc-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-10-08 | Fix for viewer-private/issues/489 - HTTP Basic Auth dialog should not be ↵ | Callum Linden | |
| present (#4799) | |||
| 2025-10-08 | Move the irradiance gen unbind to be within the correct scope. (#4798) | Jonathan "Geenz" Goodman | |
| 2025-10-08 | Merge pull request #4775 from secondlife/brad/llphysicsextensions-fallback | Brad Linden | |
| Reenabled Havok LLPhysicsExtensions for Rosetta | |||
| 2025-10-07 | A fix for the linking errors to CM's WebRTC 137 | Erik 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-05 | sun reflection on the sea in hdr display mode + fix for white screen | mobserveur | |
| 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-05 | lipo thin SLv macOS universal libraries | Erik Kundiman | |
| The fatal errors when lipo thinning something that's already thin, can be safely ignored. | |||
| 2025-10-04 | Merge branch 'main' into 2025.07 | Erik Kundiman | |
| 2025-10-03 | disable package_llphysicsextensions_tpv for now | Brad Linden | |
| 2025-10-03 | Merge remote-tracking branch 'origin/release/2025.07' into ↵ | Brad Linden | |
| brad/llphysicsextensions-fallback | |||
| 2025-10-03 | Update tumbleweed instructions & requires | Secret Foxtail | |
| Update libboost packages to ver 89 | |||
| 2025-10-03 | Omit WebRTC (termination) on FreeBSD and Win ARM64 | Erik Kundiman | |
| 2025-10-03 | Omit some WebRTC function override on Crow Misia | Erik Kundiman | |
| which are SetObserver, GetPlayoutDevice and GetRecordingDevice. | |||
| 2025-10-03 | Merge tag 'Second_Life_Release#420bc85f-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-10-03 | Merge tag 'Second_Life_Release#79909b8a-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-10-03 | Merge tag 'Second_Life_Test#3ff16388-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-10-03 | Merge tag 'Second_Life_Release#c743ea2b-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-10-03 | Re-deactivate GLM_FORCE_NEON on Windows ARM64 | Erik Kundiman | |
| See commit f5de250c3e74ecc8eb658d0b070c0884616f041d | |||
| 2025-10-03 | Make sure sSetjmpBuffer is still declared | Erik Kundiman | |
| on Linux aarch64 and Windows arm64. | |||
| 2025-10-03 | Loosen Boost find_package | Erik Kundiman | |
| It couldn't find Boost now, somehow, at least on Debian Asahi. | |||
| 2025-10-03 | Disable Dullahan 1.21 new features on Linux for now | Erik 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-03 | Link media plugin CEF to glib-2.0 on Linux | Erik 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-03 | Fix cURL failing to link to OpenSSL on Linux/BSD | Erik Kundiman | |
| when linking the final executable. Basically bringing back previous code, but exempting Darwin cause somehow the extra target link broke CEF. | |||
| 2025-10-03 | LL's cURL fork has been updated to 7.54.1-r3 | Erik Kundiman | |
| 2025-10-02 | Restore creation of secondlife-bin.MAP file on Darwin x86_64 for production ↵ | Brad Linden | |
| of llphysicsextensions_tpv | |||
| 2025-10-02 | new llphysicsextensions_source package that sets OSX_ARCHITECTURES properly | Brad Linden | |
| and should hopefully package llphysicsextensions_tpv successfully | |||
| 2025-10-02 | #4757 Model uploader warning when physics library is missing | Andrey Kleshchev | |
| 2025-10-02 | Attempt to fix build error | Brad Linden | |
| 2025-10-02 | Cleaning deprecated gamma functions in shaders | mobserveur | |
| This commit is a complement to cleaning deprecated gamma functions in shaders | |||
| 2025-10-02 | Fixes visual glitches after 2025.07 merge | mobserveur | |
| 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-02 | Removes a debug message in llReflectionMapManager.cpp | mobserveur | |
| This commit disabled a debugging message in llReflectionMapManager.cpp | |||
| 2025-10-02 | Cleaning deprecated gamma functions in shaders | mobserveur | |
| This commit cleans the deprecated gamma functions in the shaders | |||
| 2025-10-02 | Reactivating fast timers | mobserveur | |
| This commit just reactivates the fast timers | |||
| 2025-10-01 | Fix configurations like windows where LLPHYSICSEXTENSIONS_STUB_DIR is unset | Brad Linden | |
| 2025-10-01 | Reenable havok llphysicsextensions on Darwin x86_64 with ↵ | Brad Linden | |
| llphysicsextensions_stub used for aarch64 | |||
| 2025-10-01 | Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-09-30 | #4751 Restore navigation UI for Marketplace and Search | Maxim Nikolenko | |
| 2025-09-29 | Fix 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 page | Maxim Nikolenko | |
| 2025-09-23 | Reapply "update OpenJPEG 2.5.2 (#2452)" | Erik Kundiman | |
| This reverts commit 1f1a02f0901694009be469b992fcebeaeea29ebe. | |||
| 2025-09-23 | Minimise whitespace diffs from upstream | Erik Kundiman | |
| and remove merge conflict lines. | |||
| 2025-09-22 | #4695 Fix device update causing a crash | Andrey Kleshchev | |
| 2025-09-21 | Adding lower max texture resolution choices in the preferences | mobserveur | |
| This commit adds 128 and 256 pixels texture resolution limit in the preferences. This aims to help lower end hardware in texture heavy sims. | |||
