aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2015-08-18GH-926 implement log cleaning functionalityPetr Mrázek
Also adds gzip compressed log support
2015-08-16GH-1164 make sure the censor filter never contains empty keysPetr Mrázek
2015-08-14NOISSUE fix build on windows - pid -> processIdPetr Mrázek
2015-07-26GH-1053 add back update progress dialogPetr Mrázek
2015-07-22GH-1053 move guessLevel to instancesPetr Mrázek
2015-07-21GH-1053 add launch step creation to legacy instancesPetr 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-05GH-1053 cleanupPetr Mrázek
2015-07-05GH-1053 move launch process UI to a separate classPetr 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-30SCRATCH fix BaseLauncherPetr Mrázek
2015-06-30GH-1053 base process and launch refactor, part 1Petr Mrázek
2015-06-12GH-1069 env hack/passthhrough for LD_PRELOAD and LD_LIBRARY_PATHPetr Mrázek
2015-06-11GH-1009 use .sh instead of .pyc - .pyc doesn't work at allPetr Mrázek
2015-06-10GH-1009 add mcedit.pyc as a valid mcedit 'executable'Petr Mrázek
2015-06-09GH-1060 update tweaksPetr Mrázek
* download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace'
2015-06-09GH-1060 implement very basic updater (only linux and maybe osx right now)Petr Mrázek
2015-06-09GH-1060 remove some old updater bits and piecesPetr Mrázek
2015-06-08GH-1049 fix bad ifdefs that prevent linux-specific env blacklistingPetr Mrázek
2015-06-06GH-1051 ignore CDPATHPetr Mrázek
2015-06-06NOISSUE Comment and bugfix the Resource systemJan Dalheimer
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 remove StandardTaskPetr Mrázek
2015-06-06NOISSUE document exceptions a bit morePetr Mrázek
2015-06-06NOISSUE use FS a bit morePetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-06-01GH-1031 include icon in exported instance if it is customPetr Mrázek
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-26GH-997 fix saving of settings values with special charactersPetr Mrázek
Values are now escaped properly
2015-05-26GH-1003 Fix settings dialog delaysPetr Mrázek
2015-05-25GH-992 GH-997 Do not rewrite values when loading FTB packsPetr Mrázek
name, icon and notes won't be overwritten when loading FTB packs this also eliminates the file saving delay from setting the values
2015-05-24GH-977 Initialize FTB icon properly (iconKey vs logo), remove debug printsPetr Mrázek
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-22GH-977 Improve FTB loading and instance creationPetr Mrázek
2015-05-22GH-977 this isn't funny anymore...Petr Mrázek
2015-05-22GH-977 possibly fix FTB on windows. Maybe. Partially. Now maybe for real.Petr Mrázek
2015-05-21GH-977 possibly fix FTB on windows. Maybe. Partially.Petr Mrázek
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