Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | NOISSUE introduce the concept of secrets static library | Petr Mrázek | |
2021-08-15 | GH-3392 dirty initial MSA support that shares logic with Mojang flows | Petr Mrázek | |
Both act as the first step of AuthContext. | |||
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |
2021-07-25 | NOISSUE bulk addition of code from Katabasis | Petr Mrázek | |
2021-07-13 | NOISSUE Specify Imgur client ID at build time | Jamie Mansfield | |
2021-06-18 | NOISSUE Specify support URLs at build time | Jamie Mansfield | |
Support URLs (bug tracker, Discord guild, subreddit) are now specified as cache variables in cmake, and the buttons are not shown if no value is set for them. This is an early-stage move towards debranding the MultiMC codebase, and will (hopefully) alleviate support requests coming to us from illicit forks. | |||
2021-04-17 | switch to new toml library | kumquat-ir | |
2021-04-15 | add toml11 as dependency | kumquat-ir | |
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-07-18 | GH-3234 Add support for custom meta URLs at build time | Petr Mrázek | |
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general. | |||
2020-05-28 | Clarify WSL error messages | Thalia Nero | |
2020-05-28 | NOISSUE prevent evil from winning | Petr Mrázek | |
2020-05-19 | Remove some old forge hacks | Petr Mrázek | |
Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it. | |||
2020-03-29 | Bump dev version to 0.6.12 | Petr Mrázek | |
2020-03-29 | NOISSUE update version number, changelog and credits in about dialog | Petr Mrázek | |
2020-03-26 | NOISSUE no means no, #2 | Petr Mrázek | |
2020-02-24 | NOISSUE Nice. | Petr Mrázek | |
2020-02-08 | Update changelog and set version to 0.6.8 | Petr Mrázek | |
2019-09-17 | NOISSUE escape tcversion more | Petr Mrázek | |
2019-09-17 | NOISSUE add some escaping to make the tc version print actually do something | Petr Mrázek | |
2019-09-17 | NOISSUE add a way to extract the version into a TC variable | Petr Mrázek | |
2019-08-03 | NOISSUE update changelog and version | Petr Mrázek | |
2019-07-11 | NOISSUE update version and changelog | Petr Mrázek | |
2019-07-03 | GH-2723 disable deprecation warnings | Petr Mrázek | |
We are targeting version 5.4 of the Qt ABI. Deprecations from 2019 are irrelevant. | |||
2019-01-17 | Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop | Petr Mrázek | |
2019-01-16 | Update Copyright Year | AppleTheGolden | |
2019-01-06 | NOISSUE bump version to 0.6.5 | Petr Mrázek | |
2019-01-06 | NOISSUE bump version to 0.6.4 and update changelog | Petr Mrázek | |
2018-12-26 | Fix version number | Petr Mrázek | |
2018-11-02 | NOISSUE use https more widely | Chris Lane | |
2018-08-02 | NOISSUE get rid of remaining tabs | Petr Mrázek | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-07-06 | NOISSUE fix unitialized data warning on Arch Linux | Petr Mrázek | |
2018-06-28 | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | |
2018-04-08 | NOISSUE bump release version to 0.6.2 | Petr Mrázek | |
2018-03-13 | NOISSUE pre-fill analytics ID and paste.ee API key for all new builds | Petr Mrázek | |
This means custom builds now get the option of using analytics and log upload without users having to fill in IDs. | |||
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2018-01-29 | NOISSUE change version to 0.6.1 and update the changelog | Petr Mrázek | |
2018-01-28 | NOISSUE use a variable for binary build definitions | Petr Mrázek | |
2018-01-27 | NOISSUE fix the macOS bundle utilities problem | Petr Mrázek | |
2018-01-27 | NOISSUE move bundle utilities magic back to the application folder | Petr Mrázek | |
This may fix macOS issues? | |||
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-09-27 | NOISSUE use classparser for importing Legacy instances with undecided ↵ | Petr Mrázek | |
Minecraft versions | |||
2017-05-08 | NOISSUE all Qt5 libraries are REQUIRED | Petr Mrázek | |
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-04-07 | NOISSUE remove unused wonkoclient | Petr Mrázek | |
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | 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. |