Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-26 | Fixes the editor layout | groud | |
2018-10-25 | Merge pull request #23290 from YeldhamDev/fix_default_layout | Rémi Verschelde | |
Fix default layout dock sizes | |||
2018-10-25 | Fix default layout dock sizes | Michael Alexsander Silva Dias | |
2018-10-25 | Merge pull request #23262 from swenner/more-cppcheck-fixes | Rémi Verschelde | |
More cppcheck fixes, fixes #22702 | |||
2018-10-25 | fixed uninitialized variables and false positives found by CppCheck | Simon Wenner | |
2018-10-25 | Fix inconsistences in some buttons in the Canvas/Spatial editor menubar | Michael Alexsander Silva Dias | |
2018-10-25 | Merge pull request #23017 from Calinou/increase-source-font-line-spacing | Rémi Verschelde | |
Increase the source font's line spacing | |||
2018-10-25 | Merge pull request #23038 from DualMatrix/ugly_names | Rémi Verschelde | |
Made NodePath property display path instead of object name if object is not named. | |||
2018-10-25 | Merge pull request #23071 from bfhobbes/use_quickopen_for_instance_child | Rémi Verschelde | |
Use EditorQuickOpen dialog instead of EditorFileDialog when instancing a child scene. | |||
2018-10-25 | Merge pull request #23114 from groud/allow_smaller_dock_width | Rémi Verschelde | |
Allow the editor dock to have a lower width | |||
2018-10-25 | Fix segfault on editor close up | Chaosus | |
2018-10-25 | Merge pull request #23171 from capnm/fix-orthogonal-mode-freelook | Rémi Verschelde | |
Disable 'freelook' in the orthogonal mode. | |||
2018-10-25 | Merge pull request #23211 from YeldhamDev/spatial_editor_preview_adjustment | Rémi Verschelde | |
Readjust "Preview" button in Spatial editor | |||
2018-10-25 | Merge pull request #23215 from Chaosus/filedock_update | Rémi Verschelde | |
Updates filesystem dock when theme is changed | |||
2018-10-25 | Merge pull request #23245 from Alien1993/inherited_root_deletion | Rémi Verschelde | |
Fixed user being unable to delete root Node if is an inherited Scene | |||
2018-10-25 | Repaired mistyped of 'its' on several files. | M. Huri | |
2018-10-24 | Make editor tooltips wider and scale them on hiDPI displays | Hugo Locurcio | |
This also changes the TTR() call to avoid creating a duplicate ("Property:" is already used in other places). | |||
2018-10-24 | Merge pull request #23161 from groud/fix_fav_in_open_dialog | Rémi Verschelde | |
Fixes favorites not working in the open dialog | |||
2018-10-24 | Fixes favorites not working in the open dialog | groud | |
2018-10-24 | Fixed user being unable to delete root Node if is an inherited Scene | Silvano Cerza | |
User wasn't able to delete the root Node because it was being treated as a foreign Node since it was an inherited Scene | |||
2018-10-23 | Update filesystem dock when theme changed | Chaosus | |
2018-10-22 | Fix 'Align selection with view' in orthogonal mode | Martin Capitanio | |
Fixes #23096 | |||
2018-10-21 | Readjust "Preview" button in Spatial editor | Michael Alexsander Silva Dias | |
2018-10-21 | Merge pull request #23196 from Paulb23/scene_tab_errors_issue_22890 | Rémi Verschelde | |
Scene tabs closing and thumbnail errors, issue 22890 | |||
2018-10-21 | Don't create scene thumbnail before its saved, issue 22890 | Paulb23 | |
2018-10-21 | Merge pull request #23181 from Calinou/tweak-min-panel-sizes-hidpi | Rémi Verschelde | |
Resize some editor panel minimum sizes on hiDPI displays | |||
2018-10-21 | Merge pull request #22972 from YeldhamDev/3d_view_perspective_button | Timo | |
Make "Perspective" button look like a actual clickable button | |||
2018-10-20 | Resize some editor panel minimum sizes on hiDPI displays | Hugo Locurcio | |
This also increases the plugin description TextEdit's height, so that 3 lines can be viewed instead of just 2 (leaving a few pixels for the scroll bar). | |||
2018-10-20 | Disable 'freelook' in the orthogonal mode. | Martin Capitanio | |
Fixes #23095 Thanks @aaronfranke for hints. Fixes #23078 | |||
2018-10-20 | Merge pull request #23160 from groud/filesystem_favorites_fix | Rémi Verschelde | |
Make folders clicked in the filesystem dock open the selected folder | |||
2018-10-19 | Make folders clicked in the filesystem dock open the selected folder | groud | |
2018-10-19 | Add icon_script_extend & update the icon @runtime | Will Nations | |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray | |
Fixes #22684. | |||
2018-10-19 | Merge pull request #22849 from DualMatrix/update_key_edit | Rémi Verschelde | |
Fixed Animation Keyframe inspector not displaying after moving key. | |||
2018-10-19 | Merge pull request #23112 from groud/fix_viewport_not_updating | Rémi Verschelde | |
Fixes viewport scrollbars not updating with plugins | |||
2018-10-18 | Make "Perspective" button look like a actual clickable button | Michael Alexsander Silva Dias | |
2018-10-18 | Enhanced error message on folder creation with invalid chars on Windows | Silvano Cerza | |
If the user tried to create folder with *, | or > in its name it would return a generic error "Could not create folder." Now the same message is shown when creating a folder with /, \\, :, *, |, > or ending with . or an empty space. | |||
2018-10-18 | Allow the editor dock to have a lower width | groud | |
2018-10-18 | Fixes viewport scrollbars not updating with plugins | groud | |
2018-10-18 | Merge pull request #23000 from voithos/move-autoload | Rémi Verschelde | |
Update autoload references when moving files. | |||
2018-10-17 | Merge pull request #23037 from SeleckyErik/issue-23036 | Rémi Verschelde | |
Hide header and footer in AssetLib when not necessary | |||
2018-10-17 | Merge pull request #23074 from voithos/tooltips | Rémi Verschelde | |
Add tooltip to skeleton menu button. | |||
2018-10-17 | Add tooltip to skeleton menu button. | Zaven Muradyan | |
Fixes #23008. | |||
2018-10-16 | Use EditorQuickOpen dialog instead of EditorFileDialog when instancing a ↵ | Andrew McDonald | |
child scene. Addresses the bulk of #5180 | |||
2018-10-16 | Update autoload references when moving files. | Zaven Muradyan | |
Prior to this, file references in autoload were not updated when a script was moved or renamed. This adds extra logic to update the autoload references when updating project settings. Fixes #22995. | |||
2018-10-16 | Switch unoptimized handlers from spatial editor viewport to optimized ones | Michael Alexsander Silva Dias | |
2018-10-16 | Merge pull request #22918 from DualMatrix/node_as_root_2 | Rémi Verschelde | |
Fixed setting node as root showing error and making invisible children visible. | |||
2018-10-16 | Merge pull request #22738 from akerudesu/script_comments | Rémi Verschelde | |
Improve toggle comment function in script editor | |||
2018-10-16 | Merge pull request #22885 from neikeq/issue-22122 | Rémi Verschelde | |
Hide numeric value for constants in EditorPropertyEnum | |||
2018-10-16 | Merge pull request #23016 from QbieShay/fix_visibility_toggle | Rémi Verschelde | |
Fixed visibility toggle with node selection |