Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-19 | GH-2209 Fix sounds in old (pre-1.6) versions | Petr Mrázek | |
2019-01-30 | NOISSUE first step towards having game options management | Petr Mrázek | |
2019-01-02 | NOISSUE hotloading of translations and use of local PO files | Petr Mrázek | |
The hotloading is still inefficient | |||
2018-11-15 | NOISSUE remove some nonsense and dead code | Petr Mrázek | |
2018-08-02 | NOISSUE FTB pack code implementation, cleaned up | Jannis Lübke | |
2018-07-28 | NOISSUE squish. | Petr Mrázek | |
2018-07-28 | NOISSUE simplify. | Petr Mrázek | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-07-15 | NOISSUE separate new mods model from the simple one | Petr Mrázek | |
It should list mods in various locations... | |||
2018-06-02 | GH-2291 Fix build with Qt 5.11+ | Sergey Shatunov | |
2018-04-02 | NOISSUE Added FTB Pack logos to chooser and fixed some missing includes | Janrupf | |
2018-03-27 | NOISSUE redo new instance dialog | Petr Mrázek | |
2018-03-16 | NOISSUE move modpack platform related files to 'modplatform' subfolders | Petr Mrázek | |
2018-02-28 | Added FTB pack selection ad download, WIP | Janrupf | |
2018-01-27 | NOISSUE do not install .a files for shared libraries on Windows | Petr Mrázek | |
2018-01-27 | NOISSUE rearrange build system | Petr Mrázek | |
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780 | |||
2017-12-03 | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | |
2017-11-17 | NOISSUE split out the LaunchProfile out of the ComponentList | Petr Mrázek | |
2017-11-04 | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | |
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
2017-09-27 | NOISSUE use classparser for importing Legacy instances with undecided ↵ | Petr Mrázek | |
Minecraft versions | |||
2017-09-26 | NOISSUE implement LEgacy instance migration | Petr Mrázek | |
2017-09-20 | NOISSUE more work on Legacy migration | Petr Mrázek | |
2017-09-17 | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | |
2017-09-09 | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | |
2017-09-09 | NOISSUE Remove Legacy support | Petr Mrázek | |
2017-09-09 | NOISSUE remove FTB integration | Petr Mrázek | |
2017-06-26 | NOISSUE some safe refactors and changes of the task subsystem | Petr Mrázek | |
Possibly also some bug fixes. | |||
2017-05-06 | GH-1876 Fork and update quazip | Petr Mrázek | |
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway | |||
2017-05-05 | GH-1876 turn pack200 into a shared library | Petr Mrázek | |
2017-04-23 | GH-1856 Make MultiMC fail hard when things are missing | Petr Mrázek | |
Things like: * jar mods * valid version files | |||
2017-04-22 | NOISSUE Add flame. | Petr Mrázek | |
2017-04-20 | NOISSUE add import from curse zip packs | Petr Mrázek | |
Does not actually grab mods, but resolves them and prints the results in logs. | |||
2017-04-17 | NOISSUE jar mods as libraries, fix for customizing net.minecraft | Petr Mrázek | |
2017-04-07 | NOISSUE Rough refactor of ProfilePatch and VersionFile internals. | Petr Mrázek | |
They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server. | |||
2017-04-07 | NOISSUE reimplement package dependencies | Petr Mrázek | |
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version | |||
2017-04-07 | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE simplify. | Petr Mrázek | |
2017-04-07 | NOISSUE remove liteloader and forge | Petr Mrázek | |
2017-04-07 | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | |
2017-04-07 | NOISSUE Wonko is the new Meta | Petr Mrázek | |
And then Wonko was the Meta. | |||
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | |
2017-01-01 | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | |
2016-12-28 | GH-1379 rename shared libraries to avoid collisions with system libraries | Petr Mrázek | |
It was unlikely, now it's impossible. | |||
2016-11-17 | NOISSUE mark used accounts/sessions in selection menus | Petr Mrázek | |
2016-11-03 | NOISSUE use LoggedProcess to work around issues with QProcess on macOS | Petr Mrázek | |
2016-10-26 | NOISSUE Granular instance reload | Petr Mrázek | |
2016-08-19 | NOISSUE use model/view for Minecraft log data | Petr Mrázek | |
2016-08-14 | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | |
2016-08-10 | Revert "NOISSUE rework of minecraft log" | Petr Mrázek | |
This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a. | |||
2016-08-10 | NOISSUE rework of minecraft log | Petr Mrázek | |
Now uses a model and a list view instead of text This lets mmc keep track of the contents regardless of whether the instance windows are open This is currently missing a way to select and copy text from the log. |