summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
AgeCommit message (Expand)Author
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-07-29Explicitly initialize 'pending_auto_reload' to false.Saracen
2016-07-25Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez
2016-07-22Prevent crash in TextureRegionEditor. Fixes #5862MarianoGNU
2016-07-22Removed support for saving paths as relative, closes #5728Juan Linietsky
2016-07-22Show a warning that an animation must be selected in order to edit it. Avoid ...Juan Linietsky
2016-07-21Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky
2016-07-21Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde
2016-07-21Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry
2016-07-19Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-optionRémi Verschelde
2016-07-18Always soft reload editor plugins. Closes #5273Juan Linietsky
2016-07-18Script Editor: adding close all docs menu optionSiyuan Gao
2016-07-18Fix ScriptEditor don't saving the layout when opening a help pageFranklin Sobrinho
2016-07-18Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde
2016-07-18Merge pull request #5657 from Paulb23/block_caretRémi Verschelde
2016-07-15CanvasItemEditor: Changed Frame Selection shortcutIgnacio Etcheverry
2016-07-15Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb23
2016-07-12Added block caret to TextEditPaulb23
2016-07-11Added completion font colorsPaulb23
2016-07-11Added completion scroll colorPaulb23
2016-07-10Merge pull request #5270 from lonesurvivor/masterJuan Linietsky
2016-07-10Merge pull request #5611 from TheHX/spatial-gizmoJuan Linietsky
2016-07-10Merge pull request #5563 from opmana/fix-convert-tilesetJuan Linietsky
2016-07-09Merge pull request #5612 from TheHX/collision-polygon-pluginRémi Verschelde
2016-07-09Fix CollisionPolygon gizmo showing error icons instead of the 3d handlesFranklin Sobrinho
2016-07-09Fix EditorSpatialGizmo virtual functions not being calledFranklin Sobrinho
2016-07-09Finally fixes the infamous bug #4444, hoping to never see you again.Juan Linietsky
2016-07-07remove warnings if a script is missing and can't be openedJuan Linietsky
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde
2016-07-06Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky
2016-07-05Respect frame property when converting to TileSet.Andrii Skrynnyk
2016-07-03fix to the fix, and removed some conflicting shorcutsJuan Linietsky
2016-07-03Merge pull request #5508 from djrm/spatial_editor_shortcutsRémi Verschelde
2016-07-03Merge pull request #5504 from djrm/canvas_item_editor_shortcutsRémi Verschelde
2016-06-30Properly show the sample and play it back, also closes #5288Juan Linietsky
2016-06-30Added spatial editor shortcutsDaniel J. Ramirez
2016-06-30Fixed signal connection prints when moving docks, issue 5498Paulb23
2016-06-30Merge pull request #5474 from samuelgrigolato/tile-map-idxRémi Verschelde
2016-06-30Merge pull request #5419 from djrm/shortcutsRémi Verschelde
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