summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2018-07-26Merge pull request #19257 from volzhs/edit-visual-scriptRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Add menu buttons to open the project and editor data foldersHugo Locurcio
2018-07-25Open internal visual script editor while use external editor is onvolzhs
2018-07-24Merge pull request #19225 from Paulb23/open_all_files_in_script_editorMax Hilbrunner
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-22Allow opening and editing of any utf_8 file in script editorPaulb23
2018-07-20-Fix tooltips in inspector, now they show as rich text.Juan Linietsky
2018-07-20Make Update Spinner popup use radio itemsMichael Alexsander Silva Dias
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-18Export: Properly reload preset when opening dialogRémi Verschelde
2018-07-18Merge pull request #20185 from volzhs/audio-previewRémi Verschelde
2018-07-18Fix copying ttf, otf by DND to editorvolzhs
2018-07-17Add audio stream preview to Inspector dockvolzhs
2018-07-15Added small icon to expand the bottom panel (and shortcut too)Juan Linietsky
2018-07-14Visual Shaders are back.Juan Linietsky
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