| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 25 hours | Merge tag 'Second_Life_Release#a4aa523-26.4' into 26.4 | Erik Kundiman | |
| 27 hours | Merge remote-tracking branch 'secondlife/release/26.4' into 26.4 | Erik Kundiman | |
| 3 days | #6153 Fix missed 'multiple viewers' condition | Andrey Kleshchev | |
| 11 days | Merge pull request #3537 from secondlife/project/lua_editor | Jonathan "Geenz" Goodman | |
| Alpha Viewer: Lua editor | |||
| 11 days | #6153 Make hardware test more robust | Andrey Kleshchev | |
| 11 days | Merge branch 'develop' into project/lua_editor | Jonathan "Geenz" Goodman | |
| 2026-08-14 | Merge branch 'develop' into geenz/linux-to-develop | Jonathan "Geenz" Goodman | |
| 2026-08-14 | p#692 Update system data with simd | Andrey Kleshchev | |
| 2026-08-13 | #6119 Mutex deadlock on LLGridManager singleton | Andrey 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-13 | Merge branch 'geenz/linux-to-develop' into marchcat/lua-linux-develop | Andrey 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-12 | Merge branch 'release/26.3' into geenz/linux-to-develop | Jonathan "Geenz" Goodman | |
| 2026-08-11 | Merge remote-tracking branch 'origin/develop-linux' into geenz/linux-to-develop | Jonathan "Geenz" Goodman | |
| 2026-08-07 | Merge tag 'Second_Life_Release#0686467f-26.3' into 26.3 | Erik Kundiman | |
| 2026-08-04 | p#682 Improve logging for system events and session (#6086) | Andrey Kleshchev | |
| 2026-08-04 | #6082 Fix model preview shutdown ordering | Andrey Lihatskiy | |
| 2026-07-29 | #3703 Fix disabled HiDPI value in About floater | Luan Nutels - VolkSec | |
| 2026-07-22 | Merge branch 'main' into 26.3 | Erik Kundiman | |
| 2026-07-21 | #6014 Inventory cache tweaks | Andrey Kleshchev | |
| 2026-07-21 | #6014 Update splash screen | Andrey Kleshchev | |
| 2026-07-21 | #6014 Offload inventory cache packing onto a thread | Andrey Kleshchev | |
| 2026-07-21 | Revert "Adjust release notes URL (ending up like SLv's)" | Erik Kundiman | |
| This reverts commit d9d5958059730e6919906291ac071618a984374d. | |||
| 2026-07-20 | #6014 Reduce shutdown delays on thread cleanup | Andrey Kleshchev | |
| 2026-07-16 | Merge branch 'release/26.3' into marchcat/slua-26.3 | Andrey 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 cache | Andrey Kleshchev | |
| 2026-07-01 | fix: skip empty comment strings in apply_localized_comments | Profeta | |
| Address review feedback on PR #5956: do not call setComment() when the localized string is empty, preserving the English fallback. | |||
| 2026-06-25 | Add localized Debug Settings | Profeta | |
| 2026-06-22 | #5084 Include watchdog's state in crash report | Andrey Kleshchev | |
| to help diagnose crashes | |||
| 2026-06-16 | #5856 Improve stats reliability on non-standard shutdown | Andrey Kleshchev | |
| 2026-06-13 | Merge tag 'Second_Life_Release#1f65fa87-26.3' into 26.3 | Erik Kundiman | |
| 2026-06-13 | Merge tag 'Second_Life_Release#663bf4d3-26.3' into 26.3 | Erik Kundiman | |
| 2026-06-04 | llappviewer: gate media version reporting on LL_CEF/LL_VLC, not _M_ARM64 | Hadet | |
| 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 hibernation | Andrey Kleshchev | |
| 2026-05-30 | #5719 Detect hybernation #2 | Andrey Kleshchev | |
| 2026-05-27 | Drop 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 doFrame | Mnikolenko Productengine | |
| 2026-05-21 | Merge branch 'main' into marchcat/slua-26.2 | Andrey 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-20 | Update llappviewer.cpp | Jonathan "Geenz" Goodman | |
| 2026-05-20 | Merge branch 'develop' into geenz/26.3-to-develop | Jonathan "Geenz" Goodman | |
| 2026-05-20 | Merge branch 'main' into geenz/26.2-to-26.3 | Jonathan "Geenz" Goodman | |
| 2026-05-20 | Merge pull request #5842 from secondlife/release/2026.03 | Jonathan "Geenz" Goodman | |
| Release/2026.03 | |||
| 2026-05-19 | #5756 Improve LLUICtrlFactory's performance | Andrey Kleshchev | |
| 2026-05-15 | #5810 Differentiate startup crashes from runtime crashes | Andrey Kleshchev | |
| 2026-05-14 | #5810 Improve early exit's cleanup | Andrey Kleshchev | |
| 2026-05-12 | Remove Vivox-related code | Roxie Linden | |
| Remove the Vivox-related code altogether, including SLVoice. | |||
| 2026-05-05 | #5756 Improve LLUICtrlFactory's performance | Andrey Kleshchev | |
| 2026-05-05 | #5084 Fix watchdog's cleanup | Andrey Kleshchev | |
| 2026-05-01 | #5719 Partial detection of shutdown from task manager | Andrey 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 behavior | Andrey Kleshchev | |
| 2026-04-27 | #1681 Respect custom logfile during startup | Maycon bekkers | |
| 2026-04-22 | Merge tag 'Second_Life_Release#df5e1c16-26.2' into 2026.02 | Erik Kundiman | |
