aboutsummaryrefslogtreecommitdiff
path: root/logic/minecraft/OneSixInstance.cpp
AgeCommit message (Collapse)Author
2015-08-16GH-1164 make sure the censor filter never contains empty keysPetr Mrázek
2015-07-26GH-1053 add back update progress dialogPetr Mrázek
2015-07-21GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek
2015-07-10GH-1053 move launch related things and rename themPetr Mrázek
2015-07-10GH-1034 do jar modding separate from updatePetr Mrázek
2015-07-04GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek
2015-06-30SCRATCH squash MinecraftLauncher into BaseLauncherPetr Mrázek
needs to be split differently needs to be squashed together with the logic from MainWindow
2015-06-30GH-1053 base process and launch refactor, part 1Petr Mrázek
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-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-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-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-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH no more gui includes in logicPetr Mrázek
2015-04-12SCRATCH move things to the right placesPetr Mrázek