aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29GH-1100 Fix issues with LD_* variables when restarting on updatesJan Dalheimer
2015-06-28GH-1096 make ubuntu package work on both 32bit and 64bit machinesPetr Mrázek
2015-06-28GH-1096 simple debian/ubuntu wrapper packagePetr Mrázek
Built with `fakeroot dpkg-deb --build multimc_1.0-1`
2015-06-13GH-1068 update changelogPetr 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-11GH-1008 implement log window max line countPetr Mrázek
Defaults to 100k lines
2015-06-10GH-1009 add mcedit.pyc as a valid mcedit 'executable'Petr Mrázek
2015-06-10GH-1060 ugly XP hack is uglyPetr Mrázek
2015-06-10GH-1060 create and delete update dirPetr 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 add a lot of error checking and reporting to the inner updaterPetr Mrázek
2015-06-09GH-1060 tweaks to new update mechanism - loggingPetr Mrázek
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-07GH-1060 remove updater codePetr Mrázek
2015-06-06GH-1051 ignore CDPATHPetr Mrázek
2015-06-06GH-1033 Set up travis for C++14 setupJan Dalheimer
No clang, no OSX, nothing
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-06GH-1052 try using c++1y on OSXPetr Mrázek
2015-06-06GH-1052 switch over to C++14 everywherePetr Mrázek
2015-06-06NOISSUE Don't attempt to package the accessible plugins on Qt >= 5.4Jan Dalheimer
2015-06-02NOISSUE begin working on 0.4.8 and update changelogPetr Mrázek
2015-06-02NOISSUE redo the launcher partAlex
2015-06-01GH-980 finalize changelogPetr Mrázek
2015-06-01GH-1031 include icon in exported instance if it is customPetr Mrázek
2015-06-01GH-980 more changelog tweakeryPetr Mrázek
2015-06-01GH-980 Update changelog for 0.4.7Petr 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-29GH-994 hopefully fix issue with people still using jar modsPetr Mrázek
Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods
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-26NOISSUE use -fPIC builds when the system Qt is derpyPetr Mrázek
2015-05-26GH-997 fix saving of settings values with special charactersPetr Mrázek
Values are now escaped properly
2015-05-26GH-997 add unit test for ini file save/load passthroughPetr Mrázek