summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/Library.cpp
Commit message (Collapse)AuthorAgeLines
* GH-1697 always stale files tolerate errors if a local copy is presentPetr Mrázek2016-10-28-2/+7
| | | | | This fixes the situation when liteloader snapshot site is broken and there's an older local snapshot already present.
* NOISSUE add instance-local library storagePetr Mrázek2016-10-02-2/+38
| | | | | | Any libraries stored in $instanceroot/libraries/ will override the libraries from MultiMC's global folders, as long as they are marked 'local' in the json patch.
* NOISSUE implement 'always-stale' cache entriesPetr Mrázek2016-06-13-0/+5
|
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-7/+17
| | | | | | * 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/+239