summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 hoursFix previous commit for Debian & UbuntuHEADmainErik Kundiman
20 hoursFix media plugins installed to the wrong place on macOSErik Kundiman
2 daysArch package links to system CEF instead of bundling itErik Kundiman
Arch's system CEF version is 147 so we choose Dullahan version 1.30.
2 daysFedora package links to system CEF instead of bundling itErik Kundiman
Fedora's system CEF version is 146.0.11 so we choose the Dullahan version that uses the next closest CEF version (146.0.12 and not 146.0.10), which is Dullahan 1.29 and not 1.28. System libcef_dll is somehow distributed only in source form (on Arch too), so in order to be able to link to it, we have to compile it first, but its CMakeLists.txt is a sub one, incomplete, so we use the solution of adding an empty macro: https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=17732 System CEF's library encapsulating folder that contains libcef.so, hence needs to be add to runtime path.
2 daysRevert "Disable Dullahan 1.21 new features on Linux for now"Erik Kundiman
This reverts commit 8f11eb47a617d3a1344a39ed37dd1de3b422fb0b.
2 daysUpdate CEF to 139 & Dullahan to 1.25/1.24 on LinuxErik Kundiman
For convenience, on x86-64 we choose the next closest version that has prebuilt binary so we don't have to build (we could, I've tried and it worked too). While on aarch64, we have to compile like before and we choose the same Dullahan version too as on Windows and macOS, for this parity branch with SLv's.
2 daysInstall dynamic libs, etc in folder on Linux & BSDErik Kundiman
This includes files of WebRTC, Discord, VLC & CEF and their media plugins & resources. This is so they won't clash just in case some other packages install files with the same names in system library directories. Furthermore, this seems to prevent Dullahan/CEF from breaking in general. The path to this encapsulating folder needs to be added as a runtime path to especially dullahan_host & libmedia_plugin_cef.so so they can find libcef.so etc, also for the viewer to find libllwebrtc.so & libdiscord_partner_sdk.so. And that's why `patchelf` needs to be made sure it's installed.
4 daysadd tinting for minimap dots to match nameplate colorsHadet
4 daysAdd Firestorm-based features: quick prefs, mouselook zoom, group nameplate ↵Hadet
tinting - Quick Preferences floater with hover height and bandwidth sliders - Mouselook right-click zoom with scroll wheel adjustment - Group-based nameplate color tinting via group profile
9 daysUse updated LL's 3p cURL and ColladaDOMErik Kundiman
9 daysFix "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.
9 daysMerge remote-tracking branch 'secondlife/main'Erik Kundiman
9 daysMerge remote-tracking branch 'secondlife/release/2026.02' into 2026.02Erik Kundiman
9 daysMerge pull request #5369 from secondlife/release/2026.02Jonathan "Geenz" Goodman
Release/2026.02
9 daysMerge branch 'main' into 2026.02Erik Kundiman
9 daysDebian should've been using prepared system nanosvgErik Kundiman
9 daysUpdate Ubuntu & openSUSE Tumbleweed instructionsErik Kundiman
for the previous 2 commits.
9 daysUbuntu & openSUSE Tumbleweed can use system GLM nowErik Kundiman
9 daysUse FLTK 1.4 on Ubuntu instead of 1.3 now on 26.04Erik Kundiman
See commit 21ef63545ca07ef625edb742b2b3d1473bf33f13
10 daysMerge branch 'main' into 2026.02Erik Kundiman
10 daysUpdate 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.
10 daysUbuntu 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.
10 daysBuilding with Linux volume catcher for PipeWire againErik Kundiman
and use PipeWire instead of PulseAudio for controlling web media volume by default.
10 daysRevert "Arch shouldn't pull freealut (& openal) for now"Erik Kundiman
This reverts commit 934b2de85e33fd2d4a7bf9abe12dcdeb743ff418.
10 daysRevert "Exempt Tumbleweed from PipeWire"Erik Kundiman
This reverts commit 2170cca3a9f205bc6dda9d1b084ff5c8821186c9.
10 daysRevert "Exempt Ubuntu from Pipewire too"Erik Kundiman
This reverts commit b8cc57486f3c15fd40d3524204c7fc0db3b7b8d4.
10 daysRevert "Remove the word Pipewire from config message for now"Erik Kundiman
This reverts commit 6c1ff2e4b9da8069b9da573f99b52df707e97e75.
11 daysRevert "Pull pulseaudio on Debian arm64 for WebRTC"Erik Kundiman
This reverts commit bf0ab355d501017669f0efeb1ca269a1dccc21bc.
12 daysMerge branch 'main' into 2026.02Erik Kundiman
12 daysPull 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.
12 daysRevert "Exclude Debian arm64 from WebRTC"Erik Kundiman
This reverts commit 8d34bb549736c341e84123760901bc981c46b184.
12 daysRevert "USE_WEBRTC compile def for easily ruling out"Erik Kundiman
This reverts commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0.
12 daysRevert "Exclude Gentoo from WebRTC too"Erik Kundiman
This reverts commit 00a44adfbeac89ed646b517446cbade82da531f8.
12 daysRevert "Fix commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0"Erik Kundiman
This reverts commit 038ac8ea747b680b73bbce6a5a426abcd8132e22.
12 daysMerge branch 'main' into 2026.02Erik Kundiman
12 daysFix commit e2bbc96a057eaacf8bfbc6614c156634a7697ee0Erik Kundiman
The previous would make none compile WebRTC code in llvoiceclient.cpp.
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
2026-05-14USE_WEBRTC compile def for easily ruling outErik Kundiman
platforms that can't have WebRTC support yet or have some problem with WebRTC (crashed by it).
2026-05-14Update RPM package dependencies for Fedora 44Erik Kundiman
From SDL2 to sdl2-compat and from openjpeg2 to openjpeg.
2026-05-11Ubuntu package pulls Boost 1.90 now on 26.04Erik Kundiman
2026-05-11Merge branch 'main' into 2026.02Erik Kundiman
2026-05-10Update tumbleweed build instructionsSecret Foxtail
use libboost 91, fmod no longer required for functional CEF
2026-05-10update tumbleweed package requiresSecret Foxtail
use libboost 91
2026-05-10Merge branch 'main' into 2026.02Erik Kundiman
2026-05-10Add minizip to its pkgconf include dir var on GentooErik Kundiman
See commit 950815943ac6f31e9135be1b22b397dfa47a9761
2026-05-10Merge branch 'main' into 2026.02Erik Kundiman
2026-05-10Remove snapshot_blob.bin installation on WindowsErik Kundiman
It no longer exists in Dullahan 1.24, my old development system must have had leftovers from Dullahan 1.14.
2026-05-10Remove the word Pipewire from config message for nowErik Kundiman