summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2018-05-15-New inspector.Juan Linietsky
2018-05-10Allow exporting runnable presets from command lineLeon Krause
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
2018-02-19Added an auto quit and auto build flag to the command line options.Nathan Warden
2018-02-14Merge pull request #15862 from poke1024/esc-close-dockRémi Verschelde
2018-02-02Small changes to the "Recent Scenes" menu.Michael Alexsander Silva Dias
2018-01-31Added EditorPlugin 'resource_saved' signalWill Nations
2018-01-30Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky
2018-01-19Make KEY_ESCAPE close all output/debugger docks on bottomBernhard Liebl
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-12Properly save the new save safe setting, avoid crash.Juan Linietsky
2018-01-12Attempt renaming multiple times on safe file save, and make the behavior opti...Juan Linietsky
2018-01-08Fixes #15416 - "The deleted nodes are hanging in the inspector."Blazej Floch
2018-01-07Merge pull request #15438 from endragor/export-after-importRémi Verschelde
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky