Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-04 | chore: add better default compiler warnings | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-10-29 | fix(style): convert tabs to spaces | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-10-22 | feat: register as zip/mrpack handler on macOS | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-07-12 | Merge pull request #810 from Scrumplex/refactor-launcher-version | flow | |
Hide channel from version for tagged commits | |||
2022-07-10 | Merge branch 'develop' into feature/sparkle-mac | Sefa Eyeoglu | |
# Conflicts: # .github/workflows/build.yml | |||
2022-07-10 | refactor: query Qt variables using ECM | Sefa Eyeoglu | |
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-03 | chore: update Git CMake module | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-05-19 | Add build options for Sparkle updater | Kenneth Chew | |
Two new build options are added: `MAC_SPARKLE_PUB_KEY`: the public key used to verify the signatures of the appcast `MAC_SPARKLE_APPCAST_URL`: the URL where the `appcast.xml` is located If the updater should be disabled on macOS, set either of these to an empty string. | |||
2022-05-15 | Fix indentation of macOS resources | Kenneth Chew | |
2022-05-02 | fix: remove in-tree CMake modules where possible | Sefa Eyeoglu | |
2022-04-19 | Improve security by enabling hardened runtime for macOS | Kenneth Chew | |
This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail. | |||
2022-03-23 | Allow disabling building of tests | Philipp David | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2018-08-02 | NOISSUE get rid of remaining tabs | Petr Mrázek | |
2018-06-02 | GH-2291 Fix build with Qt 5.11+ | Sergey Shatunov | |
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 | |||
2016-05-01 | NOISSUE revert to dumping all build artifacts to the root | Petr Mrázek | |
This fixes unit tests on Windows... Windows has no mechanism to set library lookup path. | |||
2016-05-01 | NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵ | Petr Mrázek | |
more dead tests. | |||
2016-05-01 | NOISSUE remove dead unit tests and reorganize CMake code related to unit tests | Petr Mrázek | |
2016-05-01 | NOISSUE re/move some dead code and unused build system parts | Petr Mrázek | |
2016-01-04 | NOISSUE Revert "NOISSUE remove old BundleUtilities. 2014 called and wants ↵ | Petr Mrázek | |
its cmake scripts back." This reverts commit 8cf23bd5aa0295c8582c74617086c233cb9552a6. | |||
2016-01-03 | NOISSUE remove old BundleUtilities. 2014 called and wants its cmake scripts ↵ | Petr Mrázek | |
back. | |||
2015-12-28 | GH-1360 add basic changelog based on github API, fix update dialog buttons | Petr Mrázek | |
2015-09-28 | NOISSUE clean up some old cmake messes | Petr Mrázek | |
2015-06-06 | GH-1052 try using c++1y on OSX | Petr Mrázek | |
2015-06-06 | GH-1052 switch over to C++14 everywhere | Petr Mrázek | |
2014-05-02 | It's a fatal error to not find the dependency checker tool. | Petr Mrázek | |
2014-05-02 | Add a safety net for missing dumpbin.exe | Petr Mrázek | |
2014-04-21 | Merge remote-tracking branch 'origin/feature_cmake_style' into develop | Petr Mrázek | |
Conflicts: CMakeLists.txt | |||
2014-04-12 | Let travis build a clang version | Jan Dalheimer | |
2014-04-09 | Only use tabs for intendention | Jan Dalheimer | |
2014-04-06 | Merge remote-tracking branch 'origin/feature_dotcmake' into develop | Petr Mrázek | |
2014-04-06 | .cmake files to reduce "code" duplicate | Jan Dalheimer | |
2014-04-06 | Coverity build and upload target. Also GitFunctions. | Jan Dalheimer | |
2013-12-31 | Enable high DPI support on OSX | Petr Mrázek | |
2013-11-24 | Prepare for rework of instance launch/update | Petr Mrázek | |
Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded. |