Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Check if the java binary can be found before launch. | Petr Mrázek | 2014-07-23 | -3/+12 |
| | | | | Fix #386 | |||
* | [Clang Warnings] Remove unused variables | Taeyeon Mori | 2014-06-30 | -1/+0 |
| | ||||
* | Redo the console window. Log is now a page. Console window has relevant pages. | Petr Mrázek | 2014-06-30 | -0/+11 |
| | | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer. | |||
* | Screenshot upload dialog(s) now have the console window as parent. | Petr Mrázek | 2014-05-18 | -1/+1 |
| | ||||
* | Workaround for dirty build folders. | Petr Mrázek | 2014-04-06 | -1/+1 |
| | | | | My disgust just turned into barely contained rage :< | |||
* | Get rid of long rebuilds because of minor cmake config changes | Petr Mrázek | 2014-04-06 | -1/+2 |
| | ||||
* | Fix for invalid prelaunch commands | Petr Mrázek | 2014-04-01 | -1/+4 |
| | ||||
* | Setting PermGen to 64 will omit the java param | Petr Mrázek | 2014-03-29 | -1/+5 |
| | ||||
* | Remove the timeout for pre/post commands. Fixes #107 | Jan Dalheimer | 2014-03-15 | -4/+33 |
| | ||||
* | Merge remote-tracking branch 'origin/feature_fix_log' into integration_butchery | Petr Mrázek | 2014-03-09 | -0/+1 |
|\ | | | | | | | | | Conflicts: logic/MinecraftProcess.cpp | |||
| * | Fix logging when system language is not en_US. | robotbrain | 2014-03-07 | -0/+1 |
| | | ||||
* | | Some pre/post related stuff | Jan Dalheimer | 2014-03-09 | -72/+126 |
|/ | | | | | 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ázek | 2014-02-16 | -1/+15 |
| | | | | | | * Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths. | |||
* | Small tweaks to make things better. | Petr Mrázek | 2014-02-06 | -0/+2 |
| | ||||
* | Offline mode can be used even when online. | Petr Mrázek | 2014-01-27 | -17/+9 |
| | | | | | | 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. | Orochimarufan | 2014-01-17 | -40/+163 |
| | | | | | | | | | -> 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> | |||
* | Merge branch 'feature_better_launch' into develop | Petr Mrázek | 2014-01-12 | -1/+1 |
|\ | ||||
| * | Fix window title problem on OSX. | Petr Mrázek | 2014-01-12 | -1/+1 |
| | | ||||
* | | Merge branch 'feature_better_launch' into develop | Petr Mrázek | 2014-01-12 | -12/+39 |
|\| | ||||
| * | Replace old launcher part with a shiny new one. No more garbage on the ↵ | Petr Mrázek | 2014-01-12 | -12/+39 |
| | | | | | | | | command line. | |||
* | | Hide user properties in the console too | Sky | 2014-01-10 | -0/+8 |
|/ | ||||
* | Offline mode support, part 1 | Petr Mrázek | 2013-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 censor | Petr Mrázek | 2013-12-01 | -2/+2 |
| | ||||
* | Fix login and startup logging issues | Petr Mrázek | 2013-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/update | Petr Mrázek | 2013-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ázek | 2013-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 crash | Petr Mrázek | 2013-11-12 | -9/+14 |
| | ||||
* | Respect console options (opening a console at all, automatically closing) | Sky | 2013-10-22 | -2/+2 |
| | ||||
* | Implement basic yggdrasil auth. | Petr Mrázek | 2013-09-23 | -41/+42 |
| | | | | No fancy login token saving involved. | |||
* | Changed all strings displayed to end user to use qts localization system | Stiepen22 | 2013-09-08 | -3/+6 |
| | ||||
* | Added console coloring and made the log not contain any usernames/session ids | Stiepen22 | 2013-09-08 | -9/+21 |
| | ||||
* | Made instace killing actually work | Stiepen22 | 2013-09-06 | -1/+7 |
| | ||||
* | started kill instance feature | Stiepen22 | 2013-09-06 | -0/+5 |
| | ||||
* | Move all the things (YES. Move them.) | Petr Mrázek | 2013-08-17 | -0/+169 |
Also, implemented some basic modlist logic, to be wired up. |