| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-16 | Fix erroneous check for __attribute__ definition introduced with APR 1.7.5 | Ansariel | |
| 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 | #2531 Fix gray background tiles in the Minimap (#4815) | fmartian | |
| 2025-10-16 | Fix C26444 compiler warning (creating unnamed RAII instances that could lead ↵ | Ansariel | |
| to unintended behavior) | |||
| 2025-10-16 | #2570 Fix extra setGLTFRenderMaterial | Andrey Kleshchev | |
| setRenderMaterialID already calls setGLTFRenderMaterial | |||
| 2025-10-15 | p#490 Fix missing Lossless check | Andrey Kleshchev | |
| that broke sculpt upload | |||
| 2025-10-15 | #3971 Fix wrong material type when 'editing linked' | Andrey Kleshchev | |
| 2025-10-15 | #3263 Repeat Notification Noise on Find Emoji Floater | Andrey Kleshchev | |
| 2025-10-13 | #4819 WebRTC crashes after a failed login | Andrey Kleshchev | |
| 2025-10-13 | Avoid stack-buffer overruns in llprocess_test.cpp (#4824) | Andrey Lihatskiy | |
| 2025-10-13 | Fix Japanese Translation (#743) | SakuraNoel Fayray | |
| 2025-10-13 | #2818 Creating a link to an empty notecard fails | Andrey Kleshchev | |
| 2025-10-13 | viewer#3018 Expose mouse wrap in UI | Andrey Kleshchev | |
| And attempt some basic automation | |||
| 2025-10-13 | #4811 #4813 Fixed RemoveItemWarn invalid notification and deleting no-mod ↵ | TJ | |
| content (#4812) * Fixed trying to display an invalid notification for RemoveItemWarn * Fixed allowing deleting no-mod content if tried to be deleted twice | |||
| 2025-10-11 | Merge remote-tracking branch 'mobserveur/experimental2' into 2025.07 | Erik Kundiman | |
| 2025-10-11 | Fix WebRTC & Havok linking on macOS x86-64 | Erik Kundiman | |
| It wouldn't automatically detect the prebuilt libraries directory, might be because of the older build environment I have for building the macOS x86-64 binary. | |||
| 2025-10-10 | Merge pull request #4783 from RyeMutt/rye/convexdecomp | Jonathan "Geenz" Goodman | |
| Introduce initial VHACD based llconvexdecomposition library | |||
| 2025-10-10 | Merge pull request #4809 from secondlife/andreyk/viewer_4777 | Jonathan "Geenz" Goodman | |
| #4777 Fix crash on missing factory | |||
| 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-10 | #4782 Improve wearing multiple items | Andrey Kleshchev | |
| 2025-10-09 | #4777 Fix crash on missing factory | Andrey Kleshchev | |
| 2025-10-09 | #4806 Crash at getPrimaryFormat | Andrey Kleshchev | |
| According to bugsplat tex is null | |||
| 2025-10-09 | Merge tag 'Second_Life_Release#95337dfc-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-10-09 | #4803 Fix crash on cameraUnderWater | Andrey Kleshchev | |
| updateEnvironment tried to access dead camera | |||
| 2025-10-08 | Fix for viewer-private/issues/489 - HTTP Basic Auth dialog should not be ↵ | Callum Linden | |
| present (#4799) | |||
| 2025-10-08 | p#351 Mark RenderMaxOpenGLVersion as Windows specific | Andrey Kleshchev | |
| 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-08 | #4796 Preferences' mic volume slider had no effect. | Andrey Kleshchev | |
| 2025-10-07 | secondlife/viewer#2570: Fix baked texture shared between avatars when in PBR ↵ | Cosmic Linden | |
| material | |||
| 2025-10-07 | #4794 SceneLoadRearMaxRadiusFraction not stored as a fraction | Andrey Kleshchev | |
| 2025-10-07 | #4772 fix group ownership detection for deeded objects | Maxim Nikolenko | |
| 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-06 | p#480 Collada vs GLTF Mesh Import Naming Convention | Andrey Kleshchev | |
| Both collada and gltf have a node and a mesh. Collada uses node-name, gltf was using mesh-name. GLTF format permits reusing single mesh for multiple nodes, but nodes are warrantied to not be reused. Switch to using node-names for better dupplicate avoidance and to be more in line with collada. | |||
| 2025-10-06 | #4195 Clear code from a merge conflict | Andrey Kleshchev | |
| This part was removed unintentionally, due to a merge conflict resolution. | |||
| 2025-10-06 | Fix #4195: Preserve transforms when switching PBR materials (#4725) | Aqil Ahmad | |
| Fixes texture transforms being reset when switching from Blinn-Phong to PBR materials and between PBR. Previously, custom scale, offset, and rotation settings would be lost, making it tedious to switch between PBR materials. | |||
| 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 | #1759 Fix texture picker using IMG_WHITE for blank materials | Andrey Kleshchev | |
| 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 | #4777 Fix webrtc crashing in worker threads on shutdown | Andrey Kleshchev | |
| 2025-10-03 | Initial VHACD based llconvexdecomposition | Rye | |
