aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft
AgeCommit message (Collapse)Author
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
chore: add license header
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-03-27Add quit launcher after game stops option (Steam Deck)dada513
lecense
2022-03-24chore: add license headerSefa Eyeoglu
2022-03-24feat: block launch if Java is incompatibleSefa Eyeoglu
Keep track of compatible Java versions from meta. Launch-step VerifyJavaInstall will check if current instance's Java version is compatible. Also add override option both globally and per-instance in-case the user doesn't care about the requirement.
2022-03-21Merge pull request #298 from Scrumplex/fix-i18nSefa Eyeoglu
Fix translatable strings
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
Drop legacy instances
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
Closes #11
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 ↵swirl
into feature/offline_mode
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
Let's move off our custom QuaZip. In the olden times we needed the custom version of QuaZip, as it was basically unmaintained and on SourceForge (eww). But nowadays it's maintained and on GitHub. See new GitHub page: https://github.com/stachenov/quazip
2022-01-30Add offline mode supportbexnoss
2022-01-29Close after Launch settingswirl
2022-01-24Fix error messageStypox
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp".
2022-01-24NOISSUE log server response when failing to fetch profilePetr Mrázek
2022-01-24NOISSUE correctly set http status code in auth replyPetr Mrázek
2022-01-24NOISSUE add some logging to profile fetching failuresPetr Mrázek
2022-01-17Revert "Merge pull request #50 from bexnoss/offline-mode"Lenny McLennington
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2.
2022-01-17Revert "Merge pull request #81 from bexnoss/fix-msa-account-refresh"Lenny McLennington
This reverts commit 0bc8baf1172d6967cdb2993826e3469ecd9aab66, reversing changes made to 81fe41a038ee12ff2ee0200525b39e4ad650bec2.
2022-01-16Fix MSA account refreshbexnoss
2022-01-12Remove unnecessary semicolonbexnoss
2022-01-12Add offline mode supportbexnoss
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2021-12-31Merge remote-tracking branch 'upstream/develop' into upstream_updatedada513
2021-12-31NOISSUE fix build and change how NetJob is usedPetr Mrázek
Feed it network upfront...
2021-12-31NOISSUE fix some OS ifdefsPetr Mrázek
2021-12-30NOISSUE proper fix for missing profile + demo modePetr Mrázek
2021-12-30Merge pull request #4345 from graemeg/freebsd-supportPetr Mrázek
Adds FreeBSD support to MultiMC
2021-12-30NOISSUE detect when user loses entitlementsPetr Mrázek
2021-12-28Restore getNativePath() to its original form.Graeme Geldenhuys
2021-12-20Move MSA Client ID to the same place as the othersLenny McLennington
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory.
2021-12-12NOISSE add a shortcut to the loaders mods to main windowPetr Mrázek
2021-12-12Fixes compilation error expanding from macro 'major'.Graeme Geldenhuys
2021-12-12Changes required to support FreeBSDGraeme Geldenhuys