Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2022-03-21 | bring back notportable builds | DioEgizio | |
2022-03-18 | Readd short rev to artifact names | Philipp David | |
2022-03-17 | Use Temurin instead of AdoptOpenJDK | Philipp David | |
2022-03-17 | Switch to msys2 for Windows builds | Philipp David | |
2022-03-10 | Fix Ubuntu system Qt failure | txtsd | |
2022-02-23 | Implement PR suggestions | txtsd | |
2022-02-23 | Replace layouts with LAUNCH_PORTABLE | txtsd | |
2022-02-22 | Use System Qt for generic Linux build | txtsd | |
2022-02-21 | Add generic Linux system builds | txtsd | |
2022-02-15 | Allow building release builds and… | txtsd | |
…trigger GH release using tags | |||
2022-02-12 | Adjust OpenSSL step | txtsd | |
2022-02-12 | Unsplit OpenSSL step | txtsd | |
2022-02-11 | Remove superfluous variable | txtsd | |
2022-02-11 | Add missing deploy flags | txtsd | |
2022-02-11 | Remove generic Linux builds | txtsd | |
They don't necessarily run on all distros | |||
2022-02-11 | Split OpenSSL step | txtsd | |
2022-02-11 | Make 32bit Windows build instead | txtsd | |
2022-02-11 | Implement even more PR suggestions | txtsd | |
2022-02-11 | Implement more PR suggestions | txtsd | |