Age | Commit message (Collapse) | Author |
|
|
|
system default editor
|
|
|
|
|
|
|
|
|
|
A lot of testing!
|
|
* Updater requires unix style paths on input.
* No update notification was getting cloned with every check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still fugly as all hell, now in a slightly more appropriate style.
|
|
Conflicts:
CMakeLists.txt
|
|
Currently it doesn't show it anywhere in the UI. That's next.
|
|
|
|
Gives a list of existing groups to choose from.
Instances are updated as long as there is at least one valid account.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into develop
|
|
|
|
main window)
|
|
|
|
Conflicts:
CMakeLists.txt
gui/MainWindow.cpp
|
|
|
|
|
|
right away
|
|
|
|
|
|
|
|
|
|
It's been there before, it's there now :D
|
|
into develop
|
|
* 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.
|
|
downloading for now
|
|
|
|
blame clang for formatting changes
|
|
Also add the option to update on exit.
|
|
Installing updates is not implemented yet. That's next.
|
|
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details.
Yggdrasil tasks are now only used from MojangAccount.
|