summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/RawLibrary.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE make new Mojang version format pass through MultiMC structuresPetr Mrázek2016-03-07-130/+0
| | | | Not yet used effectively, but it is read and written properly
* NOISSUE even more version file refactorsPetr Mrázek2016-02-28-117/+0
| | | | There is no end to them in sight
* NOISSUE remove old unused version file featuresPetr Mrázek2016-02-25-76/+0
|
* GH-1379 fix build with Qt 5.2.1 on ubuntu64Petr Mrázek2016-01-07-1/+1
|
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-2/+2
|
* NOISSUE sanitize JsonPetr Mrázek2015-06-06-5/+5
| | | | | | Removes magical parameter madness. All require* can throw All ensure* need a default value and never throw
* NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer2015-06-06-3/+3
|
* GH-1021 make builtin versions not customizablePetr Mrázek2015-05-31-0/+1
| | | | They use attributes not defined in the OneSix format.
* GH-1020 use plain strings for library URLsPetr Mrázek2015-05-31-3/+10
| | | | Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution
* GH-967 make libraries handle their own path prefixPetr Mrázek2015-05-27-10/+44
| | | | | Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable
* NOISSUE move everything.Petr Mrázek2015-04-12-1/+1
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-3/+3
|
* Rearrange RawLibrary and OneSixLibrary heavily.Petr Mrázek2014-07-26-35/+124
| | | | Fix #396
* Make forge work.Petr Mrázek2014-07-19-19/+6
| | | | Using classifiers FTW.
* Implement gradle spec reader/writerPetr Mrázek2014-07-16-11/+11
|
* Make 1.6+ work with new instance format.Petr Mrázek2014-06-09-9/+146
|
* Introducing VersionPatch base class for version files and minecraft versionsPetr Mrázek2014-06-09-0/+68