Conversation
Added GUI.PluginListScreen for drawing the plugin list Adds Plugins button to Main Menu Draws plugins based on GUI.PluginInfo Needed to add SemanticVersion 2.0.0.0 to PathfinderAPI project GUI.PluginInfo reads from BepInPlugin, Meta.PluginInfoAttribute, Meta.PluginWebsiteAttribute, BepInDependency, and BepInIncompatibility for plugin information Displays load order, is enabled, and allows displaying of plugin image (either set in PluginInfoAttribute.ImagePath or <plugin's guid>.<image extentsion>) Does not draw undefined/null elements Added Event.Menu.DrawMainMenuButtonEvent for detecting and manipulating main menu button draw events. Added Meta.PluginInfoAttribute for extra plugin metadata Added Meta.PluginWebsiteAttribute for plugin website listing (is automatically sorted by key in PluginInfo) Added PluginInfo and PluginWebsite attributes to PathfinderAPIPlugin
Also added PluginInfo and PluginWebsite to PathfinderUpdaterPlugin Reworked PathfinderUpdater.MainMenuOverride Check and Perform update async methods to allow PFButton assignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mostly handles #137
This is however crude as there is no text wrapping nor any actual scrolling implemented so there is no way to see offscreen information.
WIP, will post full list of features later.