Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-06 | Merge pull request #28709 from YeldhamDev/tabcontainer_locale_update | Rémi Verschelde | |
Fix 'TabContainer' not updating its tab titles when locale is changed | |||
2019-05-06 | Merge pull request #28696 from raphael10241024/debug_fix | Rémi Verschelde | |
fix CollisonShape changing shape cause crash when not in a tree | |||
2019-05-06 | Merge pull request #28679 from megalike/fix_mac_os_delete_char_hotkeys | Rémi Verschelde | |
Support Mac OS default delete char hotkeys | |||
2019-05-06 | Merge pull request #28330 from BastiaanOlij/improve_multimesh | Rémi Verschelde | |
Added set_as_bulk_array, fixed transform2D saving and documentation | |||
2019-05-06 | Fix 'TabContainer' not updating its tab titles when locale is changed | Michael Alexsander Silva Dias | |
2019-05-05 | Merge pull request #28700 from ShyRed/fixmonogluewindows | Ignacio Roldán Etcheverry | |
Fix generation of Mono Glue for Visual Studio 2017+ | |||
2019-05-05 | Merge pull request #28684 from credman0/master | Rémi Verschelde | |
Fix ParallaxBackground breaking when moving it out the scene tree | |||
2019-05-05 | Merge pull request #28657 from KidRigger/master | Rémi Verschelde | |
Fixes VideostreamGDNative crash on audio_channel=0. | |||
2019-05-05 | Fix generation of Mono Glue for Visual Studio 2017+ | ShyRed | |
vsnprintf definition should only be changed when MSC version is older than 2013. The version check and fix is taken from StringUtils.h of assimp. | |||
2019-05-05 | Merge pull request #28643 from t-karcher/patch-1 | Max Hilbrunner | |
Update of RigidBody2D class description | |||
2019-05-05 | Merge pull request #28681 from lopho/dict-doc | Max Hilbrunner | |
Document dictionary erase return value | |||
2019-05-05 | fix CollisonShape changing shape cause crash when not in a tree | yakun.zhang | |
2019-05-04 | Fix ParallaxBackground breaking when moving it out the scene tree | Colin Redman | |
2019-05-04 | Document dictionary erase return value | lopho | |
2019-05-04 | Support Mac OS default delete char hotkeys | megalike | |
2019-05-03 | Merge pull request #28629 from YeldhamDev/findfiles_always_available | Rémi Verschelde | |
Make "Find in Files" always available in the script editor | |||
2019-05-03 | Merge pull request #28656 from YeldhamDev/tabcontainer_icon_title_update | Michael Alexsander Silva Dias | |
Make 'TabContainer' update when icon/title is changed | |||
2019-05-04 | Fixes VideostreamGDNative crash on audio_channel=0. | Anish | |
Added an if case to check if the mix_callback exists before running any of the audio code. Fixes: #28644 | |||
2019-05-03 | Make 'TabContainer' update when icon/title is changed | Michael Alexsander Silva Dias | |
Fixes #28655. | |||
2019-05-03 | Merge pull request #28603 from bojidar-bg/24134-typed-array-share | Rémi Verschelde | |
Fix typed arrays and dictionaries getting their values shared | |||
2019-05-03 | Merge pull request #28548 from YeldhamDev/check_button_disabled_icon | Rémi Verschelde | |
Add "disabled" icon for 'CheckButton' | |||
2019-05-03 | Merge pull request #27594 from marxin/fix-duplicate-conditions | Rémi Verschelde | |
Fix duplicated conditions. | |||
2019-05-03 | Merge pull request #28640 from bojidar-bg/17885-navmesh-entry-broken | Rémi Verschelde | |
Fix navmesh not finding optimal paths | |||
2019-05-03 | Update of RigidBody2D class description | Thomas Karcher | |
Added a hint in the RigidBody2D class description regarding the transformation issue mentioned in https://github.com/godotengine/godot/issues/5734 | |||
2019-05-03 | Merge pull request #28641 from Chaosus/fix_vs_collapse | Yuri Roubinsky | |
Fixed incorrect collapsing visual shader tree | |||
2019-05-03 | Fix navmesh not finding optimal paths | Bojidar Marinov | |
Addresses part of #17885 | |||
2019-05-03 | Fix collapse visual shader tree | Chaosus | |
2019-05-03 | Merge pull request #28620 from megalike/fix_mac_os_move_cursor | Rémi Verschelde | |
Fix Mac OS move cursor behaviour | |||
2019-05-03 | Merge pull request #28636 from bojidar-bg/d2426-panel-styles | Rémi Verschelde | |
Remove unused panelf and panelnc styles | |||
2019-05-03 | Remove unused `panelf` and `panelnc` styles | Bojidar Marinov | |
Fixes godotengine/godot-docs#2426 | |||
2019-05-03 | Merge pull request #28635 from Chaosus/fix_build | Yuri Roubinsky | |
Fix build visual_shader_editor_plugin | |||
2019-05-03 | Fix build visual_shader_editor_plugin | Chaosus | |
2019-05-02 | Make "Find in Files" always available in the script editor | Michael Alexsander Silva Dias | |
2019-05-02 | Merge pull request #28608 from lopho/patch-1 | Max Hilbrunner | |
Document CollisionObject2D pickable requires collision_layer | |||
2019-05-02 | Fix Mac OS move cursor behaviour | megalike | |
2019-05-02 | Hide "Built-in Script" option in the script creation dialog when not possible | Michael Alexsander Silva Dias | |
2019-05-02 | Add "disabled" icon for 'CheckButton' | Michael Alexsander Silva Dias | |
2019-05-02 | Merge pull request #27415 from aqnuep/kinematicbody_fixes | Rémi Verschelde | |
KinematicBody performance and quality improvements | |||
2019-05-02 | Merge pull request #28613 from YeldhamDev/scriptdiag_inherent_fix | Rémi Verschelde | |
Fix script dialog asking for a correct inheritance when not needed | |||
2019-05-02 | Merge pull request #28609 from bojidar-bg/27152-indirect-code-completion | Rémi Verschelde | |
Fix slight issues with autocompletion and member lists in GDScript | |||
2019-05-02 | Merge pull request #28611 from YeldhamDev/popupmenu_regressionmania | Rémi Verschelde | |
Fix regression in 'PopupMenu' when icons have different values for width and height | |||
2019-05-02 | Make small changes to the script dialog | Michael Alexsander Silva Dias | |
2019-05-02 | Fix script dialog asking for correct inheritance when not needed | Michael Alexsander Silva Dias | |
2019-05-02 | Fix regression in 'PopupMenu' when icons have different values for width and ↵ | Michael Alexsander Silva Dias | |
height | |||
2019-05-02 | Merge pull request #28447 from fire/vs_reorder_search | Rémi Verschelde | |
Change order of Visual Script Search and Misc VS UX | |||
2019-05-02 | Fix slight issues with autocompletion and member lists in GDScript | Bojidar Marinov | |
Fixes #27152 Fixes #28591 | |||
2019-05-02 | Document CollisionObject2D pickable requires collision_layer | lopho | |
Documents CollisionObject2D mouse_entered, mouse_exited and input_event requiring at least one collision_layer to be set. | |||
2019-05-02 | Fix typed arrays and dictionaries getting their values shared | Bojidar Marinov | |
2019-05-02 | Ignore a warning in _get_socket_error (-Wlogical-op). | marxin | |
drivers/unix/net_socket_posix.cpp: In member function 'NetSocketPosix::NetError NetSocketPosix::_get_socket_error()': drivers/unix/net_socket_posix.cpp:197:22: warning: logical 'or' of equal expressions [-Wlogical-op] 197 | if (errno == EAGAIN || errno == EWOULDBLOCK) | ^ and: modules/mono/utils/string_utils.cpp: In function 'int {anonymous}::sfind(const String&, int)': modules/mono/utils/string_utils.cpp:68:48: error: logical 'or' of collectively exhaustive tests is always true [-Werror=logical-op] found = src[read_pos] == 's' || (c >= '0' || c <= '4'); ~~~~~~~~~^~~~~~~~~~~ | |||
2019-05-02 | Merge pull request #28599 from akien-mga/locale-names | Rémi Verschelde | |
Locales: Add some missing locale names |