aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-04-19Merge pull request #444 from Scrumplex/fix-release-workflowdada513
Fix release workflow
2022-04-19Merge pull request #450 from Scrumplex/fix-quilt-mod-dlSefa Eyeoglu
2022-04-19fix: fix filename of linux portableSefa Eyeoglu
2022-04-19bump to 1.2.1DioEgizio
2022-04-19Improve security by enabling hardened runtime for macOSKenneth 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-19fix: bundle binary tarball as user rootSefa Eyeoglu
2022-04-19fix: update files for relase workflowSefa Eyeoglu
2022-04-19fix: Only trigger rename on KeyPresstxtsd
This is macOS specific
2022-04-19fix: use size in bytes to sort by world sizeSefa Eyeoglu
2022-04-19Merge pull request #455 from kthchew/fix/mac-version-numEzekiel Smith
Fix formatting of version string on macOS
2022-04-19fix: fix Modrinth query when Quilt is in useSefa Eyeoglu
2022-04-19Merge pull request #449 from DioEgizio/CI/specify-build-platformSefa Eyeoglu
specify -DLauncher_BUILD_PLATFORM on CI builds (EDIT: also remove "on x")
2022-04-18Fix formatting of version string on macOSKenneth Chew
2022-04-18remove "on x"DioEgizio
2022-04-18fix: don't set mod loader as importantSefa Eyeoglu
2022-04-18fix: handle network errors when downloading modlistSefa Eyeoglu
2022-04-18fix: actually check if a mod loader is selectedSefa Eyeoglu
Thus also removes a suggestCurrent call from loaderFilterChanged, as it will already be triggered by setSelectedLoaderVersion
2022-04-18Merge pull request #442 from kthchew/fix/typosSefa Eyeoglu
2022-04-18Merge pull request #443 from flowln/fix_trSefa Eyeoglu
2022-04-18specify -DLauncher_BUILD_PLATFORM on CI buildsDioEgizio
more cool also maybe helps with updater?
2022-04-17fix(translation): don't translate placeholdersflow
Those are modified programatically, and never show up to the user!
2022-04-17Fix typos and inconsistent capitalization in sort optionsKenneth Chew