summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2020-08-13Added volumetric fog effect.Juan Linietsky
2020-08-11[Windows] Attach to parent console instead of creating new one.bruvzg
2020-07-27Fix EditorTranslationParser leakSkyJJ
2020-07-27Fix errors saving a 2D scene preview when the 2D editor was never openedYuri Sizov
2020-07-23Fix run project when current scene was never savedTomasz Chabora
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-15Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde
2020-07-15Merge pull request #40268 from DanielZTing/masterRémi Verschelde
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-14Merge pull request #38440 from Paulb23/syntax_highlighter_refactorRémi Verschelde
2020-07-11Revert "Merge pull request #38341 from verdog/camera-bounds-fix"Rémi Verschelde
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Expose Syntax highlighter for editor pluginsPaulb23
2020-07-10Fix cancel/OK button order on macOSDaniel Ting
2020-07-10Merge pull request #38341 from verdog/camera-bounds-fixRémi Verschelde
2020-07-07Fix crash on editor without a feature profilecoldragon
2020-07-06Merge pull request #40163 from pycbouh/fix-saving-empty-sceneRémi Verschelde
2020-07-06Improve scene preview generation for empty scenes and disabled featuresYuri Sizov
2020-07-06Expose methods to play scene from plugin codeYuri Sizov
2020-07-04[macOS] Implement seamless display scaling.bruvzg
2020-07-02Merge pull request #39415 from SkyLucilfer/PotGenerationRémi Verschelde
2020-07-02Merge pull request #40049 from hinlopen/remove-pane-dragRémi Verschelde
2020-07-02Merge pull request #32428 from willnationsdev/script-var-orderRémi Verschelde
2020-07-02Add translation parser plugin supportSkyJJ
2020-07-02Remove unused class PaneDragStijn Hinlopen
2020-07-01Add script class categories to EditorInspector.willnationsdev
2020-07-01Merge pull request #39076 from rileylyman/editor_tab_namesRémi Verschelde
2020-07-01Merge pull request #39928 from hinlopen/qo-open-sceneRémi Verschelde
2020-07-01Environment: Refactor code for readability + moreRémi Verschelde
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-29Open scene selected from Quick Open dialog.Stijn Hinlopen
2020-06-27Generate inspector preview for Image resourcesTomasz Chabora
2020-06-26implement generic filename disambiguationrileylyman
2020-06-26Keep the bottom panel visible when enabling the distraction-free modeHugo Locurcio
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-06-25Don't use arbitrary theme editor icons for scripts with the same nameAndrii Doroshenko (Xrayez)
2020-06-24Optimize class icon loadingAndrii Doroshenko (Xrayez)
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-09Tweak the invalid preset error message to mention `export_presets.cfg`Hugo Locurcio
2020-06-08PackedScene: Prevent crash when root node has `parent` attributeRémi Verschelde
2020-06-04Enable text selection in execute output of EditorNodeMarcus Brummer
2020-06-03Add a getter and property for the editor distraction-free modeHugo Locurcio
2020-05-16Merge pull request #38451 from eduardonunesp/feature/command-comma-preferencesRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-13Merge pull request #38637 from Calinou/editor-rename-revert-scene-bindRémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-05-12Rename the editor action "Revert Scene" to "Reload Saved Scene"Hugo Locurcio