| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Added missing license and quotation typo | Paulb23 | 2016-08-03 | 2 | -1/+58 |
| * | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-08-02 | 3 | -2/+9 |
| |\ \ |
|
| | * | | Explicitly initialize 'pending_auto_reload' to false. | Saracen | 2016-07-29 | 1 | -0/+1 |
| | * | | Stop baking process if there is no geometry in the BakedLightInstance. | Daniel J. Ramirez | 2016-07-25 | 2 | -2/+8 |
| | |/ |
|
| * / | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | 2016-08-02 | 4 | -1109/+1410 |
| |/ |
|
| * | Prevent crash in TextureRegionEditor. Fixes #5862 | MarianoGNU | 2016-07-22 | 1 | -2/+12 |
| * | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | 2016-07-22 | 1 | -2/+2 |
| * | Show a warning that an animation must be selected in order to edit it. Avoid ... | Juan Linietsky | 2016-07-22 | 1 | -2/+9 |
| * | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820 | Juan Linietsky | 2016-07-21 | 1 | -0/+16 |
| * | Merge pull request #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | 2016-07-21 | 1 | -10/+9 |
| |\ |
|
| | * | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | 2016-07-21 | 1 | -10/+9 |
| * | | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-option | Rémi Verschelde | 2016-07-19 | 2 | -1/+27 |
| |\ \ |
|
| | * | | Script Editor: adding close all docs menu option | Siyuan Gao | 2016-07-18 | 2 | -1/+27 |
| * | | | Always soft reload editor plugins. Closes #5273 | Juan Linietsky | 2016-07-18 | 1 | -1/+3 |
| * | | | Fix ScriptEditor don't saving the layout when opening a help page | Franklin Sobrinho | 2016-07-18 | 2 | -9/+19 |
| * | | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde | 2016-07-18 | 2 | -0/+15 |
| |\ \ \ |
|
| | * | | | Fixed breakpoint gutter toggle not updating when game is running, issue 5712 | Paulb23 | 2016-07-15 | 2 | -0/+15 |
| | | |/
| |/| |
|
| * | | | Merge pull request #5657 from Paulb23/block_caret | Rémi Verschelde | 2016-07-18 | 2 | -0/+7 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Added block caret to TextEdit | Paulb23 | 2016-07-12 | 2 | -0/+7 |
| | |/ |
|
| * / | CanvasItemEditor: Changed Frame Selection shortcut | Ignacio Etcheverry | 2016-07-15 | 1 | -1/+1 |
| |/ |
|
| * | Added completion font colors | Paulb23 | 2016-07-11 | 2 | -0/+2 |
| * | Added completion scroll color | Paulb23 | 2016-07-11 | 2 | -0/+2 |
| * | Merge pull request #5270 from lonesurvivor/master | Juan Linietsky | 2016-07-10 | 1 | -0/+18 |
| |\ |
|
| | * | Added Tile Origin = Bottom Left option to the TileMap | Patrick Reh | 2016-06-20 | 1 | -0/+18 |
| * | | Merge pull request #5611 from TheHX/spatial-gizmo | Juan Linietsky | 2016-07-10 | 1 | -1/+10 |
| |\ \ |
|
| | * | | Fix EditorSpatialGizmo virtual functions not being called | Franklin Sobrinho | 2016-07-09 | 1 | -1/+10 |
| * | | | Merge pull request #5563 from opmana/fix-convert-tileset | Juan Linietsky | 2016-07-10 | 1 | -11/+11 |
| |\ \ \ |
|
| | * | | | Respect frame property when converting to TileSet. | Andrii Skrynnyk | 2016-07-05 | 1 | -11/+11 |
| * | | | | Merge pull request #5612 from TheHX/collision-polygon-plugin | Rémi Verschelde | 2016-07-09 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Fix CollisionPolygon gizmo showing error icons instead of the 3d handles | Franklin Sobrinho | 2016-07-09 | 1 | -1/+1 |
| | | |/ /
| |/| | |
|
| * / | | | Finally fixes the infamous bug #4444, hoping to never see you again. | Juan Linietsky | 2016-07-09 | 1 | -0/+9 |
| |/ / / |
|
| * | | | remove warnings if a script is missing and can't be opened | Juan Linietsky | 2016-07-07 | 1 | -0/+2 |
| * | | | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 15 | -131/+10 |
| * | | | Only allow built-in scripts to be edited when the scene they belong to is loa... | Juan Linietsky | 2016-07-06 | 2 | -3/+78 |
| |/ / |
|
| * | | fix to the fix, and removed some conflicting shorcuts | Juan Linietsky | 2016-07-03 | 1 | -2/+2 |
| * | | Merge pull request #5508 from djrm/spatial_editor_shortcuts | Rémi Verschelde | 2016-07-03 | 1 | -149/+114 |
| |\ \ |
|
| | * | | Added spatial editor shortcuts | Daniel J. Ramirez | 2016-06-30 | 1 | -149/+114 |
| * | | | Merge pull request #5504 from djrm/canvas_item_editor_shortcuts | Rémi Verschelde | 2016-07-03 | 1 | -23/+24 |
| |\ \ \ |
|
| | * | | | Canvas item editor shortcuts | Daniel J. Ramirez | 2016-06-29 | 1 | -23/+24 |
| * | | | | Properly show the sample and play it back, also closes #5288 | Juan Linietsky | 2016-06-30 | 1 | -2/+3 |
| | |/ /
|/| | |
|
| * | | | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | 2016-06-30 | 1 | -1/+3 |
| * | | | Merge pull request #5474 from samuelgrigolato/tile-map-idx | Rémi Verschelde | 2016-06-30 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Add tile index prefixes in tile map editor plugin. #5420 | Samuel Grigolato | 2016-06-28 | 1 | -1/+1 |
| * | | | | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde | 2016-06-30 | 2 | -1/+23 |
| |\ \ \ \ |
|
| | * | | | | Shortcuts for script switching in script Mode | Daniel J. Ramirez | 2016-06-26 | 2 | -1/+23 |
| * | | | | | Allow animation name to be clipped, closes #5246 | Juan Linietsky | 2016-06-29 | 1 | -0/+1 |
| * | | | | | AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ... | Juan Linietsky | 2016-06-29 | 1 | -1/+62 |
| | |_|/ /
|/| | | |
|
| * | | | | Initialize missing variables. Fixes #5461 | MarianoGNU | 2016-06-28 | 1 | -2/+2 |
| * | | | | Ability to rotate controls using tool, closes #3800 | Juan Linietsky | 2016-06-27 | 1 | -8/+30 |
| | |/ /
|/| | |
|
| * | | | Merge pull request #5307 from MarianoGnu/master | Rémi Verschelde | 2016-06-26 | 2 | -355/+587 |
| |\ \ \
| |/ /
|/| | |
|