| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-17 | Fix the cache from being cleared every launch if NewCacheLocation is invalid | Hecklezz | |
| Signed-off-by: Hecklezz <tj8@live.com.au> | |||
| 2025-11-16 | Merge branch 'main' into 2025.08 | Erik Kundiman | |
| 2025-11-16 | Get streaming to work again on FreeBSD | Erik Kundiman | |
| There's libpthread.so and no libpthread.so.0 on FBSD and it's the other way around on GNU/Linux. | |||
| 2025-11-16 | Fix error when adding a widget filename to the mFileNames stack | Frederick Martian | |
| base_filename is already an absolute path that was resolved in ffindSkinnedFilenames() above but the oushFileName() method tries to do the same again, resulting in an invalid path (the skin directory path is prepended twice) | |||
| 2025-11-15 | Merge tag 'Second_Life_Release#ad6008a5-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-15 | #4980 Crashes when uploading a glTF model | Andrey Kleshchev | |
| Functions used in Image::prep aren't thread safe, pass them to main thread and wait for a result | |||
| 2025-11-14 | Disable the benchmark & occlusion on RDNA3.5 (#4999) | Jonathan "Geenz" Goodman | |
| 2025-11-14 | Toggle off 'Speak' button when muted by moderator | Mnikolenko Productengine | |
| 2025-11-13 | #4995 change muted/unmuted alerts to non-modal toast | Mnikolenko Productengine | |
| 2025-11-13 | #4994 remove redundant moderator_id key | Mnikolenko Productengine | |
| 2025-11-13 | Follow-up null checks on mVObjp to prevent crashes | Hecklezz | |
| Signed-off-by: Hecklezz <tj8@live.com.au> | |||
| 2025-11-13 | Fix crash in handleHover accessing null parent | Hecklezz | |
| Signed-off-by: Hecklezz <tj8@live.com.au> | |||
| 2025-11-13 | Merge tag 'Second_Life_Release#0ceefe6d-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-12 | Fix crash in updateDistance updating LOD on null mVObjp | Hecklezz | |
| Signed-off-by: Hecklezz <tj8@live.com.au> | |||
| 2025-11-12 | #4671 Fix impractically long am/pm labels | Andrey Kleshchev | |
| 2025-11-12 | Disable shader profiles on RDNA3.5 to prevent freezes on startup. (#4992) | Jonathan "Geenz" Goodman | |
| * Disable shader profiling for certain AMD Radeon GPUs Added logic to detect AMD Radeon 8060 GPUs and disable shader profiling to prevent client freezes and instability. Introduced sCanProfile flag in LLGLSLShader and mSkipProfiling in LLFeatureManager to control profiling behavior based on detected hardware. * Add RDNA3.5 and check the vendor string for a known current family of bad drivers * Update llfeaturemanager.cpp * Make sure to check that this is a Radeon. | |||
| 2025-11-12 | Restore support for wavy avatar cloth(#4963) | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-12 | Fix crash in updateImagesCreateTextures accessing potentially freed image ↵ | Hecklezz | |
| pointer Signed-off-by: Hecklezz <tj8@live.com.au> | |||
| 2025-11-12 | Ignore muted flags from non-primary voice server | Mnikolenko Productengine | |
| 2025-11-11 | Show moderator options only on webrtc region | Mnikolenko Productengine | |
| 2025-11-11 | #4907 use shortcut to pan camera down | Maxim Nikolenko | |
| 2025-11-11 | Merge tag 'Second_Life_Release#bcecb3dc-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-10 | Remove cpuid feature bits verification in llprocessor.cpp (#4959) | Jonathan "Geenz" Goodman | |
| * Remove cpuid feature bits verification in llprocessor.cpp | |||
| 2025-11-10 | #4932 fix @mention being displayed twice if the name has a TM symbol | Maxim Nikolenko | |
| 2025-11-10 | Check what state pipe is in for a failed test (#4877) | Andrey Kleshchev | |
| 2025-11-10 | #4955 Crash on itemChanged | Andrey Kleshchev | |
| 2025-11-10 | #4932 fix @mention being displayed twice if the name has a TM symbol | Maxim Nikolenko | |
| 2025-11-10 | #4949 QueuedRequest destructor crash | Andrey Kleshchev | |
| 2025-11-09 | #4946 Crash at setShaders | Andrey Kleshchev | |
| Fix wrong delimeter and log if file isn't present | |||
| 2025-11-07 | Merge branch 'develop' into maxim/voice-moderation | Mnikolenko Productengine | |
| 2025-11-07 | #4013 add simple voice moderation permission check | Mnikolenko Productengine | |
| 2025-11-07 | Merge branch 'main' into 2025.08 | Erik Kundiman | |
| 2025-11-07 | Add/remove licences of added/removed libraries | Erik Kundiman | |
| and add ones that got left out before too. | |||
| 2025-11-07 | Update the upstream ColladaDOM revision used to 10 | Erik Kundiman | |
| As the maintenance using an external patch is getting harder, I had to revert the patching to internal and the building to be in the configuration phase, made worse by CMake 4 on Arch, Gentoo and Tumbleweed that treats the absence of a minimum requirement as an error (the BSD sed condition is put there as an anticipation for when in the future (Mac)Ports' CMake gets updated to 4 too). | |||
| 2025-11-07 | Use ibtool to compile the .xib to .nib | Erik Kundiman | |
| 2025-11-07 | Move media plugins to SLPlugin's Frameworks on mac | Erik Kundiman | |
| and remove unnecessary links, such as to graphics libraries. CEF framework is still in the viewer bundle's Frameworks, with the link in SLPlugin's, as moving it to SLPlugin's would cause it to not work even though the media plugin gets loaded. | |||
| 2025-11-06 | #4651 Distinguish logout crashes from other crashes | Andrey Kleshchev | |
| 2025-11-06 | #4656 Don't scroll to a child that is already in view and can not fit | Andrey Kleshchev | |
| 2025-11-06 | Merge tag 'Second_Life_Release#7a7215b8-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-05 | #1006 Assume default material is valid for terrain assigment | Andrey Kleshchev | |
| 2025-11-05 | #4785 The Apply button is not activated after changing a Material | Andrey Kleshchev | |
| 2025-11-05 | #4931 Fix name cache callbacks not having connections | Andrey Kleshchev | |
| 2025-11-05 | Merge tag 'Second_Life_Release#5e11448e-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-04 | Fix remaining cases of webbrowser-related XUI warnings | Ansariel | |
| 2025-11-04 | Use correct widget name for marketplace floater | Ansariel | |
| 2025-11-04 | Fix XUI parser warnings: | Ansariel | |
| * LLFloaterMarketplace::postBuild calls parent method which already tries to find the webbrowser control with a different name and adds itself as observer * Incorrect attribute name "tooltip" in panel_preferences_move.xml | |||
| 2025-11-04 | #4411 fix occurrences of fake BOOL | Maxim Nikolenko | |
| 2025-11-04 | SL-3609 Fix camera POV jump when avatar crosses a region boundary | Andrey Kleshchev | |
| sFlycamPosition was using local coordinates instead of global ones thus was not tracking global changes and was force setting local position to an obsolete value. | |||
| 2025-11-03 | #4879 An Emoji in a display name can affect text in chat | Andrey Kleshchev | |
| An emoji was spliting inlineview thus affecting displayed text. | |||
| 2025-11-03 | #4920 fix group categories not being displayed when one below is expanded | Maxim Nikolenko | |
