Age | Commit message (Collapse) | Author |
|
-Added Array.duplicate() method, needed to fix above
|
|
ProjectSettings: enhance add action error, fix confirm dialog
|
|
- Disable add action button if name is invalid
- Fix dialog being ConfirmationDialog instead of AcceptDialog
|
|
|
|
|
|
|
|
Regression from 565600e8445a3073e4188a1a2bde1f47dd299c5a, fixes #10712.
|
|
|
|
Mostly in EditorNode, dropping some obsolete editor plugins and also a
cleanup of ProjectSettings/EditorSettings.
|
|
|
|
|
|
Currently we rely on some undefined behavior when Object->cast_to() gets
called with a Null pointer. This used to work fine with GCC < 6 but
newer versions of GCC remove all codepaths in which the this pointer is
Null. However, the non-static cast_to() was supposed to be null safe.
This patch makes cast_to() Null safe and removes the now redundant Null
checks where they existed.
It is explained in this article: https://www.viva64.com/en/b/0226/
|
|
Improved colors
Added some missing icons
|
|
Fixed create script editor dialog not changing extension
Options menu for inspector element is bigger
|
|
-Added system for feature overrides, it's pretty cool :)
|