Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE fix build | Petr Mrázek | 2018-12-12 | -2/+3 |
| | ||||
* | NOISSUE fix logging for gametype | Petr Mrázek | 2018-12-11 | -1/+1 |
| | ||||
* | GH-2374 fix missing alternating backgrounds in worlds, add gametype column | Petr Mrázek | 2018-12-11 | -1/+76 |
| | ||||
* | NOISSUE model Task states as one enum instead of multiple flags | Petr Mrázek | 2018-12-10 | -20/+51 |
| | | | | This adds Task::State::AbortedByUser as a possibility | |||
* | NOISSUE make instance creation task abortable | Petr Mrázek | 2018-12-10 | -0/+21 |
| | | | | This may or may not expose issues when it actually IS used. | |||
* | NOISSUE fix typo | Petr Mrázek | 2018-12-06 | -1/+1 |
| | ||||
* | GH-2483 fix minor issue while checking for missing local files | Petr Mrázek | 2018-12-06 | -2/+1 |
| | ||||
* | GH-2478 fix jarmods being detected as missing | Petr Mrázek | 2018-11-26 | -24/+35 |
| | ||||
* | NOISSUE fix unit tests | Petr Mrázek | 2018-11-26 | -6/+7 |
| | ||||
* | GH-2475 fix reporting missing local libraries on launch | Petr Mrázek | 2018-11-26 | -62/+61 |
| | ||||
* | GH-2101 select everything when editing instance names | Petr Mrázek | 2018-11-23 | -0/+1 |
| | ||||
* | NOISSUE proper inline editable instance names | Petr Mrázek | 2018-11-23 | -6/+72 |
| | | | | Pretty! | |||
* | GH-2101 fix enter and double click activation of instances | Petr Mrázek | 2018-11-22 | -1/+7 |
| | ||||
* | GH-2101 POC for inline renaming | Petr Mrázek | 2018-11-22 | -26/+60 |
| | ||||
* | GH-2467 remove unused sorting indicators from version page | Petr Mrázek | 2018-11-21 | -0/+3 |
| | ||||
* | NOISSUE fix up mod installation and add a lot of logging for it | Petr Mrázek | 2018-11-21 | -25/+42 |
| | ||||
* | NOISSUE remove some nonsense and dead code | Petr Mrázek | 2018-11-15 | -1017/+12 |
| | ||||
* | GH-2384 when adding mods with the same filename, rotate the files | Petr Mrázek | 2018-11-12 | -2/+21 |
| | | | | | Current will be disabled and renamed to '$name-old'. Old one, if present, will be removed. | |||
* | NOISSUE fix up unit test for the changed Library behavior | Petr Mrázek | 2018-11-12 | -1/+1 |
| | | | | No more fallback for local libraries. They must be in the instance, always. | |||
* | GH-2144 Fix translatable string | Petr Mrázek | 2018-11-12 | -1/+1 |
| | ||||
* | GH-1552 Hide PermGen when using an autodetected java version greater than 8 | janrupf | 2018-11-12 | -1/+17 |
| | ||||
* | GH-2144 Append '(installed)' to the installed version name | janrupf | 2018-11-12 | -1/+15 |
| | ||||
* | GH-2384 Replace existing mod files | janrupf | 2018-11-12 | -0/+2 |
| | ||||
* | GH-2452 Ask before deleting group | janrupf | 2018-11-12 | -1/+6 |
| | ||||
* | NOISSUE Ignore stuff from CLion | janrupf | 2018-11-12 | -0/+2 |
| | ||||
* | NOISSUE Rename OneSixUpdate to MinecraftUpdate | Petr Mrázek | 2018-11-11 | -26/+26 |
| | ||||
* | NOISSUE fix groups not being updated in UI correctly | Petr Mrázek | 2018-11-11 | -0/+2 |
| | | | | The model was not sending the appropriate signals. | |||
* | NOISSUE read local libraries only from the local location | Petr Mrázek | 2018-11-11 | -7/+1 |
| | | | | This removes the fallback to global `libraries` folder for `local` libraries. | |||
* | NOISSUE take forge xz download url base from the metadata file | Petr Mrázek | 2018-11-04 | -6/+6 |
| | | | | Instead of hardcoding it. | |||
* | NOISSUE remove use of obsolete URL constants, simplify the rest | Petr Mrázek | 2018-11-04 | -18/+13 |
| | ||||
* | NOISSUE fix 404 with liteloader https url | Chris Lane | 2018-11-02 | -1/+1 |
| | ||||
* | NOISSUE use https more widely | Chris Lane | 2018-11-02 | -23/+23 |
| | ||||
* | NOISSUE use https for downloading assets | Petr Mrázek | 2018-11-02 | -1/+1 |
| | ||||
* | NOISSUE fix more rhel 7.6 problems? | Petr Mrázek | 2018-11-01 | -2/+4 |
| | ||||
* | iNOISSUE fix build issue with pack200 on rhel 7.6 | Petr Mrázek | 2018-11-01 | -8/+12 |
| | ||||
* | GH-2382 fix exact version filter not being exact... | Petr Mrázek | 2018-11-01 | -1/+1 |
| | ||||
* | GH-2238 fix issues with whitespace/newlines in folder and instance names | Petr Mrázek | 2018-11-01 | -6/+9 |
| | ||||
* | GH-2412: collect dead processes on linux properly | Petr Mrázek | 2018-10-31 | -38/+59 |
| | | | | Issues were caused by use of `popen()` with no `pclose()` counterpart... | |||
* | GH-2232 add gif icon support (not animated) | Petr Mrázek | 2018-10-31 | -2/+2 |
| | ||||
* | add game and minecraft keywords | Noah | 2018-10-31 | -0/+1 |
| | ||||
* | add minecraft keyword | Noah | 2018-10-31 | -1/+1 |
| | ||||
* | NOISSUE make LaunchStep::bind private | Petr Mrázek | 2018-10-31 | -3/+3 |
| | | | | Static analysis was complaining about it. | |||
* | NOISSUE stop mentioning the translations server in README | Petr Mrázek | 2018-09-10 | -3/+1 |
| | ||||
* | NOISSUE fix build on linux? | Petr Mrázek | 2018-08-02 | -1/+2 |
| | ||||
* | NOISSUE get rid of remaining tabs | Petr Mrázek | 2018-08-02 | -543/+543 |
| | ||||
* | NOISSUE FTB pack code implementation, cleaned up | Jannis Lübke | 2018-08-02 | -160/+542 |
| | ||||
* | NOISSUE gate new mods page behind cheat code | Petr Mrázek | 2018-08-01 | -8/+49 |
| | ||||
* | NOISSUE fix crash bug caused by urge to maker code pretty | Petr Mrázek | 2018-07-31 | -1/+2 |
| | | | | Also added a note so this doesn't happen again... | |||
* | NOISSUE set groups for instances by not setting groups for instances | Petr Mrázek | 2018-07-31 | -91/+92 |
| | | | | So simple. Better in every way. | |||
* | NOISSUE squish. | Petr Mrázek | 2018-07-28 | -571/+489 |
| |