summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-20Make sure we're using override properly.Jonathan "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-20Update llimagej2ckdu_test.cppJonathan "Geenz" Goodman
2026-05-20Update llimagej2ckdu_test.cppJonathan "Geenz" Goodman
2026-05-20Move the KDU data size estimate into j2ckdu, make the base pure virtual.Jonathan "Geenz" Goodman
2026-05-20Make tests happy.Jonathan "Geenz" Goodman
2026-05-19Bring back the pre-aug 2024 byte estimation for j2c streams, and add a ↵Jonathan "Geenz" Goodman
configurable high water mark for VRAM.
2026-05-20Use updated LL's 3p cURL and ColladaDOMErik Kundiman
2026-05-20Fix "Double click on land"'s "No action" on LinuxErik 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 widgetAndrey Lihatskiy
2026-05-20#5809 Add 'mute' based filter for conversation historyAndrey 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-20Merge remote-tracking branch 'secondlife/main'Erik Kundiman
2026-05-20Merge remote-tracking branch 'secondlife/release/2026.02' into 2026.02Erik Kundiman
2026-05-19Merge pull request #5369 from secondlife/release/2026.02Jonathan "Geenz" Goodman
Release/2026.02
2026-05-19Rework 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 performanceAndrey Kleshchev
2026-05-19More high pressure and quality changes.Jonathan "Geenz" Goodman
New "high res" bubble near the camera, minimum discard settings, and discard scaling.
2026-05-19Merge branch 'main' into 2026.02Erik Kundiman
2026-05-19Debian should've been using prepared system nanosvgErik Kundiman
2026-05-19Update Ubuntu & openSUSE Tumbleweed instructionsErik Kundiman
for the previous 2 commits.
2026-05-19Ubuntu & openSUSE Tumbleweed can use system GLM nowErik Kundiman
2026-05-19Use FLTK 1.4 on Ubuntu instead of 1.3 now on 26.04Erik Kundiman
See commit 21ef63545ca07ef625edb742b2b3d1473bf33f13
2026-05-19Cache repeated singleton/accessor calls in LLPanel::initPanelXMLAndrey Lihatskiy
2026-05-18Break out texture channel priorities.Jonathan "Geenz" Goodman
2026-05-18Add a texture "bubble" near the camera to ensure high res textures closer to ↵Jonathan "Geenz" Goodman
the camera.
2026-05-18Merge branch 'main' into 2026.02Erik Kundiman
2026-05-18Update Linux package dependenciesErik 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-18Ubuntu can use system OpenJPEG library now on 26.04Erik 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-18Building with Linux volume catcher for PipeWire againErik Kundiman
and use PipeWire instead of PulseAudio for controlling web media volume by default.
2026-05-18Revert "Arch shouldn't pull freealut (& openal) for now"Erik Kundiman
This reverts commit 934b2de85e33fd2d4a7bf9abe12dcdeb743ff418.
2026-05-18Revert "Exempt Tumbleweed from PipeWire"Erik Kundiman
This reverts commit 2170cca3a9f205bc6dda9d1b084ff5c8821186c9.
2026-05-18Revert "Exempt Ubuntu from Pipewire too"Erik Kundiman
This reverts commit b8cc57486f3c15fd40d3524204c7fc0db3b7b8d4.
2026-05-18Revert "Remove the word Pipewire from config message for now"Erik Kundiman
This reverts commit 6c1ff2e4b9da8069b9da573f99b52df707e97e75.
2026-05-18Revert "Pull pulseaudio on Debian arm64 for WebRTC"Erik Kundiman
This reverts commit bf0ab355d501017669f0efeb1ca269a1dccc21bc.
2026-05-17Merge branch 'main' into 2026.02Erik Kundiman
2026-05-17Pull pulseaudio on Debian arm64 for WebRTCErik 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-17Revert "Exclude Debian arm64 from WebRTC"Erik Kundiman
This reverts commit 8d34bb549736c341e84123760901bc981c46b184.
2026-05-17Revert "USE_WEBRTC compile def for easily ruling out"Erik Kundiman
This reverts commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0.
2026-05-17Revert "Exclude Gentoo from WebRTC too"Erik Kundiman
This reverts commit 00a44adfbeac89ed646b517446cbade82da531f8.
2026-05-17Revert "Fix commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0"Erik Kundiman
This reverts commit 038ac8ea747b680b73bbce6a5a426abcd8132e22.
2026-05-16Merge branch 'main' into 2026.02Erik Kundiman
2026-05-16Fix commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0Erik Kundiman
The previous would make none compile WebRTC code in llvoiceclient.cpp.
2026-05-15Merge pull request #5816 from secondlife/cosmic/janus_set_version_26.3cosmic-linden
Fix display of ad-hoc session type in About and display p2p instead as appropriate
2026-05-14Add a background discard offset.Jonathan "Geenz" Goodman
2026-05-14Fix display of ad-hoc session type in About and display p2p instead as ↵Cosmic Linden
appropriate
2026-05-14Merge pull request #5800 from secondlife/roxie/remove-vivoxRoxanne Skelly
Remove Vivox-related code
2026-05-14Merge branch 'main' into 2026.02Erik Kundiman
2026-05-14LibVLC 4 readyErik 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-14Exclude Gentoo from WebRTC tooErik 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