aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2018-07-15NOISSUE separate new mods model from the simple onePetr Mrázek
2018-06-28NOISSUE more warningsPetr Mrázek
2018-06-28NOISSUE fix a bug with mutexes on Windows, more warningsPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-06-28NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-05-20GH-2277 fix even more exception catches by valuePetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
2018-04-07NOISSUE and even more bad includesPetr Mrázek
2018-04-07NOISSUE add more missing includesPetr Mrázek
2018-04-07NOISSUE add logging to zip subfolder extractionPetr Mrázek
2018-04-07#2228, #2229 - Auto import pack icons and fixed to big version selection - Cl...Janrupf
2018-04-02NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf
2018-04-02NOISSUE Fixed compilation error, but needs to be revisitedJanrupf
2018-04-02NOISSUE fix latent bugs in RWStoragePetr Mrázek
2018-03-29GH-2208 fix FTB pack download cachingPetr Mrázek
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-23NOISSUE preserve minecraft.jar while migrating Legacy instancesPetr Mrázek
2018-03-16NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek
2018-03-12NOISSUE Fixed code for PRJanrupf
2018-03-11GH-2124 First complete implementation, installing is working now! GH-2172 Add...Janrupf
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-02-18NOISSUE do not censor player name in logsPetr Mrázek
2018-02-18GH-2154 Ignore 'hidden' flag of insttance foldersPetr Mrázek
2018-02-11NOISSUE clean up and fix win32 includes in FileSystem implementationPetr Mrázek
2018-02-11NOISSUE fix some warningsPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-02-11NOISSUE change FS::updateTimestamp to work with directories too, use it to fi...Petr Mrázek
2018-02-10GH-2134 fix model selection when uploading a skinPetr Mrázek
2018-02-09NOISSUE When changing version of or installing a package, remove customized v...Petr Mrázek
2018-02-06NOISSUE make visualvm work with relative paths (inside the MultiMC folder)Petr Mrázek
2018-02-05NOISSUE add an 'open folder' button to the icon dialogPetr Mrázek
2018-01-29NOISSUE remove unneeded URL fixing code and fix up the exception thrown by in...Petr Mrázek
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek
2018-01-27NOISSUE rearrange build systemPetr Mrázek
2018-01-22NOISSUE clean up download redirects and handle their errors as fatalPetr Mrázek
2018-01-21NOISSUE fix bad redirect URLs provided by the curse CDNPetr Mrázek
2018-01-08NOISSUE remove the jar-modded jar after the instance finishesPetr Mrázek
2018-01-05GH-2087 remove the revert to vanilla functionality, add file download button ...Petr Mrázek
2018-01-04NOISSUE stop logging process environment and MC launch scriptPetr Mrázek
2017-12-31NOISSUE add button for creating empty, properly registered, componentsPetr Mrázek
2017-12-30NOISSUE add missing QStringList includePetr Mrázek
2017-12-30NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for mi...Petr Mrázek
2017-12-29NOISSUE switch MultiMC to the v1 meta endpointPetr Mrázek
2017-12-29NOISSUE initial meta version will be 1, map 0 to 1Petr Mrázek
2017-12-29NOISSUE add versioning to component metadata format and use itPetr Mrázek
2017-12-18NOISSUE preserve log page checkbox state when the instance window is closedPetr Mrázek
2017-12-14NOISSUE do not override already loaded metadata entities with partial dataPetr Mrázek
2017-12-14NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek
2017-12-05GH-2059 fix instance directory not being created on first launchPetr Mrázek