Age | Commit message (Collapse) | Author |
|
String: Add contains().
|
|
|
|
|
|
get_viewport()->gui_get_focus_owner()
|
|
|
|
|
|
|
|
Use clear() instead of resize(0).
Use has() instead of "find(p_val) != -1".
|
|
|
|
|
|
|
|
|
|
|
|
Pressing `ctrl+z` after clicking "Create Physical Skeleton" will now
undo the creation of all physical bones by that operation.
Previously undo would remove one bone at a time.
Fixes https://github.com/godotengine/godot/issues/55351.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is now possible thanks to `Variant` changes.
Also unbind some `_` prefixed methods which don't need to be exposed.
|
|
|
|
controls
|
|
Allow method binds to take Object subclasses as arguments
|
|
IgorKordiukiewicz/fix-tile-map-editor-not-disappearing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds a condition to VariantCaster that casts Variants of type OBJECT to any type T, if T is derived from Object.
This change enables a fair bit of code cleanup. First, the Variant implicit cast operators for Node and Control can be removed, which allows for some invalid includes to be removed. Second, helper methods in Tree whose sole purpose was to cast arguments to TreeItem * are no longer necessary.
A few small changes also had to be made to other files, due to the changes cascading down all the includes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tooltip
|
|
|
|
|