Age | Commit message (Collapse) | Author |
|
Fixes issue #57292 where zooming out too much stops
you from being able to zoom back in
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These default to Ctrl + N and Ctrl + Shift + N respectively,
and will only work while the script editor is focused.
When the script editor is not focused, a new scene
(or inherited scene) will be created instead.
|
|
|
|
|
|
|
|
|
|
|
|
Fix Asset Library UX when an asset is being downloaded
|
|
|
|
|
|
|
|
Most of the custom logic to handle special keying cases is now inside
the AnimationPlayerEditorPlugin.
The EditorInspector now emits a signal when inspecting a new object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|