Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-10 | refactor: query Qt variables using ECM | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | fix: set UNICODE and _UNICODE for Qt 5 builds | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | Revert "fix: ignore deprecation again" | Sefa Eyeoglu | |
We want to see deprecation warnings now This reverts commit 47d0da2d96bc375410f5d494ac9371d47adf33d5. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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-07-06 | Merge pull request #794 from Scrumplex/resolve-jars-dynamically | Sefa Eyeoglu | |
2022-07-06 | Merge pull request #707 from Jan200101/PR/gamemode | Sefa Eyeoglu | |
Add Performance related settings | |||
2022-07-06 | Add Performance related settings | Jan200101 | |
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-07-03 | feat: resolve JARs dynamically | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-14 | fix(cmake): allow disabling tests | Sefa Eyeoglu | |
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-06-13 | Merge pull request #782 from Scrumplex/chore-bump-1.4.0 | Sefa Eyeoglu | |
2022-06-11 | chore: bump version | Sefa Eyeoglu | |
2022-06-08 | fix: remove debug CXX flags | Sefa Eyeoglu | |
2022-05-29 | Merge pull request #662 from Scrumplex/chore-bump-1.3.1 | Sefa Eyeoglu | |
2022-05-29 | Merge pull request #659 from Scrumplex/fix-apikey-tos | txtsd | |
Clarify terms and conditions for API keys | |||
2022-05-29 | fix: set version for Windows binaries | Sefa Eyeoglu | |
2022-05-28 | chore: bump version | Sefa Eyeoglu | |
2022-05-28 | fix: clarify terms and conditions for API keys | Sefa Eyeoglu | |
2022-05-23 | Silence CMake QuaZip not found warnings | Kenneth Chew | |
These are expected most of the time, and thus just noise. | |||
2022-05-22 | chore: bump version | Sefa Eyeoglu | |
2022-05-22 | fix: more generous optimizations for debug builds | Sefa Eyeoglu | |
2022-05-22 | Revert "fix: temporarily ignore stringop-overflow warning" | Sefa Eyeoglu | |
This reverts commit 90007e2d9d4f63cfc9dc73888af34a17657b5102. | |||
2022-05-22 | refactor: use -O2 for release and -O1 for debug builds | Sefa Eyeoglu | |
2022-05-22 | fix: temporarily ignore stringop-overflow warning | Sefa Eyeoglu | |
2022-05-17 | fix: ignore deprecation again | Sefa Eyeoglu | |
2022-05-17 | chore!: drop support for Qt <5.12 | Sefa Eyeoglu | |
BREAKING CHANGE: If there are references to stuff that's deprecated as of Qt 5.12, the compilation will fail. This means that support for versions below 5.12 is hereby dropped | |||
2022-05-12 | CurseForge API Key update to PolyMC key | Ezekiel Smith | |
Use the key CurseForge provided me to use for PolyMC *pr done on mobile if someone could test that would be great* | |||
2022-05-08 | Merge pull request #533 from DioEgizio/patch-5 | Sefa Eyeoglu | |
2022-05-08 | bump to 1.2.2 | DioEgizio | |
2022-05-08 | adopt changes from #497 remapped | Ryan Cao | |
2022-04-19 | bump to 1.2.1 | DioEgizio | |
2022-04-18 | Fix formatting of version string on macOS | Kenneth Chew | |
2022-04-17 | Merge pull request #437 from DioEgizio/bump-1.2.0 | Sefa Eyeoglu | |
2022-04-17 | Merge pull request #436 from flowln/bundled_libs | Ezekiel Smith | |
Don't force bundled libraries by default | |||
2022-04-16 | bump to 1.2.0 | DioEgizio | |
2022-04-16 | fix: drop BUNDLE_DEST_DIR | Sefa Eyeoglu | |
2022-04-16 | fix: don't allow portable builds on macOS | Sefa Eyeoglu | |
2022-04-16 | refactor: combine portable and system builds | Sefa Eyeoglu | |
Portable builds now have the same layout as system builds. If you want to build a portable bundle, you now need to additionally install the `portable` component. For example: $ cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install ... $ cmake --build build $ cmake --install build $ cmake --install build --component portable | |||
2022-04-16 | fix: Don't error when not finding valid system quazip | flow | |
2022-04-16 | libs: Don't force bundled libs | flow | |
Now that QuaZip 1.3 is released, packages from package managers can include the patch needed for PolyMC, so we can use the users system libraries if available. | |||
2022-04-16 | Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dir | Ezekiel Smith | |
CHANGE: switch the help pages to their own dir | |||
2022-04-15 | Merge pull request #333 from oynqr/build/lto | Sefa Eyeoglu | |
2022-04-15 | CHANGE: switch the help pages to their own dir | DioEgizio | |
also renames modrinth-platform/curseforge-platform to just Mod-platform since they have the pages are basically the same | |||
2022-04-10 | feat: install manpage | Sefa Eyeoglu | |
2022-04-03 | Update CMakeLists.txt | Ezekiel Smith | |
2022-03-29 | Merge pull request #344 from oynqr/build/allow-disabling-tests | Sefa Eyeoglu | |
2022-03-23 | Allow disabling building of tests | Philipp David | |
2022-03-23 | Put LTO behind an optional flag | Philipp David | |
2022-03-22 | Enable LTO/IPO on release builds | Philipp David | |