aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-17Merge pull request #436 from flowln/bundled_libsEzekiel Smith
Don't force bundled libraries by default
2022-04-16Merge pull request #336 from Scrumplex/refactor-portableSefa Eyeoglu
2022-04-16Merge pull request #429 from Irgendwer01/developSefa Eyeoglu
better FreeBSD support
2022-04-16fix: set install prefix for Linux to /usrSefa Eyeoglu
2022-04-16fix(actions): remove macdeployqtSefa Eyeoglu
2022-04-16refactor(actions): combine steps for unified buildsSefa Eyeoglu
2022-04-16fix: drop BUNDLE_DEST_DIRSefa Eyeoglu
2022-04-16fix: don't allow portable builds on macOSSefa Eyeoglu
2022-04-16refactor: combine portable and system buildsSefa 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-16Merge pull request #392 from flowln/mod_filterSefa Eyeoglu
2022-04-16fix: Don't error when not finding valid system quazipflow
2022-04-16libs: update bundled submodulesflow
2022-04-16libs: Don't force bundled libsflow
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-16Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dirEzekiel Smith
CHANGE: switch the help pages to their own dir
2022-04-15Merge pull request #398 from kthchew/feature/ml-instance-creationSefa Eyeoglu
2022-04-15Add Quilt install option while creating an instanceKenneth Chew
2022-04-15Fix Fabric versions appearing for unsupported MC versionsKenneth Chew
Also remove an old TODO comment, mentioning an issue that was already fixed.
2022-04-15Show no loader selected message when add instance window first opensKenneth Chew
This resolves an issue where the message only shows when selecting a mod loader and then selecting "None" again.
2022-04-15Fix build on Qt 5.6Kenneth Chew
2022-04-15Add option to install mod loader during instance creationKenneth Chew
2022-04-15Merge pull request #333 from oynqr/build/ltoSefa Eyeoglu
2022-04-15Merge pull request #417 from Scrumplex/feat-install-manpageEzekiel Smith
Install manpage on Linux system builds
2022-04-15ui: resize mod download dialog using its parents geometryflow
2022-04-15ui: underline search button text when changing filtersflow
This hopefully makes it easier to the user to know that their changes will only apply after hitting the search button. I tried setting the background color, but it seems more unreliable on cross-platform than underlining. Also, it could be worse for daltonic people, so I don't know what to do :(
2022-04-15rework: make the filter as a tabbed widget in the dialog itselfflow
Still needs a clear indication that the filter only applies after you click the search button...
2022-04-15fix: Polish usage in some casesflow
Also fiz some typos
2022-04-15fix: 'All' filter working and get around CF API capabilitiesflow
2022-04-15fix(ui): Refresh mod list when changing filtering optionsflow
2022-04-15feat: Use version filter when searching modsflow
2022-04-15feat: Integrate newly created filter dialog in ModPageflow
2022-04-15feat: Add dialog to filter mod options in mod downloadflow
2022-04-15Merge branch 'PolyMC:develop' into developIrgendwer01
2022-04-15Update MinecraftInstance.cppIrgendwer01
2022-04-15Merge pull request #185 from Scrumplex/quiltSefa Eyeoglu
Quilt support
2022-04-15CHANGE: switch the help pages to their own dirDioEgizio
also renames modrinth-platform/curseforge-platform to just Mod-platform since they have the pages are basically the same
2022-04-15Update MinecraftInstance.cppIrgendwer01
2022-04-15better FreeBSD supportIrgendwer01
2022-04-14refactor: cleanup ModLoaderTypeSefa Eyeoglu
2022-04-14fix: support Quilt from Minecraft 1.14 onwardsSefa Eyeoglu
2022-04-14fix: remove unused codeSefa Eyeoglu
2022-04-10feat: install manpageSefa Eyeoglu
2022-04-10Merge pull request #413 from Regular-Baf/developEzekiel Smith
Successfully switch to new discord logo. Hopefully.
2022-04-09Update launcher/resources/multimc/scalable/discord.svgRegular Baf
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-09Update discord.svgRegular Baf
2022-04-09Update discord.svgRegular Baf
2022-04-09Nevermind. It does.Regular Baf
2022-04-09size doesnt matter?Regular Baf
2022-04-09Attempt implementing the new discord logoRegular Baf
2022-04-09refactor: switch Quilt mappings to hashed MojMapSefa Eyeoglu
2022-04-08Merge pull request #407 from DioEgizio/upstream-cherrypickdada513