Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-03 | Merge remote-tracking branch 'secondlife/release/maint-c' into maint-c | Erik Kundiman | |
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 | secondlife/viewer#2895: Fix Windows cmake not detecting latest python | Cosmic Linden | |
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-11 | Rework GHA matrix config to fix linux build | Rye | |
2024-10-11 | Remove FLTK (#2832) | AiraYumi | |
2024-10-10 | Implement the groundwork for wayland support. (#2803) | Nicky Dasmijn | |
During compile time try to detect libwayland-client-dev is installed, - If yes, compile a viewer which can run and start under wayland. libwayland-client is needed to detect if the viewer is hidden/minimized. - if no, disable wayland support and refuse to start the viewer under wayland (xwayland is okay). To not introduce a hard link dependency on libwayland-client.so the object will be loaded dynamically if needed. | |||
2024-10-08 | Explicit on OpenJPEG library being static | Erik Kundiman | |
It wasn't inheriting the viewer's BUILD_SHARED_LIBS setting. | |||
2024-10-04 | Merge remote-tracking branch 'origin/develop' into leviathan/game-control | Brad Linden | |
2024-10-03 | Default OpenAL audio backend on so all build configurations have audio | Rye Cogtail | |
2024-10-03 | Update havok packages and enable linux64 Release builds | Rye | |
2024-10-03 | fix GameControl save settings, fix linux build | Andrew Meadows | |
2024-10-03 | remove crashy LLSD ctor used by GameControl | leviathan | |
2024-10-03 | add GameControl feature and SDL2 dependency | Leviathan Linden | |
2024-10-01 | Skip sourcing the extended autobuild environment during prebuilt install and ↵ | Rye Cogtail | |
pass address size explicitly to avoid breaking build autoreconfigures This decreased configure time from 67 to 31 seconds on my machine. | |||
2024-10-01 | Cache MSVC redist path in cmake to avoid incorrect redist copy when project ↵ | Rye Cogtail | |
is regenerated by build/ide | |||
2024-10-01 | Clean up and fix warning flags not applying correctly on linux | Rye Cogtail | |
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-23 | Merge remote branch 'develop' into release/luau-scripting for Maint B | Nat Goodspeed | |
2024-09-23 | Turn off tracy on linux to unbreak the build. | Brad Linden | |
2024-09-23 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfeaturemanager.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvoicewebrtc.cpp | |||
2024-09-23 | Merge remote branch 'develop'into release/luau-scripting | Nat Goodspeed | |
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 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
2024-09-12 | Replace glh_linear usage with GLM (#2554) | Rye Mutt | |
2024-09-09 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
2024-09-07 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
2024-09-05 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
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. |