Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-06-04 | Merge pull request #426 from flowln/mod_perma | Sefa Eyeoglu | |
Add on-disk mod metadata information | |||
2022-05-29 | fix: set version for Windows binaries | Sefa Eyeoglu | |
2022-05-28 | Rework curseforge download (#611) | timoreo22 | |
* Use the bulk endpoint on mod resolution for faster download * Search on modrinth for api blocked mods * Display a dialog for manually downloading blocked mods | |||
2022-05-23 | refactor: move code out of ModIndex.h | flow | |
Now it's in ModIndex.cpp | |||
2022-05-23 | test+fix: add basic tests and fix issues with it | flow | |
2022-05-23 | refactor: abstract metadata handling and clarify names | flow | |
2022-05-23 | refactor: move mod tasks to their own subfolder | flow | |
Makes the launcher/minecraft/mod/ folder a little more organized. | |||
2022-05-23 | feat: add very early mod.toml packwiz support | flow | |
Also use it as a on-disk format for storing mod metadata. This will be used later on to make better mod managment. | |||
2022-05-21 | Add migration wizard, fix migration from custom paste instance | Lenny McLennington | |
- Very basic wizard just to allow the user to choose whether to keep their old paste settings or use the new default settings. - People who used custom 0x0 instances would just be kept on those settings and won't see the wizard. | |||
2022-05-14 | feat: add modrinth pack downloading | flow | |
Things that don't work / work poorly (there's more for sure but those are the evident ones): - Icons are broken in the import dialog - No way to search for private packs - Icons are not downloaded when downloading a mod - No support for multiple download URLs - Probably a lot more... | |||
2022-05-14 | fix: adapt upstream Modrinth code to our codebase | Sefa Eyeoglu | |
2022-05-14 | Add support for importing Modrinth packs from files | kb1000 | |
2022-05-14 | refactor: rename Modrinth classes to ModrinthMod | Sefa Eyeoglu | |
2022-04-25 | Merge pull request #482 from TheCodex6824/mojang-auth-fix | Sefa Eyeoglu | |
2022-04-22 | Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint | TheCodex6824 | |
2022-04-22 | ATLauncher: Support using share codes | Jamie Mansfield | |
2022-04-16 | fix: drop BUNDLE_DEST_DIR | Sefa Eyeoglu | |
2022-04-15 | ui: underline search button text when changing filters | flow | |
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-15 | feat: Add dialog to filter mod options in mod download | flow | |
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-06 | Merge pull request #384 from jamierocks/technic-improvements | Sefa Eyeoglu | |
2022-04-06 | Allow components to specify Java agents and JVM arguments (#175) | Una | |
2022-04-02 | Technic: Add API models for Solder packs | Jamie Mansfield | |
2022-03-29 | Merge pull request #344 from oynqr/build/allow-disabling-tests | Sefa Eyeoglu | |
2022-03-27 | Merge pull request #341 from dada513/develop | Sefa Eyeoglu | |
2022-03-27 | Add quit launcher after game stops option (Steam Deck) | dada513 | |
lecense | |||
2022-03-24 | chore: resolve conflicts and merge upstream | flow | |
2022-03-23 | Allow disabling building of tests | Philipp David | |
2022-03-21 | Build with static rainbow | Philipp David | |
2022-03-21 | Revert "fix: use our own prefix for rainbow lib" | Philipp David | |
This reverts commit 61db1c46beb465c33124ec4f34dfdcefd4d804d3. | |||
2022-03-20 | fix | DioEgizio | |
2022-03-19 | Update CMakeLists.txt | DioEgizio | |
2022-03-18 | fix silly mistakes and merge upstream | flow | |
2022-03-15 | Merge pull request #188 from PolyMC/removal/notifications | Ezekiel Smith | |
remove notifications | |||
2022-03-13 | feat(ui): make a better "Mod download confirmation dialog" | flow | |
2022-03-07 | refactor: de-duplicate common code in network mod APIs | flow | |
2022-03-02 | refactor: extract common code in mod pages and model | flow | |
This creates a hierarchy in which ModPage and ModModel are the parents of every mod provider, providing the basic functionality common to all of them. It also imposes a unique .ui file (they were already equal before, just duplicated basically) on all mod providers. | |||
2022-02-21 | refactor: drop LegacyInstance | Sefa Eyeoglu | |
2022-02-20 | remove notifications | swirl | |
2022-02-12 | feat(ui): add custom MSA client id setting | Sefa Eyeoglu | |
2022-02-12 | fix: use our own prefix for rainbow lib | Sefa Eyeoglu | |
2022-02-11 | refactor(build): link nbt++ statically | Sefa Eyeoglu | |
2022-02-10 | Revert "refactor: remove news feed" | dada513 | |
This reverts commit 361ce7818ec8891e9a35bdfac4cdea77a0b6a949. | |||
2022-02-03 | Merge branch 'update-quazip' of git://github.com/Scrumplex/PolyMC into develop | swirl | |
2022-02-03 | Merge branch 'offline-mode-accounts' of git://github.com/NyaomiDEV/PolyMC ↵ | swirl | |
into feature/offline_mode | |||
2022-01-31 | refactor: add in-tree QuaZip | Sefa Eyeoglu | |
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-28 | Merge branch 'PolyMC:develop' into feature/download_mods | timoreo22 | |
2022-01-27 | Merge pull request #105 from Scrumplex/rss-begone | swirl | |
Remove news |