summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2020-07-24Fix TTR misuseSkyJJ
2020-07-24Merge pull request #38088 from YeldhamDev/name_tooltips_tweaksRémi Verschelde
Small naming and tooltip tweaks
2020-07-23Small naming and tooltip tweaksMichael Alexsander
2020-07-24Merge pull request #40598 from vnen/gdscript-2.0Rémi Verschelde
GDScript 2.0 (again)
2020-07-23Merge pull request #40632 from asmaloney/macos-maya-scrollRémi Verschelde
[macOS] Fix Maya navigation with ALT + mouse scroll
2020-07-23Fix run project when current scene was never savedTomasz Chabora
2020-07-23[macOS] Fix Maya navigation with ALT + mouse scrollAndy Maloney
Methods were being called with InputEventMouseMotion instead of InputEventPanGesture, and they were null. Fixes godotengine/godot#16181 on the master branch
2020-07-23Merge pull request #37336 from dreamsComeTrue/canvas-editor-change-cursorRémi Verschelde
Request immediate refresh of cursor in 2D editor while using shortcuts
2020-07-21Merge pull request #40450 from asmaloney/spellingRémi Verschelde
Fix spelling & grammar in comments, docs, and messages
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-21Merge pull request #32908 from Nehluxhes/node_update_twiceRémi Verschelde
Remove duplicate displayed node update call
2020-07-21Merge pull request #40448 from Paulb23/fix_txt_close_crashRémi Verschelde
Fix crash when closing a TextFile
2020-07-21Remove duplicate node update callNehluxhes
2020-07-21TileSet Editor: Check polygon size before indexingRémi Verschelde
Fixes #39722.
2020-07-20Merge pull request #38763 from fire/38751Rémi Verschelde
Allow gltf2 morph targets including animations with no default value…
2020-07-20Reintroduce code completionGeorge Marques
2020-07-20Add warning checks in GDScript analyzerGeorge Marques
Reenable checking those when validating code.
2020-07-20Merge pull request #40500 from KoBeWi/inspector_magicRémi Verschelde
Convert some resource types in the inspector
2020-07-20Convert some resource types in the inspectorTomasz Chabora
2020-07-20Prevent multiple Controls moving inside containerTomasz Chabora
2020-07-16Fix crash when closing a TextFilePaulb23
2020-07-15Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde
Resize various dialogs
2020-07-15Merge pull request #40376 from hinlopen/quick-open-improvementsRémi Verschelde
Improve quick open performance and behaviour
2020-07-15Merge pull request #40268 from DanielZTing/masterRémi Verschelde
Fix cancel/OK button order on macOS
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and ↵Stijn Hinlopen
resource depency dialogs).
2020-07-14Fixed visual shader editor not clearing colour regionsPaulb23
2020-07-14Improve quick open performance and update some behaviourStijn Hinlopen
- Cache possible files and icons at popup - Sort files with heapsort instead of selection sort - Always scroll back to top (selection) upon refresh - Scoring function: fix second case and remove expensive similarity computation for insignificant results. - Only show a max amount of files (currently set at 300)
2020-07-14Merge pull request #40277 from hinlopen/refactor-project-settingsRémi Verschelde
Extract remaining tabs from the ProjectSettingsEditor
2020-07-14Refactor Project Settings:Stijn Hinlopen
- Moved Localization and InputMap editor code to separate files. - Removed empty method _item_checked from project_settings_editor. - Reordered some code for better readability.
2020-07-14Merge pull request #38440 from Paulb23/syntax_highlighter_refactorRémi Verschelde
Syntax highlighter refactor
2020-07-13Commit only the SVG files changed by file_format.shAaron Franke
There were a lot of SVG files changed by file_format.sh
2020-07-13Merge pull request #40297 from jiteshvm/texture-dialog-sizeRémi Verschelde
change minimum horizontal size from 200 to 240
2020-07-13Merge pull request #40289 from YeldhamDev/guitab_icon_use_hlRémi Verschelde
Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make their width/height equal
2020-07-11change minimum horizontal size from 200 to 240Jitesh
2020-07-11Revert "Merge pull request #38341 from verdog/camera-bounds-fix"Rémi Verschelde
This reverts commit 08bbb3f161bfb4860d7574fa77b947872d344e7e.
2020-07-11Allow gltf2 morph targets with no default values. Changes for bug 38751K. S. Ernest (iFire) Lee
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
- Extacted all syntax highlighting code from text edit - Removed enable syntax highlighting from text edit - Added line_edited_from signal to text_edit - Renamed get/set_syntax_highlighting to get/set_syntax_highlighter - Added EditorSyntaxHighligher
2020-07-11Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make ↵Michael Alexsander
their width/height equal
2020-07-11Expose Syntax highlighter for editor pluginsPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-07-10Fix cancel/OK button order on macOSDaniel Ting
The macOS platform convention regarding button order is cancel on left, OK on right.
2020-07-10Merge pull request #40253 from madmiraal/add-override-keywordsRémi Verschelde
Add override keywords.
2020-07-10Merge pull request #36225 from Chaosus/shader_fmaYuri Roubinsky
Added 'fma' function to shader language
2020-07-10Merge pull request #38341 from verdog/camera-bounds-fixRémi Verschelde
Fix Camera2D incorrect preview bounds
2020-07-10Added 'fma' function to shader languageYuri Roubinsky
2020-07-10Merge pull request #40209 from zaevi/fix-asset-installer-item_edited-behaviorRémi Verschelde
fix tree-item's behavior on Asset Installer.
2020-07-10Add override keywords.Marcel Admiraal
2020-07-10fix item_edited behavior on Asset Installer.Zae
2020-07-10Merge pull request #40180 from Coldragon/fix-crash-no-feature-profileRémi Verschelde
Fix crash on editor without a feature profile
2020-07-10Merge pull request #40229 from ChristopheLY/atlas-auto-reimportRémi Verschelde
auto re-import atlas, fixes #40047