summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2020-11-22Bind the editor's Search Help function to F1 by defaultHugo Locurcio
2020-11-17Fix CLI export when export_path is in preset.Fabio Alessandrelli
2020-11-17Merge pull request #38201 from Calinou/editor-f2-rename-nodeRémi Verschelde
2020-11-16Merge pull request #43479 from Calinou/use-low-editor-scale-autoRémi Verschelde
2020-11-16Use 75% editor scale on small displays automaticallyHugo Locurcio
2020-11-16Merge pull request #40967 from Calinou/editor-layout-improve-messagesRémi Verschelde
2020-11-11Restore screenshot button.K. S. Ernest (iFire) Lee
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-30Refactor pixel snapping.reduz
2020-10-24Refactored 2D shader and lighting systemreduz
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-08-02Improve messages related to overriding the default editor layoutHugo Locurcio
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