summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
41 hoursMerge branch 'main' into 2024.08-DeltaFPS2024.08-DeltaFPSErik Kundiman
41 hoursRevert to LL's OpenJPEG forkErik Kundiman
System 2.5.2 caused too much rainbow in DeltaFPS. For now, the OpenJPEG listed in autobuild.xml is 2.5.0. However, LL has recently got 2.5.2 too in their OpenJPEG fork repo, but we switch to that once it's the one listed in autobuild.xml. Reverting to the now maintained LL 3p-openjpeg should fix the texture thrashing problem https://megapahit.com/show_bug.cgi?id=1 starting from DeltaFPS.
43 hoursSqueeze two more people into the teamErik Kundiman
2 daysOpenSUSE Tumbleweed instructions adjustmentsecretfoxtail
Change libboost_url version
2 daysMerge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2 daysMerge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2 daysOpenSUSE Tumbleweed instructions adjustmentsecretfoxtail
add libboost_program_options-devel
2 daysRevert "Blufault - bring back tilebar separators"secretfoxtail
This reverts commit 46ccddb0d8e66b3faf6b77a50209346888acf5b7.
2 daysRevert "Window_NoTitle_Foreground brightness adjustment"secretfoxtail
This reverts commit 8081dba75bd761cad54ecb212fbbb5499c75b693.
2 daysRevert "Window_Background adjustment"secretfoxtail
This reverts commit bfd4d03908464373f7d2cab747d73d24b516a09c.
3 daysWebRTC on Fedora & openSUSE without breaking CEFErik Kundiman
Thanks to the Linux x86-64 WebRTC binary from Zenichi Amano (crow-misia). https://megapahit.com/show_bug.cgi?id=64 Haven't been tested on openSUSE, but it should work.
8 days#2434 Intel HD4000 compatibility pass (#2541)Dave Parks
* #2434 Intel HD4000 compatibility pass * Fixes crash on old drivers when loading shaders * Fixes 30 second hang on startup * Fixes occasional dev build crash in LLWearableList --------- Co-authored-by: Brad Linden <brad@lindenlab.com>
11 daysopensuse instruction tweaksecretfoxtail
add pcre-devel
11 daysMerge branch 'main' into 2024.08-DeltaFPSErik Kundiman
# Conflicts: # README.md # indra/newview/CMakeLists.txt
11 daysMerge branch 'main' of https://gitlab.com/secretfoxtail/megapahit-viewer.gitErik Kundiman
11 daysMerge pull request #12 from oikumene/freebsdErik Kundiman
check CMAKE_CXX_COMPILER_ID to adjust compiler options
11 days'Clang' is capitalized. Correct it.Hiroo Ono
cf. https://cmake.org/cmake/help/v3.28/variable/CMAKE_LANG_COMPILER_ID.html
11 daysIn the build of Collada-DOM, Check CMAKE_CXX_COMPILER_ID to setHiroo Ono
different options according to compiler.
11 daysRevert "Comment out 'install' lines in collada-dom' CMakeLists.txt, because"Hiroo Ono
This reverts commit faf303b4100ac2f3143e7c1f72130c3ff569a8c7.
11 daysOpenSUSE Tumbleweed instructionssecretfoxtail
Add OpenSUSE Tumbleweed build instructions to readme.md
11 daysTumbleweed: add libboost_program_options1_85_0secretfoxtail
Add libboost_program_options1_85_0 to tumbleweed package requires
11 daysRemove extra regex in opensuse & colladadomsecretfoxtail
Now using LLs colladadom
11 daysOpenSUSE Tumbleweed package requirementssecretfoxtail
Add openSUSE Tumbleweed package requirements
12 daysMerge branch 'main' into 2024.08-DeltaFPSErik Kundiman
12 daysPrevent stream notifs with empty "Now playing"Erik Kundiman
12 daysFix 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).
12 daysNo nonnull error on Ubuntu 24 GCC 13Erik Kundiman
and reindentations.
12 daysMerge branch 'main' into 2024.08-DeltaFPSErik Kundiman
12 daysMerge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
12 daysMake colladadom 2.3 build on Ubuntu 24.04.1 GCC 13Erik Kundiman
12 daysMerge remote-tracking branch 'secretfoxtail/main'Erik Kundiman
12 daysBSD/Linux can use the same dae loader constructionErik Kundiman
Also add explicit minizip, pcre, and xml2 development packages in Debian/Ubuntu instructions.
12 days#2467 Fix for sim surrounds not fully loading (#2524)Dave Parks
Also fixes some sculpts getting wrong LoD
13 days#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