Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-10 | feat: add Qt 6 support to CMake | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-17 | fix: fix warnings reported by LGTM.com | Sefa Eyeoglu | |
2022-03-22 | Enable LTO/IPO on release builds | Philipp David | |
2021-11-28 | GH-4071 handle invalid MSA refresh token as a hard error | Petr Mrázek | |
2021-10-31 | GH-1795 add terminal launch option to use a specific Minecraft profile | Petr Mrázek | |
Used like this: ``` ./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net ``` | |||
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-06-28 | NOISSUE fix a bug with mutexes on Windows, more warnings | Petr Mrázek | |
2018-06-02 | GH-2291 Fix build with Qt 5.11+ | Sergey Shatunov | |
2016-11-19 | GH-1726 better failure detection for updates | Petr Mrázek | |
Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process. | |||
2016-10-30 | NOISSUE fix the build even more - win32 types are weird | Petr Mrázek | |
2016-10-30 | NOISSUE fix build some more - Windows | Petr Mrázek | |
2016-10-30 | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | |
instance application. |