aboutsummaryrefslogtreecommitdiff
path: root/logic/tasks
AgeCommit message (Collapse)Author
2014-01-01ThreadTask for all your ThreadNeedsPetr Mrázek
Use only when absolutely required.
2013-12-21Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer
2013-12-08Finish preliminary offline supportPetr Mrázek
* 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.
2013-11-28Verify access tokens before launching MinecraftAndrew
Kind of an important thing to do... Heh...
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-10-06Added file loggerPetr Mrázek
2013-09-23Implement basic yggdrasil auth.Petr Mrázek
No fancy login token saving involved.
2013-09-22Working 1.6 modding (currently only forge)Petr Mrázek
2013-09-18Implement legacy forge button!Petr Mrázek
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
2013-09-08Changed all strings displayed to end user to use qts localization systemStiepen22
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek
2013-09-02Speed up the downloads. Massively.Petr Mrázek
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.