Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow | |
Refactor tests | |||
2022-07-03 | Merge pull request #831 from flowln/abort_connections | Ezekiel Smith | |
Add missing connections to the abort signal in some tasks | |||
2022-07-03 | Merge pull request #860 from kthchew/fix/status-version | Ezekiel Smith | |
Show MC version of instance in status bar | |||
2022-07-02 | don't censor offline access token | Ivan Puntiy | |
2022-07-01 | fix: update NewLaunch package name | Sefa Eyeoglu | |
2022-06-30 | Remove redundant type name from status bar | Kenneth Chew | |
The type name is always "Minecraft", so it showed "Minecraft X.X.X (Minecraft)" | |||
2022-06-30 | Fix Minecraft version not appearing in status bar | Kenneth Chew | |
2022-06-30 | Change Online status to Ready | Gingeh | |
2022-06-30 | add tr() to offline account name | Gingeh | |
Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-06-29 | Move account checkboxes to the profile column (oops) | Gingeh | |
2022-06-29 | Rename profile column to username and update the tooltip | Gingeh | |
2022-06-29 | Move the profile name column to the left | Gingeh | |
2022-06-29 | Don't show account name for offline accounts | Gingeh | |
2022-06-22 | fix: add missing connections to the abort signal | flow | |
Beginning with efa3fbff39bf0dabebdf1c6330090ee320895a4d, we separated the failing and the aborting signals, as they can mean different things in certain contexts. Still, some places are not yet changed to reflect this modification. This can cause aborting of progress dialogs to not work, instead making the application hang in an unusable satte. This goes through some places where it's not hooked up yet, fixing their behaviour in those kinds of situation. | |||
2022-06-22 | fix: remove old reference to launchermeta | Sefa Eyeoglu | |
2022-06-17 | fix: fix warnings reported by LGTM.com | Sefa Eyeoglu | |
2022-06-14 | Merge pull request #716 from flowln/mod_perma_2 | Ezekiel Smith | |
Hide index folder on Windows | |||
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-06-13 | Merge pull request #714 from Scrumplex/fix-tests | Sefa Eyeoglu | |
Fix mod metadata tests | |||
2022-06-13 | refactor: make is_indexed false by default | Sefa Eyeoglu | |
Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-06-12 | fix: segfault when the same mod is present enabled and disabled at once | flow | |
This maintains the previous behaviour | |||
2022-06-12 | fix: correctly handle disabled mods with metadata | flow | |
im stupid | |||
2022-06-12 | fix: handling of incomplete mods | flow | |
(i.e. mods without ModDetails that may have metadata) | |||
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-06-12 | fix(tests): wait until ModFolderModel has updated | Sefa Eyeoglu | |
2022-06-12 | refactor(test): fix loading mod metadata setting | Sefa Eyeoglu | |
2022-06-11 | Merge pull request #709 from Scrumplex/fix-instancetypes | Sefa Eyeoglu | |
Always store InstanceType | |||
2022-06-04 | fix: hide .index folder on Windows | flow | |
2022-06-04 | fix: always store InstanceType | Sefa Eyeoglu | |
2022-05-23 | chore: add license headers | flow | |
Prevents a massive inload of Scrumplex ditto's :) I didn't add it to every file modified in this PR because the other changes are pretty minor, and would explode the diff of the PR. I hope that's not a problem O_O | |||
2022-05-23 | fix: use correct hash_type when creating metadata | flow | |
also fix: wrong parameter name in LocalModUpdateTask's constructor also fix: correct hash_format in CF | |||
2022-05-23 | fix: don't try to delete mods multiple times | flow | |
Shows a more helpful message if there's a parsing error when reading the index file. Also fixes a clazy warning with using the `.data()` method in a temporary QByteArray object. | |||
2022-05-23 | fix: implement PR suggestions | flow | |
Some stylistic changes, and get hashes from the mod providers when building the metadata. | |||
2022-05-23 | refactor: make mod metadata presence (or lack of) easier to find out | flow | |
2022-05-23 | tidy: apply clang-tidy to some files | flow | |
Mostly the ones created in this PR + Mod.h / Mod.cpp / ModDetails.h | |||
2022-05-23 | test+fix: add basic tests and fix issues with it | flow | |
2022-05-23 | feat: allow disabling mod metadata usage | flow | |
2022-05-23 | feat: cache metadata in ModDetails | flow | |
Allows for more easy access to the metadata by outside entities | |||
2022-05-23 | refactor: abstract metadata handling and clarify names | flow | |
2022-05-23 | refactor: remove unused mod info and organize some stuff | 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: use mod metadata for getting mod information | flow | |
For now this doesn't mean much, but it will help when we need data exclusive from the metadata, such as addon id and mod provider. Also removes the metadata when the mod is deleted, and make the Mod.h file a little more pleasing to look at :) | |||
2022-05-23 | feat: add method to delete mod metadata | flow | |
Also moves indexDir setting from LocalModUpdateTask -> ModFolderModel | |||
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-22 | Merge pull request #597 from Scrumplex/refactor-modloader-modapi | Sefa Eyeoglu | |
2022-05-21 | Merge pull request #500 from flowln/net_refactor | Sefa Eyeoglu | |
Refactor a little the code in `launcher/net/` files | |||
2022-05-20 | Launch: Apply the Minecraft version correctly | Jamie Mansfield | |
It was previously using a deprecated field. | |||
2022-05-20 | Launch: Match Vanilla launcher version string behaviour | Jamie Mansfield | |
This removes a means of profiling users. | |||
2022-05-19 | refactor: allow tracking multiple mod loaders | Sefa Eyeoglu | |