Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE Don't append .disabled to string | janrupf | 2019-06-17 | -1/+1 |
| | ||||
* | Merge branch 'develop' of https://github.com/lelandliu/MultiMC5 into develop | Petr Mrázek | 2019-06-15 | -2/+2 |
|\ | ||||
| * | Fixed adding a disabled duplicate | Leland Liu | 2019-06-14 | -2/+2 |
| | | ||||
* | | 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 |
|/ | ||||
* | GH-2591 less std::shared_ptr and more shared_qobject_ptr | Petr Mrázek | 2019-04-07 | -25/+21 |
| | | | | This eliminates some weird crashes. | |||
* | 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/+207 |
| | ||||
* | 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/+191 |
| | ||||
* | Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop | Petr Mrázek | 2019-01-17 | -49/+49 |
|\ | ||||
| * | Update Copyright Year | AppleTheGolden | 2019-01-16 | -49/+49 |
| | | ||||
* | | NOISSUE Replace Quality with Completeness in language widget | Petr Mrázek | 2019-01-14 | -9/+0 |
|/ | | | | Completeness does no imply quality. | |||
* | 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 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 | -2/+2 |
| | ||||
* | GH-2475 fix reporting missing local libraries on launch | Petr Mrázek | 2018-11-26 | -61/+60 |
| | ||||
* | 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 | -543/+6 |
| | ||||
* | 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 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 | -5/+5 |
| | ||||
* | NOISSUE use https more widely | Chris Lane | 2018-11-02 | -2/+2 |
| | ||||
* | NOISSUE use https for downloading assets | Petr Mrázek | 2018-11-02 | -1/+1 |
| | ||||
* | GH-2412: collect dead processes on linux properly | Petr Mrázek | 2018-10-31 | -37/+58 |
| | | | | Issues were caused by use of `popen()` with no `pclose()` counterpart... | |||
* | NOISSUE set groups for instances by not setting groups for instances | Petr Mrázek | 2018-07-31 | -7/+0 |
| | | | | So simple. Better in every way. | |||
* | NOISSUE simplify. | Petr Mrázek | 2018-07-28 | -3/+0 |
| | ||||
* | NOISSUE fix build on macOS? | Petr Mrázek | 2018-07-28 | -1/+1 |
| | ||||
* | GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵ | Petr Mrázek | 2018-07-27 | -36/+44 |
| | | | | importance | |||
* | NOISSUE tabs -> spaces | Petr Mrázek | 2018-07-15 | -10364/+10364 |
| | ||||
* | NOISSUE separate new mods model from the simple one | Petr Mrázek | 2018-07-15 | -46/+563 |
| | | | | It should list mods in various locations... | |||
* | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | 2018-06-28 | -11/+11 |
| | ||||
* | NOISSUE do not keep downloads in memory, add (some) missing virtual dtors | Petr Mrázek | 2018-06-28 | -81/+23 |
| | ||||
* | Catch C++ exceptions by const reference | Charles Milette | 2018-05-19 | -11/+11 |
| | | | | Fixes #2277 | |||
* | NOISSUE Fixed compilation error, but needs to be revisited | Janrupf | 2018-04-02 | -0/+2 |
| | ||||
* | NOISSUE redo new instance dialog | Petr Mrázek | 2018-03-27 | -14/+5 |
| | ||||
* | NOISSUE preserve minecraft.jar while migrating Legacy instances | Petr Mrázek | 2018-03-23 | -3/+26 |
| | | | | It can be manually modded. It must be preserved when it's the only jar around. | |||
* | NOISSUE move modpack platform related files to 'modplatform' subfolders | Petr Mrázek | 2018-03-16 | -274/+0 |
| | ||||
* | NOISSUE do not censor player name in logs | Petr Mrázek | 2018-02-18 | -1/+0 |
| | ||||
* | NOISSUE fix some warnings | Petr Mrázek | 2018-02-11 | -0/+3 |
| | ||||
* | NOISSUE update copyright dates | Petr Mrázek | 2018-02-11 | -49/+49 |
| |