Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-01 | fix: don't use forward-declared Ptr types in meta/ | flow | |
This would cause ODR violations when those headers were included in other places that also included stuff like "Version.h" (note the "meta/Version.h"), which can cause problems, especially in LTO. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: add instance creation abstraction and move vanilla | flow | |
This is so that 1. Code is more cleanly separated, and 2. Allows to more easily add instance updating :) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-04-19 | Fix crash if no Minecraft version is selected in the new instance screen | Kenneth Chew | |
2022-04-18 | fix: actually check if a mod loader is selected | Sefa Eyeoglu | |
Thus also removes a suggestCurrent call from loaderFilterChanged, as it will already be triggered by setSelectedLoaderVersion | |||
2022-04-15 | Add Quilt install option while creating an instance | Kenneth Chew | |
2022-04-15 | Fix Fabric versions appearing for unsupported MC versions | Kenneth Chew | |
Also remove an old TODO comment, mentioning an issue that was already fixed. | |||
2022-04-15 | Show no loader selected message when add instance window first opens | Kenneth Chew | |
This resolves an issue where the message only shows when selecting a mod loader and then selecting "None" again. | |||
2022-04-15 | Fix build on Qt 5.6 | Kenneth Chew | |
2022-04-15 | Add option to install mod loader during instance creation | Kenneth Chew | |
2022-03-20 | chore: add license header | Sefa Eyeoglu | |
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |