| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Fix KP5 toggle perspective shortcut, fixes #2035 | Juan Linietsky | 2016-01-04 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵ | Juan Linietsky | 2016-01-03 | 2 | -0/+87 | |
| | | | | | | | | | | | | | | | | | | | and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040 | |||||
| * | | | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ↵ | Juan Linietsky | 2016-01-02 | 1 | -1/+0 | |
| |/ / | | | | | | | bugs, closes #2115 | |||||
| * | | Make buttons properly obey stylebox content marins, closes #2156 | Juan Linietsky | 2016-01-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | fixed uninitialized tool mode in path 2d editor | Juan Linietsky | 2016-01-02 | 1 | -0/+1 | |
| |/ | ||||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 61 | -61/+61 | |
| | | ||||||
| * | Make sure auto bracket completion setting always works, closes #2332 | Juan Linietsky | 2016-01-01 | 1 | -0/+9 | |
| | | ||||||
| * | -Fixed focus for shader editor when switching tab, closes #2551 | Juan Linietsky | 2015-12-31 | 1 | -5/+2 | |
| | | ||||||
| * | -property change object's rotation pivot on children of scaled CanvasLayer, ↵ | reduz | 2015-12-29 | 1 | -2/+4 | |
| | | | | | fixes #2599 | |||||
| * | do not allow editing of tilemap if it's invisible, fixes #2601 | reduz | 2015-12-28 | 1 | -1/+2 | |
| | | ||||||
| * | -added a visual tool to change the pivot of a sprite/asprite/polygon/etc. ↵ | reduz | 2015-12-28 | 2 | -34/+70 | |
| | | | | | Closes #2670 | |||||
| * | Colorize Rect2 and NodePath in script editor | hondres | 2015-12-24 | 1 | -0/+2 | |
| | | ||||||
| * | this failed in msvc, didn't in linux and mingw | Ariel Manzur | 2015-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix Remove Item option in TileSet plugin | Ignacio Etcheverry | 2015-12-15 | 2 | -14/+40 | |
| | | ||||||
| * | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky | 2015-12-14 | 1 | -0/+1 | |
| | | ||||||
| * | do not open dominant script if external editor is selected, fixes #3067 | Juan Linietsky | 2015-12-14 | 1 | -0/+3 | |
| | | ||||||
| * | fixed and improved selection and list selection, closes #2852 | Juan Linietsky | 2015-12-13 | 4 | -102/+184 | |
| | | ||||||
| * | fix broken merge | Juan Linietsky | 2015-12-12 | 1 | -2/+0 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-12 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Script debugger remains visible when using Debug->Show Debugger | Franklin Sobrinho | 2015-12-12 | 1 | -5/+2 | |
| | | | ||||||
| * | | -added option to keep debugger open, fixes #3031 | Juan Linietsky | 2015-12-12 | 2 | -12/+20 | |
| |/ | ||||||
| * | Merge pull request #2883 from TheHX/mesh_editor_plugin | Rémi Verschelde | 2015-12-10 | 2 | -72/+75 | |
| |\ | | | | | Add StaticBody collision generation for all selected MeshInstance nodes | |||||
| | * | Add StaticBody collision generation for all selected MeshInstance nodes | Franklin Sobrinho | 2015-11-22 | 2 | -72/+75 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-09 | 1 | -0/+5 | |
| |\ \ | ||||||
| | * \ | Merge pull request #2986 from TheHX/pr-shader-editor | Rémi Verschelde | 2015-12-09 | 1 | -0/+5 | |
| | |\ \ | | | | | | | | | Fix shader editor focus when switching tabs | |||||
| | | * | | Fix shader editor focus when switching tabs | Franklin Sobrinho | 2015-12-06 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | -ability to change scripts in external editor and still have properties ↵ | Juan Linietsky | 2015-12-09 | 2 | -19/+103 | |
| |/ / / | | | | | | | | | | reloaded in godot UI, fixes #3003 | |||||
| * | | | Merge pull request #2888 from TheHX/item_list_plugin | Juan Linietsky | 2015-12-08 | 2 | -236/+267 | |
| |\ \ \ | | | | | | | | | Make ItemListEditor plugin functional | |||||
| | * | | | Make ItemListEditor plugin functional | Franklin Sobrinho | 2015-12-03 | 2 | -236/+267 | |
| | | | | | ||||||
| * | | | | Script Editor: maintain cursor column after duplicate a line | Franklin Sobrinho | 2015-12-06 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | -Display on animation editor which keys are invalid and which tracks are ↵ | Juan Linietsky | 2015-12-05 | 2 | -0/+11 | |
| | |/ / |/| | | | | | | | | | | | | | | unresolved -Added a tool to clean up unresolved tracks and unused keys | |||||
| * | | | Merge pull request #2969 from neikeq/fix_bracket_complete | Rémi Verschelde | 2015-12-01 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | Fix auto bracket completion disabled on newly open scripts | |||||
| | * | | | ScriptTextEditor: fix auto bracket completion not enabled | neikeq | 2015-12-01 | 1 | -0/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #2968 from neikeq/line_duplicate | Rémi Verschelde | 2015-12-01 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | Fix script editor not clonning down last line | |||||
| | * | | | Fix script editor not clonning down last line | neikeq | 2015-12-01 | 1 | -2/+2 | |
| | |/ / | ||||||
| * | | | Merge pull request #2890 from neikeq/cl_select_children | Rémi Verschelde | 2015-12-01 | 1 | -9/+3 | |
| |\ \ \ | |/ / |/| | | Allow selecting CanvasLayer children in canvas editor | |||||
| | * | | Allow selecting CanvasLayer children in canvas editor | neikeq | 2015-11-23 | 1 | -9/+3 | |
| | |/ | ||||||
| * | | Merge pull request #2908 from neikeq/fix_editor_select | Rémi Verschelde | 2015-11-25 | 1 | -0/+2 | |
| |\ \ | | | | | | | Fix bugs caused by merged Script and Help tabs | |||||
| | * | | Fix Class Reference request from Inspector | neikeq | 2015-11-25 | 1 | -0/+2 | |
| | |/ | ||||||
| * | | Merge pull request #2907 from neikeq/fix_2887 | Rémi Verschelde | 2015-11-24 | 1 | -6/+5 | |
| |\ \ | | | | | | | Fix Class Search dialog not showing | |||||
| | * | | Fix Class Search dialog not showing up | neikeq | 2015-11-24 | 1 | -6/+5 | |
| | |/ | ||||||
| * / | Remember last help search | neikeq | 2015-11-24 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #2830 from Ovnuniarchos/ShapeLine2DXPolygonEditor | Juan Linietsky | 2015-11-19 | 1 | -1/+8 | |
| |\ | | | | | Corrections to #2808 (2D shapes editor update) | |||||
| | * | get_handle_value implemented for LINE_SHAPE. Normal length normalized. | Ovnuniarchos | 2015-11-19 | 1 | -1/+8 | |
| | | | ||||||
| * | | Merge pull request #2831 from neikeq/select_menu_patch | Juan Linietsky | 2015-11-19 | 2 | -52/+52 | |
| |\ \ | |/ |/| | Show select menu on button pressed (instead of released) | |||||
| | * | Show select menu on button pressed (instead of released) | neikeq | 2015-11-19 | 2 | -52/+52 | |
| | | | ||||||
| * | | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 2015-11-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Revert "Ignore alpha materials in baked light ray-tracer." | Juan Linietsky | 2015-11-19 | 2 | -106/+66 | |
| | | | ||||||
| * | | Merge pull request #2444 from TheHX/issue_2117 | Juan Linietsky | 2015-11-19 | 1 | -0/+5 | |
| |\ \ | | | | | | | Fix for problem when drawing CollisionPolygon when parented (#2117) | |||||
| | * | | Fix for issue #2117 | Franklin Sobrinho | 2015-09-07 | 1 | -0/+5 | |
| | | | | ||||||
