aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Collapse)Author
2018-11-26GH-2475 fix reporting missing local libraries on launchPetr Mrázek
2018-11-22GH-2101 POC for inline renamingPetr Mrázek
2018-11-21NOISSUE fix up mod installation and add a lot of logging for itPetr Mrázek
2018-11-15NOISSUE remove some nonsense and dead codePetr Mrázek
2018-11-12GH-2384 when adding mods with the same filename, rotate the filesPetr Mrázek
Current will be disabled and renamed to '$name-old'. Old one, if present, will be removed.
2018-11-12NOISSUE fix up unit test for the changed Library behaviorPetr Mrázek
No more fallback for local libraries. They must be in the instance, always.
2018-11-12GH-2384 Replace existing mod filesjanrupf
2018-11-11NOISSUE Rename OneSixUpdate to MinecraftUpdatePetr Mrázek
2018-11-11NOISSUE fix groups not being updated in UI correctlyPetr Mrázek
The model was not sending the appropriate signals.
2018-11-11NOISSUE read local libraries only from the local locationPetr Mrázek
This removes the fallback to global `libraries` folder for `local` libraries.
2018-11-04NOISSUE take forge xz download url base from the metadata filePetr Mrázek
Instead of hardcoding it.
2018-11-04NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek
2018-11-02NOISSUE fix 404 with liteloader https urlChris Lane
2018-11-02NOISSUE use https more widelyChris Lane
2018-11-02NOISSUE use https for downloading assetsPetr Mrázek
2018-11-01GH-2382 fix exact version filter not being exact...Petr Mrázek
2018-11-01GH-2238 fix issues with whitespace/newlines in folder and instance namesPetr Mrázek
2018-10-31GH-2412: collect dead processes on linux properlyPetr Mrázek
Issues were caused by use of `popen()` with no `pclose()` counterpart...
2018-10-31GH-2232 add gif icon support (not animated)Petr Mrázek
2018-10-31NOISSUE make LaunchStep::bind privatePetr Mrázek
Static analysis was complaining about it.
2018-08-02NOISSUE fix build on linux?Petr Mrázek
2018-08-02NOISSUE FTB pack code implementation, cleaned upJannis Lübke
2018-08-01NOISSUE gate new mods page behind cheat codePetr Mrázek
2018-07-31NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek
So simple. Better in every way.
2018-07-28NOISSUE squish.Petr Mrázek
2018-07-28NOISSUE simplify.Petr Mrázek
2018-07-28SCRATCH things and stuff, related to grou savingPetr Mrázek
2018-07-28NOISSUE fix build on macOS?Petr Mrázek
2018-07-27GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵Petr Mrázek
importance
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