summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-07-04Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-07-03Merge pull request #19192 from marcelofg55/undo_redo_msgMax Hilbrunner
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
2018-06-29Revert "Fix saving unmodified scenes and resources"Rémi Verschelde
2018-06-26-Add root motion support in AnimationTree.Juan Linietsky
2018-06-25added BlendSpace1D editor pluginThomas Herzog
2018-06-25rename BlendSpace to BlendSpace2DThomas Herzog
2018-06-25State machine animation nodeJuan Linietsky
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-27Add a message when there is nothing to Undo or RedoMarcelo Fernandez
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