summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2020-12-20Add animation reset track featurePedro J. Estébanez
2020-12-18Implement automatic LOD (Level of Detail)reduz
2020-12-16Make tool menu plugins use Callables for callbackkobewi
2020-12-15Merge pull request #44377 from Calinou/rename-textureprogressbarRémi Verschelde
2020-12-14Rename the TextureProgress node to TextureProgressBarHugo Locurcio
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-13Rework Mesh handling on scene importing.reduz
2020-12-10PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool codeRémi Verschelde
2020-12-09Merge pull request #44128 from KoBeWi/🧹Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-09Fix connections to CanvasItem and Tabs signalsRémi Verschelde
2020-11-28Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde
2020-11-26Implement signed distance fields for 2D shadersreduz
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
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