Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-25 | refactor: make shared_qobject_ptr ctor explicit | flow | |
This turns issues like creating two shared ptrs from a single raw ptr from popping up at runtime, instead making them a compile error. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-02 | Reword instance-specific account settings, apply clang-format | Aaron | |
Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Allow selecting a default account to use with an instance | Aaron | |
Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2022-10-18 | fix: use display name in code | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-09 | Update LaunchController.cpp | Ozynt | |
Signed-off-by: Ozynt <104643560+Ozynt@users.noreply.github.com> | |||
2022-10-09 | Update LaunchController.cpp | Ozynt | |
Signed-off-by: Ozynt <104643560+Ozynt@users.noreply.github.com> | |||
2022-10-01 | Microsoft account only | stoltsvensk | |
Signed-off-by: stoltsvensk <104643560+stoltsvensk@users.noreply.github.com> | |||
2022-09-15 | fix: show 'demo' instead of 'offline' in log when in demo mode | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | Added Launch Demo button. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-08-04 | fix: emit abort in LaunchController | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-03 | fix: allow user to interrupt launch after 3 tries | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-05-30 | fix: do not show the "profile select" dialog if the user refused to add an ↵ | Ilia | |
account | |||
2022-05-08 | This makes more sense | Ozynt | |
2022-04-07 | NOISSUE save custom offline player name | Vladislav Laetansky | |
2022-04-07 | NOISSUE prevent -version being passed to the JRE | Petr Mrázek | |
We want specific JREs, always, not something that is magically resolved. This counteracts some really bad advice recently being spread on reddit. | |||
2022-03-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-03-08 | Fix missing space in "No Accounts" message | deadmeu | |
2022-02-18 | fix: typo for account disabled error messages | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): add disabled account state | Sefa Eyeoglu | |
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-12 | Add offline mode support | bexnoss | |
2021-12-30 | NOISSUE proper fix for missing profile + demo mode | Petr Mrázek | |
2021-12-06 | NOISSUE fix launching offline while online | Petr Mrázek | |
2021-12-05 | NOISSUE fix some error mappings for Mojang accounts | Petr Mrázek | |
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-22 | NOISSUE continue reshuffling the codebase | 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-21 | NOISSUE continue debranding... | 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-08-29 | GH-3392 Add recognition of already migrated Mojang accounts | Petr Mrázek | |
2021-08-27 | NOISSUE introduce the concept of secrets static library | 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-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |