summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
AgeCommit message (Collapse)Author
25 hoursMerge tag 'Second_Life_Release#a4aa523-26.4' into 26.4Erik Kundiman
27 hoursMerge remote-tracking branch 'secondlife/release/26.4' into 26.4Erik Kundiman
3 days#6153 Fix missed 'multiple viewers' conditionAndrey Kleshchev
11 daysMerge pull request #3537 from secondlife/project/lua_editorJonathan "Geenz" Goodman
Alpha Viewer: Lua editor
11 days#6153 Make hardware test more robustAndrey Kleshchev
11 daysMerge branch 'develop' into project/lua_editorJonathan "Geenz" Goodman
2026-08-14Merge branch 'develop' into geenz/linux-to-developJonathan "Geenz" Goodman
2026-08-14p#692 Update system data with simdAndrey Kleshchev
2026-08-13#6119 Mutex deadlock on LLGridManager singletonAndrey Kleshchev
LLGridManager is performance critical and low level enough that it should just be turned into LLSimpleton. Without capture_dependency there won't be a 'deadlock'.
2026-08-13Merge branch 'geenz/linux-to-develop' into marchcat/lua-linux-developAndrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml # indra/llinventory/llinventory.cpp # indra/newview/CMakeLists.txt # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llviewermenu.cpp # indra/newview/llvoiceclient.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
2026-08-12Merge branch 'release/26.3' into geenz/linux-to-developJonathan "Geenz" Goodman
2026-08-11Merge remote-tracking branch 'origin/develop-linux' into geenz/linux-to-developJonathan "Geenz" Goodman
2026-08-07Merge tag 'Second_Life_Release#0686467f-26.3' into 26.3Erik Kundiman
2026-08-04p#682 Improve logging for system events and session (#6086)Andrey Kleshchev
2026-08-04#6082 Fix model preview shutdown orderingAndrey Lihatskiy
2026-07-29#3703 Fix disabled HiDPI value in About floaterLuan Nutels - VolkSec
2026-07-22Merge branch 'main' into 26.3Erik Kundiman
2026-07-21#6014 Inventory cache tweaksAndrey Kleshchev
2026-07-21#6014 Update splash screenAndrey Kleshchev
2026-07-21#6014 Offload inventory cache packing onto a threadAndrey Kleshchev
2026-07-21Revert "Adjust release notes URL (ending up like SLv's)"Erik Kundiman
This reverts commit d9d5958059730e6919906291ac071618a984374d.
2026-07-20#6014 Reduce shutdown delays on thread cleanupAndrey Kleshchev
2026-07-16Merge branch 'release/26.3' into marchcat/slua-26.3Andrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml # autobuild.xml # indra/llcommon/llsys.cpp # indra/llrender/llimagegl.cpp # indra/llrender/llimagegl.h # indra/newview/CMakeLists.txt # indra/newview/featuretable.txt # indra/newview/featuretable_linux.txt # indra/newview/featuretable_mac.txt # indra/newview/llvoavatar.cpp # indra/newview/llvoiceclient.cpp # indra/newview/llvoicevivox.cpp # indra/newview/viewer_manifest.py
2026-07-10#5972 LLUIImage based buffer cacheAndrey Kleshchev
2026-07-01fix: skip empty comment strings in apply_localized_commentsProfeta
Address review feedback on PR #5956: do not call setComment() when the localized string is empty, preserving the English fallback.
2026-06-25Add localized Debug SettingsProfeta
2026-06-22#5084 Include watchdog's state in crash reportAndrey Kleshchev
to help diagnose crashes
2026-06-16#5856 Improve stats reliability on non-standard shutdownAndrey Kleshchev
2026-06-13Merge tag 'Second_Life_Release#1f65fa87-26.3' into 26.3Erik Kundiman
2026-06-13Merge tag 'Second_Life_Release#663bf4d3-26.3' into 26.3Erik Kundiman
2026-06-04llappviewer: gate media version reporting on LL_CEF/LL_VLC, not _M_ARM64Hadet
The CEF/Dullahan and libVLC version-reporting blocks were guarded with '#if !_M_ARM64'. _M_ARM64 is an MSVC-only predefined macro: defined only by MSVC when targeting ARM64, never by GCC or Clang. The intent (per the '// !LL_LINUX' comment) was to skip these blocks where the media version headers are unavailable, but the macro only ever excludes MSVC-on-ARM64. On Clang/macOS _M_ARM64 is undefined even on Apple Silicon, so the blocks compiled and failed with: fatal error: 'cef/dullahan_version.h' file not found whenever those headers were not on the include path (a build with ENABLE_MEDIA_PLUGINS off, or any non-MSVC platform lacking the headers). Gate the includes and the two version-string blocks on the LL_CEF / LL_VLC compile definitions emitted by newview/CMakeLists.txt, which track the actual build configuration. The combined include/usage is split so a platform that provides one library but not the other is handled correctly.
2026-06-04#5856 An option to prevent hibernationAndrey Kleshchev
2026-05-30#5719 Detect hybernation #2Andrey Kleshchev
2026-05-27Drop fewer packets on UDP packet flood (#5565)Andrew Meadows
* ACK received-but-unprocessed packets when queued * Prioritize packets between high- and low-priority (high-priority are: reliable packets that need an ACK) * Increase max size of LLPacketRing buffer
2026-05-27#5368 add the timer for doFrameMnikolenko Productengine
2026-05-21Merge branch 'main' into marchcat/slua-26.2Andrey Lihatskiy
# Conflicts: # indra/llfilesystem/lldir.cpp # indra/llfilesystem/llfilesystem.cpp # indra/newview/llappviewer.cpp # indra/newview/lltexturecache.cpp # indra/newview/llvoiceclient.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
2026-05-20Update llappviewer.cppJonathan "Geenz" Goodman
2026-05-20Merge branch 'develop' into geenz/26.3-to-developJonathan "Geenz" Goodman
2026-05-20Merge branch 'main' into geenz/26.2-to-26.3Jonathan "Geenz" Goodman
2026-05-20Merge pull request #5842 from secondlife/release/2026.03Jonathan "Geenz" Goodman
Release/2026.03
2026-05-19#5756 Improve LLUICtrlFactory's performanceAndrey Kleshchev
2026-05-15#5810 Differentiate startup crashes from runtime crashesAndrey Kleshchev
2026-05-14#5810 Improve early exit's cleanupAndrey Kleshchev
2026-05-12Remove Vivox-related codeRoxie Linden
Remove the Vivox-related code altogether, including SLVoice.
2026-05-05#5756 Improve LLUICtrlFactory's performanceAndrey Kleshchev
2026-05-05#5084 Fix watchdog's cleanupAndrey Kleshchev
2026-05-01#5719 Partial detection of shutdown from task managerAndrey Kleshchev
We can't be absolutely certain about the source in this case, but at least try to distinguish termination caused by task manager from 'unknowns'.
2026-05-01#5084 Improve watchdog's behaviorAndrey Kleshchev
2026-04-27#1681 Respect custom logfile during startup Maycon bekkers
2026-04-22Merge tag 'Second_Life_Release#df5e1c16-26.2' into 2026.02Erik Kundiman