Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-20 | Merge pull request #200 from Scrumplex/scrumplex-license-header | Sefa Eyeoglu | |
2022-03-19 | fix: limit instance names to 128 chars | Sefa Eyeoglu | |
2022-03-19 | feat(ui): allow users to move toolbars to different places | flow | |
2022-03-19 | Update CMakeLists.txt | DioEgizio | |
2022-03-19 | Merge pull request #292 from lack/offline_username_limits | Sefa Eyeoglu | |
Limit offline username to 16 characters with override | |||
2022-03-19 | Merge pull request #295 from Scrumplex/fix-portable | Sefa Eyeoglu | |
Make Launcher_PORTABLE work on all platforms | |||
2022-03-19 | Limit offline username to 16 characters with override | Jim Ramsay | |
Offline usernames longer than 16 characters won't be able to connect to LAN games or offline-mode servers, so just don't let it happen. Add a checkbox to allow people to unrestrict usernames if they want. Signed-off-by: Jim Ramsay <i.am@jimramsay.com> | |||
2022-03-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-03-19 | fix(i18n): improve social platform actions | Sefa Eyeoglu | |
2022-03-19 | fix(i18n): remove brand names from translations | Sefa Eyeoglu | |
2022-03-19 | fix(i18n): fix translatable strings | Sefa Eyeoglu | |
2022-03-19 | Merge pull request #296 from flowln/right_file | Ezekiel Smith | |
Use primary file for mod downloading on Modrinth | |||
2022-03-19 | Merge pull request #297 from DioEgizio/patch-1 | Ezekiel Smith | |
bundle jre8u312 instead of latest on appimage | |||
2022-03-19 | Merge pull request #299 from flowln/paste_serv | Ezekiel Smith | |
Remove paste.polymc.org | |||
2022-03-18 | Readd short rev to artifact names | Philipp David | |
2022-03-18 | fix(ui): remove paste.polymc.org | flow | |
2022-03-18 | bundle jre8u312 instead of latest | DioEgizio | |
8u320 or higher breaks old forge | |||
2022-03-18 | fix: Use primary file for mod download on Modrinth | flow | |
2022-03-18 | fix silly mistakes and merge upstream | flow | |
2022-03-18 | fix: make Launcher_PORTABLE work on all platforms | Sefa Eyeoglu | |
Fixes #261 | |||
2022-03-17 | Use Temurin instead of AdoptOpenJDK | Philipp David | |
2022-03-17 | Switch to msys2 for Windows builds | Philipp David | |
2022-03-16 | Merge pull request #278 from Scrumplex/fix-copying | Sefa Eyeoglu | |
Clarify GPL-3.0-only | |||
2022-03-16 | Merge pull request #280 from oynqr/gitdir-notfound-check | Sefa Eyeoglu | |
Add GITDIR-NOTFOUND check | |||
2022-03-15 | Add GITDIR-NOTFOUND check | Philipp 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-14 | Merge pull request #265 from Scrumplex/fix-javacheck-appimage | Sefa Eyeoglu | |
Define JARs path relative to application root | |||
2022-03-14 | Merge pull request #273 from DioEgizio/extra-rebranding-macos | Sefa Eyeoglu | |
extra rebranding for macos | |||
2022-03-14 | tidy: Fix clang-tidy issues on files changed in this PR | flow | |
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-14 | fix(metainfo): clarify GPL-3.0-only | Sefa Eyeoglu | |
2022-03-14 | chore: clarify GPL-3.0-only | Sefa Eyeoglu | |
2022-03-15 | Merge pull request #188 from PolyMC/removal/notifications | Ezekiel Smith | |
remove notifications | |||
2022-03-15 | Merge pull request #270 from flowln/dialog | Ezekiel Smith | |
Make a better "Mod download confirmation dialog" | |||
2022-03-13 | Merge pull request #250 from Scrumplex/update-logo | Sefa Eyeoglu | |
2022-03-13 | [macos] update copyright and info string | DioEgizio | |
2022-03-13 | add translation string | flow | |
2022-03-13 | feat(ui): make a better "Mod download confirmation dialog" | flow | |
2022-03-14 | Merge pull request #240 from PolyMC/ZekeSmith-move-to-wiki | Ezekiel Smith | |
Update Readme to link development building to the website wiki. also fix forking and licensing. | |||
2022-03-13 | Update README.md | Ezekiel Smith | |
2022-03-13 | fix: simplify header SVG using SVGO | Sefa Eyeoglu | |
2022-03-13 | chore: switch logo font to Josefin Sans | Sefa Eyeoglu | |
2022-03-13 | fix: define jars path relative to application root | Sefa Eyeoglu | |
Fixes #117 | |||
2022-03-13 | Merge pull request #254 from Scrumplex/fix-update-metainfo | Ezekiel Smith | |
Update metainfo URLs | |||
2022-03-12 | fix(metainfo): update URLs | Sefa Eyeoglu | |
2022-03-12 | Merge pull request #235 from Scrumplex/chore-bump-1.1.0 | LennyMcLennington | |
Bump to 1.1.0 | |||
2022-03-12 | Merge pull request #251 from flowln/fix_tr | dada513 | |
2022-03-11 | fix missing translation strings | flow | |
my mistake, sorry! ToT | |||
2022-03-11 | Merge pull request #241 from PolyMC/ZekeSmith-move-to-wiki-1 | dada513 | |
2022-03-11 | fix: typos | Sefa Eyeoglu | |
2022-03-11 | Merge pull request #242 from deadmeu/develop | Ezekiel Smith | |
Fix missing space in "No Accounts" message | |||
2022-03-10 | Merge pull request #243 from dada513/mx_button | dada513 | |