Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check provides for optional dependencies in GUI #2240

Merged
merged 1 commit into from
Jan 3, 2018

Conversation

HebaruSan
Copy link
Member

Problem

In GUI, provides relationships are only checked for depends; if a mod suggests or recommends a virtual package, it's not shown.

One example is ProceduralFairings in KSP 1.2.2; it suggests a virtual package called PFTextures, which is provided by another module. Currently this module doesn't appear in GUI as a suggestion when installing ProceduralFairings.

image

Changes

Now if we don't find the exact name of an optional dependency, we check for mods that provide it and add them to the recommendation/suggestion lists for the user to choose.

image

Fixes #1234.

@HebaruSan HebaruSan added GUI Issues affecting the interactive GUI Pull request labels Jan 3, 2018
@politas politas merged commit 7cb05d8 into KSP-CKAN:master Jan 3, 2018
@HebaruSan HebaruSan deleted the fix/provide-suggestions branch January 3, 2018 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Issues affecting the interactive GUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants