summaryrefslogtreecommitdiffstats
path: root/logic/MinecraftProcess.cpp
Commit message (Collapse)AuthorAgeLines
* Offline mode support, part 1Petr Mrázek2013-12-05-10/+12
| | | | | 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 private info censorPetr Mrázek2013-12-01-2/+2
|
* Fix login and startup logging issuesPetr Mrázek2013-12-01-6/+24
| | | | | | | | 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.
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-2/+2
| | | | | | | | | | 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.
* Fix console window (now not a QDialog)Petr Mrázek2013-11-23-7/+10
| | | | | | 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.
* Fix console not staying open on minecraft crashPetr Mrázek2013-11-12-9/+14
|
* Respect console options (opening a console at all, automatically closing)Sky2013-10-22-2/+2
|
* Implement basic yggdrasil auth.Petr Mrázek2013-09-23-41/+42
| | | | No fancy login token saving involved.
* Changed all strings displayed to end user to use qts localization systemStiepen222013-09-08-3/+6
|
* Added console coloring and made the log not contain any usernames/session idsStiepen222013-09-08-9/+21
|
* Made instace killing actually workStiepen222013-09-06-1/+7
|
* started kill instance featureStiepen222013-09-06-0/+5
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+169
Also, implemented some basic modlist logic, to be wired up.