summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/RawLibrary.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE make new Mojang version format pass through MultiMC structuresPetr Mrázek2016-03-07-187/+0
| | | | Not yet used effectively, but it is read and written properly
* NOISSUE even more version file refactorsPetr Mrázek2016-02-28-6/+2
| | | | There is no end to them in sight
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-1/+1
|
* NOISSUE remove OneSixLibraryPetr Mrázek2016-02-26-2/+24
|
* NOISSUE remove old unused version file featuresPetr Mrázek2016-02-25-27/+10
|
* GH-1020 use plain strings for library URLsPetr Mrázek2015-05-31-3/+3
| | | | 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/+26
| | | | | Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable
* NOISSUE move everything.Petr Mrázek2015-04-12-3/+3
|
* Rearrange RawLibrary and OneSixLibrary heavily.Petr Mrázek2014-07-26-11/+117
| | | | Fix #396
* Make forge work.Petr Mrázek2014-07-19-4/+3
| | | | Using classifiers FTW.
* Implement gradle spec reader/writerPetr Mrázek2014-07-16-2/+3
|
* Make 1.6+ work with new instance format.Petr Mrázek2014-06-09-10/+27
|
* Introducing VersionPatch base class for version files and minecraft versionsPetr Mrázek2014-06-09-0/+47