Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | Get the viewer launching on Fedora Asahi Remix | Erik Kundiman | |
Media plugins enabling not yet. OpenXR is disabled for now (it hasn't been used anyway). perl-FindBin is needed to be able to build OpenSSL on Fedora aarch64. Setting the C standard to 90 when building cURL is needed, otherwise it would fail at configure time with a misleading error of not finding link/run time requirements for dependencies (such as nghttp2 and zlib), at least on Fedora (and macOS too back then, I remember). GCC treated SSE2NEON warnings as errors on so many files, so -Wno-cpp is added globally. The same Linux CPU frequency calculation needs to be out of the x86 scope, otherwise the viewer would complain about not meeting the requirements at launch time. | |||
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-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-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-27 | Reindent | 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-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-08-31 | Make sure webrtc gets emptied before refilling it | Erik Kundiman | |
on macOS arm64, the header directory. | |||
2024-08-28 | Fix left out & error-causing from previous commit | Erik Kundiman | |
2024-08-28 | Disable WebRTC on Fedora and openSUSE Tumbleweed | Erik Kundiman | |
It breaks CEF on these platforms. | |||
2024-08-28 | Fix WebRTC include dirs extracted to wrong path | Erik Kundiman | |
for macOS arm64. | |||
2024-08-21 | Remove the right old WebRTC Framework | Erik Kundiman | |
2024-08-19 | Merge branch 'webrtc-voice' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-15 | Remove old arm64 WebRTC.framework before copying | Erik Kundiman | |
Still triggered by upstream autobuild.xml even though there is actually no need to update on macOS arm64's side. | |||
2024-08-14 | Automatic WebRTC download and installation | Erik Kundiman | |
2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-06-27 | Prevent automatic download of WebRTC | Erik Kundiman | |
for when autobuild's not installed. | |||
2024-06-18 | Fix whitespace for pre-commit hooks | Brad Linden | |
2024-05-19 | Get rid of a deprecated warning in Linux builds | Roxie Linden | |
2024-03-18 | update to use public github-based release of autobuild webrtc | Roxie Linden | |
2024-03-08 | Use webrtc autobuild package | Roxie Linden | |
2024-03-07 | update webrtc | Roxie Linden | |
2024-02-08 | New WebRTC with echo cancellation fix. | Roxie Linden | |
Also, start/stop recording depending on whether WebRTC has negotiated. | |||
2024-02-08 | reorder params as the runners have different versions of cmake | Roxie Linden | |
2024-02-08 | some build tweaks | Roxie Linden | |
2024-02-08 | more picky cmake | Roxie Linden | |
2024-02-08 | Cmake on TC is sure picky | Roxie Linden | |
2024-02-08 | Try reordering URL_HASH | Roxie Linden | |
2024-02-08 | TC build cmake complained about URL_HASH | Roxie Linden | |
2024-02-08 | Use webrtc built binaries from temporary s3 location | Roxie Linden | |
2024-02-08 | Updates to build on mac. | Roxie Linden | |
2024-02-08 | Pull webrtc down from a webserver before building. | Roxie Linden | |
2024-02-08 | Checkpoint WebRTC Voice | Roxie Linden | |