Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-01 | Merge pull request #22938 from groud/open_spriteframes_on_animatedsprites_edit | Rémi Verschelde | |
Opens the SpriteFrames editor when editing an AnimatedSprite | |||
2018-11-01 | Merge pull request #22977 from CakHuri/draw_relationship_lines-ON | Rémi Verschelde | |
Made 'draw relationship lines' (at Editor Settings) enabled by default. | |||
2018-11-01 | Merge pull request #23195 from Liangdi/master | Rémi Verschelde | |
support New TileSet Editor zooming use CTRL/CMD + MouseWheel | |||
2018-11-01 | Merge pull request #23380 from volzhs/hide_attach_script | Rémi Verschelde | |
Hide "Attach Script" if node has one | |||
2018-10-31 | Merge pull request #23405 from YeldhamDev/remove_folding_print | Rémi Verschelde | |
Remove "save folding for:" message when saving | |||
2018-10-31 | Merge pull request #23381 from Alien1993/renaming_tree_nodes | Rémi Verschelde | |
Warning dialog is now shown if trying to set Node name to empty string | |||
2018-10-30 | Improve import dock usability when selecting multiple files, only change ↵ | Juan Linietsky | |
what was modified on re-import. | |||
2018-10-30 | Remove "save folding for:" message when saving | Michael Alexsander Silva Dias | |
2018-10-30 | Warning dialog is now shown if trying to set Node name to empty string | Silvano Cerza | |
If the user tried to change a Node name to an empty string in the Scene Tree Editor an error would be returned to console, now a warning dialog is shown with a clear message | |||
2018-10-29 | Automatically unfold sections of properties that someone else edited (no ↵ | Juan Linietsky | |
local info exists). | |||
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | |
2018-10-29 | Merge pull request #23326 from YeldhamDev/search_results_fix | Rémi Verschelde | |
Fix issues with the "Search Results" panel | |||
2018-10-29 | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky | |
2018-10-29 | Hide "Attach Script" if node has one | volzhs | |
2018-10-29 | Fix small visual bug in filesystem dock | Chaosus | |
2018-10-29 | Merge pull request #23288 from willnationsdev/restore-clear-script | Rémi Verschelde | |
Restore ClearScript btn w/ ExtendScript RMB link | |||
2018-10-29 | Merge pull request #23322 from marcelofg55/export_path | Rémi Verschelde | |
Save last export path when exporting | |||
2018-10-28 | Add a duplicate button to duplicate presets | Marcelo Fernandez | |
2018-10-27 | Fix issues with the "Search Results" panel | Michael Alexsander Silva Dias | |
2018-10-27 | Save last export path when exporting | Marcelo Fernandez | |
2018-10-26 | support New TileSet Editor zooming use CTRL/CMD + MouseWheel | Liangdi | |
fixed code style for clang-format apply clang-format | |||
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 | Restore ClearScript btn w/ ExtendScript RMB link | Will Nations | |
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 | Fix inconsistences in some buttons in the Canvas/Spatial editor menubar | Michael Alexsander Silva Dias | |
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). |