Skip to content

Beta editor: GDevelop 5.6.274 + feature/breakpoints - #5

Open
malec-palec wants to merge 73 commits into
release/beta-editorfrom
release/beta-editor-5.6.274
Open

Beta editor: GDevelop 5.6.274 + feature/breakpoints#5
malec-palec wants to merge 73 commits into
release/beta-editorfrom
release/beta-editor-5.6.274

Conversation

@malec-palec

Copy link
Copy Markdown
Collaborator

Summary

  • Base release: GDevelop v5.6.274
  • Merged feature branch: feature/breakpoints
  • Protected paths preserved from release/beta-editor: .github/workflows/build-editor.yml, .cursor/skills/release-beta-editor/SKILL.md

Notes

The merge was computed against the true fork point of feature/breakpoints from 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.

D8H and others added 30 commits June 25, 2026 16:26
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>
… 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
- Common errors, like having an icon with the wrong size, will be reported when a build is failing.
ClementPasteau and others added 28 commits July 7, 2026 14:22
Do not show in changelog
Only show in developer 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
# Conflicts:
#	newIDE/app/src/MainFrame/MainFrameCommands.js
#	newIDE/app/src/MainFrame/index.js
show in developer changelog
@malec-palec
malec-palec requested a review from 4ian as a code owner July 31, 2026 11:08
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 4e6da158-03a3-4819-8885-3b120deccfa9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants