summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/VersionFile.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-60/+0
|
* NOISSUE finalize support for new mojang version formatPetr Mrázek2016-03-27-4/+10
|
* NOISSUE use new mojang assets locationsPetr Mrázek2016-03-26-1/+1
|
* NOISSUE Use patch problems and problem levels instead of exceptions for ↵Petr Mrázek2016-03-26-0/+1
| | | | minecraft profiles.
* NOISSUE stop referring to the minecraft profile as 'version'Petr Mrázek2016-03-26-12/+12
|
* NOISSUE resolve library activeness during application to profilePetr Mrázek2016-03-26-5/+4
|
* NOISSUE continue version file format refactorsPetr Mrázek2016-03-26-108/+18
|
* NOISSUE make new Mojang version format pass through MultiMC structuresPetr Mrázek2016-03-07-6/+6
| | | | Not yet used effectively, but it is read and written properly
* NOISSUE eliminate timestamp stringsPetr Mrázek2016-03-02-4/+2
|
* NOISSUE move version file reading and writing to dedicated namespacesPetr Mrázek2016-02-27-265/+0
|
* NOISSUE remove OneSixLibraryPetr Mrázek2016-02-26-6/+6
|
* NOISSUE remove old unused version file featuresPetr Mrázek2016-02-25-174/+22
|
* GH-1453 report version file problems in the version pagePetr Mrázek2016-02-21-11/+15
|
* GH-1453 separate out Mojang version reading, use version file URLsPetr Mrázek2016-02-17-30/+77
|
* GH-1453 React to the minimum version change - 18Petr Mrázek2016-02-13-1/+1
|
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-3/+3
|
* NOISSUE sanitize JsonPetr Mrázek2015-06-06-21/+21
| | | | | | 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-2/+2
|
* GH-1016 print list of mods, coremods and jarmodsPetr Mrázek2015-05-31-1/+7
| | | | Includes a change to jar mods, where they gain an 'originalName' attribute used only for display
* GH-967 make libraries handle their own path prefixPetr Mrázek2015-05-27-1/+1
| | | | | Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable
* NOISSUE move everything.Petr Mrázek2015-04-12-5/+5
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-8/+8
|
* NOISSUE Remove special FTB logic from generic version patch codePetr Mrázek2015-04-04-19/+4
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-4/+3
|
* NOISSUE Fix jar mods for OnesSixPetr Mrázek2014-12-27-0/+1
|
* Sync from quickmodsPetr Mrázek2014-09-06-6/+4
|
* Rearrange RawLibrary and OneSixLibrary heavily.Petr Mrázek2014-07-26-77/+66
| | | | Fix #396
* Make forge work.Petr Mrázek2014-07-19-15/+14
| | | | Using classifiers FTW.
* Implement adding jar mods, break saving library order.Petr Mrázek2014-06-09-2/+2
|
* Make 1.6+ work with new instance format.Petr Mrázek2014-06-09-114/+89
|
* All of the broken legacy things work.Petr Mrázek2014-06-09-22/+47
|
* Introducing VersionPatch base class for version files and minecraft versionsPetr Mrázek2014-06-09-112/+12
|
* Reorganize logic code.Petr Mrázek2014-06-09-0/+635