summaryrefslogtreecommitdiffstats
path: root/logic/tasks/ProgressProvider.h
Commit message (Collapse)AuthorAgeLines
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-1/+1
|
* Sync from quickmodsPetr Mrázek2014-09-06-3/+1
|
* Make 1.6+ work with new instance format.Petr Mrázek2014-06-09-0/+1
|
* Finish preliminary offline supportPetr Mrázek2013-12-08-0/+1
| | | | | | | | | * 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.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-2/+23
|
* Implement legacy forge button!Petr Mrázek2013-09-18-0/+20
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects