aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-12chore: add polymc license headers to launcher/net filesflow
2022-05-12fix: abort and fail logic in tasksflow
Also sets up correctly the status connections
2022-05-12refactor: more net cleanupflow
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-12refactor: remove some superfluous signalsflow
Since now we're inheriting from Task, some signals can be reused.
2022-05-12refactor: 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-09Merge pull request #537 from PolyMC/stabletimoreo22
Merge stable into develop
2022-05-08Merge pull request #533 from DioEgizio/patch-5Sefa Eyeoglu
2022-05-08Merge pull request #534 from DioEgizio/stableSefa Eyeoglu
2022-05-08Merge pull request #530 from ryanccn/cfcore-backportSefa Eyeoglu
2022-05-08Merge pull request #475 from Scrumplex/fix-hide-all-tokenstimoreo22
Hide all tokens for non-Debug builds for log and logfiles
2022-05-08Merge pull request #482 from TheCodex6824/mojang-auth-fixSefa Eyeoglu
2022-05-08Merge pull request #492 from DioEgizio/appimage-fixSefa Eyeoglu
2022-05-08bump to 1.2.2DioEgizio
2022-05-08Update launcher/modplatform/flame/FlameModIndex.cppSefa Eyeoglu
Co-authored-by: flow <thiagodonato300@gmail.com>
2022-05-08Update launcher/modplatform/flame/FlameModIndex.cppSefa Eyeoglu
2022-05-08adopt changes from #497 remappedRyan Cao
2022-05-08gitignore stuffRyan Cao
2022-05-05Merge pull request #495 from ryanccn/big-sur-iconSefa Eyeoglu
2022-05-05add big sur-style iconRyan Cao
2022-05-02Merge pull request #518 from timoreo22/developSefa Eyeoglu
Fix nightly.link pr comment
2022-05-02Merge pull request #503 from txtsd/mnemonics_fixdada513
Fix mnemonics that didn't parse
2022-05-02Fix nightly.link pr commenttimoreo22
2022-05-02Merge pull request #510 from txtsd/ccache_ghatimoreo22
CI Speedup [1/3]: Use ccache to speed up CI builds
2022-05-02Merge pull request #475 from Scrumplex/fix-hide-all-tokenstimoreo22
Hide all tokens for non-Debug builds for log and logfiles
2022-05-01Merge pull request #511 from dada513/hide_java_wizarddada513
add hide java wizard toggle
2022-05-01refactor(workflow): Only use ccache on Debug buildstxtsd
2022-04-30Update launcher/ui/pages/global/JavaPage.uidada513
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-30Update launcher/ui/pages/global/JavaPage.uidada513
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-30Merge pull request #489 from kthchew/fix/old-mac-cleanupSefa Eyeoglu
2022-04-30Remove symlinkdada513
2022-04-30add hide java wizard toggledada513
2022-04-30feat(workflow): Use ccachetxtsd
2022-04-29Merge pull request #492 from DioEgizio/appimage-fixSefa Eyeoglu
2022-04-29fix(mnemonics): Add missing buddies to labelstxtsd
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-28fix some appimage issues building with qt 5.15.2DioEgizio
some users are having weird scaling issues since we're using qt 5.12.8 for the appimage
2022-04-28Merge pull request #498 from ryanccn/polymc-instance-iconSefa Eyeoglu
Add PolyMC icon as instance icon
2022-04-28Merge pull request #486 from icelimetea/refactor-java-launcherSefa Eyeoglu
Refactor some parts of NewLaunch
2022-04-28Merge pull request #477 from flowln/iconfix_staticSefa Eyeoglu
Always build iconfix as static library
2022-04-27feat: add PolyMC icon as instance iconRyan Cao
2022-04-25Remove old macOS data migration codeKenneth Chew
2022-04-25Merge pull request #482 from TheCodex6824/mojang-auth-fixSefa Eyeoglu
2022-04-25Use suggested error handlingTheCodex6824
2022-04-25Merge pull request #480 from dschemp/developSefa Eyeoglu
2022-04-25Clarify exception messagesicelimetea
2022-04-25Merge pull request #478 from Scrumplex/update-readmeSefa Eyeoglu
2022-04-25Merge pull request #408 from jamierocks/atl-share-codesSefa Eyeoglu
2022-04-24Use java.util.logging instead of custom loggingicelimetea
2022-04-24Refactor some parts of NewLaunchicelimetea
2022-04-23Re-add base64 decode option for Qt versions that support itTheCodex6824
2022-04-23Remove base64 decode option that was added in Qt 5.15TheCodex6824