summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2020-10-19Allow sorting files by typeGilles Roudière
2020-10-18Revert "Replace SAO implementation with MSSAO"Juan Linietsky
2020-10-18Replace SAO implementation with MSSAOclayjohn
2020-10-14EditorNode now copies all drag and dropped files.Fabio Alessandrelli
2020-10-09Implement GPU Particle Collisionsreduz
2020-09-24Merge pull request #42018 from Leleat/create-user-dir-if-nonexistantRémi Verschelde
2020-09-14Only display the Windows toggle console option if it can actually be usedHugo Locurcio
2020-09-13creater user-dir, if non-existant and pressing 'Open Project Data Folder'Leleat
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
2020-09-09Implement 3D textures as import and resource format.reduz
2020-09-03Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde
2020-08-31Add high quality glow modeclayjohn
2020-08-31Merge pull request #38580 from aaronfranke/import-dockRémi Verschelde
2020-08-27Merge pull request #39440 from simpuid/custom-profilersRémi Verschelde
2020-08-27Merge pull request #40302 from verdog/camera-bounds-fixRémi Verschelde
2020-08-27Make the Import dock depend on the FileSystem dockAaron Franke
2020-08-26Added debugger plugin supportsimpu
2020-08-17Revert "[Windows] Attach to parent console instead of creating new one."bruvzg
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-18fixed camera2D showing incorrect bounds in editorJosh Chandler
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