Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodes | Juan Linietsky | |
Cleanup the editor history from remote nodes after the scene stopped. | |||
2018-11-02 | Merge pull request #21897 from Calinou/3d-display-camera-coordinates | Rémi Verschelde | |
Display camera coordinates in the 3D viewport's information pane | |||
2018-11-02 | Merge pull request #23389 from marcelofg55/multiple_ext | Rémi Verschelde | |
Export for OS X on OS X now lets you select .dmg or .zip | |||
2018-11-02 | Let TileSet editor sanitize out tiles with wrong textures | Pedro J. Estébanez | |
2018-11-02 | Let user fix dependencies in resources | Pedro J. Estébanez | |
2018-11-01 | Merge pull request #22817 from DualMatrix/animation_group | Juan Linietsky | |
Made AnimationPlayer track groups update after changing path | |||
2018-11-01 | Merge pull request #23311 from YeldhamDev/editor_capitalization_fix | Rémi Verschelde | |
Small capitalization fixes across the editor | |||
2018-11-01 | Merge pull request #22311 from Xrayez/fix-22037 | Juan Linietsky | |
Fix blend tree editor updating invalid blend tree node graph | |||
2018-11-01 | Merge pull request #23313 from DavidSichma/viewport-reassign | Juan Linietsky | |
Handling NodePaths in in-place Editor for Resources | |||
2018-11-01 | Export for OS X on OS X now lets you select .dmg or .zip | Marcelo Fernandez | |
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 | Handling NodePaths in in-place Editor for Resources | David Sichma | |
2018-10-26 | Small capitalization fixes across the editor | Michael Alexsander Silva Dias | |
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 | |