| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| |
| |
| |
| | |
Conflicts:
CMakeLists.txt
gui/MainWindow.cpp
|
| |\ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Also add the option to update on exit.
|
| | | |
| | | |
| | | |
| | | | |
Installing updates is not implemented yet. That's next.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Now with some actual consensus on what the updater will do!
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| | |/
| |/|
| | |
| | | |
downloading for now
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
|
|
|
|
|
|
|
| |
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...
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
This allows the user to select an account to use every time they launch
an instance.
|
| | |
|
|/ |
|
|
|
|
| |
account skins on addition, active on startup
|
| |
|
|
|
|
| |
Fixes problems with latest snapshot
|
|\
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
It now asks users if they want to open the manage accounts dialog to
add their accounts.
|
| |
| |
| |
| |
| | |
The warning message actually displays now when there are no Mojang
accounts to log in with, rather than simply crashing MultiMC.
|
| |
| |
| |
| | |
Also, account list now saves profile lists.
|
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
It now opens and coloses as expected, depending on user
preferences and the status of the various processes involved.
Console window geometry and state are remembered between runs.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Let's hope we never, ever see a forge download error again.
|
| |
| |
| |
| | |
Console should now properly close/not close based on minecraft return code/signal.
|
|/ |
|
| |
|
| |
|
|
|