Chris Cranford
Chris Cranford
A new PR implementation follow-up to this is in #6341. Based on research in the DDD-9, the `SAFE_RESUME_SCN` field is not reliable to always control where the connector should resume...
/packit test --labels oracle
Given research in the DDD-9 around `SAFE_RESUME_SCN` and how I've identified several corner cases around what we can and cannot do with restarting mid-transaction, this is not viable. Closing.
I discussed this with @YuriSizov on discord recently, and we concluded this came down to a fix already merged on Godot 4.2 around `_notification` changes (don't have the PR/commit handy...
Agreed. It could be something small, such as a markdown file in the godot-cpp repository that tracks these changes, providing a quick, at-a-glance view of these bits. As a maintainer...
Hi @dsnopek so this is what I did to hack this for cmake: 1. Defined a simple `godot-docs-generator.cmake` file with this content. The paths could be arguments passed into the...
I wonder if you could use some focus shenanigans with the Input singleton and it work? ```cpp _tree->grab_focus(); Input::get_singleton()->parse_input_event(p_event); _line_edit->grab_focus(); ``` We used a similar tactic for some similar "action...
FWIW, even compiling all three binaries on the same machine generates a crash, compiling Godot, the `godot-git-plugin` and the `godot-orchestrator` plugin. 🤔 For the record, the host Linux environment is:...
So I rolled the godot-git-plugin forward to godot-cpp commit 78ffea5, which is the same commit godot-orchestrator uses for Godot 4.2, and surprisingly the Godot editor (4.2.2-stable) does not crash. Is...
Seems to be related to https://github.com/godotengine/godot-cpp/pull/1313 not cherry-picked to 4.1 branch.