summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-25Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08Erik Kundiman
2025-10-23Merge remote-tracking branch 'secondlife/main'Erik Kundiman
2025-10-23MacPorts' expat (compatibility) has been updatedErik Kundiman
2025-10-23FreeBSD Ports Boost just got upgraded to 1.89Erik Kundiman
2025-10-22Arch's Boost just got upgraded to 1.89Erik Kundiman
2025-10-22Fix CEF media plugin failing to load on ArchErik 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-22Merge tag 'Second_Life_Release#57a9e513-2025.07' into 2025.07Erik Kundiman
2025-10-18Bump viewer version tp 7.2.3 after 2025.07 releaseAndrey Kleshchev
2025-10-17Merge pull request #4850 from secondlife/geenz/main-to-developJonathan "Geenz" Goodman
Catch some commits that didn't make it back to develop.
2025-10-17Merge remote-tracking branch 'origin/main' into geenz/main-to-developJonathan "Geenz" Goodman
2025-10-17Merge pull request #4714 from secondlife/release/2025.07Jonathan "Geenz" Goodman
Release/2025.07
2025-10-16Merge pull request #4842 from secondlife/andreyk/viewer_4701Jonathan "Geenz" Goodman
#4701 Fix incorrect architecture in package's name
2025-10-16#4701 Fix incorrect architecture in package's nameAndrey Kleshchev
2025-10-16#3379 Fix callback cleanupAndrey Kleshchev
Instead of marking as 0, mark for cleanup
2025-10-16#4757 Fix missing quotesAndrey Kleshchev
2025-10-16Fix erroneous check for __attribute__ definition introduced with APR 1.7.5Ansariel
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-16Fix C26444 compiler warning (creating unnamed RAII instances that could lead ↵Ansariel
to unintended behavior)
2025-10-16#2570 Fix extra setGLTFRenderMaterialAndrey Kleshchev
setRenderMaterialID already calls setGLTFRenderMaterial
2025-10-15p#490 Fix missing Lossless checkAndrey 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 FloaterAndrey Kleshchev
2025-10-13#4819 WebRTC crashes after a failed loginAndrey Kleshchev
2025-10-13Avoid stack-buffer overruns in llprocess_test.cpp (#4824)Andrey Lihatskiy
2025-10-13Fix Japanese Translation (#743)SakuraNoel Fayray
2025-10-13#2818 Creating a link to an empty notecard failsAndrey Kleshchev
2025-10-13viewer#3018 Expose mouse wrap in UIAndrey 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-11Merge remote-tracking branch 'mobserveur/experimental2' into 2025.07Erik Kundiman
2025-10-11Fix WebRTC & Havok linking on macOS x86-64Erik 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-10Merge pull request #4783 from RyeMutt/rye/convexdecompJonathan "Geenz" Goodman
Introduce initial VHACD based llconvexdecomposition library
2025-10-10Merge pull request #4809 from secondlife/andreyk/viewer_4777Jonathan "Geenz" Goodman
#4777 Fix crash on missing factory
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-10#4782 Improve wearing multiple itemsAndrey Kleshchev
2025-10-09#4777 Fix crash on missing factoryAndrey Kleshchev
2025-10-09#4806 Crash at getPrimaryFormatAndrey Kleshchev
According to bugsplat tex is null
2025-10-09Merge tag 'Second_Life_Release#95337dfc-2025.07' into 2025.07Erik Kundiman
2025-10-09#4803 Fix crash on cameraUnderWaterAndrey Kleshchev
updateEnvironment tried to access dead camera
2025-10-08Fix for viewer-private/issues/489 - HTTP Basic Auth dialog should not be ↵Callum Linden
present (#4799)
2025-10-08p#351 Mark RenderMaxOpenGLVersion as Windows specificAndrey Kleshchev
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-08#4796 Preferences' mic volume slider had no effect.Andrey Kleshchev
2025-10-07secondlife/viewer#2570: Fix baked texture shared between avatars when in PBR ↵Cosmic Linden
material