Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-12 | chore: add polymc license headers to launcher/net files | flow | |
2022-05-12 | fix: abort and fail logic in tasks | flow | |
Also sets up correctly the status connections | |||
2022-05-12 | refactor: more net cleanup | flow | |
This runs clang-tidy on some other files in launcher/net/. This also makes use of some JSON wrappers in HttpMetaCache, instead of using the Qt stuff directly. Lastly, this removes useless null checks (crashes don't occur because of this, but because of concurrent usage / free of the QByteArray pointer), and fix a fixme in Download.h | |||
2022-05-12 | refactor: remove some superfluous signals | flow | |
Since now we're inheriting from Task, some signals can be reused. | |||
2022-05-12 | refactor: organize a little more the code in launcher/net/ | flow | |
This also reduces some code duplication by using some Task logic in NetAction. | |||
2022-05-09 | Merge pull request #537 from PolyMC/stable | timoreo22 | |
Merge stable into develop | |||
2022-05-08 | Merge pull request #533 from DioEgizio/patch-5 | Sefa Eyeoglu | |
2022-05-08 | Merge pull request #534 from DioEgizio/stable | Sefa Eyeoglu | |
2022-05-08 | Merge pull request #530 from ryanccn/cfcore-backport | Sefa Eyeoglu | |
2022-05-08 | Merge pull request #475 from Scrumplex/fix-hide-all-tokens | timoreo22 | |
Hide all tokens for non-Debug builds for log and logfiles | |||
2022-05-08 | Merge pull request #482 from TheCodex6824/mojang-auth-fix | Sefa Eyeoglu | |
2022-05-08 | Merge pull request #492 from DioEgizio/appimage-fix | Sefa Eyeoglu | |
2022-05-08 | bump to 1.2.2 | DioEgizio | |
2022-05-08 | Update launcher/modplatform/flame/FlameModIndex.cpp | Sefa Eyeoglu | |
Co-authored-by: flow <thiagodonato300@gmail.com> | |||
2022-05-08 | Update launcher/modplatform/flame/FlameModIndex.cpp | Sefa Eyeoglu | |
2022-05-08 | adopt changes from #497 remapped | Ryan Cao | |
2022-05-08 | gitignore stuff | Ryan Cao | |
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 | |