summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/onesix/OneSixUpdate.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-203/+0
|
* GH-1929 do not allow non-current update task to affect the update processPetr Mrázek2017-07-21-0/+22
| | | | Errors are handled by setting a flag and failing on the next call to next()
* GH-1927 Add more specific task status loggingPetr Mrázek2017-07-07-0/+10
| | | | | | * Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases.
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-7/+7
|
* NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasksPetr Mrázek2017-05-03-5/+5
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-2/+2
| | | | Still missing some things, this is part 1.
* GH-1856 Fix metadata version and list loadingPetr Mrázek2017-04-24-11/+22
| | | | Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
* NOISSUE preview of LWJGL version changingPetr Mrázek2017-04-07-2/+2
| | | | | It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json.
* NOISSUE hack it together enough to get launching backPetr Mrázek2017-04-07-22/+26
| | | | | Meta index will now always return valid objects. They just might never load if they don't exist on the server.
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-1/+2
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-270/+76
|
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-3/+10
| | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+342