aboutsummaryrefslogtreecommitdiff
path: root/logic/OneSixUpdate.h
AgeCommit message (Collapse)Author
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-06-09Make 1.6+ work with new instance format.Petr Mrázek
2014-06-09Much change, very jarmod.Petr Mrázek
2014-02-21Copying of FTB instances working againJan Dalheimer
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.
2014-01-14Do not use the java checker during instance updatePetr Mrázek
2013-12-10Finish assets update for 1.7.3Petr Mrázek
2013-12-08Fix offline mode bugsPetr 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-25Detect java bitness on launch, use appropriate librariesPetr Mrázek
Fixes problems with latest snapshot
2013-11-24Prepare for rework of instance launch/updatePetr Mrázek
Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded.
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
2013-10-06Added file loggerPetr 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.