-
FuncRef -> Callable / lambda functions
https://docs.godotengine.org/en/latest/classes/class_callable.html
Async functions ( await )
https://docs.godotengine.org/en/latest/tutorials/scripting/gd…
-
### Tested versions
All
### System information
All
### Issue description
Godot has a lot of code tested but not included in the main branch. Pull requests can wait many months but not be approved…
-
### Tested versions
- Reproducible in: master (61598c5c88), 4.3, possibly all the way back to 3.3.
The code of interest was introduced in commit 221f5da85 on 2021-08-15.
I apologize for not includi…
-
4.4-master-branch
Now that this PR (https://github.com/godotengine/godot/pull/96922) was merged, it is time to write a little bit of documentation on the Gridmap bottom panel, and all the changes t…
-
**Your Godot version:**
NA
**Issue description:**
This page:
[https://docs.godotengine.org/en/stable/tutorials/navigation/navigation_introduction_2d.html](https://docs.godotengine.org/en/sta…
-
### Describe the project you are working on
FPS.
### Describe the problem or limitation you are having in your project
Gridmap should have a signal for when a cell is changed, the same one that p…
-
### Tested versions
- Reproducible in Godot Engine 4.3 stable
- Reproducible in Godot Engine master https://github.com/godotengine/godot/commit/76fa7b291455a8ba24c50005072ebdb58f8a5984
### Syst…
-
### Describe the project you are working on
An editor plugin that will utilize toast notifications if https://github.com/godotengine/godot/pull/98680 is merged
### Describe the problem or limita…
-
Don't need to do anything special to replicate. Just install https://godotengine.org/, create an empty project and then try switching between workspaces rapidly.
For me, it results in a noticeable…
-
### Godot version
`>= 4.3`
### godot-cpp version
`>= 4.3`
### System information
Any
### Issue description
`Transform3D::looking_at()` doesn't have `use_model_front` parameter, as in GDScript …