| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 2.1-stable2.1-stable | Rémi Verschelde | 2016-08-09 | 1 | -1/+1 |
| | | | | \o/ | ||||
| * | OSX Info.plist: no longer dev version | Rémi Verschelde | 2016-08-09 | 1 | -2/+2 |
| | | | | This should really be dehardcoded somehow. | ||||
| * | prevent bug due to scripts not working in editor and notifier sending ↵ | Juan Linietsky | 2016-08-09 | 1 | -0/+6 |
| | | | | | | | signals to it. (cherry picked from commit 37b5e99bc27a2a6a915accb814b0b618c66b0bb7) | ||||
| * | Fixed bug in make_dir_recursive, closes #6016 | Juan Linietsky | 2016-08-08 | 1 | -0/+7 |
| | | | | | (cherry picked from commit df6dbadc3efa3c0f36b6c3c8992dba153e303254) | ||||
| * | Merge pull request #6078 from eska014/2.1-fix-call_func | Rémi Verschelde | 2016-08-08 | 1 | -1/+1 |
| |\ | | | | | Revert documentation of return type for FuncRef::call_func from b80c42e | ||||
| | * | Revert documentation of return type for FuncRef::call_func from b80c42e | eska | 2016-08-08 | 1 | -1/+1 |
| | | | | | | | | | bind_native_method doesn't support this style of return type documentation. | ||||
| * | | Android: Rename values-zh to values-zh-rCN (#6063) | Skyfrit | 2016-08-08 | 1 | -1/+1 |
| | | | | | | | | | (cherry picked from commit 4f6a21b0df772804b67073dc65f000f571a4511e) | ||||
| * | | Android: Add support for Traditional Chinese (HK) (#6061) | Skyfrit | 2016-08-08 | 1 | -0/+4 |
| | | | | | | | | | (cherry picked from commit 664b5b5137b00c170968c688d880561ab294ae91) | ||||
| * | | Android: Add support for Traditional Chinese (TW) (#6061) | Skyfrit | 2016-08-08 | 1 | -0/+4 |
| | | | | | | | | | (cherry picked from commit 8ab4acd17f06c31b9281c63232756c4d1a7b3a24) | ||||
| * | | Project Manager: Fix and improve unhandled input | Ignacio Etcheverry | 2016-08-08 | 1 | -16/+20 |
| | | | | | | | | | (cherry picked from commit f3a75a42dda5ef9c2458f16757bf6e8b8a5d9e8f) | ||||
| * | | Remove unused function in Project Manager. | Andreas Haas | 2016-08-08 | 1 | -6/+0 |
| | | | | | | | | | | | | | This has been deprecated by #5993 (cherry picked from commit 0df40cc29b5f0c059383212c2bb8419767544696) | ||||
| * | | Fix steam controller gamepad mapping | Andreas Haas | 2016-08-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | The left stick click was missing (cherry picked from commit e52567bd2988e901c7c757a5f3a2d98309eaa902) | ||||
| * | | Fix #5891 by not expecting the script instance to be a GDInstance | Bojidar Marinov | 2016-08-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | It could be a placeholder instance as well (cherry picked from commit 76ea995228df510bfd4212e29f7cb76f13e25fb5) | ||||
| * | | Some additions to the OS documentation (#6037) | MSC | 2016-08-08 | 1 | -0/+22 |
| | | | | | | | | | (cherry picked from commit 7b05b4c83c94b5c1bbdf5372328192d5ea9f4bea) | ||||
| * | | TextureRegionEditor snap_mode fix. | Saracen | 2016-08-08 | 1 | -1/+1 |
| | | | | | | | | | (cherry picked from commit b578cf4da8feaceca1862d0fb5a4e61818275503) | ||||
| * | | [ci skip] update Raycast documentation | Hubert Jarosz | 2016-08-08 | 1 | -0/+2 |
| |/ | | | | | | | clarification that set_cast_to needs LOCAL point and get_collision_point gives GLOBAL point (cherry picked from commit 1445553fea268104bf7012785536c4e7c9c6b1e6) | ||||
| * | Bump version to 2.1-rc2 | Rémi Verschelde | 2016-08-03 | 1 | -1/+1 |
| | | |||||
| * | Fix set_window_size not setting the correct size on OSX | marcelofg55 | 2016-08-03 | 1 | -0/+10 |
| | | | | | (cherry picked from commit 38de4d24efb51e70302fd08c819241db5ec545ad) | ||||
| * | Merge pull request #6009 from leezh/dynamicfont_tweaks | Rémi Verschelde | 2016-08-02 | 3 | -39/+189 |
| |\ | | | | | Added texture filtering and char spacing for DynamicFont | ||||
| | * | DynamicFont caches now accounts for texture flags | Zher Huei Lee | 2016-08-02 | 2 | -65/+67 |
| | | | | | | | | | CacheID added for future-proofing | ||||
| | * | Added extra spacing support for DynamicFont | Zher Huei Lee | 2016-08-02 | 3 | -7/+77 |
| | | | | | | | | | | | Side effect is that label min-size will now take into account kerning. | ||||
| | * | Added texture mipmaps and filtering to DynamicFont | Zher Huei Lee | 2016-08-02 | 2 | -10/+88 |
| |/ | |||||
| * | Merge pull request #5993 from profelis/PR-scan-dragged-folder-2 | Rémi Verschelde | 2016-08-01 | 2 | -8/+50 |
| |\ | | | | | Improved drad&drop files on project manager | ||||
| | * | Auto import project folder, confirm scan multiple folders or non-project folder | Dima Granetchi | 2016-08-01 | 2 | -8/+50 |
| | | | |||||
| * | | Merge pull request #5175 from Paulb23/scene_tree_dock_shortcuts | Rémi Verschelde | 2016-08-01 | 1 | -6/+8 |
| |\ \ | | | | | | | Added Scene tree dock shortcuts | ||||
| | * | | Added Scene tree dock shortcuts | Paulb23 | 2016-08-01 | 1 | -6/+8 |
| |/ / | |||||
| * | | Merge pull request #5996 from hurikhan/editor_help_indentation | Rémi Verschelde | 2016-08-01 | 1 | -6/+4 |
| |\ \ | |/ |/| | Fix help page title indentation | ||||
| | * | Fix help page title indentation | Mario Schlack | 2016-08-01 | 1 | -6/+4 |
| | | | |||||
| * | | Improve dialog title when scanning for projects | Rémi Verschelde | 2016-07-31 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #5981 from profelis/PR-scan-dragged-folder | Rémi Verschelde | 2016-07-31 | 1 | -0/+6 |
| |\ \ | | | | | | | Drag open scan window if engine.cfg not found | ||||
| | * | | dnd folder open scan window if engine.cfg not found | Dima Granetchi | 2016-07-31 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge pull request #5980 from profelis/PR-run-btn-availability | Rémi Verschelde | 2016-07-31 | 2 | -14/+10 |
| |\ \ \ | | | | | | | | | Run button availability check | ||||
| | * | | | fix run button availability check | Dima Granetchi | 2016-07-31 | 2 | -14/+10 |
| | |/ / | |||||
| * | | | Merge pull request #5976 from allkhor/master | Rémi Verschelde | 2016-07-31 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | Fix String::is_valid_integer() for single symbols + and - | ||||
| | * | | Fix String::is_valid_integer() for single symbols + and - | allkhor | 2016-07-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #5978 from eska014/class-doc | Rémi Verschelde | 2016-07-30 | 3 | -4/+28 |
| |\ \ \ | |/ / |/| | | Document FuncRef, GDFunctionState, InstancePlaceholder, RID and World2D | ||||
| | * | | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | 2016-07-30 | 3 | -4/+28 |
| |/ / | |||||
| * | | Merge pull request #5971 from Hinsbart/ui_axis | Rémi Verschelde | 2016-07-30 | 1 | -0/+1 |
| |\ \ | | | | | | | UI navigation via JOYSTICK_MOTION. | ||||
| | * | | UI navigation via JOYSTICK_MOTION. | Andreas Haas | 2016-07-30 | 1 | -0/+1 |
| |/ / | | | | | | | | | Previously, you could assign joystick axis events to "ui_*" actions but they had no effect. See https://godotengine.org/qa/6232 | ||||
| * | | Merge pull request #5966 from neikeq/pr-issue-5935 | Rémi Verschelde | 2016-07-30 | 1 | -4/+6 |
| |\ \ | | | | | | | Fix infinite loop when replacing text | ||||
| | * | | Fix infinite loop when replacing text | Ignacio Etcheverry | 2016-07-30 | 1 | -4/+6 |
| | | | | |||||
| * | | | Merge pull request #5963 from Hinsbart/pm_drop | Rémi Verschelde | 2016-07-29 | 2 | -0/+18 |
| |\ \ \ | | | | | | | | | Project Manager: Import projects using filesystem drag'n'drop. | ||||
| | * | | | Project Manager: Import projects using filesystem drag'n'drop. | Andreas Haas | 2016-07-29 | 2 | -0/+18 |
| |/ / / | | | | | | | | | | Can drop an engine.cfg file over the window to import it ;) | ||||
| * | | | Merge pull request #5961 from SaracenOne/script_sync_fix | Rémi Verschelde | 2016-07-29 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Explicitly initialize 'pending_auto_reload' to false. | ||||
| | * | | | Explicitly initialize 'pending_auto_reload' to false. | Saracen | 2016-07-29 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Merge pull request #5957 from djrm/new_icons | Rémi Verschelde | 2016-07-29 | 7 | -1034/+77 |
| |\ \ \ | | | | | | | | | New http request and tutorials icon | ||||
| | * | | | New http request and tutorials icon | Daniel J. Ramirez | 2016-07-28 | 7 | -1034/+77 |
| | | |/ | |/| | | | | | | | Remove garbage in group icon | ||||
| * | | | Merge pull request #5955 from profelis/PR-update-selected-list | Rémi Verschelde | 2016-07-29 | 2 | -22/+35 |
| |\ \ \ | | | | | | | | | Keep ProjectManager.selected_list up to date | ||||
| | * | | | keep selected_list up to date | Dima Granetchi | 2016-07-29 | 2 | -22/+35 |
| | |/ / | |||||
| * | | | Merge pull request #5954 from vnen/fix-icons-generation | Rémi Verschelde | 2016-07-29 | 2 | -52/+1 |
| |\ \ \ | |/ / |/| | | Fix editor icons source file generation | ||||
