summaryrefslogtreecommitdiffstats
path: root/logic/MinecraftProcess.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-165/+0
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-1/+1
|
* Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek2014-05-18-7/+12
|
* Remove the timeout for pre/post commands. Fixes #107Jan Dalheimer2014-03-15-0/+1
|
* Some pre/post related stuffJan Dalheimer2014-03-09-0/+7
| | | | | Reload the onesix version config after the commands (addresses https://www.pivotaltracker.com/story/show/60360652) Add a few more variables and also substitute them in the command (fixes https://www.pivotaltracker.com/story/show/66994828)
* Fix a few bugs in profilers.Petr Mrázek2014-02-16-1/+11
| | | | | | * Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
* Offline mode can be used even when online.Petr Mrázek2014-01-27-3/+3
| | | | | | Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
* Improve Console window output.Orochimarufan2014-01-17-4/+13
| | | | | | | | | -> Log Pre- and Post-Launch command happenings -> Enable the java part to specify the level TODO: fix logging with mc 1.7's log4j logging infrastructure Signed-off-by: Orochimarufan <orochimarufan.x3@gmail.com>
* Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek2014-01-12-3/+12
| | | | command line.
* Fix login and startup logging issuesPetr Mrázek2013-12-01-7/+7
| | | | | | | | 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-0/+20
| | | | | | 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 signal derp from previous commitPetr Mrázek2013-11-13-1/+1
| | | | Console should now properly close/not close based on minecraft return code/signal.
* Fix console not staying open on minecraft crashPetr Mrázek2013-11-12-1/+1
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-17/+26
|
* Respect console options (opening a console at all, automatically closing)Sky2013-10-22-1/+1
|
* Added console coloring and made the log not contain any usernames/session idsStiepen222013-09-08-0/+5
|
* started kill instance featureStiepen222013-09-06-0/+4
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+86
Also, implemented some basic modlist logic, to be wired up.