summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44128 from KoBeWi/🧹Rémi Verschelde2020-12-091-17/+0
|\
| * Cleanup unused engine codeTomasz Chabora2020-12-091-17/+0
* | Fix connections to CanvasItem and Tabs signalsRémi Verschelde2020-12-091-3/+3
|/
* Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde2020-11-281-6/+32
|\
| * [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-6/+32
* | Implement signed distance fields for 2D shadersreduz2020-11-261-0/+5
|/
* Bind the editor's Search Help function to F1 by defaultHugo Locurcio2020-11-221-1/+1
* Fix CLI export when export_path is in preset.Fabio Alessandrelli2020-11-171-7/+10
* Merge pull request #38201 from Calinou/editor-f2-rename-nodeRémi Verschelde2020-11-171-4/+6
|\
| * Require Ctrl for switching between editors, bind F2 to Rename NodeHugo Locurcio2020-04-251-4/+6
* | Merge pull request #43479 from Calinou/use-low-editor-scale-autoRémi Verschelde2020-11-161-24/+29
|\ \
| * | Use 75% editor scale on small displays automaticallyHugo Locurcio2020-11-161-24/+29
* | | Merge pull request #40967 from Calinou/editor-layout-improve-messagesRémi Verschelde2020-11-161-3/+3
|\ \ \ | |/ / |/| |
| * | Improve messages related to overriding the default editor layoutHugo Locurcio2020-08-021-3/+3
* | | Restore screenshot button.K. S. Ernest (iFire) Lee2020-11-111-4/+8
* | | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-6/+6
* | | Refactor pixel snapping.reduz2020-10-301-0/+7
* | | Refactored 2D shader and lighting systemreduz2020-10-241-0/+1
* | | Allow sorting files by typeGilles Roudière2020-10-191-0/+6
* | | Revert "Replace SAO implementation with MSSAO"Juan Linietsky2020-10-181-1/+1
* | | Replace SAO implementation with MSSAOclayjohn2020-10-181-1/+1
* | | EditorNode now copies all drag and dropped files.Fabio Alessandrelli2020-10-141-4/+0
* | | Implement GPU Particle Collisionsreduz2020-10-091-0/+2
* | | Merge pull request #42018 from Leleat/create-user-dir-if-nonexistantRémi Verschelde2020-09-241-0/+2
|\ \ \
| * | | creater user-dir, if non-existant and pressing 'Open Project Data Folder'Leleat2020-09-131-0/+2
* | | | Only display the Windows toggle console option if it can actually be usedHugo Locurcio2020-09-141-1/+3
|/ / /
* | | Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio2020-09-091-4/+4
* | | Implement 3D textures as import and resource format.reduz2020-09-091-2/+4
* | | Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde2020-09-031-0/+1
|\ \ \
| * | | Revert "[Windows] Attach to parent console instead of creating new one."bruvzg2020-08-171-0/+1
* | | | Add high quality glow modeclayjohn2020-08-311-0/+2
* | | | Merge pull request #38580 from aaronfranke/import-dockRémi Verschelde2020-08-311-2/+4
|\ \ \ \
| * | | | Make the Import dock depend on the FileSystem dockAaron Franke2020-08-271-2/+4
| |/ / /
* | | | Merge pull request #39440 from simpuid/custom-profilersRémi Verschelde2020-08-271-0/+2
|\ \ \ \
| * | | | Added debugger plugin supportsimpu2020-08-261-0/+2
| |/ / /
* | | | Merge pull request #40302 from verdog/camera-bounds-fixRémi Verschelde2020-08-271-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | fixed camera2D showing incorrect bounds in editorJosh Chandler2020-07-181-2/+0
* | | | Added volumetric fog effect.Juan Linietsky2020-08-131-0/+4
* | | | [Windows] Attach to parent console instead of creating new one.bruvzg2020-08-111-1/+0
| |/ / |/| |
* | | Fix EditorTranslationParser leakSkyJJ2020-07-271-0/+1
* | | Fix errors saving a 2D scene preview when the 2D editor was never openedYuri Sizov2020-07-271-2/+5
* | | Fix run project when current scene was never savedTomasz Chabora2020-07-231-8/+2
* | | Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* | | Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde2020-07-151-6/+6
|\ \ \
| * | | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-6/+6
* | | | Merge pull request #40268 from DanielZTing/masterRémi Verschelde2020-07-151-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix cancel/OK button order on macOSDaniel Ting2020-07-101-2/+2
* | | | Merge pull request #38440 from Paulb23/syntax_highlighter_refactorRémi Verschelde2020-07-141-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-0/+1
| * | | Expose Syntax highlighter for editor pluginsPaulb232020-07-111-0/+1
| |/ /