Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-30 | [iOS] Add missing ARC flag to the simulator build. | bruvzg | |
2020-10-30 | Merge pull request #37158 from thebestnom/android-click-support | Rémi Verschelde | |
Support mouse events on Android | |||
2020-10-30 | Merge pull request #43184 from Chaosus/fix_randi_range_biased | Rémi Verschelde | |
Fix biased output of randi_range | |||
2020-10-30 | Merge pull request #43197 from jzulauf-lunarg/zulauf_sync_fix_cleanup | Rémi Verschelde | |
Synchronization - Clean subpass dependency init | |||
2020-10-30 | Merge pull request #43194 from reduz/pixel-snap-refactor | Juan Linietsky | |
Refactor pixel snapping. | |||
2020-10-30 | Refactor pixel snapping. | reduz | |
-Rename pixel_snap to snap_2d_to_vertices -Added snap_2d_to_transforms which is more useful Fixes #41814 Solves proposal https://github.com/godotengine/godot-proposals/issues/1666 Supersedes #35606, supersedes #41535, supersedes #41534 | |||
2020-10-30 | Merge pull request #43173 from volzhs/fix-tab-container | Rémi Verschelde | |
Fix crash in TabContainer in case of no content at all | |||
2020-10-29 | Synchronization - Clean subpass dependency init | John Zulauf | |
Fix incorrect subpass dependency initialization | |||
2020-10-29 | Merge pull request #42811 from Calinou/doc-packetpeerudp-wait-interrupt | Rémi Verschelde | |
Document how to interrupt `PacketPeerUDP.wait()` | |||
2020-10-29 | Merge pull request #43192 from YeldhamDev/poly2deditor_buttons_flat | Rémi Verschelde | |
Set previous tool buttons in the Polygon2D editor to be flat again | |||
2020-10-29 | Merge pull request #43191 from YeldhamDev/poly2deditor_move_button_fix | Rémi Verschelde | |
Fix "Move Points" button sometimes not showing up on UV mode in the Polygon2D editor | |||
2020-10-29 | Set previous tool buttons in the Polygon2D editor to be flat again | Michael Alexsander | |
2020-10-29 | Fix "Move Points" button sometimes not showing up on UV mode in the ↵ | Michael Alexsander | |
Polygon2D editor | |||
2020-10-29 | Merge pull request #43182 from akien-mga/vulkan-loader-mingw-fixup | Rémi Verschelde | |
vulkan: Backport build fix for MinGW-w64 8.0.0 | |||
2020-10-29 | Fix biased output of randi_range | Yuri Roubinsky | |
2020-10-29 | vulkan: Backport build fix for MinGW-w64 8.0.0 | Rémi Verschelde | |
Taken from https://github.com/KhronosGroup/Vulkan-Loader/pull/475. Supersedes and reverts #43119 since the upstream change removes the need for that custom define. | |||
2020-10-29 | Fix crash in TabContainer in case of no content at all | volzhs | |
2020-10-29 | Merge pull request #43178 from m4gr3d/update_android_plugins | Rémi Verschelde | |
Update android gradle plugins versions | |||
2020-10-29 | Merge pull request #43086 from SirQuartz/patch-2 | Rémi Verschelde | |
Clarify what the "item_rect_changed" signal does | |||
2020-10-29 | Add a separate `nativeSrcsConfigs` module to handle Android Studio ↵ | Fredia Huya-Kouadio | |
constraints for native code editor support. | |||
2020-10-28 | Update the gradle plugins | Fredia Huya-Kouadio | |
2020-10-28 | Merge pull request #43167 from reduz/canvas-group | Juan Linietsky | |
Implement CanvasGroup and CanvasItem clipping | |||
2020-10-28 | Update scene/resources/dynamic_font.cpp | Juan Linietsky | |
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2020-10-28 | Implement CanvasGroup and CanvasItem clipping | reduz | |
-Allows merging several 2D objects into a single draw operation -Use current node to clip children nodes -Further fixes to Vulkan barriers -Changed font texture generation to white, fixes dark eges when blurred -Other small misc fixes to backbuffer code. | |||
2020-10-28 | Merge pull request #42361 from akien-mga/vulkan-layers-opt-in | Rémi Verschelde | |
Vulkan: Make validation layers optional | |||
2020-10-28 | Clarify what the "item_rect_changed" signal does | SirQuartz | |
2020-10-28 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 284dae021ae6bbee920fedcb55412a501ee106d8) | |||
2020-10-28 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New corporate sponsors: Spiffcode (Platinum) ASIFA-Hollywood (Silver) Zenva Academy (Silver) Thanks to all contributors and donors for making Godot possible! | |||
2020-10-28 | Merge pull request #43154 from Chaosus/text_edit_fix | Yuri Roubinsky | |
Removed redundant line from TextEdit | |||
2020-10-28 | Removed redundant line from TextEdit | Yuri Roubinsky | |
introduced in https://github.com/godotengine/godot/pull/43026 | |||
2020-10-28 | Merge pull request #43147 from Mallos/fix/sprite2d-rect | Rémi Verschelde | |
fix(sprite2d): Rect is not handling pixel snap | |||
2020-10-28 | Merge pull request #43153 from nekomatata/android-build-version-close | Rémi Verschelde | |
Release .build_version file handle in Android custom build export | |||
2020-10-28 | Merge pull request #42766 from volzhs/tab-container | Rémi Verschelde | |
Put unselected tabs back in TabContainer control | |||
2020-10-28 | Merge pull request #43053 from Ev1lbl0w/bugfix-shell-open | Rémi Verschelde | |
Changed shell_open behaviour | |||
2020-10-28 | Release .build_version file handle in Android custom build export | PouleyKetchoupp | |
2020-10-27 | fix(sprite2d): Rect is not handling pixel snap | Eric Tuvesson | |
related https://github.com/godotengine/godot/issues/42985 | |||
2020-10-27 | Merge pull request #43139 from Calinou/doc-unproject-position-behind | Rémi Verschelde | |
Document hiding a Control when its reference point is behind the camera | |||
2020-10-27 | Merge pull request #43104 from Klowner/android-p-cutout-support | Rémi Verschelde | |
Implement DisplayServer::screen_get_usable_rect() for Android | |||
2020-10-27 | Implement OS.get_window_safe_area() for Android | Mark Riedesel | |
2020-10-27 | Document hiding a Control when its reference point is behind the camera | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/1725. | |||
2020-10-27 | Vulkan: Make validation layers optional | Rémi Verschelde | |
They're now disabled by default, and can be enabled with the command line argument `--vk-layers`. When enabled, the errors about them being missing are now warnings, as users were confused and thought this meant Vulkan is broken for them. Fix crash in `~VulkanContext` when validation layers are disabled (exposed by this PR since before they could not be disabled without source modification). Also moved VulkanContext member initializations to header. Fixes #37102. | |||
2020-10-27 | Merge pull request #43131 from groud/fix_global_pos_set_as_toplevel | Rémi Verschelde | |
Fixes setting top_level not updating the global position | |||
2020-10-27 | Fixes setting top_level not updating the global position | Gilles Roudière | |
2020-10-27 | Merge pull request #43123 from lukostello/vshaderparenfix | Yuri Roubinsky | |
Visual Shader Parenthesis fix | |||
2020-10-27 | Merge pull request #43100 from madmiraal/apply-upstream-391 | Rémi Verschelde | |
Apply upstream gamecontrollerdb patch 391. | |||
2020-10-27 | Merge pull request #43119 from fire/llvm-mingw-error | Rémi Verschelde | |
Changes for 43094 mingw llvm build error. | |||
2020-10-27 | Merge pull request #43114 from DustOneHub/doc-tilemap | Rémi Verschelde | |
Improved documentation for TileMap.cell_y_sort | |||
2020-10-27 | Merge pull request #43118 from timothyqiu/revert-inherited-default | Rémi Verschelde | |
Fix property revert for inherited child nodes | |||
2020-10-27 | Visual Shader Parenthesis fix | Luke Costello | |
missing parenthesis were added to prevent conditional statement from interacting with operations | |||
2020-10-27 | Merge pull request #43029 from neikeq/offline-nuget-fallback | Rémi Verschelde | |
C#: Make editor create NuGet fallback folder for Godot packages |