| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
* ProgressProvider now has an abort() call
* Abort button support added to the progress dialog
* YggdrasilTask and MojangAccount adapted to support abort
YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button.
In offline mode, all instance update tasks are skipped! This will need further work.
|
|
|
|
|
| |
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details.
Yggdrasil tasks are now only used from MojangAccount.
|
|
|
|
|
|
| |
Installing libs is now enabled, hardcoded.
Enable -Wall for all builds.
Fix many warnings and latent bugs.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Yeah... Forgot to recompile everything after deleting those files.
|
| |
|
|
|
|
|
| |
It's now used as a general purpose "account edit dialog". It'll be used
for entering usernames, passwords, or both.
|
|
|
|
| |
Kind of an important thing to do... Heh...
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
This allows the user to select an account to use every time they launch
an instance.
|
|/ |
|
|
|
|
| |
account skins on addition, active on startup
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gui/MainWindow.cpp
logic/OneSixInstance.h
Fix missing session id functionality for legacy and old onesix.
|
| |
| |
| |
| | |
Also added a system to select an active account to log in with.
|
| | |
|
| |
| |
| |
| | |
Also fix the account list dialog's close button.
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
Added missing licenses
Added a Java functionality checker (detects 32/64bit java)
Refactor of *Update - no longer based on BaseUpdate, but Task directly
Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there.
Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there.
Used the Java checker in the main settings dialog (TODO: instance settings).
Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded.
|
| |
|
| |
|
| |
|
|
|