Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-01-27 | refactor: remove news feed | Sefa Eyeoglu | |
Closes #63 | |||
2022-01-26 | Merge pull request #67 from PolyMC/feature/no_paste_ee | swirl | |
Full replacement of paste.ee | |||
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-16 | Added curseforge selection | timoreo | |
2022-01-14 | preliminary stuff for paste.ee removal | swirl | |
2022-01-14 | Start of mod downloading | timoreo | |
2022-01-12 | Add offline mode support | bexnoss | |
2022-01-12 | Add offline mode UI | bexnoss | |
2021-12-29 | Completely remove Google Analytics library | swirl | |
2021-12-20 | Move MSA Client ID to the same place as the others | Lenny McLennington | |
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory. |