summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft
Commit message (Expand)AuthorAgeLines
* NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek2019-08-03-303/+270
* NOISSUE remove dependency of legacy mod list on the Mod classPetr Mrázek2019-08-03-64/+13
* NOISSUE fix bug with drag & drop not working with empty mod listPetr Mrázek2019-07-31-6/+7
* NOISSUE Show Version page while the instancer is running.Petr Mrázek2019-07-15-6/+26
* NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek2019-07-15-9/+46
* NOISSUE update component buttons some more when the versions changePetr Mrázek2019-07-11-3/+6
* GH-2716 do not censor values shorter than 4 in logsPetr Mrázek2019-07-01-2/+1
* NOISSUE Don't append .disabled to stringjanrupf2019-06-17-1/+1
* Merge branch 'develop' of https://github.com/lelandliu/MultiMC5 into developPetr Mrázek2019-06-15-2/+2
|\
| * Fixed adding a disabled duplicateLeland Liu2019-06-14-2/+2
* | GH-2639 Add simple fabric loader installation supportPetr Mrázek2019-06-15-0/+9
* | fix author name parsingasie2019-06-15-7/+10
* | Add Fabric mod JSON parsing supportasie2019-06-15-0/+53
|/
* GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek2019-04-07-25/+21
* NOISSUE fix buildPetr Mrázek2019-02-19-1/+0
* GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek2019-02-19-25/+207
* NOISSUE fix builds?Petr Mrázek2019-01-30-1/+1
* NOISSUE first step towards having game options managementPetr Mrázek2019-01-30-1/+191
* Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek2019-01-17-49/+49
|\
| * Update Copyright YearAppleTheGolden2019-01-16-49/+49
* | NOISSUE Replace Quality with Completeness in language widgetPetr Mrázek2019-01-14-9/+0
|/
* NOISSUE fix buildPetr Mrázek2018-12-12-2/+3
* NOISSUE fix logging for gametypePetr Mrázek2018-12-11-1/+1
* GH-2374 fix missing alternating backgrounds in worlds, add gametype columnPetr Mrázek2018-12-11-1/+73
* NOISSUE fix typoPetr Mrázek2018-12-06-1/+1
* GH-2483 fix minor issue while checking for missing local filesPetr Mrázek2018-12-06-2/+1
* GH-2478 fix jarmods being detected as missingPetr Mrázek2018-11-26-24/+35
* NOISSUE fix unit testsPetr Mrázek2018-11-26-2/+2
* GH-2475 fix reporting missing local libraries on launchPetr Mrázek2018-11-26-61/+60
* NOISSUE fix up mod installation and add a lot of logging for itPetr Mrázek2018-11-21-25/+42
* NOISSUE remove some nonsense and dead codePetr Mrázek2018-11-15-543/+6
* GH-2384 when adding mods with the same filename, rotate the filesPetr Mrázek2018-11-12-2/+21
* NOISSUE fix up unit test for the changed Library behaviorPetr Mrázek2018-11-12-1/+1
* GH-2384 Replace existing mod filesjanrupf2018-11-12-0/+2
* NOISSUE Rename OneSixUpdate to MinecraftUpdatePetr Mrázek2018-11-11-26/+26
* NOISSUE read local libraries only from the local locationPetr Mrázek2018-11-11-7/+1
* NOISSUE take forge xz download url base from the metadata filePetr Mrázek2018-11-04-6/+6
* NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek2018-11-04-5/+5
* NOISSUE use https more widelyChris Lane2018-11-02-2/+2
* NOISSUE use https for downloading assetsPetr Mrázek2018-11-02-1/+1
* GH-2412: collect dead processes on linux properlyPetr Mrázek2018-10-31-37/+58
* NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek2018-07-31-7/+0
* NOISSUE simplify.Petr Mrázek2018-07-28-3/+0
* NOISSUE fix build on macOS?Petr Mrázek2018-07-28-1/+1
* GH-2352 Add Minecraft folder button for instances, rearrange buttons by impor...Petr Mrázek2018-07-27-36/+44
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-10364/+10364
* NOISSUE separate new mods model from the simple onePetr Mrázek2018-07-15-46/+563
* NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek2018-06-28-11/+11
* NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek2018-06-28-81/+23
* Catch C++ exceptions by const referenceCharles Milette2018-05-19-11/+11