summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-03Merge pull request #28656 from YeldhamDev/tabcontainer_icon_title_updateMichael Alexsander Silva Dias
Make 'TabContainer' update when icon/title is changed
2019-05-03Make 'TabContainer' update when icon/title is changedMichael Alexsander Silva Dias
Fixes #28655.
2019-05-03Merge pull request #28603 from bojidar-bg/24134-typed-array-shareRémi Verschelde
Fix typed arrays and dictionaries getting their values shared
2019-05-03Merge pull request #28548 from YeldhamDev/check_button_disabled_iconRémi Verschelde
Add "disabled" icon for 'CheckButton'
2019-05-03Merge pull request #27594 from marxin/fix-duplicate-conditionsRémi Verschelde
Fix duplicated conditions.
2019-05-03Merge pull request #28640 from bojidar-bg/17885-navmesh-entry-brokenRémi Verschelde
Fix navmesh not finding optimal paths
2019-05-03Merge pull request #28641 from Chaosus/fix_vs_collapseYuri Roubinsky
Fixed incorrect collapsing visual shader tree
2019-05-03Fix navmesh not finding optimal pathsBojidar Marinov
Addresses part of #17885
2019-05-03Fix collapse visual shader treeChaosus
2019-05-03Merge pull request #28620 from megalike/fix_mac_os_move_cursorRémi Verschelde
Fix Mac OS move cursor behaviour
2019-05-03Merge pull request #28636 from bojidar-bg/d2426-panel-stylesRémi Verschelde
Remove unused panelf and panelnc styles
2019-05-03Remove unused `panelf` and `panelnc` stylesBojidar Marinov
Fixes godotengine/godot-docs#2426
2019-05-03Merge pull request #28635 from Chaosus/fix_buildYuri Roubinsky
Fix build visual_shader_editor_plugin
2019-05-03Fix build visual_shader_editor_pluginChaosus
2019-05-02Merge pull request #28608 from lopho/patch-1Max Hilbrunner
Document CollisionObject2D pickable requires collision_layer
2019-05-02Fix Mac OS move cursor behaviourmegalike
2019-05-02Hide "Built-in Script" option in the script creation dialog when not possibleMichael Alexsander Silva Dias
2019-05-02Add "disabled" icon for 'CheckButton'Michael Alexsander Silva Dias
2019-05-02Merge pull request #27415 from aqnuep/kinematicbody_fixesRémi Verschelde
KinematicBody performance and quality improvements
2019-05-02Merge pull request #28613 from YeldhamDev/scriptdiag_inherent_fixRémi Verschelde
Fix script dialog asking for a correct inheritance when not needed
2019-05-02Merge pull request #28609 from bojidar-bg/27152-indirect-code-completionRémi Verschelde
Fix slight issues with autocompletion and member lists in GDScript
2019-05-02Merge pull request #28611 from YeldhamDev/popupmenu_regressionmaniaRémi Verschelde
Fix regression in 'PopupMenu' when icons have different values for width and height
2019-05-02Make small changes to the script dialogMichael Alexsander Silva Dias
2019-05-02Fix script dialog asking for correct inheritance when not neededMichael Alexsander Silva Dias
2019-05-02Fix regression in 'PopupMenu' when icons have different values for width and ↵Michael Alexsander Silva Dias
height
2019-05-02Merge pull request #28447 from fire/vs_reorder_searchRémi Verschelde
Change order of Visual Script Search and Misc VS UX
2019-05-02Fix slight issues with autocompletion and member lists in GDScriptBojidar Marinov
Fixes #27152 Fixes #28591
2019-05-02Document CollisionObject2D pickable requires collision_layerlopho
Documents CollisionObject2D mouse_entered, mouse_exited and input_event requiring at least one collision_layer to be set.
2019-05-02Fix typed arrays and dictionaries getting their values sharedBojidar Marinov
2019-05-02Ignore 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-02Merge pull request #28599 from akien-mga/locale-namesRémi Verschelde
Locales: Add some missing locale names
2019-05-02Locales: Add some missing locale namesRémi Verschelde
2019-05-02Merge pull request #28598 from Chaosus/fix_vs_switchingYuri Roubinsky
Fix input entries when switching to new visual shader
2019-05-02Fix input entries when switching to new visual shaderChaosus
2019-05-02Merge pull request #28568 from Faless/net/lws_rollback_3.0.1_prRémi Verschelde
Roll back libwebsockets to version 3.0.1
2019-05-02Merge pull request #28576 from Faless/build/js_freetype_prRémi Verschelde
Freetype clone env for no-SMID single file
2019-05-02Merge pull request #28588 from Calinou/dynamicfont-add-size-hintRémi Verschelde
Add a property hint for DynamicFont size
2019-05-02Add a property hint for DynamicFont sizeHugo Locurcio
This caps its size to reasonable values in the Inspector. This closes #22581.
2019-05-01Merge pull request #28542 from Anchakor/masterMax Hilbrunner
Small documentation improvements
2019-05-01Freetype clone env for no-SMID single fileFabio Alessandrelli
Fix freetype build issue for javascript platform. When disabling optimizations (SMID) in specific freetype, source files, we need to make sure to copy all other CPPFLAGS, not just override them.
2019-05-01VS: Give the generic search the current base type.K. S. Ernest (iFire) Lee
2019-05-01VS: Better uxK. S. Ernest (iFire) Lee
* In VS functions' put the current node type first. * Cleanup and merge property and method sections.
2019-05-01Change order of Visual Script Search.K. S. Ernest (iFire) Lee
Previously: * vs nodes * properties * methods Now: * properties * methods * vs nodes
2019-05-01Merge pull request #28571 from Chaosus/fix_vs_input2Yuri Roubinsky
Added missed inputs for other modes in visual shaders
2019-05-01Added missed inputs for other modes in visual shadersChaosus
2019-05-01Merge pull request #28563 from DrMoriarty/fix-pvrtc-encoderRémi Verschelde
Fix pvrtc encoder
2019-05-01Merge pull request #28567 from qarmin/fix_remove_missing_projectsRémi Verschelde
Fix Remove Missing Projects on Windows
2019-05-01Merge pull request #28559 from megalike/mac_os_move_cursor_hotkeysRémi Verschelde
Support Mac OS default move cursor hotkeys
2019-05-01Revert "Update libwebsockets to 3.1 (plus UWP patch)"Fabio Alessandrelli
This reverts commit 90210c48627692d281554d6185b5db17a86c852a.
2019-05-01Fix Remove Missing Project projects on Windowsqarmin