aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-05-26GH-1003 Fix settings dialog delaysPetr Mrázek
2015-05-25GH-1003 add some save locking for dialog pages that deal with settingsPetr 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-980 update chengelogPetr 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
2015-05-21GH-970 fix help page links some morePetr Mrázek
2015-05-21GH-980 update version number and changelog for 0.4.7Petr Mrázek
2015-05-21GH-970 fix help page linksPetr Mrázek
2015-05-21GH-794 add libstdc++ to build on linux. hopefully?Petr Mrázek
2015-05-20NOISSUE Link wiki feature list in readmeBenjamin Hoffmeyer
2015-05-20GH-972 fix 'temporaty' typoPetr Mrázek
2015-05-20GH-932 Icon themes actually do not need a restart to be appliedPetr Mrázek
2015-05-19GH-960 tweak changelog for the OSX SSL fixPetr Mrázek
2015-05-19GH-960 possible fix for missing OSX ca certsPetr Mrázek
2015-05-18GH-952 Update changelog for hardcore version page tweakeryPetr 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-16GH-952 fix legacy edit instancePetr Mrázek
2015-05-16NOISSUE do not dump minecraft version files into the logPetr Mrázek
2015-05-16NOISSUE change travis to Qt 5.3Petr Mrázek
2015-05-16NOISSUE replace derpy merkdown thing with hoedownPetr Mrázek