Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-27 | Squeeze one more person into the team | Erik Kundiman | |
2024-09-27 | Codesign message & fixup_bundle after links creation | Erik Kundiman | |
to avoid verbose warnings of non-existent embedded items. | |||
2024-09-27 | Make linking to ll::webrtc more generic | Erik Kundiman | |
for platforms other than Windows, macOS, and GNU/Linux, except for FreeBSD. | |||
2024-09-27 | Use the more portable glDrawBuffers | Erik Kundiman | |
Also renamed the draw buffers to avoid risking the previously defined draw buffers with the same variable name. | |||
2024-09-27 | Preprocess glGetTexImage | Erik Kundiman | |
so it doesn't get compiled on non OpenGL 1.3 implementors. | |||
2024-09-26 | Merge pull request #13 from gwigz/more-gesture-keys | Erik Kundiman | |
LLPreviewGesture adjusted to display more keys | |||
2024-09-26 | LLPreviewGesture adjusted to display more keys | gwigz | |
Tweak found in most TPVs, likely originated from Firestorm | |||
2024-09-26 | Reindent | Erik Kundiman | |
2024-09-25 | Change media plugins' linkages to bundled Boost | Erik Kundiman | |
2024-09-25 | Re-add pcre header directory for macOS | Erik Kundiman | |
I thought /opt/local/include wasn't needed since we switched to boost181, but PCRE headers are there. If you still have "boost" installed (maybe depended on by some other package, just deactivate it first before cmake). | |||
2024-09-24 | MacPorts' expat (compatibility) has been updated | Erik Kundiman | |
2024-09-21 | ColladaDOM depends on dynamic Boost 1.81 on macOS | Erik Kundiman | |
so we don't need the boost package or the -no_static variant of boost181 any more. | |||
2024-09-21 | Remove remaining XMLRPC-EPI dependencies | Erik Kundiman | |
2024-09-19 | LL's WebRTC breaks CEF on Ubuntu too, so use CM's | Erik Kundiman | |
Now that it's only Debian and macOS x86-64 that are left safe to use LL's WebRTC build, the logic is reversed. | |||
2024-09-18 | Remove double autobuild dependency entries | Erik Kundiman | |
Preferring DeltaFPS to maint-b. | |||
2024-09-17 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
2024-09-17 | Revert to LL's OpenJPEG fork | Erik 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. | |||
2024-09-17 | Squeeze two more people into the team | Erik Kundiman | |
2024-09-16 | OpenSUSE Tumbleweed instructions adjustment | secretfoxtail | |
Change libboost_url version | |||
2024-09-16 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-09-16 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
2024-09-16 | OpenSUSE Tumbleweed instructions adjustment | secretfoxtail | |
add libboost_program_options-devel | |||
2024-09-16 | Revert "Blufault - bring back tilebar separators" | secretfoxtail | |
This reverts commit 46ccddb0d8e66b3faf6b77a50209346888acf5b7. | |||
2024-09-16 | Revert "Window_NoTitle_Foreground brightness adjustment" | secretfoxtail | |
This reverts commit 8081dba75bd761cad54ecb212fbbb5499c75b693. | |||
2024-09-16 | Revert "Window_Background adjustment" | secretfoxtail | |
This reverts commit bfd4d03908464373f7d2cab747d73d24b516a09c. | |||
2024-09-16 | WebRTC on Fedora & openSUSE without breaking CEF | Erik 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. | |||
2024-09-10 | #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> | |||
2024-09-08 | opensuse instruction tweak | secretfoxtail | |
add pcre-devel | |||
2024-09-08 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
# Conflicts: # README.md # indra/newview/CMakeLists.txt | |||
2024-09-08 | Merge branch 'main' of https://gitlab.com/secretfoxtail/megapahit-viewer.git | Erik Kundiman | |
2024-09-08 | Merge pull request #12 from oikumene/freebsd | Erik Kundiman | |
check CMAKE_CXX_COMPILER_ID to adjust compiler options | |||
2024-09-08 | 'Clang' is capitalized. Correct it. | Hiroo Ono | |
cf. https://cmake.org/cmake/help/v3.28/variable/CMAKE_LANG_COMPILER_ID.html | |||
2024-09-08 | In the build of Collada-DOM, Check CMAKE_CXX_COMPILER_ID to set | Hiroo Ono | |
different options according to compiler. | |||
2024-09-07 | Revert "Comment out 'install' lines in collada-dom' CMakeLists.txt, because" | Hiroo Ono | |
This reverts commit faf303b4100ac2f3143e7c1f72130c3ff569a8c7. | |||
2024-09-07 | OpenSUSE Tumbleweed instructions | secretfoxtail | |
Add OpenSUSE Tumbleweed build instructions to readme.md | |||
2024-09-07 | Tumbleweed: add libboost_program_options1_85_0 | secretfoxtail | |
Add libboost_program_options1_85_0 to tumbleweed package requires | |||
2024-09-07 | Remove extra regex in opensuse & colladadom | secretfoxtail | |
Now using LLs colladadom | |||
2024-09-07 | OpenSUSE Tumbleweed package requirements | secretfoxtail | |
Add openSUSE Tumbleweed package requirements | |||
2024-09-07 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
2024-09-07 | Prevent stream notifs with empty "Now playing" | Erik Kundiman | |
2024-09-07 | Fix 360 snapshots | Erik 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-07 | No nonnull error on Ubuntu 24 GCC 13 | Erik Kundiman | |
and reindentations. | |||
2024-09-07 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
2024-09-07 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-09-07 | Make colladadom 2.3 build on Ubuntu 24.04.1 GCC 13 | Erik Kundiman | |
2024-09-07 | Merge remote-tracking branch 'secretfoxtail/main' | Erik Kundiman | |
2024-09-07 | BSD/Linux can use the same dae loader construction | Erik 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-05 | Get colladadom 2.3 build method to work on Fedora | Erik Kundiman | |