aboutsummaryrefslogtreecommitdiff
path: root/logic/minecraft/OneSixUpdate.cpp
AgeCommit message (Collapse)Author
2016-02-17GH-1453 separate out Mojang version reading, use version file URLsPetr Mrázek
2015-11-19GH-1338: mark asset index as stale during instance updatePetr Mrázek
This forces an update for assets changing on mojang servers
2015-10-05NOISSUE dissolve util libraryPetr Mrázek
2015-07-10GH-1034 do jar modding separate from updatePetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-05-31GH-1020 use plain strings for library URLsPetr Mrázek
Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution
2015-05-27GH-967 make libraries handle their own path prefixPetr Mrázek
Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable
2015-05-21GH-983 use 'minecraft.jar' for ancient jar-modded versionsPetr Mrázek
Fixes NEI in MC 1.4.7 and probably other obscure issues
2015-05-06NOISSUE more loggingPetr Mrázek
2015-04-26NOISSUE eliminate ProgressProviderPetr Mrázek
2015-04-13NOISSUE refactor and rearrange zip file utilsPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH move things to the right placesPetr Mrázek