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

Add ability to select icon style #11

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Add ability to select icon style #11

wants to merge 19 commits into from

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    10b832f View commit details
    Browse the repository at this point in the history
  2. Move most icons to icons/pixel directory

    Initial step towards supporting multiple icon styles via different
    directories.
    Pennycook committed May 6, 2024
    Configuration menu
    Copy the full SHA
    155e00f View commit details
    Browse the repository at this point in the history
  3. Duplicate generic stick icons across controllers

    Simplifies directory structure and allows for different controllers to
    use different stick icons.
    Pennycook committed May 6, 2024
    Configuration menu
    Copy the full SHA
    da58463 View commit details
    Browse the repository at this point in the history
  4. Move icon resources into icons/ directory

    Necessary to support different resources for different styles.
    Pennycook committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6676905 View commit details
    Browse the repository at this point in the history
  5. Complete pixel Sony icons

    Kenney's latest high-resolution input prompts asset doesn't require the
    icons to be completed in an editor before use. Completing the pixel
    icons in this commit ensures that the pixel and high-resolution icons
    will provide the same out-of-box experience.
    Pennycook committed May 6, 2024
    Configuration menu
    Copy the full SHA
    029ed20 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Add 1-bit prompts

    Pennycook committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f5220e7 View commit details
    Browse the repository at this point in the history
  2. Add 1-bit resources

    Pennycook committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d66bd35 View commit details
    Browse the repository at this point in the history
  3. Adjust default resource paths in ProjectSettings

    - Ensure that get_setting() uses a path that exists after refactoring.
    - Set ProjectSetting entry to "" because it should now only be set for
      custom resources, and will otherwise conflict with icon styles.
    Pennycook committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9a9ba29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a33ee07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dde8c6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Add high-resolution prompts

    Includes some placeholders for prompt icons that are included in
    Kenney's pixel prompts but missing from the high-resolution version.
    Pennycook committed May 13, 2024
    Configuration menu
    Copy the full SHA
    aef91aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a044967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0eaa07 View commit details
    Browse the repository at this point in the history
  4. Fix ProjectSettings logic

    In order for the "Reset" button in the ProjectSettings to work
    correctly, the metadata for each project setting has to be set
    unconditionally. Only the value itself should be guarded by a
    has_setting() check.
    Pennycook committed May 13, 2024
    Configuration menu
    Copy the full SHA
    848a912 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2126f0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Fix error on editor close

    Sometimes, the PromptManager node seems to be removed from the tree
    before the InputPrompt nodes. When this happens, the editor exits with
    an error.
    Pennycook committed May 14, 2024
    Configuration menu
    Copy the full SHA
    42c6e0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6aa31f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8887e6e View commit details
    Browse the repository at this point in the history
  4. Satisfy gdformat and gdlint

    Pennycook committed May 14, 2024
    Configuration menu
    Copy the full SHA
    adc002a View commit details
    Browse the repository at this point in the history