Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | opensuse instruction tweak | secretfoxtail | |
add pcre-devel | |||
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 | 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 | 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-05 | Get colladadom 2.3 build method to work on Fedora | Erik Kundiman | |
2024-09-05 | Merge pull request #11 from oikumene/freebsd | Erik Kundiman | |
Comment out 'install' lines in collada-dom' CMakeLists.txt, because | |||
2024-09-05 | Comment out 'install' lines in collada-dom' CMakeLists.txt, because | Hiroo Ono | |
we do not really use what is 'installed', but use what is there before installing. This should fix the build on Ubuntu. | |||
2024-09-04 | Window_Background adjustment | secretfoxtail | |
Add some more disctinction between titlebar and rest of window. | |||
2024-09-03 | Merge branch 'develop' | Erik Kundiman | |
2024-09-03 | Merge pull request #10 from oikumene/freebsd | Erik Kundiman | |
So, it was minizip, not minizip-ng. Sorry. | |||
2024-09-03 | So, it was minizip, not minizip-ng. Sorry. | Hiroo Ono | |
2024-09-03 | Merge pull request #9 from oikumene/freebsd | Erik Kundiman | |
Fix build again. | |||
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 | 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 | Merge pull request #7 from oikumene/freebsd | Erik Kundiman | |
Build collada-dom in the build stage for Linux and FreeBSD | |||
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 | Fix left out & minimise diff of disabling WebRTC | Erik Kundiman | |