Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Add Visual Studio 2022 support with fallback to 2019
|
|
|
|
|
|
fixed formatting
|
|
String: Add contains().
|
|
Add type icons to Project Settings, Array, and Dictionary editors
|
|
|
|
Initialized Member Variables in /modules
|
|
[GDExtension] Fix registration of functions with enum or native pointer return type.
|
|
|
|
This reverts commit 2f509f1b12c33234a0d8f0e254c727fd92e57720.
Breaks closure compiler builds.
And adds a warning for future readers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to AUTOWRAP_WORD_SMART to match 3.x behavior.
|
|
return type.
|
|
|
|
|
|
This could lead to have a step of 0 when parsing e.g. "1,10,is_greater".
|
|
|
|
get_viewport()->gui_get_focus_owner()
|
|
|
|
|
|
|
|
Expand description for warp_mouse_position method
|
|
|
|
|
|
|
|
translation detection by the OS.
|
|
HTTPClientJavaScript already supports non-blocking requests.
|
|
Add more detail to the description for the warp_mouse_position method, clarifying that the vector is in screen coordinates and relative to an origin at the top of the game window.
|
|
Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.2/NEWS
|
|
akien-mga/editorhelp-tooltip-set-fit_content_height
|
|
|
|
|
|
|
|
This reverts #51619 and fixes the issue properly, as well as enabling
`fit_content_height` which is necessary following #57304.
Fixes #57174.
Also adds a placeholder for property and signal tooltips with no description,
factoring the code while at it.
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
|
|
|
|
|
|
|
|
Verify custom HTTP headers, fix off by one error
|