aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/forge
AgeCommit message (Collapse)Author
2018-11-04NOISSUE take forge xz download url base from the metadata filePetr Mrázek
Instead of hardcoding it.
2018-11-02NOISSUE use https more widelyChris Lane
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2018-02-11NOISSUE update copyright datesPetr Mrázek
2017-05-21NOISSUE fix a bunch of compiler warningsPetr Mrázek
2017-05-03NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek
2017-05-03NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasksPetr Mrázek
2017-04-29NOISSUE refactor NetAction to be based on TaskPetr Mrázek
Still missing some things, this is part 1.
2017-04-07NOISSUE remove liteloader and forgePetr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-08-14GH-352 Make OneSix instance update downloads cancellablePetr Mrázek
2016-07-08GH-1610 Make Forge installs only use newer list to fix older version downloadsFyberOptic
2016-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek