Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-29 | Completely remove Google Analytics library | swirl | |
2021-12-20 | Move MSA Client ID to the same place as the others | Lenny 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-04 | GH-4071 Heavily refactor and rearchitect account system | Petr 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-23 | NOISSUE also undo the AUTORCC change because it was also broken | Petr Mrázek | |
It broke 32bit linux builds... | |||
2021-11-22 | NOISSUE Do not rely on AUTOUIC | Petr Mrázek | |
It is bugged and does not detect changes in .ui files, which makes development painful. | |||
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |
2021-11-21 | NOISSUE continue refactoring things to make tests pass | Petr Mrázek | |
2021-11-20 | NOISSUE Some happy little refactors | Petr Mrázek | |
2021-11-10 | GH-4217 Add support for GamePass accounts and MC profile setup | Petr 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-31 | GH-1795 add terminal launch option to use a specific Minecraft profile | Petr Mrázek | |
Used like this: ``` ./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net ``` | |||
2021-10-25 | GH-4164 Assign instances to groups using drag & drop | Petr Mrázek | |
2021-10-24 | NOISSUE Use common duration format for global and instances | Jamie Mansfield | |
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-10-21 | NOISSUE fix windows rc file and mac icon | Petr Mrázek | |
2021-10-21 | NOISSUE debranding for real, initial work | Petr Mrázek | |
This is probably very broken on macOS and Windows and will need a lot of work to complete fully. | |||
2021-10-08 | Remove broken Mojang services status | kb1000 | |
2021-09-23 | NOISSUE add shader pack page for instances | Petr Mrázek | |
Only theme with an icon is simple colored, rest is TBD | |||
2021-09-05 | NOISSUE Provide dummy implementation for the secrets library | Petr Mrázek | |
2021-08-31 | NOISSUE add style plugins to packaging if present | Petr Mrázek | |
2021-08-31 | GH-3392 fix a bunch of bugs and implement STS error states | Petr Mrázek | |
2021-08-27 | NOISSUE introduce the concept of secrets static library | Petr Mrázek | |
2021-08-20 | NOISSUE add setting capes, tweak missing profile message, fix cape IDs | Petr Mrázek | |
2021-08-15 | GH-3392 dirty initial MSA support that shares logic with Mojang flows | Petr Mrázek | |
Both act as the first step of AuthContext. | |||
2021-07-26 | NOISSUE set the required defs for main library | Petr Mrázek | |
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |
2013-08-17 | Move all the things (YES. Move them.) | Petr Mrázek | |
Also, implemented some basic modlist logic, to be wired up. | |||
2013-01-11 | CMake build system, big pile of libs: bspatch, quazip, java, the launcher | Petr Mrázek | |