Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | 2017-09-09 | -24/+34 |
| | ||||
* | NOISSUE implement more error handling | Joona | 2017-08-22 | -19/+27 |
| | ||||
* | NOISSUE remove debug statement | Joona | 2017-08-22 | -1/+0 |
| | ||||
* | NOISSUE Add GPU vendor and driver version | Joona | 2017-08-22 | -1/+23 |
| | ||||
* | CPU and GPU model on Linux | Joona | 2017-08-22 | -4/+35 |
| | ||||
* | NOISSUE some safe refactors and changes of the task subsystem | Petr Mrázek | 2017-06-26 | -1/+1 |
| | | | | Possibly also some bug fixes. | |||
* | NOISSUE move some zip utility functions back to quazip | Petr Mrázek | 2017-05-31 | -2/+1 |
| | | | | It's not entirely clean yet. | |||
* | NOISSUE split wrapper commands into command and args | Petr Mrázek | 2017-05-29 | -8/+14 |
| | | | | This lets you use commands with parameters. | |||
* | NOISSUE log native extraction failures also to game log | Petr Mrázek | 2017-05-22 | -1/+3 |
| | ||||
* | NOISSUE add a linux system packaging install layout | Petr Mrázek | 2017-05-13 | -1/+2 |
| | ||||
* | GH-1801 Do not print the launch script to MultiMC's log. | Petr Mrázek | 2017-01-24 | -1/+0 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -12/+12 |
| | ||||
* | BUILD: Remove extraneous " from CreateServerResourcePacksFolder.cpp (#1749) | Taylor Smock | 2016-12-12 | -1/+1 |
| | | | | | NOISSUE Remove extraneous " from CreateServerResourcePacksFolder.cpp This did not affect build, but was visible in logs. | |||
* | NOISSUE always run the ExtractNatives task during launch | Petr Mrázek | 2016-11-17 | -3/+17 |
| | | | | | The task now checks the conditions, giving the update process time to supply all the metadata. | |||
* | NOISSUE mark used accounts/sessions in selection menus | Petr Mrázek | 2016-11-17 | -0/+59 |
| | ||||
* | NOISSUE use LoggedProcess to work around issues with QProcess on macOS | Petr Mrázek | 2016-11-03 | -3/+3 |
| | ||||
* | NOISSUE Do not kill running instances when MultiMC shuts down | Petr Mrázek | 2016-08-10 | -0/+6 |
| | ||||
* | NOISSUE move creation of server resource pack folder to a separate task | Petr Mrázek | 2016-08-01 | -13/+54 |
| | ||||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -13/+398 |
| | | | | Just running the Java process and giving it params on the command line | |||
* | NOISSUE move Java and Minecraft launch tasks to the proper places | Petr Mrázek | 2016-05-01 | -0/+286 |
Minecraft and Java are not generic. |