aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.1-stable2.1-stableRémi Verschelde2016-08-091-1/+1
| | | \o/
* OSX Info.plist: no longer dev versionRémi Verschelde2016-08-091-2/+2
| | | This should really be dehardcoded somehow.
* prevent bug due to scripts not working in editor and notifier sending ↵Juan Linietsky2016-08-091-0/+6
| | | | | | signals to it. (cherry picked from commit 37b5e99bc27a2a6a915accb814b0b618c66b0bb7)
* Fixed bug in make_dir_recursive, closes #6016Juan Linietsky2016-08-081-0/+7
| | | | (cherry picked from commit df6dbadc3efa3c0f36b6c3c8992dba153e303254)
* Merge pull request #6078 from eska014/2.1-fix-call_funcRémi Verschelde2016-08-081-1/+1
|\ | | | | Revert documentation of return type for FuncRef::call_func from b80c42e
| * Revert documentation of return type for FuncRef::call_func from b80c42eeska2016-08-081-1/+1
| | | | | | | | bind_native_method doesn't support this style of return type documentation.
* | Android: Rename values-zh to values-zh-rCN (#6063)Skyfrit2016-08-081-1/+1
| | | | | | | | (cherry picked from commit 4f6a21b0df772804b67073dc65f000f571a4511e)
* | Android: Add support for Traditional Chinese (HK) (#6061)Skyfrit2016-08-081-0/+4
| | | | | | | | (cherry picked from commit 664b5b5137b00c170968c688d880561ab294ae91)
* | Android: Add support for Traditional Chinese (TW) (#6061)Skyfrit2016-08-081-0/+4
| | | | | | | | (cherry picked from commit 8ab4acd17f06c31b9281c63232756c4d1a7b3a24)
* | Project Manager: Fix and improve unhandled inputIgnacio Etcheverry2016-08-081-16/+20
| | | | | | | | (cherry picked from commit f3a75a42dda5ef9c2458f16757bf6e8b8a5d9e8f)
* | Remove unused function in Project Manager.Andreas Haas2016-08-081-6/+0
| | | | | | | | | | | | This has been deprecated by #5993 (cherry picked from commit 0df40cc29b5f0c059383212c2bb8419767544696)
* | Fix steam controller gamepad mappingAndreas Haas2016-08-081-1/+1
| | | | | | | | | | | | The left stick click was missing (cherry picked from commit e52567bd2988e901c7c757a5f3a2d98309eaa902)
* | Fix #5891 by not expecting the script instance to be a GDInstanceBojidar Marinov2016-08-081-2/+1
| | | | | | | | | | | | It could be a placeholder instance as well (cherry picked from commit 76ea995228df510bfd4212e29f7cb76f13e25fb5)
* | Some additions to the OS documentation (#6037)MSC2016-08-081-0/+22
| | | | | | | | (cherry picked from commit 7b05b4c83c94b5c1bbdf5372328192d5ea9f4bea)
* | TextureRegionEditor snap_mode fix.Saracen2016-08-081-1/+1
| | | | | | | | (cherry picked from commit b578cf4da8feaceca1862d0fb5a4e61818275503)
* | [ci skip] update Raycast documentationHubert Jarosz2016-08-081-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-rc2Rémi Verschelde2016-08-031-1/+1
|
* Fix set_window_size not setting the correct size on OSXmarcelofg552016-08-031-0/+10
| | | | (cherry picked from commit 38de4d24efb51e70302fd08c819241db5ec545ad)
* Merge pull request #6009 from leezh/dynamicfont_tweaksRémi Verschelde2016-08-023-39/+189
|\ | | | | Added texture filtering and char spacing for DynamicFont
| * DynamicFont caches now accounts for texture flagsZher Huei Lee2016-08-022-65/+67
| | | | | | | | CacheID added for future-proofing
| * Added extra spacing support for DynamicFontZher Huei Lee2016-08-023-7/+77
| | | | | | | | | | Side effect is that label min-size will now take into account kerning.
| * Added texture mipmaps and filtering to DynamicFontZher Huei Lee2016-08-022-10/+88
|/
* Merge pull request #5993 from profelis/PR-scan-dragged-folder-2Rémi Verschelde2016-08-012-8/+50
|\ | | | | Improved drad&drop files on project manager
| * Auto import project folder, confirm scan multiple folders or non-project folderDima Granetchi2016-08-012-8/+50
| |
* | Merge pull request #5175 from Paulb23/scene_tree_dock_shortcutsRémi Verschelde2016-08-011-6/+8
|\ \ | | | | | | Added Scene tree dock shortcuts
| * | Added Scene tree dock shortcutsPaulb232016-08-011-6/+8
|/ /
* | Merge pull request #5996 from hurikhan/editor_help_indentationRémi Verschelde2016-08-011-6/+4
|\ \ | |/ |/| Fix help page title indentation
| * Fix help page title indentationMario Schlack2016-08-011-6/+4
| |
* | Improve dialog title when scanning for projectsRémi Verschelde2016-07-311-0/+1
| |
* | Merge pull request #5981 from profelis/PR-scan-dragged-folderRémi Verschelde2016-07-311-0/+6
|\ \ | | | | | | Drag open scan window if engine.cfg not found
| * | dnd folder open scan window if engine.cfg not foundDima Granetchi2016-07-311-0/+6
| | |
* | | Merge pull request #5980 from profelis/PR-run-btn-availabilityRémi Verschelde2016-07-312-14/+10
|\ \ \ | | | | | | | | Run button availability check
| * | | fix run button availability checkDima Granetchi2016-07-312-14/+10
| |/ /
* | | Merge pull request #5976 from allkhor/masterRémi Verschelde2016-07-311-1/+1
|\ \ \ | |/ / |/| | Fix String::is_valid_integer() for single symbols + and -
| * | Fix String::is_valid_integer() for single symbols + and -allkhor2016-07-311-1/+1
| | |
* | | Merge pull request #5978 from eska014/class-docRémi Verschelde2016-07-303-4/+28
|\ \ \ | |/ / |/| | Document FuncRef, GDFunctionState, InstancePlaceholder, RID and World2D
| * | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-303-4/+28
|/ /
* | Merge pull request #5971 from Hinsbart/ui_axisRémi Verschelde2016-07-301-0/+1
|\ \ | | | | | | UI navigation via JOYSTICK_MOTION.
| * | UI navigation via JOYSTICK_MOTION.Andreas Haas2016-07-301-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-5935Rémi Verschelde2016-07-301-4/+6
|\ \ | | | | | | Fix infinite loop when replacing text
| * | Fix infinite loop when replacing textIgnacio Etcheverry2016-07-301-4/+6
| | |
* | | Merge pull request #5963 from Hinsbart/pm_dropRémi Verschelde2016-07-292-0/+18
|\ \ \ | | | | | | | | Project Manager: Import projects using filesystem drag'n'drop.
| * | | Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas2016-07-292-0/+18
|/ / / | | | | | | | | | Can drop an engine.cfg file over the window to import it ;)
* | | Merge pull request #5961 from SaracenOne/script_sync_fixRémi Verschelde2016-07-291-0/+1
|\ \ \ | | | | | | | | Explicitly initialize 'pending_auto_reload' to false.
| * | | Explicitly initialize 'pending_auto_reload' to false.Saracen2016-07-291-0/+1
|/ / /
* | | Merge pull request #5957 from djrm/new_iconsRémi Verschelde2016-07-297-1034/+77
|\ \ \ | | | | | | | | New http request and tutorials icon
| * | | New http request and tutorials iconDaniel J. Ramirez2016-07-287-1034/+77
| | |/ | |/| | | | | | | Remove garbage in group icon
* | | Merge pull request #5955 from profelis/PR-update-selected-listRémi Verschelde2016-07-292-22/+35
|\ \ \ | | | | | | | | Keep ProjectManager.selected_list up to date
| * | | keep selected_list up to dateDima Granetchi2016-07-292-22/+35
| |/ /
* | | Merge pull request #5954 from vnen/fix-icons-generationRémi Verschelde2016-07-292-52/+1
|\ \ \ | |/ / |/| | Fix editor icons source file generation