Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | fix(actions): fix release workflow | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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-09 | Merge pull request #851 from russellbanks/patch-1 | Sefa Eyeoglu | |
2022-07-03 | chore(DCO): allow remediation | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow | |
Refactor tests | |||
2022-06-28 | Create winget.yml | Russell Banks | |
2022-06-20 | Update bug_report.yml | OldWorldOrdr | |
2022-06-20 | Merge branch 'PolyMC:develop' into develop | OldWorldOrdr | |
2022-06-20 | Merge pull request #633 from Scrumplex/chore-remove-unused-workflows | flow | |
Remove unused GH Workflows | |||
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-06-06 | Update bug_report.yml | OldWorldOrdr | |
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-24 | chore: remove unused GH Workflows | Sefa Eyeoglu | |
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 | Add installer to release workflow | 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-11 | chore: add version of polymc area in bug report template | DioEgizio | |
2022-05-02 | Fix nightly.link pr comment | timoreo22 | |
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-21 | chore: add FUNDING | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #454 from kthchew/feature/hardened-runtime | Sefa Eyeoglu | |
2022-04-19 | fix: fix filename of linux portable | 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-19 | fix: update files for relase workflow | 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 |