aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft
AgeCommit message (Expand)Author
2022-04-25Use suggested error handlingTheCodex6824
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-20Merge pull request #467 from PolyMC/revert-429-developdada513
2022-04-19Revert "better FreeBSD support"Sefa Eyeoglu
2022-04-19fix: use size in bytes to sort by world sizeSefa Eyeoglu
2022-04-15Merge branch 'PolyMC:develop' into developIrgendwer01
2022-04-15Update MinecraftInstance.cppIrgendwer01
2022-04-15Merge pull request #185 from Scrumplex/quiltSefa Eyeoglu
2022-04-15Update MinecraftInstance.cppIrgendwer01
2022-04-15better FreeBSD supportIrgendwer01
2022-04-14refactor: cleanup ModLoaderTypeSefa Eyeoglu
2022-04-14fix: remove unused codeSefa Eyeoglu
2022-04-09refactor: switch Quilt mappings to hashed MojMapSefa Eyeoglu
2022-04-07fix: check for Quilt as Fabric-compatible loaderSefa Eyeoglu
2022-04-07refactor: dynamically get best version for intermediary mappingsSefa Eyeoglu
2022-04-07NOISSUE fix error string for Xbox authorization failuresPetr Mrázek
2022-04-07feat: initial Quilt supportSefa Eyeoglu
2022-04-06Allow components to specify Java agents and JVM arguments (#175)Una
2022-04-04Merge pull request #345 from Scrumplex/handle-incompatible-javaSefa Eyeoglu
2022-04-02fix: calculate world sizes individuallySefa Eyeoglu
2022-04-02fix(launch/VerifyJava): reword log outputSefa Eyeoglu
2022-04-01fix: codestyleSefa Eyeoglu
2022-04-01fix: remove redundant includeSefa Eyeoglu
2022-03-31feat: track and display world sizeSefa Eyeoglu
2022-03-27chore: add license headerSefa Eyeoglu
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-03-27Add quit launcher after game stops option (Steam Deck)dada513
2022-03-24chore: add license headerSefa Eyeoglu
2022-03-24feat: block launch if Java is incompatibleSefa Eyeoglu
2022-03-21Merge pull request #298 from Scrumplex/fix-i18nSefa Eyeoglu
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
2022-03-19fix(i18n): fix translatable stringsSefa Eyeoglu
2022-02-26Merge pull request #192 from Scrumplex/refactor-remove-legacy-instancesEzekiel Smith
2022-02-21refactor: drop LegacyInstanceSefa Eyeoglu
2022-02-21refactor: drop migration for pre-component instancesSefa Eyeoglu
2022-02-18feat(accounts): interrupt MSAStep when client ID doesn't matchSefa Eyeoglu
2022-02-18feat(accounts): save client id in MSAStepSefa Eyeoglu
2022-02-18feat(accounts): add disabled account stateSefa Eyeoglu
2022-02-18feat(accounts): support msa-client-id valueSefa Eyeoglu
2022-02-12feat: implement MSA client id overrideSefa Eyeoglu
2022-02-03Merge branch 'update-quazip' of git://github.com/Scrumplex/PolyMC into developswirl
2022-02-03Merge branch 'offline-mode-accounts' of git://github.com/NyaomiDEV/PolyMC int...swirl
2022-02-03make closeAfterLaunch goodswirl
2022-01-31refactor: simpler includes for quazipSefa Eyeoglu
2022-01-31refactor: bring back methods that need to be reimplementedSefa Eyeoglu
2022-01-31refactor: add in-tree QuaZipSefa Eyeoglu
2022-01-31refactor: initial migration to QuaZip 1.2Sefa Eyeoglu
2022-01-30Add offline mode supportbexnoss