Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-2639 Add simple fabric loader installation support | Petr Mrázek | 2019-06-15 | -0/+9 |
| | ||||
* | fix author name parsing | asie | 2019-06-15 | -7/+10 |
| | ||||
* | Add Fabric mod JSON parsing support | asie | 2019-06-15 | -0/+53 |
| | ||||
* | NOISSUE fix macOS build, remove bundled dependencies on linux | Petr Mrázek | 2019-06-08 | -2/+2 |
| | | | | | | | | | | Your copy of MultiMC might stop working after this update because we no longer bundle Qt and other system libraries. Contact us at https://discord.gg/0k2zsXGNHs0fE4Wm if you need help with installing Qt. Qt 5.4.x or newer is required. | |||
* | NOISSUE improve icon handling while importing and exporting instances | Petr Mrázek | 2019-05-31 | -3/+83 |
| | | | | Now it handles formats other than png. | |||
* | GH-2591 less std::shared_ptr and more shared_qobject_ptr | Petr Mrázek | 2019-04-07 | -72/+68 |
| | | | | This eliminates some weird crashes. | |||
* | NOISSUE fix metadata URL | Petr Mrázek | 2019-03-08 | -1/+1 |
| | ||||
* | NOISSUE create translations folder before starting to watch it for changes | Petr Mrázek | 2019-03-08 | -4/+5 |
| | | | | Fixes issue where on first run, the translations don't show up. | |||
* | NOISSUE fix build | Petr Mrázek | 2019-02-19 | -1/+0 |
| | ||||
* | GH-2209 Fix sounds in old (pre-1.6) versions | Petr Mrázek | 2019-02-19 | -25/+209 |
| | ||||
* | NOISSUE fix builds? | Petr Mrázek | 2019-01-30 | -1/+1 |
| | ||||
* | NOISSUE first step towards having game options management | Petr Mrázek | 2019-01-30 | -1/+193 |
| | ||||
* | Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop | Petr Mrázek | 2019-01-17 | -126/+126 |
|\ | ||||
| * | Update Copyright Year | AppleTheGolden | 2019-01-16 | -126/+126 |
| | | ||||
* | | NOISSUE Replace Quality with Completeness in language widget | Petr Mrázek | 2019-01-14 | -15/+6 |
| | | | | | | | | Completeness does no imply quality. | |||
* | | NOISSUE language selection wizard improvements | Petr Mrázek | 2019-01-08 | -5/+75 |
|/ | | | | Same needs to be applied to the application settings later. | |||
* | NOISSUE granular model updates for language model | Petr Mrázek | 2019-01-06 | -30/+85 |
| | ||||
* | NOISSUE update FTB URLs | Petr Mrázek | 2019-01-04 | -5/+10 |
| | ||||
* | NOISSUE hotloading of translations and use of local PO files | Petr Mrázek | 2019-01-02 | -51/+650 |
| | | | | The hotloading is still inefficient | |||
* | NOISSUE add missing Q_OBJECT macros | Petr Mrázek | 2018-12-23 | -0/+1 |
| | ||||
* | GH-2488 fix Qt's relative URL redirect problems some more | Petr Mrázek | 2018-12-14 | -4/+14 |
| | ||||
* | GH-2485 fix crash bug while creating instances | Petr Mrázek | 2018-12-14 | -5/+3 |
| | ||||
* | 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/+73 |
| | ||||
* | 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 POC for inline renaming | Petr Mrázek | 2018-11-22 | -5/+28 |
| | ||||
* | 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 | -545/+8 |
| | ||||
* | 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-2384 Replace existing mod files | 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 | -16/+11 |
| | ||||
* | NOISSUE fix 404 with liteloader https url | Chris Lane | 2018-11-02 | -1/+1 |
| | ||||
* | NOISSUE use https more widely | Chris Lane | 2018-11-02 | -14/+14 |
| | ||||
* | NOISSUE use https for downloading assets | Petr Mrázek | 2018-11-02 | -1/+1 |
| | ||||
* | 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 | -2/+2 |
| | ||||
* | 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... | |||
* | NOISSUE make LaunchStep::bind private | Petr Mrázek | 2018-10-31 | -3/+3 |
| | | | | Static analysis was complaining about it. |