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

Switch block labels to natural language #231

Merged
merged 6 commits into from
Sep 26, 2024
Merged

Switch block labels to natural language #231

merged 6 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Switch block labels to natural language

    Eg. use "Remove" instead of "Queue Free".
    
    Also, remove the "On physics process" block. This is confusing since for
    the default project settings the _process runs at the same pace.
    
    https://phabricator.endlessm.com/T35563
    manuq committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    79d871b View commit details
    Browse the repository at this point in the history
  2. Update Pong example to block label changes

    The labels have changed "body" by "something" so the blocks holding the
    "body" variable have dissapeared.
    manuq committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e383ce9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    44119bb View commit details
    Browse the repository at this point in the history
  2. Switch all block labels to lower case

    - The display template in resource files.
    - The display template in blocks defined dynamically for properties.
    - The display template in blocks for the simple nodes.
    - The true and false booleans.
    - The options in dropdowns.
    
    https://phabricator.endlessm.com/T35563
    manuq committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c18ab3f View commit details
    Browse the repository at this point in the history
  3. Block labels: Improve natural language

    Co-authored-by: Will Thompson <[email protected]>
    manuq and wjt authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7b93cb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a9b3e6 View commit details
    Browse the repository at this point in the history