Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix Remove Item option in TileSet plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prevent deleting input presets as it does not work
|
|
Add editor setting for display mode on file dialog and filesystem dock
|
|
|
|
|
|
|
|
Follow-up of #3076.
Now the only thing possible to do with input presets is to add/remove key bindings. It was already the case previously but it's now clearer in the UI.
|
|
Option to rename input actions
|
|
Avoid project manager from processing gamepad input
|
|
|
|
|
|
|
|
Fix non-looping animations not being reset properly in AnimationTreePlayer
|
|
Add GDScript export hints for named bit flags, exponential ranges and global filesystem
|
|
Syntax: `export( int, FLAGS, "A Flag", "Another Flag" ) var flags`
|
|
Fix editor layouts broken
|
|
|
|
|
|
|
|
Editor layout dialog: name field grabs focus on popup
|
|
|
|
|
|
|
|
Implement double-click on remaining dialogs
|
|
fixes #2848
|
|
|
|
|
|
|
|
Double-click item for reparent and choose a node in NodePath dialog
|
|
Fix array editor NodePath being relative to editor
|
|
|
|
(it's clevery done so local changes to scenes are kept even if unsaved)
|
|
|
|
|
|
|
|
|
|
|