summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-11-02Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodesJuan Linietsky
Cleanup the editor history from remote nodes after the scene stopped.
2018-11-02Merge pull request #21897 from Calinou/3d-display-camera-coordinatesRémi Verschelde
Display camera coordinates in the 3D viewport's information pane
2018-11-02Merge pull request #23389 from marcelofg55/multiple_extRémi Verschelde
Export for OS X on OS X now lets you select .dmg or .zip
2018-11-02Let TileSet editor sanitize out tiles with wrong texturesPedro J. Estébanez
2018-11-02Let user fix dependencies in resourcesPedro J. Estébanez
2018-11-01Merge pull request #22817 from DualMatrix/animation_groupJuan Linietsky
Made AnimationPlayer track groups update after changing path
2018-11-01Merge pull request #23311 from YeldhamDev/editor_capitalization_fixRémi Verschelde
Small capitalization fixes across the editor
2018-11-01Merge pull request #22311 from Xrayez/fix-22037Juan Linietsky
Fix blend tree editor updating invalid blend tree node graph
2018-11-01Merge pull request #23313 from DavidSichma/viewport-reassignJuan Linietsky
Handling NodePaths in in-place Editor for Resources
2018-11-01Export for OS X on OS X now lets you select .dmg or .zipMarcelo Fernandez
2018-11-01Merge pull request #22938 from groud/open_spriteframes_on_animatedsprites_editRémi Verschelde
Opens the SpriteFrames editor when editing an AnimatedSprite
2018-11-01Merge pull request #22977 from CakHuri/draw_relationship_lines-ONRémi Verschelde
Made 'draw relationship lines' (at Editor Settings) enabled by default.
2018-11-01Merge pull request #23195 from Liangdi/masterRémi Verschelde
support New TileSet Editor zooming use CTRL/CMD + MouseWheel
2018-11-01Merge pull request #23380 from volzhs/hide_attach_scriptRémi Verschelde
Hide "Attach Script" if node has one
2018-10-31Merge pull request #23405 from YeldhamDev/remove_folding_printRémi Verschelde
Remove "save folding for:" message when saving
2018-10-31Merge pull request #23381 from Alien1993/renaming_tree_nodesRémi Verschelde
Warning dialog is now shown if trying to set Node name to empty string
2018-10-30Improve import dock usability when selecting multiple files, only change ↵Juan Linietsky
what was modified on re-import.
2018-10-30Remove "save folding for:" message when savingMichael Alexsander Silva Dias
2018-10-30Warning dialog is now shown if trying to set Node name to empty stringSilvano 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-29Automatically unfold sections of properties that someone else edited (no ↵Juan Linietsky
local info exists).
2018-10-29Moved folding outside the resource files, now saved outside the project.Juan Linietsky
2018-10-29Merge pull request #23326 from YeldhamDev/search_results_fixRémi Verschelde
Fix issues with the "Search Results" panel
2018-10-29Ability to revert any property, not just from inherited scenes or scripts.Juan Linietsky
2018-10-29Hide "Attach Script" if node has onevolzhs
2018-10-29Fix small visual bug in filesystem dockChaosus
2018-10-29Merge pull request #23288 from willnationsdev/restore-clear-scriptRémi Verschelde
Restore ClearScript btn w/ ExtendScript RMB link
2018-10-29Merge pull request #23322 from marcelofg55/export_pathRémi Verschelde
Save last export path when exporting
2018-10-28Add a duplicate button to duplicate presetsMarcelo Fernandez
2018-10-27Fix issues with the "Search Results" panelMichael Alexsander Silva Dias
2018-10-27Save last export path when exportingMarcelo Fernandez
2018-10-26Handling NodePaths in in-place Editor for ResourcesDavid Sichma
2018-10-26Small capitalization fixes across the editorMichael Alexsander Silva Dias
2018-10-26support New TileSet Editor zooming use CTRL/CMD + MouseWheelLiangdi
fixed code style for clang-format apply clang-format
2018-10-26Fixes the editor layoutgroud
2018-10-25Merge pull request #23290 from YeldhamDev/fix_default_layoutRémi Verschelde
Fix default layout dock sizes
2018-10-25Fix default layout dock sizesMichael Alexsander Silva Dias
2018-10-25Merge pull request #23262 from swenner/more-cppcheck-fixesRémi Verschelde
More cppcheck fixes, fixes #22702
2018-10-25fixed uninitialized variables and false positives found by CppCheckSimon Wenner
2018-10-25Restore ClearScript btn w/ ExtendScript RMB linkWill Nations
2018-10-25Merge pull request #23017 from Calinou/increase-source-font-line-spacingRémi Verschelde
Increase the source font's line spacing
2018-10-25Merge pull request #23038 from DualMatrix/ugly_namesRémi Verschelde
Made NodePath property display path instead of object name if object is not named.
2018-10-25Fix inconsistences in some buttons in the Canvas/Spatial editor menubarMichael Alexsander Silva Dias
2018-10-25Merge pull request #23071 from bfhobbes/use_quickopen_for_instance_childRémi Verschelde
Use EditorQuickOpen dialog instead of EditorFileDialog when instancing a child scene.
2018-10-25Merge pull request #23114 from groud/allow_smaller_dock_widthRémi Verschelde
Allow the editor dock to have a lower width
2018-10-25Fix segfault on editor close upChaosus
2018-10-25Merge pull request #23171 from capnm/fix-orthogonal-mode-freelookRémi Verschelde
Disable 'freelook' in the orthogonal mode.
2018-10-25Merge pull request #23211 from YeldhamDev/spatial_editor_preview_adjustmentRémi Verschelde
Readjust "Preview" button in Spatial editor
2018-10-25Merge pull request #23215 from Chaosus/filedock_updateRémi Verschelde
Updates filesystem dock when theme is changed
2018-10-25Merge pull request #23245 from Alien1993/inherited_root_deletionRémi Verschelde
Fixed user being unable to delete root Node if is an inherited Scene
2018-10-25Repaired mistyped of 'its' on several files.M. Huri