Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1053 add back update progress dialog | Petr Mrázek | 2015-07-26 | -1/+1 |
| | ||||
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -1/+1 |
| | ||||
* | SCRATCH separate the generic updater logic from the application | Petr Mrázek | 2015-04-12 | -1/+1 |
| | ||||
* | SCRATCH nuke the overcomplicated logger, use a simple one. | Petr Mrázek | 2015-04-12 | -8/+8 |
| | ||||
* | NOISSUE Split MultiMC app object into MultiMC and Env | Petr Mrázek | 2015-04-02 | -3/+3 |
| | ||||
* | Change copyright dates to 2015 | Greenphlem | 2015-02-06 | -1/+1 |
| | ||||
* | NOISSUE Always follow redirects for NetAction based downloads | Petr Mrázek | 2014-12-12 | -21/+18 |
| | ||||
* | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | 2014-11-02 | -1/+1 |
| | ||||
* | Sync from quickmods | Petr Mrázek | 2014-09-06 | -0/+24 |
| | ||||
* | Marginally improve OneSix offline mode launch | Petr Mrázek | 2014-01-18 | -8/+13 |
| | | | | | While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries. | |||
* | Small fix for stale files getting stuck in the cache | Petr Mrázek | 2014-01-13 | -5/+11 |
| | ||||
* | Harden CacheDownload. | Petr Mrázek | 2014-01-11 | -25/+37 |
| | | | | It's now super hard. SRSLY. | |||
* | Make CacheDownload use QSaveFile | Petr Mrázek | 2014-01-10 | -27/+21 |
| | ||||
* | Use asset sizes from the index to make the progress bar better | Petr Mrázek | 2013-12-15 | -6/+8 |
| | ||||
* | Use the forge mirrors for downloading forge libraries | Petr Mrázek | 2013-11-17 | -4/+2 |
| | | | | Let's hope we never, ever see a forge download error again. | |||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -6/+22 |
| | ||||
* | S3 bucket listing support and network code refactors. | Petr Mrázek | 2013-10-26 | -1/+1 |
| | | | | | | * Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors | |||
* | Support version format 9, fix version-related segfault, (maybe) fix forge lists. | Petr Mrázek | 2013-10-18 | -2/+10 |
| | ||||
* | Log failure reasons of cache downloads | Petr Mrázek | 2013-10-06 | -1/+1 |
| | ||||
* | Added file logger | Petr Mrázek | 2013-10-06 | -5/+5 |
| | ||||
* | Add user agent header to most MultiMC download requests. | Petr Mrázek | 2013-10-02 | -0/+1 |
| | ||||
* | Cache forge version list (it's huge) | Petr Mrázek | 2013-09-22 | -29/+34 |
| | ||||
* | Use HttpMetaCache to minimize network use. | Petr Mrázek | 2013-09-08 | -0/+122 |