summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-10#2639 Reapplied GPU benchmark fixAndrey Kleshchev
First test returns quarter to a half the throughput, do two tests. May be caused by driver, may be some 'energy saving', but not important enough to spend time investingating. It was working the same way prior to ExtraFPS, but viewer was running an extra CPU test that 'preheated' the system. Also increasing minimum throughput as numerous new features, like mirrors and pbr were added and requirements are now higher.
2025-12-10#5129 Hide moderator options for participants who are not connected to the ↵Maxim Nikolenko
same voice space
2025-12-10Add missing static declaration for LLCachedControlAnsariel
2025-12-10#5125 Negative pixel area in object's infoAndrey Kleshchev
2025-12-09#5123 A bunch of small performance optimizationsAndrey Kleshchev
mostly for turning control settings into cached variants
2025-12-08#4604 Tweak LLImageBase's 'out of memory' handlingAndrey Kleshchev
2025-12-08Merge branch 'release/2026.01' into maxim/voice-moderationMnikolenko Productengine
# Conflicts: # indra/newview/llviewerstats.h
2025-12-08#3612 "Copy SLURL" from Favorites bar not working #2Andrey Kleshchev
2025-12-05#4931 Fix missed name cache connection #2Andrey Kleshchev
2025-12-05#5109 LLExperienceCache crashes on a coroutineAndrey Kleshchev
2025-12-05Merge pull request #5113 from secondlife/andreyk/privileged_landRider Linden
#4628 New land access permission
2025-12-05#4628 New land access permissionAndrey Kleshchev
2025-12-05#3612 "Copy SLURL" from Favorites bar not workingAndrey Kleshchev
If region isn't online, can't get region position and form slurl
2025-12-04Merge branch 'release/2026.01' into maxim/2025.07-Flat-UIMnikolenko Productengine
2025-12-04Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01Erik Kundiman
2025-12-04Revert "Legacy search floater"Erik Kundiman
This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada.
2025-12-04Revert "FS search cleanup -> Categories dropdown button"Erik Kundiman
This reverts commit c9fdaad8df2741b3a94151b66c574a63a0845529.
2025-12-04Revert "CMakeLists adding fsfloatersearch.h"Erik Kundiman
This reverts commit 18a02a0c8f7a73cd44e8fe4f3c3b23a9195f2730.
2025-12-04Revert "Attempt to fix the teleport issue from legacy search"Erik Kundiman
This reverts commit a68c5bae3173bfeda314f1d8278b80622496c11e.
2025-12-04Merge remote-tracking branch 'secondlife/main'Erik Kundiman
2025-12-04Merge branch '2025.08'Erik Kundiman
2025-12-04Update instructions' minimum macOS version to 12Erik Kundiman
2025-12-03update CLA exceptions allowlistBrad Linden
2025-12-03Merge pull request #5100 from secondlife/developJonathan "Geenz" Goodman
Develop build fixes to 2026.01
2025-12-03Build fixAndrey Lihatskiy
2025-12-03Merge pull request #5096 from secondlife/developJonathan "Geenz" Goodman
Switch version to 2026.01.0 after promotion of 2025.08
2025-12-03Switch version to 2026.01.0 after promotion of 2025.08Andrey Kleshchev
2025-12-03Merge pull request #5094 from secondlife/mainJonathan "Geenz" Goodman
2025.08 -> Develop
2025-12-03Merge pull request #4853 from secondlife/release/2025.08Jonathan "Geenz" Goodman
Release/2025.08
2025-12-02Handle new privileged land permission. Allow caution dialog to contain ↵Rider Linden
multiple messages.
2025-12-02#5084 Better labeling of uncaught events, freezes, crashesAndrey Kleshchev
At least while watchdog is enabled it's more fair to label these as unknowns
2025-12-02#5086 Fix 'Copy SLURL' generating obsolete http linkAndrey Kleshchev
use https
2025-12-02#5088 Hide 'Moderation options' menu when disconnected from spatial voiceMnikolenko Productengine
2025-12-02#5084 Ressurect WatchdogAndrey Kleshchev
2025-12-02Merge branch 'develop' into maxim/voice-moderationMnikolenko Productengine
2025-12-01Fix alpha debug overlay rendering in probes and breaking scene lighting (#5058)Rye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-12-01#5078 MacOS Build fixAndrey Kleshchev
2025-12-01Merge branch 'develop' into maxim/voice-moderationMnikolenko Productengine
2025-12-01#5083 Fallback to OS open handler in external editor when no editor is ↵Rye
explicitly set (#5077) * Fallback to OS open handler in external editor when no editor is explicitly set Signed-off-by: Rye <rye@alchemyviewer.org> * Apply suggestion to use SystemRoot for windows OS root path in open handler Co-authored-by: Ansariel Hiller <Ansariel@users.noreply.github.com> --------- Signed-off-by: Rye <rye@alchemyviewer.org> Co-authored-by: Ansariel Hiller <Ansariel@users.noreply.github.com>
2025-12-01#5078 Remove dead experimental atmospherics codeRye
Remove dead experimental atmospherics code left over from EEP development
2025-12-01Fix build failure introduced in boost::function cleanup from missing bind headerRye
2025-12-01#5078 Replace boost::assign usage with modern c++ brace initializationRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-12-01#5078 Replace boost::function with std::functionRye
* Replace boost::function usage with std::function for easier debugging and reduced compiler warnings * Remove a few remaining instances of boost::noncopyable that were missed in tests Signed-off-by: Rye <rye@alchemyviewer.org>
2025-11-30Replace boost noncopyable and undefined function usage with modern c++ ↵Rye
deleted operator and constructor
2025-11-30Fix occasional build failure observed when llphysicsextensionsos fails to ↵Rye
build before secondlife-bin on macos with havok Signed-off-by: Rye <rye@alchemyviewer.org>
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