aboutsummaryrefslogtreecommitdiff
path: root/logic/net/NetJob.cpp
AgeCommit message (Collapse)Author
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-10Finish assets update for 1.7.3Petr Mrázek
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