aboutsummaryrefslogtreecommitdiff
path: root/api/logic
AgeCommit message (Collapse)Author
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-07-15NOISSUE separate new mods model from the simple onePetr Mrázek
It should list mods in various locations...
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
Fixes #2277
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 - ↵Janrupf
Closes #2228, Closes #2229
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
It can be manually modded. It must be preserved when it's the only jar around.
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 ↵Janrupf
Added sorting
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 ↵Petr Mrázek
fix icon issues on macOS
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 ↵Petr Mrázek
version
2018-02-06NOISSUE make visualvm work with relative paths (inside the MultiMC folder)Petr Mrázek
2018-01-29NOISSUE remove unneeded URL fixing code and fix up the exception thrown by ↵Petr Mrázek
invalid Flame URLs
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek
2018-01-27NOISSUE rearrange build systemPetr Mrázek
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
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
MultiMC now parses the HTTP Location header in a (more) tolerant mode.
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
to version page
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 ↵Petr Mrázek
minor Flame import problems
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
Metadata for version 1 will be at v1.meta.multimc.org
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
Only for a single session, not between sessions.
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
Badly connected signals/slots and similar things.
2017-12-05GH-2059 fix instance directory not being created on first launchPetr Mrázek