Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-08-31 | Remove Collada DOM dependency on FreeBSD | Erik Kundiman | |
and replace it with direct dependencies on Minizip and PCRE. | |||
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 | 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-19 | Merge branch 'webrtc-voice' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-19 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-08-19 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-18 | openSUSE Tumbleweed support | Erik Kundiman | |
Its own CPACK_RPM_PACKAGE_REQUIRES will catch up soon. | |||
2024-08-14 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-12 | Automatic XMLRPC-EPI Mac download, build & install | Erik Kundiman | |
When linking to the static archive on arm64, it would fail with an error of undefined iconv symbols. When linking to the dynamic library, the path was to the dynamic library was still assumed to still be in /usr/local/lib, so specifically for the executable target, this needs to be changed (temporarily) to the one in the prebuilt directory first, to later be changed again by fixup_bundle to the bundled one in Frameworks. | |||
2024-08-12 | Automatic OpenJPEG download, configure & install | Erik Kundiman | |
2024-08-11 | CPACK_DEBIAN_PACKAGE_DEPENDS are in CMakeLists now | Erik Kundiman | |
and can be differentiated across different distros, even though there are only stable/LTS Debian and Ubuntu for now. | |||
2024-08-11 | Rearrange CPack settings & contributors generation | Erik Kundiman | |
where they belong in newview/CMakeLists.txt. | |||
2024-08-10 | Make sure APP_SHARE_DIR is valued in llfilesystem | Erik Kundiman | |
otherwise the app would crash on GNU/Linux or BSD for missing the share directory prefix, unless cmake is run twice like before just so APP_SHARE_DIR is picked up but we don't want to have to run it twice. | |||
2024-08-09 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus # Conflicts: # .github/workflows/build.yaml # indra/newview/CMakeLists.txt # indra/newview/llspeakers.cpp # indra/newview/llvoicechannel.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoiceclient.cpp # indra/newview/llvoiceclient.h # indra/newview/llvoicewebrtc.cpp | |||
2024-08-09 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-08-09 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-08 | CR fixes | Roxie Linden | |
2024-08-08 | Install GLH, Mikktspace, TinyEXR, TinyGLTF & LLCA | Erik Kundiman | |
automatically. Fix tab to spaces too. | |||
2024-08-07 | Add Windows multi-pdb upload capability | Roxie Linden | |
2024-08-07 | No need for custom target to generate contributors | Erik Kundiman | |
The code is also moved to where it's relevant. | |||
2024-08-07 | Generate InfoPlist.strings | Erik Kundiman | |
It didn't work before because the destination folder wouldn't exist yet by the time it's configured, but CMake has been silent about it. | |||
2024-08-07 | Install macOS executable without `make install` | Erik Kundiman | |
Somehow the MACOSX_BUNDLE in add_executable isn't taking effect. | |||
2024-08-06 | Build an xcarchive for mac symbol upload. | Roxie Linden | |
2024-08-05 | Missed file | Roxie Linden | |
2024-08-05 | Simplify, reindent and minimise difference from LL | Erik Kundiman | |
This also contains removal of commented out lines that had previously been used to get macOS using SDL2 instead of Cocoa, and removal of dependency on SLPlugin when no media plugins are enabled (at all). | |||
2024-08-03 | Merge branch 'webrtc-voice' into tmp | Erik Kundiman | |
2024-08-03 | Disable WebRTC on FreeBSD | Erik Kundiman | |
Vivox even got broken here. But at least this port is still very much alive. WebRTC is not going to kill our FreeBSD port. | |||
2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-07-27 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-23 | CMakeLists adding fsfloatersearch.h | mobserveur | |
This commit completes the previous commit for the legacy floater | |||
2024-07-20 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-17 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-15 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-14 | Performance and tuning | mobserveur | |
Performance and tuning floater updated including fixes | |||
2024-07-11 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-10 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-10 | `cpack -G Bundle` instead of `make install` on Mac | Erik Kundiman | |
Root project finally renamed to Megapahit, which has a nice effect of CPack: - Run preinstall target for: Megapahit CPack: - Install project: Megapahit [] but it's really because CPack Bundle file couldn't be renamed via CPACK_PACKAGE_NAME like on DEB, RPM, and FREEBSD. CPack determines its own destination root folder, which is Resources (I didn't find a way to set it to Contents). fixup_bundle is now run on the .app deep inside CPack staging folders so that the dependency copies will be included in the DMG. | |||
2024-07-09 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-09 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-09 | Remove code that'll never be reached by non macOS | Erik Kundiman | |
which would be to determine which media plugins should be added as dependencies. Plus minimise diff from SLv code. | |||
2024-07-06 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-06 | tuning floater : missing cmakelists.txt | mobserveur | |
missing cmakelists.txt from previous commit | |||
2024-07-06 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-05 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-05 | macOS viewer_manifest.py not run if INSTALL is ON | Erik Kundiman | |
`make install` instead should do the job. Some generations haven't been reimplemented, including build_data.json, contributors.txt, and settings_install.xml. |