Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove some outdated documentation and files
|
|
|
|
|
|
|
|
Fix crash caused by a empty NavigationMesh
|
|
Fix editor for TreeItem cells in range mode
|
|
Fix setting Sliders in exponential mode
|
|
Update Autoload demo
|
|
Fix "Play Project" button icon
|
|
Remove last remaining variables of PR-3043
|
|
|
|
t Please enter the commit message for your changes. Lines starting
|
|
|
|
|
|
All the generated documentation is put in doc/_build.
|
|
|
|
|
|
|
|
|
|
|
|
Fix shader loading, making possible load .shd and .sgp from editor
|
|
|
|
Also removed logo_small.png and used logo.png instead
|
|
|
|
|