summaryrefslogtreecommitdiffstats
path: root/logic/lists/MojangAccountList.h
Commit message (Collapse)AuthorAgeLines
* Offline mode support, part 1Petr Mrázek2013-12-05-3/+2
| | | | | Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount.
* Fix login and startup logging issuesPetr Mrázek2013-12-01-12/+18
| | | | | | | | Auth uses the refresh endpoint instead of validate. This means less password entering. Console will now only autoscroll when already scrolled all the way down. Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either). Fix bug that prevented saving the account data (uninitialized variable). Accounts can now trigger account list saving, this is used for the refresh endpoint.
* Add icon for when no default account is selectedAndrew2013-11-28-0/+11
| | | | | | Also fixed a bug where the icon on the accounts button wouldn't change when the user checked the "Use as default" checkbox in the account selection dialog.
* Allow setting no default accountAndrew2013-11-27-0/+1
| | | | | This allows the user to select an account to use every time they launch an instance.
* Properly implement launching and downloadingAndrew2013-11-22-3/+26
| | | | Also added a system to select an active account to log in with.
* Implement removing accounts.Andrew2013-11-22-0/+5
|
* Implement saving account list to fileAndrew2013-11-19-0/+24
| | | | | Currently it only saves when accounts are added or removed. We'll have to fix this, but we need signals for when account objects change first.
* Implement loading accounts from list.Andrew2013-11-18-0/+14
|
* Implement account list and account list dialogAndrew2013-11-18-0/+109