aboutsummaryrefslogtreecommitdiff
path: root/logic/tasks/Task.h
AgeCommit message (Collapse)Author
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2015-09-05NOISSUE make shared logic library ... sharedPetr Mrázek
2015-07-26GH-1053 add back update progress dialogPetr Mrázek
2015-07-21GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-05-02GH-922 improve version select dialogsPetr Mrázek
2015-04-26NOISSUE eliminate ProgressProviderPetr Mrázek
2015-02-06Change copyright dates to 2015Greenphlem
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-09-06Sync from quickmodsPetr Mrázek
2014-03-30Fix many memory leaks.Petr Mrázek
2014-03-23Make some more error messages translateable.Petr Mrázek
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-09-18Implement legacy forge button!Petr Mrázek
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.