aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
AgeCommit message (Collapse)Author
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-23NOISSUE also undo the AUTORCC change because it was also brokenPetr Mrázek
It broke 32bit linux builds...
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 continue refactoring things to make tests passPetr Mrázek
2021-11-20NOISSUE Some happy little refactorsPetr 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-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-25GH-4164 Assign instances to groups using drag & dropPetr 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 fix windows rc file and mac iconPetr 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-08Remove broken Mojang services statuskb1000
2021-09-23NOISSUE add shader pack page for instancesPetr Mrázek
Only theme with an icon is simple colored, rest is TBD
2021-09-05NOISSUE Provide dummy implementation for the secrets libraryPetr Mrázek
2021-08-31NOISSUE add style plugins to packaging if presentPetr Mrázek
2021-08-31GH-3392 fix a bunch of bugs and implement STS error statesPetr Mrázek
2021-08-27NOISSUE introduce the concept of secrets static libraryPetr Mrázek
2021-08-20NOISSUE add setting capes, tweak missing profile message, fix cape IDsPetr Mrázek
2021-08-15GH-3392 dirty initial MSA support that shares logic with Mojang flowsPetr Mrázek
Both act as the first step of AuthContext.
2021-07-26NOISSUE set the required defs for main libraryPetr Mrázek
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.
2013-01-11CMake build system, big pile of libs: bspatch, quazip, java, the launcherPetr Mrázek