Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: endlessm/godot-block-coding
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: endlessm/godot-block-coding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 16 files changed
  • 4 contributors

Commits on Jun 23, 2025

  1. Block: Translate property only if possible

    The TranslationServer.get_or_add_domain() method was added in Godot 4.4,
    but the addon may still work in Godot 4.3 if we disable property
    translations when the method isn't present.
    
    #397
    manuq committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    4d3d3ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #398 from endlessm/allow-translationserver-43

    Block: Translate property only if possible
    wjt authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    1fffbdb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Repopulate variable code template

    Fixes regression from 947bd28
    DoomTas3r authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    623ec3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #402 from DoomTas3r/Repopulate-variables

    Repopulate variable code template
    manuq authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    c81a5f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Adds delete variable button and dialogue

    Fix for #360
    Adds the delete variable button with a dialogue box and check boxes to select variable names and delete them if they exist. The delete variable functionality resembles the create variable functionality, including the ability to undo. Functionality missing from this commit might include hiding the delete variables button when there are no variables, and disabling the delete button if no check boxes are checked.
    DoomTas3r authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    5f5cbc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Adds to_string block with optional types

    The to_string block converts a parameter to a string. It includes an option input with an integer, a boolean, a vector2, a vector3, a color, and an object.
    
    The type of the selected input gets detected and displays as a normal parameter input with the detected type and snapping
    DoomTas3r authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    dac4d63 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. Merge pull request #403 from DoomTas3r/delete-variables

    Adds delete variable button and dialogue
    manuq authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    3a04120 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #404 from DoomTas3r/simple-to-string-block

    Adds to_string block with optional types
    manuq authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    8381962 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    c4476b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #406 from endlessm/dependabot/github_actions/actio…

    …ns/checkout-5
    
    Bump actions/checkout from 4 to 5
    manuq authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    818cc3b View commit details
    Browse the repository at this point in the history
  3. Bump chickensoft-games/setup-godot from 2.2.0 to 2.3.0

    Bumps [chickensoft-games/setup-godot](https://github.com/chickensoft-games/setup-godot) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/chickensoft-games/setup-godot/releases)
    - [Commits](chickensoft-games/setup-godot@v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: chickensoft-games/setup-godot
      dependency-version: 2.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    0974337 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #405 from endlessm/dependabot/github_actions/chick…

    …ensoft-games/setup-godot-2.3.0
    
    Bump chickensoft-games/setup-godot from 2.2.0 to 2.3.0
    manuq authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    f93dd51 View commit details
    Browse the repository at this point in the history
Loading