aboutsummaryrefslogtreecommitdiff
path: root/logic/minecraft/RawLibrary.cpp
AgeCommit message (Collapse)Author
2015-06-06NOISSUE sanitize JsonPetr Mrázek
Removes magical parameter madness. All require* can throw All ensure* need a default value and never throw
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-05-31GH-1021 make builtin versions not customizablePetr Mrázek
They use attributes not defined in the OneSix format.
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-04-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek
2014-07-26Rearrange RawLibrary and OneSixLibrary heavily.Petr Mrázek
Fix #396
2014-07-19Make forge work.Petr Mrázek
Using classifiers FTW.
2014-07-16Implement gradle spec reader/writerPetr Mrázek
2014-06-09Make 1.6+ work with new instance format.Petr Mrázek
2014-06-09Introducing VersionPatch base class for version files and minecraft versionsPetr Mrázek