summaryrefslogtreecommitdiffstats
path: root/logic/net/NetJob.h
Commit message (Collapse)AuthorAgeLines
* Finish assets update for 1.7.3Petr Mrázek2013-12-10-1/+1
|
* Finish preliminary offline supportPetr Mrázek2013-12-08-0/+2
| | | | | | | | | * ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work.
* Use the forge mirrors for downloading forge librariesPetr Mrázek2013-11-17-0/+10
| | | | Let's hope we never, ever see a forge download error again.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-3/+17
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-0/+94
* 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