aboutsummaryrefslogtreecommitdiff
path: root/logic/minecraft
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-1016 print list of mods, coremods and jarmodsPetr Mrázek
Includes a change to jar mods, where they gain an 'originalName' attribute used only for display
2015-05-31GH-1016 print mods, jar mods and core mods on startPetr Mrázek
Needs some work - jar mods just have the uuid name
2015-05-31GH-1015 catch exceptions when doing profile reapplyPetr Mrázek
This is a temporary solution.
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-29GH-1015 fix crash when version is incomplete and adding jar modsPetr Mrázek
2015-05-28GH-1011 fetch missing versions when customizing/reverting Minecraft patchesPetr Mrázek
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-05-24GH-991 implement wrapper commandsPetr Mrázek
2015-05-23GH-992 Add a transaction/locking mechanism to settings objectsPetr Mrázek
This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later.
2015-05-21GH-983 use 'minecraft.jar' for ancient jar-modded versionsPetr Mrázek
Fixes NEI in MC 1.4.7 and probably other obscure issues
2015-05-21GH-985 fix jar modsPetr Mrázek
2015-05-17GH-952 Hardcore version page tweakeryPetr Mrázek
Version patches get a lot of new flags that determine which actions are allowed Version page respects the flags Customize, revert and edit for version patches Builting patches can be customized
2015-05-16NOISSUE do not dump minecraft version files into the logPetr Mrázek
2015-05-16GH-958 print PID when starting MinecraftPetr Mrázek
2015-05-16GH-952 do not remove {version,custom}.json files, rename themPetr Mrázek
2015-05-15GH-952 flesh out {version,custom}.json upgrade stepPetr Mrázek
2015-05-11NOISSUE only watch mod folders when the user is looking at themPetr Mrázek
2015-05-06NOISSUE more loggingPetr Mrázek
2015-05-06GH-942 fix vanilla version listPetr Mrázek
Latest release gets the star Latest snapshot, if it's newer than latest release gets the bug
2015-05-05GH-907 fix location/java override for java detectionPetr Mrázek
2015-05-04NOISSUE windows hates mePetr Mrázek
2015-05-04GH-907 improve Java testing and PermGen deprecation handlingPetr Mrázek
2015-05-02NOISSUE handle recommended versions betterPetr Mrázek
Moved constants to the version data file Use recommended Minecraft instead of latest stable for new instances by default
2015-05-01GH-328 overhaul all relevant version listsPetr Mrázek
2015-04-26NOISSUE eliminate ProgressProviderPetr Mrázek
2015-04-26GH-849 Further NetJob related fixesPetr Mrázek
2015-04-13GH-887 fix patch file removalPetr Mrázek
2015-04-13NOISSUE refactor and rearrange zip file utilsPetr Mrázek
2015-04-13GH-329 update description text in MainWindow when instance Minecraft version ↵Petr Mrázek
changes
2015-04-13NOISSUE fix legacy edit instancePetr Mrázek
2015-04-12SCRATCH remove more obsolete asset logicPetr Mrázek
2015-04-12NOISSUE get rid of the obsolete version builderPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH separate the generic updater logic from the applicationPetr Mrázek
2015-04-12SCRATCH no more gui includes in logicPetr Mrázek
2015-04-12SCRATCH move things to the right placesPetr Mrázek
2015-04-12NOISSUE fix overlap in instance settings registrationPetr Mrázek
2015-04-12SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek
2015-04-12SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGLPetr Mrázek
2015-04-12SCRATCH eliminate InstanceFactoryPetr Mrázek
2015-04-04NOISSUE Remove special FTB logic from generic version patch codePetr Mrázek
2015-04-02NOISSUE use QSaveFile for saving patch orderPetr Mrázek
2015-04-02NOISSUE Split MultiMC app object into MultiMC and EnvPetr Mrázek
2015-04-02NOISSUE Refactors and moving of thingsPetr Mrázek
2015-02-06Change copyright dates to 2015Greenphlem
2014-12-27NOISSUE Fix jar mods for OnesSixPetr Mrázek
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer