Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-12 | fix: use our own prefix for rainbow lib | Sefa Eyeoglu | |
2022-02-12 | Revert "refactor(build): link rainbow statically" | Sefa Eyeoglu | |
Windows build fails for some reason. Needs to be investigated later This reverts commit 812f00eb81158bfb4c2d61b228c0c1c796641ac1. | |||
2022-02-12 | refactor(build): link iconfix statically | Sefa Eyeoglu | |
2022-02-12 | refactor(build): link rainbow statically | Sefa Eyeoglu | |
2022-01-31 | refactor: simpler includes for quazip | Sefa Eyeoglu | |
2022-01-31 | refactor: add in-tree QuaZip | Sefa Eyeoglu | |
2022-01-31 | refactor: initial migration to QuaZip 1.2 | Sefa Eyeoglu | |
Let's move off our custom QuaZip. In the olden times we needed the custom version of QuaZip, as it was basically unmaintained and on SourceForge (eww). But nowadays it's maintained and on GitHub. See new GitHub page: https://github.com/stachenov/quazip | |||
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2022-01-08 | stop cmake from blocking builds on wsl | seth | |
2021-12-31 | Merge remote-tracking branch 'upstream/develop' into upstream_update | dada513 | |
2021-12-30 | Merge pull request #4345 from graemeg/freebsd-support | Petr Mrázek | |
Adds FreeBSD support to MultiMC | |||
2021-12-29 | Completely remove Google Analytics library | swirl | |
2021-12-21 | update submodule | Lenny McLennington | |
2021-12-20 | Merge remote-tracking branch 'upstream/develop' into develop | Lenny McLennington | |
2021-12-19 | NOISSUE fix up java dependency to 1.7 so builds work again | Petr Mrázek | |
'7' is not a thing | |||
2021-12-18 | Apply patches | swirl | |
Re-add lin-system, and fix Linux datadir fix jar paths allow for modern java | |||
2021-12-12 | Changes required to support FreeBSD | Graeme Geldenhuys | |
2021-12-10 | Update Java version to 7+ | Dāvis Mosāns | |
Otherwise currently it doesn't build with newer Java | |||
2021-11-28 | GH-4071 handle invalid MSA refresh token as a hard error | Petr Mrázek | |
2021-11-28 | GH-4071 handle network errors when logging in with MSA as 'soft' | Petr Mrázek | |
This makes the tokens not expire when such errors happen. Only applies to MSA, not the XBox and Mojang steps afterwards. Further testing and improvements are still needed. | |||
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 ``` | |||
2021-10-21 | NOISSUE Update links to repo, fix up library README | Petr Mrázek | |
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-10-21 | NOISSUE fix _ICONFIX_EXPORT | Petr Mrázek | |
2021-10-21 | NOISSUE debranding for real, initial work | Petr Mrázek | |
This is probably very broken on macOS and Windows and will need a lot of work to complete fully. | |||
2021-09-21 | NOISSUE Remove Requestor, it is unused | Petr Mrázek | |
2021-09-04 | GH-4014 fix kernel version scanning on macOS and linux some more | Petr Mrázek | |
2021-09-04 | GH-4014 fix kernel version scanning on macOS and linux | Petr Mrázek | |
2021-09-04 | GH-4014 change updater to recognize new Qt 5.15.2 builds | Petr Mrázek | |
2021-08-27 | NOISSUE introduce the concept of secrets static library | Petr Mrázek | |
2021-08-25 | NOISSUE cut down Requestor | Petr Mrázek | |
2021-08-22 | GH-3392 Switch MS account login to use device flow instead | Petr Mrázek | |
Device flow involves the user manually opening a web page and putting in a code. We no longer need to interact with the browser. | |||
2021-08-19 | NOISSUE sanitize some MSA auth logging | Petr Mrázek | |
2021-08-18 | NOISSUE print errorString in Requestor | Petr Mrázek | |
2021-08-18 | NOISSUE add ssl error logging to Requestor | Petr Mrázek | |
2021-07-25 | NOISSUE loosen requirements on CMake version in katabasis | Petr Mrázek | |
2021-07-25 | NOISSUE bulk addition of code from Katabasis | Petr Mrázek | |
2021-06-23 | NOISSUE Use MiB suffix for Java memory options | Jamie Mansfield | |
2021-05-22 | NOISSUE Make LauncherPart aware of server to join | Janrupf | |
2021-05-15 | Merge pull request #3735 from kumquat-ir/develop | Petr Mrázek | |
NOISSUE Parse META-INF/mods.toml for Forge 1.14+ mod metadata | |||
2021-04-29 | Add limits header | Trung Lê | |
2021-04-17 | switch to new toml library | kumquat-ir | |
2021-04-16 | allow parsing toml from a QByteArray | kumquat-ir | |
2021-04-15 | add toml11 as dependency | kumquat-ir | |
2021-04-08 | NOISSUE Fix string formatting issues | Jamie Mansfield | |
This allows translations to have more control over the output :) | |||
2021-02-09 | Merge pull request #3311 from AbigailBuccaneer/develop | Petr Mrázek | |
Fix endianness handling errors | |||
2021-02-07 | Merge pull request #3538 from Scotsguy/develop | Petr Mrázek | |
NOISSUE Update Copyright Year | |||
2021-02-06 | GH-3229 fix copy seed button not working for newer worlds | Petr Mrázek | |
Added the `optional-bare` library and refactored NBT reading code to support this change. | |||
2021-01-18 | NOISSUE Update Copyright Year | AppleTheGolden | |
2020-11-12 | NOISSUE Corrected the fix for Classic saving, fixes Indev compatibility | Moresteck | |