aboutsummaryrefslogtreecommitdiff
path: root/logic/net/NetJob.h
AgeCommit message (Collapse)Author
2016-03-26NOISSUE use new mojang assets locationsPetr Mrázek
2015-10-20NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵Petr Mrázek
unique_qobject_ptr, refactor MainWindow to match
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-04-26GH-849 Further NetJob related fixesPetr Mrázek
2015-04-26GH-849 Fix failure signals not getting delivered from NetJob properlyPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH separate the generic updater logic from the applicationPetr Mrázek
2015-03-27GH-841 fix for modpack downloads on windowsPetr Mrázek
2015-02-06Change copyright dates to 2015Greenphlem
2015-01-11GH-721 Redo internal NetJob implementation.Petr Mrázek
NetJob is now using its own task queue and does not start more than 6 actions at the same time
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-09-06Sync from quickmodsPetr Mrázek
2014-06-09Implement adding jar mods, break saving library order.Petr Mrázek
2014-06-09Begin the transformation!Petr Mrázek
Nuke all the things.
2014-03-30Fix many memory leaks.Petr Mrázek
2014-01-27Offline mode can be used even when online.Petr Mrázek
Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
2013-12-15Use asset sizes from the index to make the progress bar betterPetr Mrázek
2013-12-10Finish assets update for 1.7.3Petr 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-17Use the forge mirrors for downloading forge librariesPetr Mrázek
Let's hope we never, ever see a forge download error again.
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-10-26S3 bucket listing support and network code refactors.Petr Mrázek
* 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