| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-23 | FreeBSD Ports Boost just got upgraded to 1.89 | Erik Kundiman | |
| 2025-10-22 | Arch's Boost just got upgraded to 1.89 | Erik Kundiman | |
| 2025-10-22 | Fix CEF media plugin failing to load on Arch | Erik Kundiman | |
| Somehow the absence of the variable declaration would break CEF media plugin on Arch (just like it happened on openSUSE Tumbleweed) when it's not even used any more anywhere else. It's a different variable from the one whose absence broke CEF on Tumbleweed. Apart from that, the package now explicitly pulls at-spi2-core, which contains libatk-1.0.so.0, libatk-bridge-2.0.so.0 and libatspi.so.0 which are linked by libmedia_plugin_cef.so. at-spi2-core may not necessarily get pulled by some other package on a minimal fresh Arch installation. | |||
| 2025-10-22 | Merge tag 'Second_Life_Release#57a9e513-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-10-21 | #4839 Crash at LLPluginProcessParent::poll | Andrey Kleshchev | |
| Missed lock | |||
| 2025-10-21 | #4871 Fix webrtc crash on tuningGetEnergy | Andrey Kleshchev | |
| 2025-10-21 | #2427 Show torn off chat when clicking on a message popup | Andrey Kleshchev | |
| 2025-10-21 | Fix typo in comment | fmartian | |
| 2025-10-21 | Make changes according to recommendations by Copilot | Frederick Martian | |
| - 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 | Remove trailing space | RolfKal | |
| 2025-10-21 | Remove a trailing space and a missed LLFile::remove() call right before the ↵ | RolfKal | |
| LLFile::rename() | |||
| 2025-10-21 | Improve LLFile to be consistent between Windows and Linux/Mac | RolfKal | |
| 2025-10-20 | #4861 Crash at LLVolumeFace::createOctree | Andrey Kleshchev | |
| Looks like LLRiggedVolume::update goes out of bounds when selecting a face | |||
| 2025-10-20 | Rework new convex decomp into a physicsextensions stub package and fix havok ↵ | Rye | |
| and havok_tpv builds for darwin universal to utilize new vhacd stub (#4858) | |||
| 2025-10-20 | Fix tabs and trailing spaces in objc sources | Rye | |
| 2025-10-18 | Bump viewer version tp 7.2.3 after 2025.07 release | Andrey Kleshchev | |
| 2025-10-17 | Merge remote-tracking branch 'origin/main' into geenz/main-to-develop | Jonathan "Geenz" Goodman | |
| 2025-10-16 | #4701 Fix incorrect architecture in package's name | Andrey Kleshchev | |
| 2025-10-16 | #3379 Fix callback cleanup | Andrey Kleshchev | |
| Instead of marking as 0, mark for cleanup | |||
| 2025-10-16 | #4757 Fix missing quotes | Andrey Kleshchev | |
| 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 | p#351 Mark RenderMaxOpenGLVersion as Windows specific | Andrey Kleshchev | |
