summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeLines
* GH-2412: collect dead processes on linux properlyPetr Mrázek2018-10-31-38/+59
| | | | Issues were caused by use of `popen()` with no `pclose()` counterpart...
* GH-2232 add gif icon support (not animated)Petr Mrázek2018-10-31-1/+1
|
* NOISSUE make LaunchStep::bind privatePetr Mrázek2018-10-31-3/+3
| | | | Static analysis was complaining about it.
* NOISSUE fix build on linux?Petr Mrázek2018-08-02-1/+2
|
* NOISSUE FTB pack code implementation, cleaned upJannis Lübke2018-08-02-30/+172
|
* NOISSUE gate new mods page behind cheat codePetr Mrázek2018-08-01-0/+34
|
* NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek2018-07-31-87/+85
| | | | So simple. Better in every way.
* NOISSUE squish.Petr Mrázek2018-07-28-542/+483
|
* NOISSUE simplify.Petr Mrázek2018-07-28-221/+137
|
* SCRATCH things and stuff, related to grou savingPetr Mrázek2018-07-28-36/+53
|
* NOISSUE fix build on macOS?Petr Mrázek2018-07-28-1/+1
|
* GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵Petr Mrázek2018-07-27-36/+50
| | | | importance
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-22660/+22660
|
* NOISSUE separate new mods model from the simple onePetr Mrázek2018-07-15-50/+569
| | | | It should list mods in various locations...
* NOISSUE more warningsPetr Mrázek2018-06-28-1/+1
|
* NOISSUE fix a bug with mutexes on Windows, more warningsPetr Mrázek2018-06-28-0/+2
|
* NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek2018-06-28-20/+21
|
* NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek2018-06-28-84/+36
|
* GH-2291 Fix build with Qt 5.11+Sergey Shatunov2018-06-02-3/+2
|
* GH-2277 fix even more exception catches by valuePetr Mrázek2018-05-20-1/+1
|
* Catch C++ exceptions by const referenceCharles Milette2018-05-19-21/+21
| | | | Fixes #2277
* NOISSUE and even more bad includesPetr Mrázek2018-04-07-1/+3
|
* NOISSUE add more missing includesPetr Mrázek2018-04-07-0/+1
|
* NOISSUE add logging to zip subfolder extractionPetr Mrázek2018-04-07-0/+4
|
* #2228, #2229 - Auto import pack icons and fixed to big version selection - ↵Janrupf2018-04-07-0/+13
| | | | Closes #2228, Closes #2229
* NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf2018-04-02-129/+63
|
* NOISSUE Fixed compilation error, but needs to be revisitedJanrupf2018-04-02-0/+2
|
* NOISSUE fix latent bugs in RWStoragePetr Mrázek2018-04-02-2/+3
|
* GH-2208 fix FTB pack download cachingPetr Mrázek2018-03-29-3/+5
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-276/+292
|
* NOISSUE preserve minecraft.jar while migrating Legacy instancesPetr Mrázek2018-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' subfoldersPetr Mrázek2018-03-16-21/+23
|
* NOISSUE Fixed code for PRJanrupf2018-03-12-43/+8
|
* GH-2124 First complete implementation, installing is working now! GH-2172 ↵Janrupf2018-03-11-17/+203
| | | | Added sorting
* Added FTB pack selection ad download, WIPJanrupf2018-02-28-0/+436
|
* NOISSUE do not censor player name in logsPetr Mrázek2018-02-18-1/+0
|
* GH-2154 Ignore 'hidden' flag of insttance foldersPetr Mrázek2018-02-18-1/+1
|
* NOISSUE clean up and fix win32 includes in FileSystem implementationPetr Mrázek2018-02-11-12/+8
|
* NOISSUE fix some warningsPetr Mrázek2018-02-11-0/+3
|
* NOISSUE update copyright datesPetr Mrázek2018-02-11-132/+132
|
* NOISSUE change FS::updateTimestamp to work with directories too, use it to ↵Petr Mrázek2018-02-11-20/+15
| | | | fix icon issues on macOS
* GH-2134 fix model selection when uploading a skinPetr Mrázek2018-02-10-2/+2
|
* NOISSUE When changing version of or installing a package, remove customized ↵Petr Mrázek2018-02-09-3/+8
| | | | version
* NOISSUE make visualvm work with relative paths (inside the MultiMC folder)Petr Mrázek2018-02-06-1/+2
|
* NOISSUE add an 'open folder' button to the icon dialogPetr Mrázek2018-02-05-0/+6
|
* NOISSUE remove unneeded URL fixing code and fix up the exception thrown by ↵Petr Mrázek2018-01-29-4/+3
| | | | invalid Flame URLs
* NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek2018-01-27-2/+10
|
* NOISSUE rearrange build systemPetr Mrázek2018-01-27-0/+6
| | | | | | | * 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
* NOISSUE clean up download redirects and handle their errors as fatalPetr Mrázek2018-01-22-23/+10
|
* NOISSUE fix bad redirect URLs provided by the curse CDNPetr Mrázek2018-01-21-4/+50
| | | | MultiMC now parses the HTTP Location header in a (more) tolerant mode.