| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-11 | Update dependencies with support for apple silicon | Rye | |
| 2025-02-11 | Fix Tracy memory profiling overloads for aligned allocations | Rye | |
| Fix disabling renderdoc support Improve ll_aligned_alloc functions on darwin for 32 and 64byte aligned by utilizing posix_memalign | |||
| 2025-02-11 | Update to use universal build flags and fix cmake deprecations | Rye | |
| 2025-02-11 | Enable OpenAL by default | Rye | |
| 2025-02-11 | Update KDU to 8.4.1 and fix kdu tests, also fix llimage_libtest utility | Rye | |
| 2025-01-27 | Add missing parentheses for distro checking | Erik Kundiman | |
| 2024-12-31 | Decide lib64 or x86_64-linux-gnu based on distro | Erik Kundiman | |
| Some builders might just have their installation somehow customised to have both. | |||
| 2024-12-23 | FMOD has been upgraded from 2.02.25 to 2.02.26 | Erik Kundiman | |
| 2024-12-17 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
| 2024-12-15 | Arch uses Crow Misia's WebRTC build | Erik Kundiman | |
| cause somehow WebRTC voice didn't work with LL's (Vivox still worked).. Also with LL's, so many devices detected; while with CM's, only built-in audio input device detected. | |||
| 2024-12-01 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
| 2024-12-01 | Move libexec binaries to /usr/lib/megapahit on Arch | Erik Kundiman | |
| as in Arch, there's really no /usr/libexec. | |||
| 2024-11-20 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
| 2024-11-13 | Fix FMOD 2.02.25 Linux installation | Erik Kundiman | |
| 2024-11-13 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
| 2024-11-13 | Update FMOD to 2.02.25 | Erik Kundiman | |
| 2024-11-10 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
| 2024-11-10 | Revert "Disable dictionaries when using system libs" | Erik Kundiman | |
| This reverts commit 7360923f0888e48294921bd931c585c7c502a443. | |||
| 2024-10-22 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
| 2024-10-22 | Regex for matching physics extension stub's http | Erik Kundiman | |
| 2024-10-22 | Revert "LL physics extensions stub" | Erik Kundiman | |
| This reverts commit 45b9eed30320c6281efcfb748098a8789b15f15f. | |||
| 2024-10-21 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
| 2024-10-20 | Working Arch port but CEF & WebRTC are still broken | Erik Kundiman | |
| I've tried using FMOD instead, but CEF didn't work either. At first I used crow-misia's WebRTC build but it would cause a segmentation fault, but LL's build seems to break CEF. Gotta find a way so CM's build doesn't crash the viewer. PKGBUILD should be moved to indra/newview as an .in to be configured by CMake for dynamic version numbers, and adjust the instruction too to run makepkg -R from the folder where the generated PKGBUILD will be. | |||
| 2024-10-18 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
| 2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
| 2024.09-ExtraFPS | |||
| 2024-10-08 | Explicit on OpenJPEG library being static | Erik Kundiman | |
| It wasn't inheriting the viewer's BUILD_SHARED_LIBS setting. | |||
| 2024-09-30 | No VC flags on GCC & deps only if building Collada | Erik Kundiman | |
| 2024-09-30 | Windows configuration, with MSYS2 in MinGW for now | Erik Kundiman | |
| Also simplify CMake-based dependency projects, the parameters that have been set for the viewer seem to have been implied all this time for the subprojects. | |||
| 2024-09-29 | Fix extracted OpenSSL1.1.1w dir name | Erik Kundiman | |
| and specialise it just for FreeBSD, along with other fixes to get it building again on FreeBSD with an empty packages folder. | |||
| 2024-09-27 | Reindent | Erik Kundiman | |
| 2024-09-26 | Reindent | 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-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-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-17 | #2590 Fix for horrible FPS on Intel Mac (#2591) | Dave Parks | |
| * Work around for GHA mac runners not playing nice with Tracy * Delay VBO deletion for a few frames * Enable multithreaded GL driver and multithreaded media textures on Apple silicon | |||
| 2024-09-17 | Mac pass (#2587) | Dave Parks | |
| 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-16 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
| 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-13 | Clean up Windows build (#2562) | Ansariel Hiller | |
| * APR_DECLARE_STATIC and APU_DECLARE_STATIC gets already defined in APR.cmake * Move both _CRT_SECURE_NO_WARNINGS and _WINSOCK_DEPRECATED_NO_WARNINGS definitions to 00-Common.cmake * Always define WIN32_LEAN_AND_MEAN and include subset of Windows API by default * Remove llwin32headerslean.h and remove unnecessary WIN32_LEAN_AND_MEAN definition handling in llwin32headers.h * Clean up includes of Windows API headers * Get rid of workaround to link against IPHLPAPI.lib in lluuid.cpp - this seems to have been an issue in the past that has been fixed | |||
| 2024-09-12 | Replace glh_linear usage with GLM (#2554) | Rye Mutt | |
| 2024-09-07 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
| 2024-09-04 | Introduce OpenXR SDK prebuilt package and cmake setup (#2503) | Rye Cogtail | |
| 2024-09-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
| 2024.08-DeltaFPS | |||
| 2024-09-01 | Merge branch 'main' into freebsd | Hiroo Ono | |
| 2024-09-01 | Build and link collada-dom v2.3-r7 taken from Linden Lab's 3rd party software | Hiroo Ono | |
| repository. | |||
| 2024-09-01 | Build private static collada-dom library for Linux and FreeBSD. | Hiroo Ono | |
| Clone the repository by git and make it a cmake submodule. | |||
| 2024-08-31 | Revert GNU/Linux to use system Collada DOM for now | Erik Kundiman | |
| 2024-08-31 | Fix Error: Dae parsing issue on FreeBSD | Erik Kundiman | |
| by managing to compile LL's ColladaDOM 2.3 on-the-fly. | |||
