summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
AgeCommit message (Expand)Author
2016-06-29Allow animation name to be clipped, closes #5246Juan Linietsky
2016-06-29AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ...Juan Linietsky
2016-06-29Canvas item editor shortcutsDaniel J. Ramirez
2016-06-28Initialize missing variables. Fixes #5461MarianoGNU
2016-06-28Add tile index prefixes in tile map editor plugin. #5420Samuel Grigolato
2016-06-27Ability to rotate controls using tool, closes #3800Juan Linietsky
2016-06-26Shortcuts for script switching in script ModeDaniel J. Ramirez
2016-06-26Merge pull request #5307 from MarianoGnu/masterRémi Verschelde
2016-06-22Fixed save as not working with scriptsPaulb23
2016-06-22Merge pull request #5344 from Paulb23/code_completion_colorsRémi Verschelde
2016-06-21Added code completion existing color settingPaulb23
2016-06-21Added code completion selected color settingPaulb23
2016-06-21Added code completion background color settingPaulb23
2016-06-21Merge pull request #5326 from MarianoGnu/issuesRémi Verschelde
2016-06-21Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258)sunnystormy
2016-06-20do not crash when generating preview of very large sound files, fixes #4123Juan Linietsky
2016-06-20Don't create outlines from dummy meshes. Fixes #4718MarianoGNU
2016-06-20Modify margins with mouse inputMarianoGNU
2016-06-20Changed save all scripts shortcut to avoid collision, fixes #4278Juan Linietsky
2016-06-20Chance Snap for SnapMode and add AutoSlice option.MarianoGNU
2016-06-20-Improved theme editor, when a new class is added, the members are created em...Juan Linietsky
2016-06-20Added Tile Origin = Bottom Left option to the TileMapPatrick Reh
2016-06-20Remove unused connection. ShaderEditor should'nt handle ShaderGraphs.MarianoGNU
2016-06-19Make sure that scripts are reloaded if needed when they enter editing, fixes ...Juan Linietsky
2016-06-19Merge pull request #5283 from djrm/remove_printsRémi Verschelde
2016-06-19Merge pull request #5166 from djrm/shortcutsRémi Verschelde
2016-06-19-Added trigger mode to tracks, useful for properties that work as triggers, s...Juan Linietsky
2016-06-18Removed lots of printsDaniel J. Ramirez
2016-06-19Merge pull request #5236 from djrm/fix_#5228Rémi Verschelde
2016-06-18Drop fully commented-out filesRémi Verschelde
2016-06-18Drop empty files that are not used anywhereRémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-17-added missing .inc filesJuan Linietsky
2016-06-15Visible path editor icons, fixes #5228Daniel J. Ramirez
2016-06-15Merge pull request #5163 from Paulb23/script_editor_shortcutsRémi Verschelde
2016-06-14Merge pull request #5137 from nunodonato/fixaxismessagesJuan Linietsky
2016-06-13Merge pull request #5138 from Geequlim/TextureRegionEditorJuan Linietsky
2016-06-13Merge pull request #5165 from neikeq/pr-issue-5116Juan Linietsky
2016-06-13Added shader editor shortcutsPaulb23
2016-06-13Added script editor shortcutsPaulb23
2016-06-13Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky
2016-06-12Completed shortcuts for Tile Map EditorDaniel J. Ramirez
2016-06-12Added some shortcutable actions for animation player editorDaniel J. Ramirez
2016-06-12Added customizable shortcuts for tile map editorDaniel J. Ramirez
2016-06-12fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky
2016-06-12Changed how min/max icon size in ItemList works and replaced it by a fixed si...Juan Linietsky
2016-06-12rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky
2016-06-11apply built-in scripts when running the game, closes #4987Juan Linietsky
2016-06-12ConnectionsDock: Double click to create and go to signal connectionIgnacio Etcheverry
2016-06-10Add support for AtlasTexture resourcesGeequlim