aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-17NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek
2017-11-18Support for classic multiplayer via mpticketMinecraftZuriki
2017-11-14NOISSUE fix display of svg icons in instance toolbarPetr Mrázek
2017-11-14NOISSUE add svg instance icon supportPetr Mrázek
2017-11-04NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
2017-11-01NOISSUE and one more build for the build gods... ssl error catching again.Petr Mrázek
2017-11-01NOISSUE actually do catch the ssl errorsPetr Mrázek
2017-11-01NOISSUE catch and log SSL errors for Download(s)Petr Mrázek
2017-10-29NOISSUE fix build some morePetr Mrázek
2017-10-29NOISSUE fix buildPetr Mrázek
2017-10-29GH-2026 avoid using awt Dimension class to fix input issues on macOSPetr Mrázek
2017-10-29GH-2026 remove some macOS stuff from launcher part to fix input issues on 1.13Petr Mrázek
2017-10-29GH-2026 only run versions with FirstThreadOnMacOS trait on first threadPetr Mrázek
2017-10-28GH-2026 actually do the previous on macOS, not WindowsPetr Mrázek
2017-10-28GH-2026 start Minecraft on first thread on macOSPetr Mrázek
This should fix issues with the 1.13 snapshots
2017-10-28GH-2026 fix failing library test case for native librariesPetr Mrázek
2017-10-28NOISSUE show hidden files in instance export dialog (like .minecraft)Petr Mrázek
2017-10-28GH-2026 fix native library downloadsPetr Mrázek
If a single library had both native and java jars, they would randomly get confused.
2017-10-11NOISSUE remove debug dump to file in paste uploadPetr Mrázek
2017-10-11NOISSUE clean up and fix paste.ee uploadPetr Mrázek
2017-10-08NOISSUE change behaviour of the +tweakers patch itemPetr Mrázek
Patch application will either add tweakers, or move them to the end if they are already present. This allows fixing up tweaker order in subsequent version patches.
2017-10-08NOISSUE code commentsPetr Mrázek
2017-10-04NOISSUE add tooltips to new menu buttons and make them translateablePetr Mrázek
2017-10-02NOISSUE rearrange main toolbar for clarityPetr Mrázek
It is now set to text beside icons and many actions were moved to sub-menus.
2017-10-02NOISSUE disable the refresh action on the main toolbarPetr Mrázek
2017-10-02NOISSUE remove bogus duplicated toolbarsPetr Mrázek
2017-10-02NOISSUE refactor the MainWindow UI creationPetr Mrázek
It was ugly generated code with no rhyme or reason to it. Now all the relevant code is grouped and language switching works a little better.
2017-09-28NOISSUE fix aspect ratio issues with the instance icon in the instance toolbarPetr Mrázek
2017-09-27NOISSUE use classparser for importing Legacy instances with undecided ↵Petr Mrázek
Minecraft versions
2017-09-27GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek
2017-09-27GH-1997 fix off by one error in 8.3 path logicPetr Mrázek
2017-09-27GH-1997 try to fix Windows buildPetr Mrázek
Coding blind. Much !!FUN!!.
2017-09-27GH-1997 replace use of weird hacks with normal java argumentsPetr Mrázek
This affects classpath and java.library.path. The catch is that if the strings cannot be expressed in system codepage on Windows, it tries to use 8.3 paths.
2017-09-26NOISSUE discourage using java > 8 by sorting it below everything elsePetr Mrázek
2017-09-26NOISSUE Legacy migration success now closes the instance windowPetr Mrázek
2017-09-26NOISSUE add #testing discord channel link to Legacy instance migration pagePetr Mrázek
2017-09-26NOISSUE implement LEgacy instance migrationPetr Mrázek
2017-09-26NOISSUE make sure MultiMC and Flame import is mutually exclusivePetr Mrázek
2017-09-26NOISSUE remove Flame manifest on importPetr Mrázek
This prevents treating the instance as a Flame pack later.
2017-09-26NOISSUE do not fail when the Flame overrides folder is missingPetr Mrázek
2017-09-25NOISSUE force travis.ci to use precise, fix ppa for QtPetr Mrázek
2017-09-25NOISSUE ignore the 'Example Mod' mod name, use filename insteadPetr Mrázek
2017-09-25GH-2000 translate 'required' from Flame pack manifests to '.disabled'Petr Mrázek
2017-09-22NOISSUE make instance traits() constPetr Mrázek
2017-09-22NOISSUE remove some dead code from MinecraftInstance (moved elsewhere)Petr Mrázek
2017-09-22NOISSUE make the paste.ee links in settings clickablePetr Mrázek
2017-09-20NOISSUE prefer to use '.minecraft' instead of 'minecraft' folderPetr Mrázek
2017-09-20NOISSUE set haspaid parameter to true when launching old versionsPetr Mrázek
2017-09-20NOISSUE remove obsolete LWJGL folder settingPetr Mrázek
2017-09-20NOISSUE more work on Legacy migrationPetr Mrázek