summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-07OpenSUSE Tumbleweed package requirementssecretfoxtail
Add openSUSE Tumbleweed package requirements
2024-09-07Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-07Prevent stream notifs with empty "Now playing"Erik Kundiman
2024-09-07Fix 360 snapshotsErik Kundiman
https://megapahit.com/show_bug.cgi?id=98 by just enabling JS dependencies (we have our own implementation of downloading "prebuilt" libraries now).
2024-09-07No nonnull error on Ubuntu 24 GCC 13Erik Kundiman
and reindentations.
2024-09-07Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-07Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-09-07Make colladadom 2.3 build on Ubuntu 24.04.1 GCC 13Erik Kundiman
2024-09-07Merge remote-tracking branch 'secretfoxtail/main'Erik Kundiman
2024-09-07BSD/Linux can use the same dae loader constructionErik Kundiman
Also add explicit minizip, pcre, and xml2 development packages in Debian/Ubuntu instructions.
2024-09-06#2467 Fix for sim surrounds not fully loading (#2524)Dave Parks
Also fixes some sculpts getting wrong LoD
2024-09-05#2482 Fix for Quadro GPUs claiming to have infinite VRAM (#2511)Dave Parks
2024-09-05Get colladadom 2.3 build method to work on FedoraErik Kundiman
2024-09-05Merge pull request #11 from oikumene/freebsdErik Kundiman
Comment out 'install' lines in collada-dom' CMakeLists.txt, because
2024-09-04Merge pull request #2504 from secondlife/brad/cherry-pick-2492Brad Linden
cherry pick fix for #2490 into DeltaFPS
2024-09-04secondlife/viewer#2490: Fix PBR terrain texture transform feature flag ↵Cosmic Linden
handled by viewer in unpredictable manner
2024-09-05Comment out 'install' lines in collada-dom' CMakeLists.txt, becauseHiroo Ono
we do not really use what is 'installed', but use what is there before installing. This should fix the build on Ubuntu.
2024-09-04Fix another 1856 crash on startup case when Terrain Bake shaders are ↵Brad Linden
unsupported (#2491) fixes secondlife/viewer#1856
2024-09-04#2482 Low end NVIDIA compatibility pass (#2486)Dave Parks
- Use GL_NVX_gpu_memory_info when available - Disable transparent water on Mid+ and lower - Adjust GPU benchmark to better tell the truth - Texture bias tune up - viewer-private/#277 - Report foreground_time in viewer stats
2024-09-04Window_Background adjustmentsecretfoxtail
Add some more disctinction between titlebar and rest of window.
2024-09-03#1852 Fix for some visual corruption caused by divide by zero in lighting ↵Dave Parks
functions (#2488)
2024-09-03Merge branch 'develop'Erik Kundiman
2024-09-03Merge pull request #10 from oikumene/freebsdErik Kundiman
So, it was minizip, not minizip-ng. Sorry.
2024-09-03So, it was minizip, not minizip-ng. Sorry.Hiroo Ono
2024-09-03Merge pull request #9 from oikumene/freebsdErik Kundiman
Fix build again.
2024-09-03added Boost include directory to the target collada14dom.Hiroo Ono
added -Wno-error=unused-result to the target collada14dom.
2024-09-03Merge pull request #8 from oikumene/freebsdErik Kundiman
Fix build.
2024-09-02Fix build.Hiroo Ono
* check for minizip (not minizip-ng) on Linux (Debian) * added find_package(Boost REQUIRED CONFIG) in collada-dom build for Linux and FreeBSD
2024-09-02Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-02Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-09-02Stream notification channel doesn't disable localErik Kundiman
chat notification, and change the default channel to 751751.
2024-09-02boost & pcre must be manually installed on macOSErik Kundiman
now that they don't have collada dom to pull them in automatically.
2024-09-01Restore old error handling early out logic in LLAppViewer::init() (#2475)Brad Linden
fixes secondlife/viewer#2474
2024-09-01Merge pull request #7 from oikumene/freebsdErik Kundiman
Build collada-dom in the build stage for Linux and FreeBSD
2024-09-01Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-09-01Merge branch 'main' into freebsdHiroo Ono
2024-09-01Build and link collada-dom v2.3-r7 taken from Linden Lab's 3rd party softwareHiroo Ono
repository.
2024-09-01Build private static collada-dom library for Linux and FreeBSD.Hiroo Ono
Clone the repository by git and make it a cmake submodule.
2024-08-31Revert GNU/Linux to use system Collada DOM for nowErik Kundiman
2024-08-31Remove Collada DOM dependency on FreeBSDErik Kundiman
and replace it with direct dependencies on Minizip and PCRE.
2024-08-31Fix Error: Dae parsing issue on FreeBSDErik Kundiman
by managing to compile LL's ColladaDOM 2.3 on-the-fly.
2024-08-31Make sure webrtc gets emptied before refilling itErik Kundiman
on macOS arm64, the header directory.
2024-08-31Make sure ColladaDOM gets built nowErik Kundiman
Spaces are really just troublesome in argument passing. They can't really be escaped, quoting from -D would even replace spaces with semicolons. Hence making use of every variable that can be used in Collada DOM's CMakeLists.txt.
2024-08-31Revert "macOS uses prebuilt Collada DOM binaries"Erik Kundiman
This reverts commit 3bba39cf3e4d56da5aba883479539ed89fa578b9.
2024-08-31macOS uses prebuilt Collada DOM binariesErik Kundiman
2024-08-31Fix logics in deciding to build ColladaDOM or notErik Kundiman
So that colladadom_installed won't throw USESYSTEMLIBS to the next scope. Also libpcrecpp_LIBRARIES doesn't take spaces (might work by escaping the quotes, but only 1 pcrecpp needed anyway).
2024-08-31Revert Linux/BSD to use system Collada DOM for nowErik Kundiman
Turns out getting 2.3 compiled on those platforms need a lot more attention. Apart from that, the compilation result variable name got fixed, the prebuilt include directory got fixed, and pkg-config-ing minizip, libpcrecpp and libxml-2.0 so we can make have generic variable arguments to pass to Collada DOM's CMake settings.
2024-08-30Fix Error: Dae parsing issue - see log for detailsErik Kundiman
https://megapahit.com/show_bug.cgi?id=76 It seems like we have to use LL's Collada DOM 2.3. Make sure minizip is installed on macOS. It should be safe to uninstall your system Collada DOM package now. The CMake arguments might have to be completed for non-Darwin platforms in a next commit.
2024-08-30Custom channel stream notif sent as if from viewerErik Kundiman
As if it was the user typing "/157157 Now playing blabla".
2024-08-30Stream notification channel setting in preferencesErik Kundiman
Not in effect yet.