aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-02-07Merge pull request #3538 from Scotsguy/developPetr Mrázek
NOISSUE Update Copyright Year
2021-02-06GH-3229 fix copy seed button not working for newer worldsPetr Mrázek
Added the `optional-bare` library and refactored NBT reading code to support this change.
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
2020-05-28Clarify WSL error messagesThalia Nero
2020-05-28NOISSUE prevent evil from winningPetr Mrázek
2020-05-19Remove some old forge hacksPetr 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-29Bump dev version to 0.6.12Petr Mrázek
2020-03-29NOISSUE update version number, changelog and credits in about dialogPetr Mrázek
2020-03-26NOISSUE no means no, #2Petr Mrázek
2020-02-24NOISSUE Nice.Petr Mrázek
2020-02-08Update changelog and set version to 0.6.8Petr Mrázek
2019-09-17NOISSUE escape tcversion morePetr Mrázek
2019-09-17NOISSUE add some escaping to make the tc version print actually do somethingPetr Mrázek
2019-09-17NOISSUE add a way to extract the version into a TC variablePetr Mrázek
2019-08-03NOISSUE update changelog and versionPetr Mrázek
2019-07-11NOISSUE update version and changelogPetr Mrázek
2019-07-03GH-2723 disable deprecation warningsPetr Mrázek
We are targeting version 5.4 of the Qt ABI. Deprecations from 2019 are irrelevant.
2019-01-17Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2019-01-06NOISSUE bump version to 0.6.5Petr Mrázek
2019-01-06NOISSUE bump version to 0.6.4 and update changelogPetr Mrázek
2018-12-26Fix version numberPetr Mrázek
2018-11-02NOISSUE use https more widelyChris Lane
2018-08-02NOISSUE get rid of remaining tabsPetr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-07-06NOISSUE fix unitialized data warning on Arch LinuxPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-04-08NOISSUE bump release version to 0.6.2Petr Mrázek
2018-03-13NOISSUE pre-fill analytics ID and paste.ee API key for all new buildsPetr 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-11NOISSUE update copyright datesPetr Mrázek
2018-01-29NOISSUE change version to 0.6.1 and update the changelogPetr Mrázek
2018-01-28NOISSUE use a variable for binary build definitionsPetr Mrázek
2018-01-27NOISSUE fix the macOS bundle utilities problemPetr Mrázek
2018-01-27NOISSUE move bundle utilities magic back to the application folderPetr Mrázek
This may fix macOS issues?
2018-01-27NOISSUE rearrange build systemPetr 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-27NOISSUE use classparser for importing Legacy instances with undecided ↵Petr Mrázek
Minecraft versions
2017-05-08NOISSUE all Qt5 libraries are REQUIREDPetr Mrázek
2017-05-06GH-1876 Fork and update quazipPetr 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-07NOISSUE remove unused wonkoclientPetr Mrázek
2017-01-01NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek
2016-12-28GH-1379 rename shared libraries to avoid collisions with system librariesPetr Mrázek
It was unlikely, now it's impossible.
2016-11-20NOISSUE import google analytics from third partyPetr Mrázek
See: https://github.com/HSAnet/qt-google-analytics Sadly, the API and its internals are not acceptable and it needs changes upstream likely wouldn't allow.
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
2016-05-01NOISSUE revert to dumping all build artifacts to the rootPetr Mrázek
This fixes unit tests on Windows... Windows has no mechanism to set library lookup path.
2016-05-01NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek
more dead tests.
2016-05-01NOISSUE re/move some dead code and unused build system partsPetr Mrázek
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-04-30NOISSUE tiny skeleton for a CLI wonko clientPetr Mrázek