aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2021-12-12NOISSE add a shortcut to the loaders mods to main windowPetr Mrázek
2021-12-11NOISSUE We are using es_UY as latin american spanishPetr Mrázek
Make it actually say that in the UI.
2021-12-08NOISSUE Add small workaround for presenting Japanese with KanjiPetr Mrázek
2021-12-08NOISSUE account tweaksPetr Mrázek
2021-12-06NOISSUE remove the hardcoded blocking of Forge installsPetr Mrázek
Doesn't make it work, but makes it theoretically possible.
2021-12-06NOISSUE fix launching offline while onlinePetr Mrázek
2021-12-06NOISSUE fix up some corner cases around migrating accountsPetr Mrázek
2021-12-06NOISSUE Add cat xcf filePetr Mrázek
2021-12-05NOISSUE party hat for a party catPetr Mrázek
On the 30th of November, it's been 10 years since the first (documented) release of MultiMC. Party hats for everyone :)
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-28Merge pull request #4230 from NewoIsTaken/patch-1Petr Mrázek
GH-4224 Scan 64 bit lib directory to find Java
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 also undo the AUTORCC change because it was also brokenPetr Mrázek
It broke 32bit linux builds...
2021-11-23NOISSUE fix fix fix the accounts againPetr Mrázek
2021-11-22NOISSUE Do not rely on AUTOUICPetr Mrázek
It is bugged and does not detect changes in .ui files, which makes development painful.
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek
2021-11-21NOISSUE fix build on macOSPetr Mrázek
2021-11-21NOISSUE more refactoringPetr Mrázek
2021-11-21NOISSUE continue refactoring things to make tests passPetr Mrázek
2021-11-20NOISSUE fix buildPetr 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-08Merge pull request #4233 from ImperatorStorm/update-manPetr Mrázek
NOISSUE Update manpage to include new `-a / --profile` option.
2021-11-07NOISSUE Update manpage to include new `-a / --profile` option.ImperatorStorm
2021-11-07GH-4200 Search Eclipse Foundation and Adoptium in RegistryOwen Wang
2021-11-07GH-4224 Scan 64 bit lib directory to find JavaOwen Wang
2021-11-06GH-4227 Don't blindly trust mods.toml to be validJanrupf
2021-11-03NOISSUE fix some small build issuesPetr Mrázek
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-27GH-4164 set instance drag image hotspot based on where the drag startedPetr Mrázek
2021-10-25GH-4164 Assign instances to groups using drag & dropPetr Mrázek
2021-10-25GH-3490 sort instances by name is now aware of numbersPetr Mrázek
2021-10-25NOISSUE add more logging when java checker fails to startPetr Mrázek
2021-10-24NOISSUE fix debranding changes affecting version file formatPetr Mrázek
2021-10-24Merge pull request #4186 from ImperatorStorm/addmanPetr Mrázek
MultiMCGH-4120 Add manpage to ubuntu and rpm packages
2021-10-24GH-4185 Include the modpack version in instance title for ATLauncherJamie Mansfield
2021-10-24GH-4185 Include the modpack version in instance title for modpacks.chJamie Mansfield
2021-10-24NOISSUE Use MiB suffix for memory and permgenJamie Mansfield
2021-10-24NOISSUE Correct spelling of miscellaneousJamie Mansfield
2021-10-24NOISSUE Add option to disable global play time statusJamie Mansfield
2021-10-24NOISSUE Remove lingering full stop in playtime statusJamie Mansfield
2021-10-24NOISSUE Use common duration format for global and instancesJamie Mansfield