summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-30#5078 Remove dead llblowfish and llmail code plus related testsRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-11-30#5078 Replace boost::hof::invocable with c++17 std::is_invocableRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-11-30#5078 Replace boost ptr_vector<nullable> with std::vector<std::unique_ptr>Rye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-11-29Merge branch 'main' into 2025.08Erik Kundiman
2025-11-29Fix DullahanHelper (Alerts) codesigning pathErik Kundiman
2025-11-29MacPorts' brotli has been upgradedErik Kundiman
2025-11-29Add nghttp2 to macOS build preparation instructionsErik Kundiman
though implicitly pulled by curl which is pulled by cmake & git.
2025-11-28#5072 Use make_shared for more efficient ref counting and allocationRye
2025-11-28Merge branch 'main' into 2025.08Erik Kundiman
2025-11-28#4322 Upload>Model button is sometimes disabled on MacOSAndrey Kleshchev
2025-11-27Fix tabs in various source files introduced as part of legacy searchRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-11-27#1937 The "Don't show me in search" option is not visually updatedAndrey Kleshchev
2025-11-27#5046 Optimize outfit's onRefreshComplete #3Andrey Kleshchev
2025-11-27#5046 Fix accordion control's excessive rearranges #2Andrey Kleshchev
Since arrange is no longer part of LLInventoryItemsList::doIdle(), reduced time limit.
2025-11-27#5046 Remove redundant updates in outfit list #1Andrey Kleshchev
2025-11-26#5012 Switch 'chat' from untrusted, to click onlyAndrey Kleshchev
This command shouldn't be allowed from outside the app, but clicks should be valid
2025-11-25#1963 Restore pelvis rotation debug settingsAndrey Kleshchev
2025-11-24Introduce menu option and key bind(alt+shift+t) to show/hide reflection ↵Rye
probes in transparency debug view
2025-11-24Fixed LLWindowMacOSX::setCursorPosition scaling gl_pos when it shouldn'tHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-24#5035 Fix missed am/pm switchAndrey Kleshchev
2025-11-24MacOS build fixAndrey Kleshchev
2025-11-21#5026 Upload To Folder feature not workingAndrey Kleshchev
2025-11-21Use FLTK 1.4 on Debian instead of 1.3Erik Kundiman
which fixes the problem of freezing/crashing or disappearing of the viewer, at least on default GNOME-based Debian.
2025-11-21#4951 Update bugsplat symbol uploadAndrey Kleshchev
2025-11-20SL-9502 p#476 Fix visible hidden columnAndrey Kleshchev
2025-11-20#4651 Improve session shutdown detectionAndrey Kleshchev
2025-11-19#4991 Cant set cut off maskAndrey Kleshchev
2025-11-19#4735 Remove the word "Viewer" from application shortcutMaxim Nikolenko
2025-11-19Merge branch 'main' into 2025.08Erik Kundiman
2025-11-19FMOD has been upgradedErik Kundiman
2025-11-18p#505 GLTF model upload fails to pick texturesAndrey Kleshchev
2025-11-18#5000 clear duplicate shortcut used to activate SunriseMaxim Nikolenko
2025-11-18Bump actions/stale from 6 to 10dependabot[bot]
Bumps [actions/stale](https://github.com/actions/stale) from 6 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v6...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2025-11-18#4939 Bugsplat often confuses log files on mac, try to make it more reliableAndrey Kleshchev
2025-11-18#4939 Bugsplat updateAndrey Kleshchev
to version 1.2.6
2025-11-17#4948 Crash at webrtc's initializeConnectionAndrey Kleshchev
2025-11-17Fix the cache from being cleared every launch if NewCacheLocation is invalidHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-16Merge branch 'main' into 2025.08Erik Kundiman
2025-11-16Get streaming to work again on FreeBSDErik Kundiman
There's libpthread.so and no libpthread.so.0 on FBSD and it's the other way around on GNU/Linux.
2025-11-16Fix error when adding a widget filename to the mFileNames stackFrederick 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-15Merge tag 'Second_Life_Release#ad6008a5-2025.08' into 2025.08Erik Kundiman
2025-11-15#4980 Crashes when uploading a glTF modelAndrey Kleshchev
Functions used in Image::prep aren't thread safe, pass them to main thread and wait for a result
2025-11-14Disable the benchmark & occlusion on RDNA3.5 (#4999)Jonathan "Geenz" Goodman
2025-11-13Follow-up null checks on mVObjp to prevent crashesHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-13Fix crash in handleHover accessing null parentHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-13Merge tag 'Second_Life_Release#0ceefe6d-2025.08' into 2025.08Erik Kundiman
2025-11-12Fix crash in updateDistance updating LOD on null mVObjpHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2025-11-12#4671 Fix impractically long am/pm labelsAndrey Kleshchev
2025-11-12Disable 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-12Restore support for wavy avatar cloth(#4963)Rye
Signed-off-by: Rye <rye@alchemyviewer.org>