aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-19Merge pull request #297 from DioEgizio/patch-1Ezekiel Smith
bundle jre8u312 instead of latest on appimage
2022-03-19Merge pull request #299 from flowln/paste_servEzekiel Smith
Remove paste.polymc.org
2022-03-18Readd short rev to artifact namesPhilipp David
2022-03-18fix(ui): remove paste.polymc.orgflow
2022-03-18bundle jre8u312 instead of latestDioEgizio
8u320 or higher breaks old forge
2022-03-18fix: Use primary file for mod download on Modrinthflow
2022-03-18fix silly mistakes and merge upstreamflow
2022-03-18fix: make Launcher_PORTABLE work on all platformsSefa Eyeoglu
Fixes #261
2022-03-17Use Temurin instead of AdoptOpenJDKPhilipp David
2022-03-17Switch to msys2 for Windows buildsPhilipp David
2022-03-16Merge pull request #278 from Scrumplex/fix-copyingSefa Eyeoglu
Clarify GPL-3.0-only
2022-03-16Merge pull request #280 from oynqr/gitdir-notfound-checkSefa Eyeoglu
Add GITDIR-NOTFOUND check
2022-03-15Add GITDIR-NOTFOUND checkPhilipp David
This adds a check for a GIT_REFSPEC value of "GITDIR-NOTFOUND" and sets the VERSION_CHANNEL to stable in that case. Without this change, "GITDIR-N" is appended to the version string when building from a source archive instead of a git checkout.
2022-03-14Merge pull request #265 from Scrumplex/fix-javacheck-appimageSefa Eyeoglu
Define JARs path relative to application root
2022-03-14Merge pull request #273 from DioEgizio/extra-rebranding-macosSefa Eyeoglu
extra rebranding for macos
2022-03-14tidy: Fix clang-tidy issues on files changed in this PRflow
The checks used are roughly the same as the ones proposed in the clang-tidy PR (except perhaps that I used modernize-* instead of listing them individually,though I don't think this caused any readability detriments). In ModrinthModel.cpp and FlameModModel.cpp I ignored the modernize-avoid-c-arrays one, mostly because making the sorts array an std::array would most likely increase the code complexity because of the virtual function. Aside from that, the static_cast warning from Application.h was not dealt with, since it's not in this PR's scope.
2022-03-14fix(metainfo): clarify GPL-3.0-onlySefa Eyeoglu
2022-03-14chore: clarify GPL-3.0-onlySefa Eyeoglu
2022-03-15Merge pull request #188 from PolyMC/removal/notificationsEzekiel Smith
remove notifications
2022-03-15Merge pull request #270 from flowln/dialogEzekiel Smith
Make a better "Mod download confirmation dialog"
2022-03-13Merge pull request #250 from Scrumplex/update-logoSefa Eyeoglu
2022-03-13[macos] update copyright and info stringDioEgizio
2022-03-13add translation stringflow
2022-03-13feat(ui): make a better "Mod download confirmation dialog"flow
2022-03-14Merge pull request #240 from PolyMC/ZekeSmith-move-to-wikiEzekiel Smith
Update Readme to link development building to the website wiki. also fix forking and licensing.
2022-03-13Update README.mdEzekiel Smith
2022-03-13fix: simplify header SVG using SVGOSefa Eyeoglu
2022-03-13chore: switch logo font to Josefin SansSefa Eyeoglu
2022-03-13fix: define jars path relative to application rootSefa Eyeoglu
Fixes #117
2022-03-13Merge pull request #254 from Scrumplex/fix-update-metainfoEzekiel Smith
Update metainfo URLs
2022-03-12fix(metainfo): update URLsSefa Eyeoglu
2022-03-12Merge pull request #235 from Scrumplex/chore-bump-1.1.0LennyMcLennington
Bump to 1.1.0
2022-03-12Merge pull request #251 from flowln/fix_trdada513
2022-03-11fix missing translation stringsflow
my mistake, sorry! ToT
2022-03-11Merge pull request #241 from PolyMC/ZekeSmith-move-to-wiki-1dada513
2022-03-11fix: typosSefa Eyeoglu
2022-03-11Merge pull request #242 from deadmeu/developEzekiel Smith
Fix missing space in "No Accounts" message
2022-03-10Merge pull request #243 from dada513/mx_buttondada513
2022-03-10Merge pull request #247 from txtsd/actions_fixEzekiel Smith
Fix Ubuntu system Qt failure
2022-03-10Fix Ubuntu system Qt failuretxtsd
2022-03-08add matrix buttondada513
2022-03-08Fix missing space in "No Accounts" messagedeadmeu
2022-03-08Update BUILD.mdEzekiel Smith
2022-03-08Update README.mdEzekiel Smith
2022-03-07fix: delete semicolons at the end of .cpp file's functionsflow
my lsp is weird sometimes
2022-03-07refactor: move things around so that related things are close togetherflow
This also adds some comments around ModModel.cpp and ModPage.cpp to add some ease of reading the code. Also move some things from headers to cpp files.
2022-03-07refactor: move more common code to base classflow
Also removes unused imports and organize the ModModel header
2022-03-07refactor: de-duplicate common code in network mod APIsflow
2022-03-07refactor: move NetJob away from ModModel to ModAPIflow
This is done so that 1. ModAPI behaves more like an actual API instead of just a helper, and 2. Allows for more easily creating other mod providers that may or may not use network tasks (foreshadowing lol)
2022-03-08Merge pull request #232 from Scrumplex/fix-help-linksEzekiel Smith
Switch to polymc.org wiki