Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | |||
2018-10-16 | Fixed setting node as root showing error and making invisible children visible. | DualMatrix | |
Fixed setting node as root showing error and making invisible children visible. | |||
2018-10-15 | Fix enum values in the editor and hide enum numeric values in the Inspector | Ignacio Etcheverry | |
- Hide numeric value of enum constants in the inspector (EditorPropertyEnum) - EditorPropertyEnum, CustomPropertyEditor: Calculate values of enum constants correctly when only some of these constants have explicit values. | |||
2018-10-15 | Hide header and footer in AssetLib when not necessary | Erik | |
Reduces visual clutter by hiding pages navigator header and footer in AssetLib if no results are found or when results fit on one page one page. Fix for issue #23036 | |||
2018-10-14 | fixed visibility toggle with node selection | QbieShay | |
before this PR toggling visibility of not selected nodes would toggle the visibility of the whole selection. This PR changes this behaviour, so if visibility is toggled on a node that it is not selected, the visibility toggle will happen only on this node. No changes to the behaviour of when one of the selected nodes has visibility toggled: they still toggle all together | |||
2018-10-13 | Fixed delete line being off by one, issue 22819 | Paulb23 | |
2018-10-12 | Merge pull request #22939 from merumelu/tileset-add-texture-fix | Rémi Verschelde | |
TileSetEditor: Don't crash when adding invalid files | |||
2018-10-11 | Merge pull request #22915 from fire/visuals-shader-colour-constant-22906 | Rémi Verschelde | |
Fix for Visual Shader Editor #22906: Cannot change color on Color Con… | |||
2018-10-11 | TileSetEditor: Don't crash when adding invalid files | merumelu | |
2018-10-11 | Fixes resources name not showing in the inspector | groud | |
2018-10-10 | Fix for Visual Shader Editor #22906: Cannot change color on Color Constant | K. S. Ernest (iFire) Lee | |
Revert line from 5f2f1089086ad64636efc2a4096e55e4483c927a | |||
2018-10-09 | Improve toggle comment function in script editor. | Unknown | |
2018-10-09 | Improve the editor's Find in Files function | Hugo Locurcio | |
- Disable Whole Words and Match Case by default - Hide the Cancel button once the search is completed - Pad line numbers to the right for more readable search results | |||
2018-10-08 | Fixed Animation Keyframe inspector not displaying after moving key. | DualMatrix | |
Fixed Animation Keyframe inspector not displaying after moving key. | |||
2018-10-07 | Merge pull request #22771 from guilhermefelipecgs/fix_inspector_preview | Rémi Verschelde | |
Fix inspector preview | |||
2018-10-07 | Baker fixes | Juan Linietsky | |
2018-10-07 | Fix inspector preview | Guilherme Felipe | |
Remove script preview to inspector dock | |||
2018-10-07 | Merge pull request #22698 from Calinou/fix-find-files-hidpi | Rémi Verschelde | |
Fix Find in Files font size on hiDPI displays | |||
2018-10-07 | Merge pull request #22700 from Calinou/increase-itemlist-popupmenu-spacing | Rémi Verschelde | |
Increase spacing slightly between ItemList and PopupMenu items | |||
2018-10-07 | Merge pull request #22705 from DualMatrix/debugging_the_debugger_grand_finale | Rémi Verschelde | |
Cleaned up/Fixed some bugs in the remote inspector code. | |||
2018-10-07 | Revert "Make KEY_ESCAPE close all output/debugger docks on bottom" | Rémi Verschelde | |
This reverts commit 2ae2735a7a2631ef1a2c901a81135b1a1f3f954f. It also closes panels like the shader text editor when trying to discard code completion tooltips. It could be readded with extra care that modals like tooltips will take precedence and mark the event as handled. Fixes #17159, fixes #20738, closes #22727. | |||
2018-10-07 | Merge pull request #22722 from akien-mga/fix-warnings | Rémi Verschelde | |
Fix more "may be used initialized" warnings from GCC 7 | |||
2018-10-07 | Merge pull request #22770 from Chaosus/fix_inspector_theme | Rémi Verschelde | |
Fix inspector color when theme changed | |||
2018-10-07 | Merge pull request #22752 from aaronfranke/equals-redundant | Rémi Verschelde | |
Remove redundant "== true" and "== false" code | |||
2018-10-06 | Make the 3D viewport menu button easier to read | Hugo Locurcio | |
This closes #22809. | |||
2018-10-06 | Remove redundant "== false" code | Aaron Franke | |
Some of this code has been re-organized. f |