Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-19 | Remove some old forge hacks | Petr Mrázek | |
Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it. | |||
2019-01-16 | Update Copyright Year | AppleTheGolden | |
2018-11-04 | NOISSUE take forge xz download url base from the metadata file | Petr Mrázek | |
Instead of hardcoding it. | |||
2018-11-02 | NOISSUE use https more widely | Chris Lane | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-05-19 | Catch C++ exceptions by const reference | Charles Milette | |
Fixes #2277 | |||
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2017-05-21 | NOISSUE fix a bunch of compiler warnings | Petr Mrázek | |
2017-05-03 | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | |
2017-05-03 | NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasks | Petr Mrázek | |
2017-04-29 | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | |
Still missing some things, this is part 1. | |||
2017-04-07 | NOISSUE remove liteloader and forge | Petr Mrázek | |
2017-04-07 | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2016-11-06 | NOISSUE Refactor and sanitize MultiMC startup/shutdown | Petr Mrázek | |
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes. | |||
2016-08-14 | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | |
2016-07-08 | GH-1610 Make Forge installs only use newer list to fix older version downloads | FyberOptic | |
2016-06-05 | NOISSUE refactor *Download into more, smaller pieces | Petr 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-01 | NOISSUE reorganize and document libraries | Petr Mrázek | |