aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Added missing license and quotation typoPaulb232016-08-032-1/+58
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-023-2/+9
|\ \
| * | Explicitly initialize 'pending_auto_reload' to false.Saracen2016-07-291-0/+1
| * | Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez2016-07-252-2/+8
| |/
* / WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-024-1109/+1410
|/
* Prevent crash in TextureRegionEditor. Fixes #5862MarianoGNU2016-07-221-2/+12
* Removed support for saving paths as relative, closes #5728Juan Linietsky2016-07-221-2/+2
* Show a warning that an animation must be selected in order to edit it. Avoid ...Juan Linietsky2016-07-221-2/+9
* Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2016-07-211-0/+16
* Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde2016-07-211-10/+9
|\
| * Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry2016-07-211-10/+9
* | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-optionRémi Verschelde2016-07-192-1/+27
|\ \
| * | Script Editor: adding close all docs menu optionSiyuan Gao2016-07-182-1/+27
* | | Always soft reload editor plugins. Closes #5273Juan Linietsky2016-07-181-1/+3
* | | Fix ScriptEditor don't saving the layout when opening a help pageFranklin Sobrinho2016-07-182-9/+19
* | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde2016-07-182-0/+15
|\ \ \
| * | | Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb232016-07-152-0/+15
| | |/ | |/|
* | | Merge pull request #5657 from Paulb23/block_caretRémi Verschelde2016-07-182-0/+7
|\ \ \ | |_|/ |/| |
| * | Added block caret to TextEditPaulb232016-07-122-0/+7
| |/
* / CanvasItemEditor: Changed Frame Selection shortcutIgnacio Etcheverry2016-07-151-1/+1
|/
* Added completion font colorsPaulb232016-07-112-0/+2
* Added completion scroll colorPaulb232016-07-112-0/+2
* Merge pull request #5270 from lonesurvivor/masterJuan Linietsky2016-07-101-0/+18
|\
| * Added Tile Origin = Bottom Left option to the TileMapPatrick Reh2016-06-201-0/+18
* | Merge pull request #5611 from TheHX/spatial-gizmoJuan Linietsky2016-07-101-1/+10
|\ \
| * | Fix EditorSpatialGizmo virtual functions not being calledFranklin Sobrinho2016-07-091-1/+10
* | | Merge pull request #5563 from opmana/fix-convert-tilesetJuan Linietsky2016-07-101-11/+11
|\ \ \
| * | | Respect frame property when converting to TileSet.Andrii Skrynnyk2016-07-051-11/+11
* | | | Merge pull request #5612 from TheHX/collision-polygon-pluginRémi Verschelde2016-07-091-1/+1
|\ \ \ \
| * | | | Fix CollisionPolygon gizmo showing error icons instead of the 3d handlesFranklin Sobrinho2016-07-091-1/+1
| | |/ / | |/| |
* / | | Finally fixes the infamous bug #4444, hoping to never see you again.Juan Linietsky2016-07-091-0/+9
|/ / /
* | | remove warnings if a script is missing and can't be openedJuan Linietsky2016-07-071-0/+2
* | | Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-0715-131/+10
* | | Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky2016-07-062-3/+78
|/ /
* | fix to the fix, and removed some conflicting shorcutsJuan Linietsky2016-07-031-2/+2
* | Merge pull request #5508 from djrm/spatial_editor_shortcutsRémi Verschelde2016-07-031-149/+114
|\ \
| * | Added spatial editor shortcutsDaniel J. Ramirez2016-06-301-149/+114
* | | Merge pull request #5504 from djrm/canvas_item_editor_shortcutsRémi Verschelde2016-07-031-23/+24
|\ \ \
| * | | Canvas item editor shortcutsDaniel J. Ramirez2016-06-291-23/+24
* | | | Properly show the sample and play it back, also closes #5288Juan Linietsky2016-06-301-2/+3
| |/ / |/| |
* | | Fixed signal connection prints when moving docks, issue 5498Paulb232016-06-301-1/+3
* | | Merge pull request #5474 from samuelgrigolato/tile-map-idxRémi Verschelde2016-06-301-1/+1
|\ \ \
| * | | Add tile index prefixes in tile map editor plugin. #5420Samuel Grigolato2016-06-281-1/+1
* | | | Merge pull request #5419 from djrm/shortcutsRémi Verschelde2016-06-302-1/+23
|\ \ \ \
| * | | | Shortcuts for script switching in script ModeDaniel J. Ramirez2016-06-262-1/+23
* | | | | Allow animation name to be clipped, closes #5246Juan Linietsky2016-06-291-0/+1
* | | | | AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ...Juan Linietsky2016-06-291-1/+62
| |_|/ / |/| | |
* | | | Initialize missing variables. Fixes #5461MarianoGNU2016-06-281-2/+2
* | | | Ability to rotate controls using tool, closes #3800Juan Linietsky2016-06-271-8/+30
| |/ / |/| |
* | | Merge pull request #5307 from MarianoGnu/masterRémi Verschelde2016-06-262-355/+587
|\ \ \ | |/ / |/| |