Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-06 | chore: update install-qt-action to v3 | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-08-04 | Merge pull request #1014 from DioEgizio/downgrade-qt-macos | flow | |
chore: downgrade to Qt 6.3.0 on macos | |||
2022-08-02 | chore: downgrade to Qt 6.3.0 on macos | DioEgizio | |
seems to fix some emoji-related issues Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-08-01 | fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs | DioEgizio | |
terrible hack but it works™️ Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-07-22 | Update .github/workflows/build.yml | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | feat(actions): package and deliver qt6 tarballs | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-07-15 | chore(actions): Remove superfluous whitespace | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-07-15 | feat(actions): bring back qt caching | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-07-11 | Merge pull request #901 from txtsd/scdoc | timoreo | |
2022-07-11 | Merge pull request #900 from DioEgizio/CI/fix | flow | |
fix(actions): fix ccache on windows | |||
2022-07-11 | feat(ci): Install scdoc to build manpage | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-07-11 | fix(actions): fix ccache on windows | DioEgizio | |
Also removes some unnecessary dependencies for the generic Linux package Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-07-10 | Merge branch 'develop' into feature/sparkle-mac | Sefa Eyeoglu | |
# Conflicts: # .github/workflows/build.yml | |||
2022-07-10 | refactor(actions): rename Windows builds | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor(actions): switch to system QuaZip on Windows | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor(actions): speed up package installations for Windows | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | feat(actions): enable Windows-i686 Qt 6 builds | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | feat(actions): use Qt 6 on macOS and AppImage | Sefa Eyeoglu | |
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow | |
Refactor tests | |||
2022-06-14 | fix(actions): install extra-cmake-modules | Sefa Eyeoglu | |
2022-06-14 | feat(actions): test before packaging | Sefa Eyeoglu | |
2022-06-12 | update macos runner to macos 12 | DioEgizio | |
2022-05-29 | Use CMake for Windows installer branding | Kenneth Chew | |
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry. | |||
2022-05-22 | fix appimage not having imageformats | DioEgizio | |
fixes stuff like the iris icon | |||
2022-05-22 | Merge pull request #614 from txtsd/ccache_release_fix | txtsd | |
Avoid invoking ccache on Release builds | |||
2022-05-22 | fix(workflow): Avoid invoking ccache on Release builds | txtsd | |
2022-05-21 | Fix Sparkle signing step | Kenneth Chew | |
2022-05-21 | Use GitHub Actions to get signature for Sparkle | Kenneth Chew | |
Requires a secret called `SPARKLE_ED25519_KEY`, in the format of a private key file | |||
2022-05-20 | Remove portable option in Windows installer | Kenneth Chew | |
2022-05-20 | Use consistent naming scheme | Kenneth Chew | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-05-16 | Build Windows installer | Kenneth Chew | |
2022-05-01 | refactor(workflow): Only use ccache on Debug builds | txtsd | |
2022-04-30 | feat(workflow): Use ccache | txtsd | |
2022-04-28 | fix some appimage issues building with qt 5.15.2 | DioEgizio | |
some users are having weird scaling issues since we're using qt 5.12.8 for the appimage | |||
2022-04-19 | Merge pull request #454 from kthchew/feature/hardened-runtime | Sefa Eyeoglu | |
2022-04-19 | Improve security by enabling hardened runtime for macOS | Kenneth Chew | |
This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail. | |||
2022-04-19 | fix: bundle binary tarball as user root | Sefa Eyeoglu | |
2022-04-18 | specify -DLauncher_BUILD_PLATFORM on CI builds | DioEgizio | |
more cool also maybe helps with updater? | |||
2022-04-17 | CHANGE: use Qt 5.15.3 (from brew) on macos | DioEgizio | |
More updated Qt means less bugs and generally less issues. The only drawback is losing MacOS Sierra support | |||
2022-04-16 | fix: set install prefix for Linux to /usr | Sefa Eyeoglu | |
2022-04-16 | fix(actions): remove macdeployqt | Sefa Eyeoglu | |
2022-04-16 | refactor(actions): combine steps for unified builds | Sefa Eyeoglu | |
2022-04-15 | Merge pull request #333 from oynqr/build/lto | Sefa Eyeoglu | |
2022-04-03 | remove deadcode in CI | DioEgizio | |
2022-03-26 | bring back portable linux builds | DioEgizio | |
2022-03-23 | Update used actions and cleanup release flow | Philipp David | |
2022-03-23 | Enable LTO for Actions | Philipp David | |
2022-03-22 | fix some typos | DioEgizio | |
2022-03-21 | fix typos | DioEgizio | |
opz :P | |||
2022-03-21 | fix typo | DioEgizio | |