Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-03 | added Boost include directory to the target collada14dom. | Hiroo Ono | |
added -Wno-error=unused-result to the target collada14dom. | |||
2024-09-03 | Merge pull request #8 from oikumene/freebsd | Erik Kundiman | |
Fix build. | |||
2024-09-02 | Fix 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 | |||
2024-09-02 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
2024-09-02 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-09-02 | Stream notification channel doesn't disable local | Erik Kundiman | |
chat notification, and change the default channel to 751751. | |||
2024-09-02 | boost & pcre must be manually installed on macOS | Erik Kundiman | |
now that they don't have collada dom to pull them in automatically. | |||
2024-09-01 | Restore old error handling early out logic in LLAppViewer::init() (#2475) | Brad Linden | |
fixes secondlife/viewer#2474 | |||
2024-09-01 | Merge pull request #7 from oikumene/freebsd | Erik Kundiman | |
Build collada-dom in the build stage for Linux and FreeBSD | |||
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 | Remove Collada DOM dependency on FreeBSD | Erik Kundiman | |
and replace it with direct dependencies on Minizip and PCRE. | |||
2024-08-31 | Fix Error: Dae parsing issue on FreeBSD | Erik Kundiman | |
by managing to compile LL's ColladaDOM 2.3 on-the-fly. | |||
2024-08-31 | Make sure webrtc gets emptied before refilling it | Erik Kundiman | |
on macOS arm64, the header directory. | |||
2024-08-31 | Make sure ColladaDOM gets built now | Erik Kundiman | |
Spaces are really just troublesome in argument passing. They can't really be escaped, quoting from -D would even replace spaces with semicolons. Hence making use of every variable that can be used in Collada DOM's CMakeLists.txt. | |||
2024-08-31 | Revert "macOS uses prebuilt Collada DOM binaries" | Erik Kundiman | |
This reverts commit 3bba39cf3e4d56da5aba883479539ed89fa578b9. | |||
2024-08-31 | macOS uses prebuilt Collada DOM binaries | Erik Kundiman | |
2024-08-31 | Fix logics in deciding to build ColladaDOM or not | Erik Kundiman | |
So that colladadom_installed won't throw USESYSTEMLIBS to the next scope. Also libpcrecpp_LIBRARIES doesn't take spaces (might work by escaping the quotes, but only 1 pcrecpp needed anyway). | |||
2024-08-31 | Revert Linux/BSD to use system Collada DOM for now | Erik Kundiman | |
Turns out getting 2.3 compiled on those platforms need a lot more attention. Apart from that, the compilation result variable name got fixed, the prebuilt include directory got fixed, and pkg-config-ing minizip, libpcrecpp and libxml-2.0 so we can make have generic variable arguments to pass to Collada DOM's CMake settings. | |||
2024-08-30 | Fix Error: Dae parsing issue - see log for details | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=76 It seems like we have to use LL's Collada DOM 2.3. Make sure minizip is installed on macOS. It should be safe to uninstall your system Collada DOM package now. The CMake arguments might have to be completed for non-Darwin platforms in a next commit. | |||
2024-08-30 | Custom channel stream notif sent as if from viewer | Erik Kundiman | |
As if it was the user typing "/157157 Now playing blabla". | |||
2024-08-30 | Stream notification channel setting in preferences | Erik Kundiman | |
Not in effect yet. | |||
2024-08-29 | #2428 Fix for crash when applying PBR material to a single face (take 2) (#2463) | Dave Parks | |
Also fix for some objects randomly disappearing until they're selected again. | |||
2024-08-29 | Add error handling for intel crashes from GLTF Scene shader (#2456) | Brad Linden | |
fix secondlife/viewer#1856 | |||
2024-08-29 | Fix left out & minimise diff of disabling WebRTC | Erik Kundiman | |
2024-08-28 | Attempt to get better file/line info for LL_ERRS crahses in bugsplat. (#2447) | Brad Linden | |
secondlife/viewer#2445 | |||
2024-08-28 | Make sure DullahanHelper.app gets codesigned | Erik Kundiman | |
Somehow it wouldn't get signed using the previous way even though that's pretty much how it was done in my script all this time, which would work. So I just had to move it to the next execute_process, and problem solved. | |||
2024-08-28 | Automatic codesigning on macOS | Erik Kundiman | |
CMAKE_OSX_DEPLOYMENT_TARGET here, even though reset in Variables.cmake with mmacosx-version-min, will be used as the hardened runtime version when codesigning. Instructions use 11 as that version, as the builder is assumed to be building for arm64. When building for x86-64, you can replace all 11 here with 10.15. The sudo in codesigning is required for builders on Apple Silicon whose SIP is enabled, which is assumed to be the most likely case. Credits to Cate (32a). | |||
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 | Remove alut dependency on Ubuntu | Erik Kundiman | |
2024-08-28 | Explicitly set FMODSTUDIO value in the instruction | Erik Kundiman | |
Ubuntu's OpenAL seemed to break CEF too. | |||
2024-08-28 | lipo -thin every dylib in Frameworks automatically | Erik Kundiman | |
foreach, and execute_process' OUTPUT_VARIABLE just don't work in installation phase SCRIPT. | |||
2024-08-28 | Unmount VLC volume on macOS after installation | Erik Kundiman | |
2024-08-28 | Fix WebRTC include dirs extracted to wrong path | Erik Kundiman | |
for macOS arm64. | |||
2024-08-28 | More non-automatic Debian/Ubuntu build dependencies | Erik Kundiman | |
I had added these for Debian, but then I wasn't sure. After starting over from scratch to build on Ubuntu, these have to be installed manually (probably used to be pulled in by OpenJPEG's dev package). libxml2-utils is needed for xmllint, for parsing autobuild.xml. Autotools are removed since we're using prebuilt xmlrpc-epi, openssl and curl now on macOS. cmake is brought back now that the build deps installation line is before any cmake command. | |||
2024-08-28 | Fix FLTK dependency package name on Ubuntu | Erik Kundiman | |
Must have missed when I was replacing the word "gtk" (on gtk2.0-0) with the word "fltk". | |||
2024-08-28 | Fix order of checking lib64 & lib/x86_64-linux-gnu | Erik Kundiman | |
Ubuntu, unlike Debian, has /lib64 and /usr/lib64 in their system, so it misled CMake. This is a quick fix, ideally it's the distro name that is checked. | |||
2024-08-27 | #2428 Fix for crash when applying PBR material (#2430) | Dave Parks | |
Also attempt to fix some occasional bad texture memory tracking. | |||
2024-08-26 | Merge remote-tracking branch 'origin/main' into release/2024.08-DeltaFPS | Brad Linden | |
2024-08-26 | Improve safety of macOS available RAM calcuations at suggestion of Ansariel ↵ | Brad Linden | |
and Beq (#2423) | |||
2024-08-26 | Merge pull request #2424 from secondlife/brad/cherry-picks-hot-logging | cosmic-linden | |
Fast track some changes removing unneeded logging code into DeltaFPS | |||
2024-08-26 | secondlife/viewer#2391: Remove avatar rigging "callstack" logging | Cosmic Linden | |
2024-08-26 | Remove or suppress left over debug messages in hot paths (#2392) | Rye Mutt | |
2024-08-26 | Merge pull request #2422 from secondlife/brad/2395-fix-start-location | Brad Linden | |
Fix start location dropping coordinates on login | |||
2024-08-26 | defensively capture coroutine args by value | Brad Linden | |
2024-08-26 | secondlife/viewer#2395 fix start location coordinates getting double escaped | Brad Linden | |