-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: endlessm/godot-block-coding
base: v0.10.0
head repository: endlessm/godot-block-coding
compare: main
- 12 commits
- 16 files changed
- 4 contributors
Commits on Jun 23, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 4d3d3ce - Browse repository at this point
Copy the full SHA 4d3d3ceView commit details -
Merge pull request #398 from endlessm/allow-translationserver-43
Block: Translate property only if possible
Configuration menu - View commit details
-
Copy full SHA for 1fffbdb - Browse repository at this point
Copy the full SHA 1fffbdbView commit details
Commits on Aug 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 623ec3a - Browse repository at this point
Copy the full SHA 623ec3aView commit details -
Merge pull request #402 from DoomTas3r/Repopulate-variables
Repopulate variable code template
Configuration menu - View commit details
-
Copy full SHA for c81a5f4 - Browse repository at this point
Copy the full SHA c81a5f4View commit details
Commits on Aug 7, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5f5cbc9 - Browse repository at this point
Copy the full SHA 5f5cbc9View commit details
Commits on Aug 8, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for dac4d63 - Browse repository at this point
Copy the full SHA dac4d63View commit details
Commits on Aug 9, 2025
-
Merge pull request #403 from DoomTas3r/delete-variables
Adds delete variable button and dialogue
Configuration menu - View commit details
-
Copy full SHA for 3a04120 - Browse repository at this point
Copy the full SHA 3a04120View commit details -
Merge pull request #404 from DoomTas3r/simple-to-string-block
Adds to_string block with optional types
Configuration menu - View commit details
-
Copy full SHA for 8381962 - Browse repository at this point
Copy the full SHA 8381962View commit details
Commits on Aug 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for c4476b5 - Browse repository at this point
Copy the full SHA c4476b5View commit details -
Merge pull request #406 from endlessm/dependabot/github_actions/actio…
…ns/checkout-5 Bump actions/checkout from 4 to 5
Configuration menu - View commit details
-
Copy full SHA for 818cc3b - Browse repository at this point
Copy the full SHA 818cc3bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0974337 - Browse repository at this point
Copy the full SHA 0974337View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f93dd51 - Browse repository at this point
Copy the full SHA f93dd51View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.0...main