aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-04-22Fix Mojang auth failing due to Mojang rejecting requests to the profile endpointTheCodex6824
2022-04-22ATLauncher: Replace usage of QPushButton::pressed with ::clickedJamie Mansfield
2022-04-22ATLauncher: Support using share codesJamie Mansfield
2022-04-22added and fixed some Mnemonics in MainWindowDaniel Schemp
2022-04-22added: Mnemonics for Settings/APIsDaniel Schemp
2022-04-22added: Mnemonics for Settings/AccountsDaniel Schemp
2022-04-22added: Mnemonics for Settings/External ToolsDaniel Schemp
2022-04-22added: Mnemonics for Settings/ProxyDaniel Schemp
2022-04-22added: Mnemonics for Settings/Custom CommandsDaniel Schemp
2022-04-22added: Mnemonics for Settings/JavaDaniel Schemp
2022-04-22added: Mnemonics for Settings/Minecraft+Daniel Schemp
2022-04-22added: Mnemonics for Settings/LauncherDaniel Schemp
2022-04-21chore: add FUNDINGSefa Eyeoglu
2022-04-21fix: update READMESefa Eyeoglu
2022-04-21fix: Build iconfix as static libraryflow
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-20fix: hide LauncherLoginStep tokens for non-Debug buildsSefa Eyeoglu
2022-04-20Merge pull request #472 from Scrumplex/fix-download-mods-snapshotEzekiel Smith
fix: disable major version match for snapshots
2022-04-20fix: disable major version match for snapshotsSefa Eyeoglu
2022-04-20Merge pull request #470 from kthchew/fix/ml-selector-crashdada513
Fix crash if no Minecraft version is selected in the new instance screen
2022-04-20Merge pull request #465 from DioEgizio/bump-1.2.1Ezekiel Smith
bump to 1.2.1
2022-04-20Merge pull request #467 from PolyMC/revert-429-developdada513
Revert "better FreeBSD support"
2022-04-19Fix crash if no Minecraft version is selected in the new instance screenKenneth Chew
2022-04-20Merge pull request #463 from txtsd/enter_shenanigansEzekiel Smith
Only trigger macOS instance rename on KeyDown
2022-04-20Merge pull request #462 from Scrumplex/fix-world-size-sortEzekiel Smith
fix: use size in bytes to sort by world size
2022-04-19Revert "better FreeBSD support"Sefa Eyeoglu
2022-04-19Merge pull request #454 from kthchew/feature/hardened-runtimeSefa Eyeoglu
2022-04-19Merge pull request #452 from Scrumplex/fix-download-mods-crashSefa Eyeoglu
2022-04-19Merge pull request #451 from Scrumplex/fix-modloader-selectiondada513