aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft
AgeCommit message (Collapse)Author
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
2021-12-08NOISSUE account tweaksPetr Mrázek
2021-12-06NOISSUE fix up some corner cases around migrating accountsPetr Mrázek
2021-12-05NOISSUE fix some error mappings for Mojang accountsPetr Mrázek
2021-12-04NOISSUE fix builds, make account refresh queue user friendlyPetr Mrázek
2021-12-04NOISSUE add missing chrono includePetr Mrázek
2021-12-04GH-4071 Heavily refactor and rearchitect account systemPetr Mrázek
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid.
2021-11-28GH-4071 handle network errors when logging in with MSA as 'soft'Petr Mrázek
This makes the tokens not expire when such errors happen. Only applies to MSA, not the XBox and Mojang steps afterwards. Further testing and improvements are still needed.
2021-11-23NOISSUE fix fix fix the accounts againPetr Mrázek
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek
2021-11-21NOISSUE more refactoringPetr Mrázek
2021-11-21NOISSUE continue refactoring things to make tests passPetr Mrázek
2021-11-20NOISSUE Some happy little refactorsPetr Mrázek
2021-11-17NOISSUE qnam -> networkPetr Mrázek
2021-11-16NOISSUE Error on launch when launching 1.18 with < Java 17Jamie Mansfield
2021-11-16NOISSUE fix account re-adding not updating current accountPetr Mrázek
2021-11-10NOISSUE fix build some morePetr Mrázek
2021-11-10NOISSUE fix buildPetr Mrázek
2021-11-10GH-4217 Add support for GamePass accounts and MC profile setupPetr Mrázek
- We now use the new endpoint for loggiong in via XBox tokens (/launcher/login) - We now check game entitlements instead of only relying on MC profile presence - Accounts can now be added even when they do not have a profile - The launcher will guide you through selecting a Minecraft name if you don't have one yet
2021-11-06GH-4227 Don't blindly trust mods.toml to be validJanrupf
2021-10-31GH-1795 add terminal launch option to use a specific Minecraft profilePetr Mrázek
Used like this: ``` ./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net ```
2021-10-24NOISSUE fix debranding changes affecting version file formatPetr Mrázek
2021-10-24NOISSUE Use common duration format for global and instancesJamie Mansfield
2021-10-21NOISSUE continue debranding...Petr Mrázek
2021-10-21NOISSUE debranding for real, initial workPetr Mrázek
This is probably very broken on macOS and Windows and will need a lot of work to complete fully.
2021-10-03Merge pull request #4103 from tobfos2611/developPetr Mrázek
Fix underaged account that isn't linked to a family help link.
2021-10-03Merge pull request #4143 from phit/patch-1Petr Mrázek
NOISSUE Remove outdated SSL docs
2021-10-03NOISSUE fix typo in FMLLibrariesTask.cppPetr Mrázek
2021-10-03NOISSUE Remove outdated SSL docsPhilip T
the link is dead and the equivalent newer page is useless, https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn265983(v=ws.11)?redirectedfrom=MSDN#related-content
2021-09-23NOISSUE add shader pack page for instancesPetr Mrázek
Only theme with an icon is simple colored, rest is TBD