Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-15 | fix: 'All' filter working and get around CF API capabilities | flow | |
2022-04-15 | fix(ui): Refresh mod list when changing filtering options | flow | |
2022-04-15 | feat: Use version filter when searching mods | flow | |
2022-04-15 | feat: Integrate newly created filter dialog in ModPage | flow | |
2022-04-15 | feat: Add dialog to filter mod options in mod download | flow | |
2022-04-15 | Merge branch 'PolyMC:develop' into develop | Irgendwer01 | |
2022-04-15 | Update MinecraftInstance.cpp | Irgendwer01 | |
2022-04-15 | Merge pull request #185 from Scrumplex/quilt | Sefa Eyeoglu | |
Quilt support | |||
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-15 | Update MinecraftInstance.cpp | Irgendwer01 | |
2022-04-15 | better FreeBSD support | Irgendwer01 | |
2022-04-14 | refactor: cleanup ModLoaderType | Sefa Eyeoglu | |
2022-04-14 | fix: support Quilt from Minecraft 1.14 onwards | Sefa Eyeoglu | |
2022-04-14 | fix: remove unused code | Sefa Eyeoglu | |
2022-04-10 | feat: install manpage | Sefa Eyeoglu | |
2022-04-10 | Merge pull request #413 from Regular-Baf/develop | Ezekiel Smith | |
Successfully switch to new discord logo. Hopefully. | |||
2022-04-09 | Update launcher/resources/multimc/scalable/discord.svg | Regular Baf | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-09 | Update discord.svg | Regular Baf | |
2022-04-09 | Update discord.svg | Regular Baf | |
2022-04-09 | Nevermind. It does. | Regular Baf | |
2022-04-09 | size doesnt matter? | Regular Baf | |
2022-04-09 | Attempt implementing the new discord logo | Regular Baf | |
2022-04-09 | refactor: switch Quilt mappings to hashed MojMap | Sefa Eyeoglu | |
2022-04-08 | Fix typos causing build failures on non-macOS systems | Kenneth Chew | |
It also did the exact opposite thing I was trying to do, so that's fixed too... | |||
2022-04-08 | Show and hide the menu bar with the 'alt' key | Kenneth Chew | |
Only applicable for systems without a native menu bar (i.e. almost anything that is not macOS or Ubuntu Unity). On these systems, the menu bar appears on top of the window, which does not look good next to the tool bar already up there. When the menu bar is hidden, the keyboard shortcuts set by the menu bar are disabled. They should always work, so this also adds a workaround for that. | |||
2022-04-08 | Create menubar prototype | Kenneth Chew | |
Some stuff still needs to be fixed: - The close window option always closes the main window, even if it is not the currently active window (only applicable on systems with native menu bar) - None of the (text) editing actions are enabled - Actions related to instances should only be active when an instance is selected - The open wiki option ("PolyMC Help") needs to be implemented - Delete instance keyboard shortcut does not seem to work on my system. Test further - It would be nice if the profiles menu had all of the logged in accounts, and if they could be selected from that menu (preferably with keyboard shortcuts, probably Ctrl + 1, Ctrl + 2, ...) | |||
2022-04-08 | Merge pull request #407 from DioEgizio/upstream-cherrypick | dada513 | |
2022-04-08 | Update launcher/JavaCommon.cpp | DioEgizio | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-08 | Merge pull request #409 from flowln/tasks | Sefa Eyeoglu | |
2022-04-08 | Apply suggestion | DioEgizio | |
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com> | |||
2022-04-07 | test: add new test to Task test | flow | |
Also adds one more check to setStatus test | |||
2022-04-07 | test: add basic Task unit test | flow | |
Only only two tests for now. We can iterate on this later :^) This is to try to avoid breaking things again! | |||
2022-04-07 | fix: allow aborting CF modpack importing | flow | |
2022-04-07 | fix: issue with status of non-sequencial tasks | flow | |
2022-04-07 | Merge pull request #272 from Kranzes/develop | Sefa Eyeoglu | |
2022-04-07 | fix: check for Quilt as Fabric-compatible loader | Sefa Eyeoglu | |
2022-04-07 | fix: restrict quilt-mappings versions to MC version | Sefa Eyeoglu | |
2022-04-07 | refactor: dynamically get best version for intermediary mappings | Sefa Eyeoglu | |
2022-04-07 | NOISSUE save custom offline player name | Vladislav Laetansky | |
2022-04-07 | NOISSUE fix error string for Xbox authorization failures | Petr Mrázek | |
2022-04-07 | NOISSUE prevent -version being passed to the JRE | Petr Mrázek | |
We want specific JREs, always, not something that is magically resolved. This counteracts some really bad advice recently being spread on reddit. | |||
2022-04-07 | feat: initial Quilt support | Sefa Eyeoglu | |
2022-04-07 | Merge pull request #364 from Scrumplex/fix-i18n2 | Ezekiel Smith | |
Fix translatable strings 2 | |||
2022-04-06 | Merge pull request #380 from flowln/task-progress | Sefa Eyeoglu | |
2022-04-06 | Merge pull request #384 from jamierocks/technic-improvements | Sefa Eyeoglu | |
2022-04-06 | Merge pull request #397 from DioEgizio/manymc-detect-aarch64 | Sefa Eyeoglu | |
2022-04-06 | Allow components to specify Java agents and JVM arguments (#175) | Una | |
2022-04-05 | Merge pull request #395 from HarryPeach/develop | dada513 | |
2022-04-04 | Merge pull request #389 from DioEgizio/CI/remove-useless-deadcode | Sefa Eyeoglu | |
2022-04-04 | Merge pull request #345 from Scrumplex/handle-incompatible-java | Sefa Eyeoglu | |