Beta editor: GDevelop 5.6.274 + feature/breakpoints - #5
Open
malec-palec wants to merge 73 commits into
Open
Conversation
4ian#8724) - Adds support for **configurable custom resource properties**. Projects can now declare extra, editable metadata fields for their resources via a new `resourceCustomProperties` section in `gdevelop-settings.yaml`. These fields render in the Resource Properties editor and persist into the resource's metadata JSON. Supported field types: `string`, `boolean`, and `number`. - Configuration example: ```yaml resourceCustomProperties: - name: "some-name-0" label: "Some Name 0" type: "boolean" description: "Some description related resource processing" resourceKinds: ["image"] - name: "some-name-1" label: "Some Name 1" type: "boolean" resourceKinds: ["image"] - name: "some-number-name" label: "Some Number Name" type: "number" resourceKinds: ["image"] ``` Co-authored-by: valutsenko_playtika <valutsenko@playtika.com>
Don't show in changelog
… again (4ian#8777) Note: this doesn't fix locking/unlocking the screen which is very random and not reliable yet
Cover combinations of - expression, variable parameter, legacy variable parameter - variables from a depth of 1 to 3 - declared or undeclared variable at each level Some cases were already covered and don't appear in the diff. Don't show in changelog
Only show in developer changelog
Don't show in changelog
- Common errors, like having an icon with the wrong size, will be reported when a build is failing.
Do not show in changelog
Do not show in changelog
… it (4ian#8812) Only show in developer changelog
Only show in developer changelog
Do not show in changelog
Do not show in changelog
…llation (4ian#8796) - Done automatically on Windows. For portable builds or Linux/macOS, use the command palette and search "CLI" to install it.
* every user can recover a project deleted by mistake, within a short time * if you have a subscription, you get up to 30 days retention time
Don't show in changelog
# Conflicts: # newIDE/app/src/MainFrame/MainFrameCommands.js # newIDE/app/src/MainFrame/index.js
show in developer changelog
Do not show in changelog
# Conflicts: # GDevelop.js/package-lock.json
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
v5.6.274feature/breakpointsrelease/beta-editor:.github/workflows/build-editor.yml,.cursor/skills/release-beta-editor/SKILL.mdNotes
The merge was computed against the true fork point of
feature/breakpointsfrom upstream master (rather than the previous beta-editor merge commit) to avoid silently dropping already-merged-but-unmodified breakpoints content. Result: a clean merge, no unresolved conflicts.