Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵ | Petr Mrázek | 2015-10-20 | -1/+1 |
| | | | | unique_qobject_ptr, refactor MainWindow to match | |||
* | NOISSUE make shared logic library ... shared | Petr Mrázek | 2015-09-05 | -1/+3 |
| | ||||
* | GH-1053 add back update progress dialog | Petr Mrázek | 2015-07-26 | -2/+2 |
| | ||||
* | GH-1053 explode launch task into many small steps, each a Task | Petr Mrázek | 2015-07-21 | -1/+1 |
| | ||||
* | GH-849 Further NetJob related fixes | Petr Mrázek | 2015-04-26 | -4/+4 |
| | ||||
* | GH-849 Fix failure signals not getting delivered from NetJob properly | Petr Mrázek | 2015-04-26 | -6/+0 |
| | ||||
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -2/+2 |
| | ||||
* | SCRATCH separate the generic updater logic from the application | Petr Mrázek | 2015-04-12 | -0/+1 |
| | ||||
* | GH-841 fix for modpack downloads on windows | Petr Mrázek | 2015-03-27 | -1/+1 |
| | ||||
* | Change copyright dates to 2015 | Greenphlem | 2015-02-06 | -1/+1 |
| | ||||
* | GH-721 Redo internal NetJob implementation. | Petr Mrázek | 2015-01-11 | -7/+14 |
| | | | | NetJob is now using its own task queue and does not start more than 6 actions at the same time | |||
* | Update copyright year (finally...) | Jan Dalheimer | 2014-11-02 | -1/+1 |
| | ||||
* | Sync from quickmods | Petr Mrázek | 2014-09-06 | -14/+6 |
| | ||||
* | Implement adding jar mods, break saving library order. | Petr Mrázek | 2014-06-09 | -1/+0 |
| | ||||
* | Begin the transformation! | Petr Mrázek | 2014-06-09 | -1/+1 |
| | | | | Nuke all the things. | |||
* | Fix many memory leaks. | Petr Mrázek | 2014-03-30 | -1/+1 |
| | ||||
* | Offline mode can be used even when online. | Petr Mrázek | 2014-01-27 | -2/+0 |
| | | | | | | 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. | |||
* | Use asset sizes from the index to make the progress bar better | Petr Mrázek | 2013-12-15 | -3/+9 |
| | ||||
* | Finish assets update for 1.7.3 | Petr Mrázek | 2013-12-10 | -1/+1 |
| | ||||
* | Finish preliminary offline support | Petr Mrázek | 2013-12-08 | -0/+2 |
| | | | | | | | | | * 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. | |||
* | Use the forge mirrors for downloading forge libraries | Petr Mrázek | 2013-11-17 | -0/+10 |
| | | | | Let's hope we never, ever see a forge download error again. | |||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -3/+17 |
| | ||||
* | S3 bucket listing support and network code refactors. | Petr Mrázek | 2013-10-26 | -0/+94 |
* 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 |