summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2018-06-21Fix crashes, ability to add blendpsace into blendtree, ability to delete with...Juan Linietsky
2018-06-21Animation Blend SpacesJuan Linietsky
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
2018-06-15Fix path typo for editor def capitalize_propertiesGuilherme Felipe
2018-06-11Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-05-30Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde
2018-05-26Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner
2018-05-26Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner
2018-05-17Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-05-15-New inspector.Juan Linietsky
2018-05-10Allow exporting runnable presets from command lineLeon Krause
2018-05-09Adding font preview to file browsersPeter Folkins
2018-05-07Implemented ragdollAndreaCatania
2018-05-07Merge pull request #15640 from willnationsdev/resource-saved-signalMax Hilbrunner
2018-05-02Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde
2018-05-01Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde
2018-05-01Revert "Added a more specific error message on export"Rémi Verschelde
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez
2018-04-30Merge pull request #18506 from AlexHolly/export-more-specific-error-messageMax Hilbrunner
2018-04-29Merge pull request #18455 from neikeq/export-pck-zip-debugHein-Pieter van Braam
2018-04-29Added a more specific error message on exportAlexander Holland
2018-04-27CSG Support for Godot!Juan Linietsky
2018-04-26Make 'Export PCK/ZIP' work well with EditorExportPluginIgnacio Etcheverry
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-04-08Drag to rearrange Tabs and TabContainerianb96
2018-04-08Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky
2018-04-04Explicitly print an error when --export fails.Pieter-Jan Briers
2018-03-24Fix bug added in PR#17589. Resources couldn't be saved to filesrobfram
2018-03-23Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson
2018-03-23Merge pull request #17706 from Calinou/overhaul-hidpi-settingsRémi Verschelde
2018-03-23Overhaul the display scaling editor settingsHugo Locurcio
2018-03-23Merge pull request #17496 from robfram/fix-f3-change-editor-and-findRémi Verschelde
2018-03-23Merge pull request #17576 from Mr-Slurpy/masterRémi Verschelde
2018-03-21Prevented external editor from running multiple timesIvan Vodopiviz
2018-03-18Fix saving unmodified scenes and resourcesrobfram
2018-03-17Added tool menu functions in EditorPluginMr-Slurpy
2018-03-16Fix pressing `F3` do both changing to script editor AND find next textrobfram
2018-03-13Merge pull request #17013 from Noshyaar/themeRémi Verschelde
2018-03-13Merge pull request #17116 from poke1024/fix16734Rémi Verschelde
2018-03-13Merge pull request #17435 from poke1024/output-error-iconRémi Verschelde
2018-03-11EditorNode: fix clicking ok keeps trying to savePoommetee Ketson
2018-03-11Show error icon at "Output" in case of errorsBernhard Liebl
2018-02-28Fix round preview getting square on "run scene" (issue 16734)poke1024
2018-02-25Update icons when theme changedPoommetee Ketson
2018-02-212D Skeletons WORK IN PROGRESSJuan Linietsky
2018-02-21Fix typos with codespellluz.paz
2018-02-21Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky