Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove some old forge hacks | Petr Mrázek | 2020-05-19 | -393/+0 |
| | | | | | | | | | | | | | | 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. | |||
* | Update Copyright Year | AppleTheGolden | 2019-01-16 | -1/+1 |
| | ||||
* | NOISSUE take forge xz download url base from the metadata file | Petr Mrázek | 2018-11-04 | -2/+2 |
| | | | | Instead of hardcoding it. | |||
* | NOISSUE use https more widely | Chris Lane | 2018-11-02 | -1/+1 |
| | ||||
* | NOISSUE tabs -> spaces | Petr Mrázek | 2018-07-15 | -320/+320 |
| | ||||
* | Catch C++ exceptions by const reference | Charles Milette | 2018-05-19 | -1/+1 |
| | | | | Fixes #2277 | |||
* | NOISSUE update copyright dates | Petr Mrázek | 2018-02-11 | -1/+1 |
| | ||||
* | NOISSUE fix a bunch of compiler warnings | Petr Mrázek | 2017-05-21 | -2/+4 |
| | ||||
* | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | 2017-05-03 | -28/+28 |
| | ||||
* | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | 2017-04-29 | -28/+28 |
| | | | | Still missing some things, this is part 1. | |||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE Refactor and sanitize MultiMC startup/shutdown | Petr Mrázek | 2016-11-06 | -6/+3 |
| | | | | | * Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes. | |||
* | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | 2016-08-14 | -4/+40 |
| | ||||
* | NOISSUE reorganize and document libraries | Petr Mrázek | 2016-05-01 | -0/+358 |