summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
7 daysUse FLTK 1.4 on Debian instead of 1.3HEADmainErik Kundiman
which fixes the problem of freezing/crashing or disappearing of the viewer, at least on default GNOME-based Debian.
9 daysFMOD has been upgradedErik Kundiman
12 daysGet streaming to work again on FreeBSDErik Kundiman
There's libpthread.so and no libpthread.so.0 on FBSD and it's the other way around on GNU/Linux.
2025-11-07Add/remove licences of added/removed librariesErik Kundiman
and add ones that got left out before too.
2025-11-07Update the upstream ColladaDOM revision used to 10Erik Kundiman
As the maintenance using an external patch is getting harder, I had to revert the patching to internal and the building to be in the configuration phase, made worse by CMake 4 on Arch, Gentoo and Tumbleweed that treats the absence of a minimum requirement as an error (the BSD sed condition is put there as an anticipation for when in the future (Mac)Ports' CMake gets updated to 4 too).
2025-11-07Use ibtool to compile the .xib to .nibErik Kundiman
2025-11-07Move media plugins to SLPlugin's Frameworks on macErik Kundiman
and remove unnecessary links, such as to graphics libraries. CEF framework is still in the viewer bundle's Frameworks, with the link in SLPlugin's, as moving it to SLPlugin's would cause it to not work even though the media plugin gets loaded.
2025-10-28FMOD has been upgradedErik Kundiman
2025-10-25MacPorts' OpenJPEG has been upgradedErik Kundiman
2025-10-25Remove a testerErik Kundiman
2025-10-23MacPorts' expat (compatibility) has been updatedErik Kundiman
2025-10-23FreeBSD Ports Boost just got upgraded to 1.89Erik Kundiman
2025-10-22Arch's Boost just got upgraded to 1.89Erik Kundiman
2025-10-22Fix CEF media plugin failing to load on ArchErik Kundiman
Somehow the absence of the variable declaration would break CEF media plugin on Arch (just like it happened on openSUSE Tumbleweed) when it's not even used any more anywhere else. It's a different variable from the one whose absence broke CEF on Tumbleweed. Apart from that, the package now explicitly pulls at-spi2-core, which contains libatk-1.0.so.0, libatk-bridge-2.0.so.0 and libatspi.so.0 which are linked by libmedia_plugin_cef.so. at-spi2-core may not necessarily get pulled by some other package on a minimal fresh Arch installation.
2025-10-22Merge tag 'Second_Life_Release#57a9e513-2025.07' into 2025.07Erik Kundiman
2025-10-13#4819 WebRTC crashes after a failed loginAndrey Kleshchev
2025-10-11Merge remote-tracking branch 'mobserveur/experimental2' into 2025.07Erik Kundiman
2025-10-11Fix WebRTC & Havok linking on macOS x86-64Erik Kundiman
It wouldn't automatically detect the prebuilt libraries directory, might be because of the older build environment I have for building the macOS x86-64 binary.
2025-10-10Fix for Use MultiGL on Mac not applying on startupmobserveur
This fixes an issue where the Apple MultiGL options isn't applied on startup
2025-10-10Merge branch 'main' into 2025.07Erik Kundiman
2025-10-10Missed when updating Boost version for macOSErik Kundiman
2025-10-10Merge branch 'main' into 2025.07Erik Kundiman
2025-10-10Tumbleweed & vcpkg Boost has been upgraded to 1.89Erik Kundiman
and boost-system is now header only.
2025-10-10Use MacPorts' Boost 1.88 instead of its Boost 1.87Erik Kundiman
Now that MacPorts' newest Boost version is 1.88.
2025-10-10Fix CEF media plugin failing to load on openSUSEErik Kundiman
Somehow the absence of the variable declaration would break CEF media plugin on openSUSE Tumbleweed (and not on other supported distros), when it's not even used any more anywhere else.
2025-10-09Merge tag 'Second_Life_Release#95337dfc-2025.07' into 2025.07Erik Kundiman
2025-10-08Move the irradiance gen unbind to be within the correct scope. (#4798)Jonathan "Geenz" Goodman
2025-10-07A fix for the linking errors to CM's WebRTC 137Erik Kundiman
Somehow there would be undefined references to webrtc::RtpStreamConfig::Rtx::Rtx() and webrtc::LossBasedBweV2::Config::Config() Rtx definition is not found in "call/rtp_config.h", there's only the declarations there. And Config definition either in "modules/congestion_controller/goog_cc/loss_based_bwe_v2.h" So, for now, we define those somewhere in llwebrtc code, may not be ideal at all since they're empty, for now, but at least it builds now and WebRTC seems to be working (I tested in a WebRTC Voice region, but this needs to be really tested with microphones and at least 2 people).
2025-10-05sun reflection on the sea in hdr display mode + fix for white screenmobserveur
This commit adds support for sun reflection on the sea in hdr display mode. It also fixes an issue where the display is all white with low color precision and non hdr & emissive mode.
2025-10-05lipo thin SLv macOS universal librariesErik Kundiman
The fatal errors when lipo thinning something that's already thin, can be safely ignored.
2025-10-04Merge branch 'main' into 2025.07Erik Kundiman
2025-10-03Merge remote-tracking branch 'origin/release/2025.07' into ↵Brad Linden
brad/llphysicsextensions-fallback
2025-10-03Update tumbleweed instructions & requiresSecret Foxtail
Update libboost packages to ver 89
2025-10-03Omit WebRTC (termination) on FreeBSD and Win ARM64Erik Kundiman
2025-10-03Omit some WebRTC function override on Crow MisiaErik Kundiman
which are SetObserver, GetPlayoutDevice and GetRecordingDevice.
2025-10-03Merge tag 'Second_Life_Release#420bc85f-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Release#79909b8a-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Test#3ff16388-2025.07' into 2025.07Erik Kundiman
2025-10-03Merge tag 'Second_Life_Release#c743ea2b-2025.07' into 2025.07Erik Kundiman
2025-10-03Re-deactivate GLM_FORCE_NEON on Windows ARM64Erik Kundiman
See commit f5de250c3e74ecc8eb658d0b070c0884616f041d
2025-10-03Make sure sSetjmpBuffer is still declaredErik Kundiman
on Linux aarch64 and Windows arm64.
2025-10-03Loosen Boost find_packageErik Kundiman
It couldn't find Boost now, somehow, at least on Debian Asahi.
2025-10-03Disable Dullahan 1.21 new features on Linux for nowErik Kundiman
I've tried getting Dullahan 1.21 compiled with Spotify's CEF 139, it did build, but the internal browser didn't work, so what would be the point. I could have missed something, but we're sticking with Dullahan 1.14 on Linux for now.
2025-10-03Link media plugin CEF to glib-2.0 on LinuxErik Kundiman
Somehow now, at least on Debian & Ubuntu, when building the volume catcher, using PulseAudio, it refers to g_main_context_default too.
2025-10-03Fix cURL failing to link to OpenSSL on Linux/BSDErik Kundiman
when linking the final executable. Basically bringing back previous code, but exempting Darwin cause somehow the extra target link broke CEF.
2025-10-03LL's cURL fork has been updated to 7.54.1-r3Erik Kundiman
2025-10-02Restore creation of secondlife-bin.MAP file on Darwin x86_64 for production ↵Brad Linden
of llphysicsextensions_tpv
2025-10-02new llphysicsextensions_source package that sets OSX_ARCHITECTURES properlyBrad Linden
and should hopefully package llphysicsextensions_tpv successfully
2025-10-02#4757 Model uploader warning when physics library is missingAndrey Kleshchev
2025-10-02Attempt to fix build errorBrad Linden