Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-28 | Revert "make Label consider spaces for visible_characters" | Rémi Verschelde | |
This reverts commit 695980a0f21adbe66eb12e1015fdc8c51fb62bf9. Fixes #35668. | |||
2020-01-28 | Merge pull request #35659 from Faless/ws/no_nagel | Rémi Verschelde | |
Disable Nagle's algorithm for WebSocket TCP. | |||
2020-01-28 | Merge pull request #35641 from Calinou/improve-missing-pck-error | Rémi Verschelde | |
Improve the error message displayed when the PCK file can't be found | |||
2020-01-28 | Disable Nagle's algorithm for WebSocket TCP. | Fabio Alessandrelli | |
This should greatly decrease latency for the most common use cases. A new function WebSocketPeer::set_no_delay will allow to configure it if so desired. | |||
2020-01-28 | Color: Fix deprecation warning mentioning 'get_v()' instead of 'v' | Rémi Verschelde | |
Fixes #35657. | |||
2020-01-28 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few typos. | |||
2020-01-28 | Merge pull request #35620 from TrevorPeyton/bind-autotile-center | Rémi Verschelde | |
Added binding for Autotile Center | |||
2020-01-28 | Merge pull request #35654 from Chaosus/vs_docs2 | Rémi Verschelde | |
Docs for some nodes in visual shader(part 2) | |||
2020-01-28 | Docs for some nodes in visual shader(part 2) | Yuri Roubinsky | |
2020-01-28 | MessageQueue: Fix setting name in OOM error message | Rémi Verschelde | |
Cf. #35653. | |||
2020-01-28 | Merge pull request #35651 from Chaosus/vs_remove_unused_method | Yuri Roubinsky | |
Hide "control" methods from VisualShaderNodeGroupBase | |||
2020-01-28 | Hide "control" methods from VisualShaderNodeGroupBase | Yuri Roubinsky | |
2020-01-28 | Merge pull request #35647 from timothyqiu/image-ops | Rémi Verschelde | |
Fixes invalid writes in Image operations | |||
2020-01-28 | Merge pull request #35650 from Chaosus/vs_remove_prop | Rémi Verschelde | |
Hide "editable" property from VisualShaderNodeGroupBase public interface | |||
2020-01-28 | Hide "editable" property from VisualShaderNodeGroupBase public interface | Yuri Roubinsky | |
2020-01-28 | Fixes invalid writes in Image operations | Haoyu Qiu | |
2020-01-28 | Improve the error message displayed when the PCK file can't be found | Hugo Locurcio | |
This explains what to do if the executable was renamed, which is helpful for people exporting projects. | |||
2020-01-27 | Merge pull request #35632 from ↵ | Rémi Verschelde | |
godotengine/revert-32854-fix-wireless-adb-debugging Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi" | |||
2020-01-27 | Merge pull request #35631 from m4gr3d/fix_game_crash | Rémi Verschelde | |
Address crash caused by missing dependency. | |||
2020-01-27 | Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi" | Rémi Verschelde | |
2020-01-27 | Address crash caused by missing dependency. | fhuya | |
2020-01-27 | Address crash caused by missing dependency. | fhuya | |
2020-01-27 | Merge pull request #35625 from Chaosus/vs_missing_prop | Yuri Roubinsky | |
Added missing property "size" to VisualShaderNodeGroupBase | |||
2020-01-27 | Added missing property "size" to VisualShaderNodeGroupBase | Yuri Roubinsky | |
2020-01-27 | Merge pull request #35624 from Chaosus/vs_remove_unused_method | Yuri Roubinsky | |
Removed unused method "build" from VisualShaderNodeExpression | |||
2020-01-27 | Removed unused method "build" from VisualShaderNodeExpression | Yuri Roubinsky | |
2020-01-27 | Added binding for Autotile Center | TrevorPeyton | |
2020-01-27 | Merge pull request #35619 from timothyqiu/tile-map-access | Rémi Verschelde | |
Fixes invalid read when using fill tool in empty tilemap | |||
2020-01-27 | Fixes invalid read when using fill tool in empty tilemap | Haoyu Qiu | |
2020-01-27 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributor added to AUTHORS: @ericrybick, @MadEqua Thanks to all contributors and donors for making Godot possible! | |||
2020-01-27 | Merge pull request #35616 from Chaosus/vs_fixbracket | Yuri Roubinsky | |
Added missed bracket to VisualShaderNodeCubeMap | |||
2020-01-27 | Added missed bracket to VisualShaderNodeCubeMap | Yuri Roubinsky | |
2020-01-27 | Merge pull request #35615 from Chaosus/vs_fix_cubemap | Rémi Verschelde | |
Fix VisualShaderNodeCubeMap generation | |||
2020-01-27 | Fix VisualShaderNodeCubeMap generation | Yuri Roubinsky | |
2020-01-27 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-27 | Merge pull request #35604 from Calinou/editor-help-hide-tutorials-if-none | Rémi Verschelde | |
Don't show an Online Tutorials section if the class has no tutorials | |||
2020-01-27 | Merge pull request #35602 from Calinou/add-bash-completion | Rémi Verschelde | |
Add a Bash completion script for the Godot editor | |||
2020-01-27 | Merge pull request #35607 from KoBeWi/gotta_doc_them_all | Rémi Verschelde | |
Document theme_items of multiple classes | |||
2020-01-27 | Document theme_items of multiple classes | Tomasz Chabora | |
2020-01-27 | Don't show an Online Tutorials section if the class has no tutorials | Hugo Locurcio | |
2020-01-27 | Add a Bash completion script for the Godot editor | Hugo Locurcio | |
2020-01-26 | Merge pull request #35599 from Calinou/doc-remove-simulated-motion-mode | Rémi Verschelde | |
doc: Remove mention of nonexistent StaticBody simulated motion mode | |||
2020-01-26 | doc: Remove mention of nonexistent StaticBody simulated motion mode | Hugo Locurcio | |
The StaticBody2D documentation doesn't mention it, so it doesn't need to be touched. This closes #30560. | |||
2020-01-26 | Merge pull request #35516 from Faless/ws/fix_latency_32 | Rémi Verschelde | |
Lower WebSocket latency, fixes. | |||
2020-01-26 | Linux: Sync man page with current --help output | Rémi Verschelde | |
2020-01-26 | Merge pull request #35596 from akien-mga/mbedtls-2.16.4 | Rémi Verschelde | |
mbedtls: Update to upstream version 2.16.4 | |||
2020-01-26 | mbedtls: Update to upstream version 2.16.4 | Rémi Verschelde | |
Fixes CVE-2019-18222. `include/mbedtls/version.h` was modified to include the forgotten version bump to 2.16.4, fixed upstream by ARMmbed/mbedtls#2992. | |||
2020-01-26 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@fed28b1bf9ee613ab11125cd17e652bc7f0d1bf7. | |||
2020-01-26 | Merge pull request #35521 from Calinou/improve-error-macros | Rémi Verschelde | |
Improve and document error macros | |||
2020-01-26 | Merge pull request #35589 from akien-mga/doc-drop-category-property | Rémi Verschelde | |
doc: Drop unused 'category' property from header |