Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE use classparser for importing Legacy instances with undecided ↵ | Petr Mrázek | 2017-09-27 | -18/+28 |
| | | | | Minecraft versions | |||
* | GH-1993 swap min/max memory settings when they are the wrong way around | Petr Mrázek | 2017-09-27 | -12/+73 |
| | ||||
* | GH-1997 fix off by one error in 8.3 path logic | Petr Mrázek | 2017-09-27 | -0/+5 |
| | ||||
* | GH-1997 try to fix Windows build | Petr Mrázek | 2017-09-27 | -2/+2 |
| | | | | Coding blind. Much !!FUN!!. | |||
* | GH-1997 replace use of weird hacks with normal java arguments | Petr Mrázek | 2017-09-27 | -98/+59 |
| | | | | | | | This affects classpath and java.library.path. The catch is that if the strings cannot be expressed in system codepage on Windows, it tries to use 8.3 paths. | |||
* | NOISSUE discourage using java > 8 by sorting it below everything else | Petr Mrázek | 2017-09-26 | -2/+11 |
| | ||||
* | NOISSUE Legacy migration success now closes the instance window | Petr Mrázek | 2017-09-26 | -19/+41 |
| | ||||
* | NOISSUE add #testing discord channel link to Legacy instance migration page | Petr Mrázek | 2017-09-26 | -1/+1 |
| | ||||
* | NOISSUE implement LEgacy instance migration | Petr Mrázek | 2017-09-26 | -62/+179 |
| | ||||
* | NOISSUE make sure MultiMC and Flame import is mutually exclusive | Petr Mrázek | 2017-09-26 | -1/+2 |
| | ||||
* | NOISSUE remove Flame manifest on import | Petr Mrázek | 2017-09-26 | -0/+1 |
| | | | | This prevents treating the instance as a Flame pack later. | |||
* | NOISSUE do not fail when the Flame overrides folder is missing | Petr Mrázek | 2017-09-26 | -4/+11 |
| | ||||
* | NOISSUE force travis.ci to use precise, fix ppa for Qt | Petr Mrázek | 2017-09-25 | -26/+29 |
| | ||||
* | NOISSUE ignore the 'Example Mod' mod name, use filename instead | Petr Mrázek | 2017-09-25 | -1/+2 |
| | ||||
* | GH-2000 translate 'required' from Flame pack manifests to '.disabled' | Petr Mrázek | 2017-09-25 | -1/+6 |
| | ||||
* | NOISSUE make instance traits() const | Petr Mrázek | 2017-09-22 | -5/+5 |
| | ||||
* | NOISSUE remove some dead code from MinecraftInstance (moved elsewhere) | Petr Mrázek | 2017-09-22 | -18/+0 |
| | ||||
* | NOISSUE make the paste.ee links in settings clickable | Petr Mrázek | 2017-09-22 | -0/+3 |
| | ||||
* | NOISSUE prefer to use '.minecraft' instead of 'minecraft' folder | Petr Mrázek | 2017-09-20 | -6/+6 |
| | ||||
* | NOISSUE set haspaid parameter to true when launching old versions | Petr Mrázek | 2017-09-20 | -0/+1 |
| | ||||
* | NOISSUE remove obsolete LWJGL folder setting | Petr Mrázek | 2017-09-20 | -41/+3 |
| | ||||
* | NOISSUE more work on Legacy migration | Petr Mrázek | 2017-09-20 | -12/+149 |
| | ||||
* | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | 2017-09-17 | -4/+821 |
| | ||||
* | NOISSUE clean up moc warnings | Petr Mrázek | 2017-09-10 | -13/+0 |
| | ||||
* | NOISSUE put back missing OneSix upgrade logic | Petr Mrázek | 2017-09-10 | -0/+62 |
| | ||||
* | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | 2017-09-09 | -1661/+1198 |
| | ||||
* | NOISSUE Remove Legacy support | Petr Mrázek | 2017-09-09 | -2793/+0 |
| | ||||
* | NOISSUE remove FTB integration | Petr Mrázek | 2017-09-09 | -932/+1 |
| | ||||
* | NOISSUE add support for Flame packs with resource packs | Petr Mrázek | 2017-09-08 | -7/+69 |
| | | | | And a bunch of undefined things we don't handle intentionally just yet... | |||
* | NOISSUE fix hardcoded link color in other places | Petr Mrázek | 2017-09-07 | -14/+9 |
| | ||||
* | NOISSUE fix hardcoded link color in about dialog | Petr Mrázek | 2017-09-07 | -1/+1 |
| | | | | Should respect theme colors now. | |||
* | NOISSUE retry committing instances if it fails a few times | Petr Mrázek | 2017-09-05 | -96/+121 |
| | | | | This should fix issues with antivirus locking files/folders on Windows. | |||
* | NOISSUE refactor pack import (extraction and paths) | Petr Mrázek | 2017-09-04 | -58/+129 |
| | | | | | | It now: * Doesn't extract until it knows the content format is good. * Extracts in a predictable location, not requiring to use a second path for the actual pack root. | |||
* | GH-1971 do not check filesystem boundaries when committing instances | Petr Mrázek | 2017-09-02 | -6/+3 |
| | | | | The check wasn't very good and was breaking because it assumed uniform paths. | |||
* | NOISSUE handle error 201 in Auth code | Petr Mrázek | 2017-09-02 | -0/+1 |
| | | | | | | | This is something I ran into when one of my accounts stopped working. The auth token probably expired. This should now be handled as a normal auth error, not a network failure. | |||
* | NOISSUE simplify ProblemProvider | Petr Mrázek | 2017-08-28 | -24/+8 |
| | ||||
* | NOISSUE Update Instance-Version Help Page | flcmc | 2017-08-27 | -1/+1 |
| | ||||
* | NOISSUE update te logo in the README | Petr Mrázek | 2017-08-27 | -1/+3 |
| | ||||
* | NOISSUE update README to reference workflowy and discord | Petr Mrázek | 2017-08-27 | -1/+1 |
| | ||||
* | NOISSUE select whole items in screenshot list | Petr Mrázek | 2017-08-26 | -1/+1 |
| | | | | Items = rows. It should work properly now. | |||
* | 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 |
| | ||||
* | move env cleaning and clean before java test | Joona | 2017-08-22 | -65/+98 |
| | ||||
* | forgot to remove debug statement | Joona | 2017-08-22 | -1/+0 |
| | ||||
* | remove public option | Joona | 2017-08-22 | -17/+1 |
| | ||||
* | switch to new paste.ee API | Joona | 2017-08-22 | -10/+16 |
| | ||||
* | NOISSUE use rows when uploading screenshots | Petr Mrázek | 2017-08-19 | -1/+1 |
| | | | | Using all indexes was quadrupling the uploaded items. | |||
* | GH-1314 add UI for custom minecraft jar addition | Petr Mrázek | 2017-08-07 | -52/+147 |
| | | | | | | Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people. |