summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/MinecraftProfile.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-203/+0
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-29/+18
|
* GH-1314 add UI for custom minecraft jar additionPetr Mrázek2017-08-07-0/+3
| | | | | | Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people.
* GH-1856 Fix metadata version and list loadingPetr Mrázek2017-04-24-3/+0
| | | | Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
* NOISSUE silly/simple implementation of mod metadata in OneSix version formatPetr Mrázek2017-04-21-0/+4
|
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-8/+3
|
* NOISSUE implement mainJar support in OneSix formatPetr Mrázek2017-04-13-2/+7
| | | | This allows customizing the main jar like any other library.
* NOISSUE fix issue with the narrator feature by splitting java and native ↵Petr Mrázek2017-04-07-0/+4
| | | | libraries
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-2/+2
| | | | | | | | They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server.
* NOISSUE remove liteloader and forgePetr Mrázek2017-04-07-0/+4
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* NOISSUE add instance-local library storagePetr Mrázek2016-10-02-1/+1
| | | | | | Any libraries stored in $instanceroot/libraries/ will override the libraries from MultiMC's global folders, as long as they are marked 'local' in the json patch.
* NOISSUE fix minor memory leaksPetr Mrázek2016-08-19-0/+1
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-0/+1
| | | | Just running the Java process and giving it params on the command line
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+200