Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-07 | fix: filter based on MIME type instead of plaintext suffix | flow | |
Suffixes are unreliable in different locales, while MIME types are more standarized. | |||
2022-05-05 | Merge pull request #495 from ryanccn/big-sur-icon | Sefa Eyeoglu | |
2022-05-05 | add big sur-style icon | Ryan Cao | |
2022-05-02 | Merge pull request #518 from timoreo22/develop | Sefa Eyeoglu | |
Fix nightly.link pr comment | |||
2022-05-02 | Merge pull request #503 from txtsd/mnemonics_fix | dada513 | |
Fix mnemonics that didn't parse | |||
2022-05-02 | Fix nightly.link pr comment | timoreo22 | |
2022-05-02 | Merge pull request #510 from txtsd/ccache_gha | timoreo22 | |
CI Speedup [1/3]: Use ccache to speed up CI builds | |||
2022-05-02 | Merge pull request #475 from Scrumplex/fix-hide-all-tokens | timoreo22 | |
Hide all tokens for non-Debug builds for log and logfiles | |||
2022-05-01 | Merge pull request #511 from dada513/hide_java_wizard | dada513 | |
add hide java wizard toggle | |||
2022-05-01 | refactor(workflow): Only use ccache on Debug builds | txtsd | |
2022-04-30 | Update launcher/ui/pages/global/JavaPage.ui | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-30 | Update launcher/ui/pages/global/JavaPage.ui | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-30 | Merge pull request #489 from kthchew/fix/old-mac-cleanup | Sefa Eyeoglu | |
2022-04-30 | Remove symlink | dada513 | |
2022-04-30 | add hide java wizard toggle | dada513 | |
2022-04-30 | feat(workflow): Use ccache | txtsd | |
2022-04-29 | Merge pull request #492 from DioEgizio/appimage-fix | Sefa Eyeoglu | |
2022-04-29 | fix(mnemonics): Add missing buddies to labels | txtsd | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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-28 | Merge pull request #498 from ryanccn/polymc-instance-icon | Sefa Eyeoglu | |
Add PolyMC icon as instance icon | |||
2022-04-28 | Merge pull request #486 from icelimetea/refactor-java-launcher | Sefa Eyeoglu | |
Refactor some parts of NewLaunch | |||
2022-04-28 | Merge pull request #477 from flowln/iconfix_static | Sefa Eyeoglu | |
Always build iconfix as static library | |||
2022-04-27 | feat: add PolyMC icon as instance icon | Ryan Cao | |
2022-04-25 | Remove old macOS data migration code | Kenneth Chew | |
2022-04-25 | Merge pull request #482 from TheCodex6824/mojang-auth-fix | Sefa Eyeoglu | |
2022-04-25 | Use suggested error handling | TheCodex6824 | |
2022-04-25 | Merge pull request #480 from dschemp/develop | Sefa Eyeoglu | |
2022-04-25 | Clarify exception messages | icelimetea | |
2022-04-25 | Merge pull request #478 from Scrumplex/update-readme | Sefa Eyeoglu | |
2022-04-25 | Merge pull request #408 from jamierocks/atl-share-codes | Sefa Eyeoglu | |
2022-04-24 | Use java.util.logging instead of custom logging | icelimetea | |
2022-04-24 | Refactor some parts of NewLaunch | icelimetea | |
2022-04-23 | Re-add base64 decode option for Qt versions that support it | TheCodex6824 | |
2022-04-23 | Remove base64 decode option that was added in Qt 5.15 | TheCodex6824 | |
2022-04-22 | Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint | TheCodex6824 | |
2022-04-22 | ATLauncher: Replace usage of QPushButton::pressed with ::clicked | Jamie Mansfield | |
2022-04-22 | ATLauncher: Support using share codes | Jamie Mansfield | |
2022-04-22 | added and fixed some Mnemonics in MainWindow | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/APIs | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Accounts | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/External Tools | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Proxy | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Custom Commands | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Java | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Minecraft+ | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Launcher | Daniel Schemp | |
2022-04-21 | chore: add FUNDING | Sefa Eyeoglu | |
2022-04-21 | fix: update README | Sefa Eyeoglu | |
2022-04-21 | fix: Build iconfix as static library | flow | |
On CI we build using the bundled Quazip, and automatically set -DBUILD_STATIC_LIBS to true, so it build iconfix statically as well. However, since we recently added support for using the system quazip, this flag is not set anymore, and PolyMC fails to run because iconfix neither is statically linked, nor it creates a .so file for dynamic linking. Since most other libs are built statically, we should make this one static as well. Maybe we should consider allowing for dynamic linking of libs now that quazip is not much of an issue anymore. :^) | |||
2022-04-20 | fix: hide LauncherLoginStep tokens for non-Debug builds | Sefa Eyeoglu | |