| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-20 | Make sure we're using override properly. | 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-20 | Update llimagej2ckdu_test.cpp | Jonathan "Geenz" Goodman | |
| 2026-05-20 | Update llimagej2ckdu_test.cpp | Jonathan "Geenz" Goodman | |
| 2026-05-20 | Move the KDU data size estimate into j2ckdu, make the base pure virtual. | Jonathan "Geenz" Goodman | |
| 2026-05-20 | Make tests happy. | Jonathan "Geenz" Goodman | |
| 2026-05-19 | Bring back the pre-aug 2024 byte estimation for j2c streams, and add a ↵ | Jonathan "Geenz" Goodman | |
| configurable high water mark for VRAM. | |||
| 2026-05-20 | Use updated LL's 3p cURL and ColladaDOM | Erik Kundiman | |
| 2026-05-20 | Fix "Double click on land"'s "No action" on Linux | Erik Kundiman | |
| I believe it was meant to grey out "Automatic" on "Mouse Warp". Also, FreeBSD is added to this condition. | |||
| 2026-05-20 | #5804 Prevent focus steal when removing unselected conversation widget | Andrey Lihatskiy | |
| 2026-05-20 | #5809 Add 'mute' based filter for conversation history | Andrey Kleshchev | |
| - Don't add blocked conversations - Menus and global setting to control this mechanics - Refresh on changes Decided just not to add blocked conversation to the list, an alternate way is to alter visibility logic or filter logic | |||
| 2026-05-20 | Merge remote-tracking branch 'secondlife/main' | Erik Kundiman | |
| 2026-05-20 | Merge remote-tracking branch 'secondlife/release/2026.02' into 2026.02 | Erik Kundiman | |
| 2026-05-19 | Merge pull request #5369 from secondlife/release/2026.02 | Jonathan "Geenz" Goodman | |
| Release/2026.02 | |||
| 2026-05-19 | Rework VRAM controller and bubble interaction — gate iteration on ↵ | Jonathan "Geenz" Goodman | |
| pressure, halve last-ditch floor inside bubble. | |||
| 2026-05-19 | #5756 Improve LLUICtrlFactory's performance | Andrey Kleshchev | |
| 2026-05-19 | More high pressure and quality changes. | Jonathan "Geenz" Goodman | |
| New "high res" bubble near the camera, minimum discard settings, and discard scaling. | |||
| 2026-05-19 | Merge branch 'main' into 2026.02 | Erik Kundiman | |
| 2026-05-19 | Debian should've been using prepared system nanosvg | Erik Kundiman | |
| 2026-05-19 | Update Ubuntu & openSUSE Tumbleweed instructions | Erik Kundiman | |
| for the previous 2 commits. | |||
| 2026-05-19 | Ubuntu & openSUSE Tumbleweed can use system GLM now | Erik Kundiman | |
| 2026-05-19 | Use FLTK 1.4 on Ubuntu instead of 1.3 now on 26.04 | Erik Kundiman | |
| See commit 21ef63545ca07ef625edb742b2b3d1473bf33f13 | |||
| 2026-05-19 | Cache repeated singleton/accessor calls in LLPanel::initPanelXML | Andrey Lihatskiy | |
| 2026-05-18 | Break out texture channel priorities. | Jonathan "Geenz" Goodman | |
| 2026-05-18 | Add a texture "bubble" near the camera to ensure high res textures closer to ↵ | Jonathan "Geenz" Goodman | |
| the camera. | |||
| 2026-05-18 | Merge branch 'main' into 2026.02 | Erik Kundiman | |
| 2026-05-18 | Update Linux package dependencies | Erik Kundiman | |
| Apart from FreeALUT for all distros now, not needing FMOD any more, Ubuntu gets an extra dependency, which is (system) OpenJPEG, like the rest. | |||
| 2026-05-18 | Ubuntu can use system OpenJPEG library now on 26.04 | Erik Kundiman | |
| Also, its private headers haven't been used, for other platforms either, so no need to use the encapsulating folder any more. The last line in .cmake is kept though, otherwise somehow on Gentoo llrender wouldn't have packages/include as its target include directories for finding glh's header directories. None of the Linux distros bundle OpenJPEG any more now. | |||
| 2026-05-18 | Building with Linux volume catcher for PipeWire again | Erik Kundiman | |
| and use PipeWire instead of PulseAudio for controlling web media volume by default. | |||
| 2026-05-18 | Revert "Arch shouldn't pull freealut (& openal) for now" | Erik Kundiman | |
| This reverts commit 934b2de85e33fd2d4a7bf9abe12dcdeb743ff418. | |||
| 2026-05-18 | Revert "Exempt Tumbleweed from PipeWire" | Erik Kundiman | |
| This reverts commit 2170cca3a9f205bc6dda9d1b084ff5c8821186c9. | |||
| 2026-05-18 | Revert "Exempt Ubuntu from Pipewire too" | Erik Kundiman | |
| This reverts commit b8cc57486f3c15fd40d3524204c7fc0db3b7b8d4. | |||
| 2026-05-18 | Revert "Remove the word Pipewire from config message for now" | Erik Kundiman | |
| This reverts commit 6c1ff2e4b9da8069b9da573f99b52df707e97e75. | |||
| 2026-05-18 | Revert "Pull pulseaudio on Debian arm64 for WebRTC" | Erik Kundiman | |
| This reverts commit bf0ab355d501017669f0efeb1ca269a1dccc21bc. | |||
| 2026-05-17 | Merge branch 'main' into 2026.02 | Erik Kundiman | |
| 2026-05-17 | Pull pulseaudio on Debian arm64 for WebRTC | Erik Kundiman | |
| On default Debian/Ubuntu GNOME-based distributions, there's already pipewire-pulse, which would prevent WebRTC from crashing too. But in the viewer current state, using that, would break CEF. And the difference in our Debian arm64 build is, that it uses OpenAL and not FMOD. So pulseaudio is used for now (it would force remove pipewire's daemon if pipewire's is already installed, like on GNOME-based distros), until we can have pipewire-pulse, OpenAL, CEF and WebRTC, all getting along. | |||
| 2026-05-17 | Revert "Exclude Debian arm64 from WebRTC" | Erik Kundiman | |
| This reverts commit 8d34bb549736c341e84123760901bc981c46b184. | |||
| 2026-05-17 | Revert "USE_WEBRTC compile def for easily ruling out" | Erik Kundiman | |
| This reverts commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0. | |||
| 2026-05-17 | Revert "Exclude Gentoo from WebRTC too" | Erik Kundiman | |
| This reverts commit 00a44adfbeac89ed646b517446cbade82da531f8. | |||
| 2026-05-17 | Revert "Fix commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0" | Erik Kundiman | |
| This reverts commit 038ac8ea747b680b73bbce6a5a426abcd8132e22. | |||
| 2026-05-16 | Merge branch 'main' into 2026.02 | Erik Kundiman | |
| 2026-05-16 | Fix commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0 | Erik Kundiman | |
| The previous would make none compile WebRTC code in llvoiceclient.cpp. | |||
| 2026-05-15 | Merge pull request #5816 from secondlife/cosmic/janus_set_version_26.3 | cosmic-linden | |
| Fix display of ad-hoc session type in About and display p2p instead as appropriate | |||
| 2026-05-14 | Add a background discard offset. | Jonathan "Geenz" Goodman | |
| 2026-05-14 | Fix display of ad-hoc session type in About and display p2p instead as ↵ | Cosmic Linden | |
| appropriate | |||
| 2026-05-14 | Merge pull request #5800 from secondlife/roxie/remove-vivox | Roxanne Skelly | |
| Remove Vivox-related code | |||
| 2026-05-14 | Merge branch 'main' into 2026.02 | Erik Kundiman | |
| 2026-05-14 | LibVLC 4 ready | Erik Kundiman | |
| I didn't see a quick way to replace libvlc_MediaPlayerTitleChanged, though, so I guess there's no title notification yet for the platform that uses VLC 4 (Gentoo will, so far). Will do this later. | |||
| 2026-05-14 | Exclude Gentoo from WebRTC too | Erik Kundiman | |
| Similar crash as on Debian arm64. I thought it was because I hadn't had sound working yet on my installation, but after I got sound working, it still crashed with WebRTC on. See commit 8d34bb549736c341e84123760901bc981c46b184 | |||
