| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add multiple programming language support to class reference | HaSa1002 | 2020-07-23 | 3 | -37/+113 |
| | | |||||
| * | Merge pull request #40600 from akien-mga/vs-duplicate-branches-warning | Rémi Verschelde | 2020-07-22 | 1 | -7/+1 |
| |\ | | | | | VisualScript: Fix -Wduplicate-branches warning | ||||
| | * | VisualScript: Fix -Wduplicate-branches warning | Rémi Verschelde | 2020-07-22 | 1 | -7/+1 |
| | | | | | | | | | When VSDEBUG is a no-op (default), those branches did the same (nothing). | ||||
| * | | Merge pull request #40599 from akien-mga/vulkan-init-structs | Rémi Verschelde | 2020-07-22 | 1 | -27/+2 |
| |\ \ | |/ |/| | Vulkan: Fix struct init for VkClearAttachment | ||||
| | * | Vulkan: Fix struct init for VkClearAttachment | Rémi Verschelde | 2020-07-22 | 1 | -27/+2 |
| |/ | | | | | | | | The changes from #38835 were not sufficient to fix #38829, as VkClearAttachment still had uninitialized member structs in its VkClearColor member struct. The struct rabbit hole goes deep and trying to do validation as done in #38829 doesn't appear realistic. | ||||
| * | Merge pull request #38835 from madmiraal/fix-38829 | Rémi Verschelde | 2020-07-22 | 1 | -6/+31 |
| |\ | | | | | Fix may be used unitialized warnings in _render_pass_create() and _draw_list_insert_clear_region(). | ||||
| | * | Fix may be used unitialized warnings in _render_pass_create() | Marcel Admiraal | 2020-05-19 | 1 | -6/+31 |
| | | | | | | | | | and _draw_list_insert_clear_region() | ||||
| * | | Merge pull request #40596 from neikeq/fix-msbuild-restore-not-called | Rémi Verschelde | 2020-07-22 | 1 | -2/+7 |
| |\ \ | | | | | | | C#: Fix restore not called when building game projects | ||||
| | * | | C#: Fix restore not called when building game projects | Ignacio Etcheverry | 2020-07-22 | 1 | -2/+7 |
| |/ / | |||||
| * | | Merge pull request #40590 from Calinou/doc-inputeventmousemotion-polling-rate | Rémi Verschelde | 2020-07-22 | 1 | -0/+1 |
| |\ \ | | | | | | | Document polling rate limitations in InputEventMouseMotion | ||||
| | * | | Document polling rate limitations in InputEventMouseMotion | Hugo Locurcio | 2020-07-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | This closes #40579. | ||||
| * | | | Merge pull request #40217 from theoway/visible_line_count_fix | Rémi Verschelde | 2020-07-22 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | Fixes the get_visible_line_count() of rich text label | ||||
| | * | | | Fixes the get_visible_line_count() of rich text label | Umang Kalra | 2020-07-09 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge pull request #40588 from nekomatata/virtual-keyboard-disable | Rémi Verschelde | 2020-07-22 | 3 | -4/+23 |
| |\ \ \ \ | | | | | | | | | | | Add option to disable virtual keyboard for LineEdit | ||||
| | * | | | | Add option to disable virtual keyboard for LineEdit | PouleyKetchoupp | 2020-07-22 | 3 | -4/+23 |
| | | |/ / | |/| | | | | | | | | | | Co-authored-by: Alexander Holland <alexander.holland@live.de> | ||||
| * | | | | Merge pull request #40583 from aaronfranke/cs-xml-plane | Rémi Verschelde | 2020-07-22 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | Fix XML in Plane.cs | ||||
| | * | | | | Fix XML in Plane.cs | Aaron Franke | 2020-07-21 | 1 | -2/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde | 2020-07-21 | 25 | -46/+46 |
| |\ \ \ \ | | | | | | | | | | | Fix spelling & grammar in comments, docs, and messages | ||||
| | * | | | | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | 2020-07-21 | 25 | -46/+46 |
| | | | | | | |||||
| * | | | | | Merge pull request #40398 from thebestnom/android_keyboard_modifiers_and_arrows | Rémi Verschelde | 2020-07-21 | 7 | -4/+76 |
| |\ \ \ \ \ | | | | | | | | | | | | | Android: Keyboard modifier and arrow key support for text edit | ||||
| | * | | | | | Android: Keyboard modifier and arrow key support | thebestnom | 2020-07-21 | 7 | -4/+76 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #40501 from aaronfranke/core-docs-cs | Rémi Verschelde | 2020-07-21 | 26 | -236/+253 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Update core documentation to match recent C# changes | ||||
| | * | | | | | Update core documentation to match recent C# changes | Aaron Franke | 2020-07-21 | 26 | -236/+253 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also a few minor API changes like adding AABB.abs() Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
| * | | | | | | Merge pull request #32908 from Nehluxhes/node_update_twice | Rémi Verschelde | 2020-07-21 | 1 | -4/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove duplicate displayed node update call | ||||
| | * | | | | | | Remove duplicate node update call | Nehluxhes | 2020-07-21 | 1 | -4/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #40448 from Paulb23/fix_txt_close_crash | Rémi Verschelde | 2020-07-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix crash when closing a TextFile | ||||
| | * | | | | | | | Fix crash when closing a TextFile | Paulb23 | 2020-07-16 | 1 | -1/+1 |
| | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #40457 from Calinou/doc-basebutton-pressed-toggled | Rémi Verschelde | 2020-07-21 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Mention `toggled` signal for pressed state in BaseButton documentation | ||||
| | * | | | | | | Mention `toggled` signal for pressed state in BaseButton documentation | Hugo Locurcio | 2020-07-17 | 1 | -1/+2 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | This closes #40455. | ||||
| * | | | | | | Merge pull request #40567 from akien-mga/travis-emscripten-latest | Rémi Verschelde | 2020-07-21 | 1 | -2/+3 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Travis: Back to latest emsdk, use embedded mode properly | ||||
| | * | | | | | Travis: Back to latest emsdk, use embedded mode properly | Rémi Verschelde | 2020-07-21 | 1 | -2/+3 |
| |/ / / / / | | | | | | | | | | | | | | | | Reverts and supersedes #39168 and #40563. | ||||
| * | | | | | Merge pull request #40512 from yrk06/ExposeInertiaTensorMaster | Rémi Verschelde | 2020-07-21 | 3 | -0/+17 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add Method get_inverse_inertia_tensor | ||||
| | * | | | | | Add Method get_inverse_inertia_tensor | Yerik | 2020-07-21 | 3 | -0/+17 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #40533 from zaevi/fix_clipboard_crlf | Rémi Verschelde | 2020-07-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | fix crlf for clipboard | ||||
| | * | | | | | fix crlf for clipboard | Zae | 2020-07-20 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #40562 from nekomatata/osxcross-vulkan-layer | Rémi Verschelde | 2020-07-21 | 1 | -3/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix Vulkan layer creation when compiling with OSXCross | ||||
| | * | | | | | Fix MoltenVK layer creation when compiling with OSXCross | PouleyKetchoupp | 2020-07-21 | 1 | -3/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #40565 from akien-mga/enetgodot-style | Rémi Verschelde | 2020-07-21 | 1 | -56/+35 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | ENetGodot: Apply clang-format and style guide | ||||
| | * | | | | | | ENetGodot: Apply clang-format and style guide | Rémi Verschelde | 2020-07-21 | 1 | -56/+35 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #40548 from nekomatata/osxcross-min-version-10.12 | Rémi Verschelde | 2020-07-21 | 1 | -11/+14 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Set minimum osx version to 10.12 for OSXCross compilation | ||||
| | * | | | | | | Set minimum osx version to 10.12 for OSXCross compilation | PouleyKetchoupp | 2020-07-21 | 1 | -11/+14 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this compilation error: In file included from thirdparty/vulkan/vk_mem_alloc.cpp:7: thirdparty/vulkan/vk_mem_alloc.h:3691:18: error: 'shared_mutex' is unavailable: introduced in macOS 10.12 std::shared_mutex m_Mutex; ^ /home/[user]/sources/osxcross/target/bin/../SDK/MacOSX10.14.sdk/usr/include/c++/v1/shared_mutex:178:58: note: 'shared_mutex' has been explicitly marked unavailable here class _LIBCPP_TYPE_VIS _LIBCPP_AVAILABILITY_SHARED_MUTEX shared_mutex | ||||
| * | | | | | | Merge pull request #40560 from akien-mga/tileseteditor-polygon-size-crash | Rémi Verschelde | 2020-07-21 | 1 | -12/+10 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | TileSet Editor: Check polygon size before indexing | ||||
| | * | | | | | TileSet Editor: Check polygon size before indexing | Rémi Verschelde | 2020-07-21 | 1 | -12/+10 |
| |/ / / / / | | | | | | | | | | | | | | | | Fixes #39722. | ||||
| * | | | | | Merge pull request #40563 from akien-mga/travis-pin-emscripten-1.39.19 | Rémi Verschelde | 2020-07-21 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | Travis: Pin Emscripten version to 1.39.19 | ||||
| | * | | | | | Travis: Pin Emscripten version to 1.39.19 | Rémi Verschelde | 2020-07-21 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | 1.39.20 dropped support for the no-embedded mode we use since #39168, as our detection logic hasn't been fixed yet to support the embedded mode. | ||||
| * | | | | | Merge pull request #40476 from Calinou/doc-visibilitynotifier | Rémi Verschelde | 2020-07-20 | 4 | -4/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | Improve the VisibilityNotifier and VisibilityEnabler class descriptions | ||||
| | * | | | | | Improve the VisibilityNotifier and VisibilityEnabler class descriptions | Hugo Locurcio | 2020-07-18 | 4 | -4/+8 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #40463 from Calinou/doc-editorsettings | Rémi Verschelde | 2020-07-20 | 1 | -10/+23 |
| |\ \ \ \ \ | | | | | | | | | | | | | Complete the EditorSettings class documentation | ||||
| | * | | | | | Complete the EditorSettings class documentation | Hugo Locurcio | 2020-07-17 | 1 | -10/+23 |
| | |/ / / / | | | | | | | | | | | | | | | | EditorSettings is now 100% documented. | ||||
| * | | | | | Merge pull request #40493 from Calinou/doc-editor-plugins-interfaces | Rémi Verschelde | 2020-07-20 | 8 | -19/+62 |
| |\ \ \ \ \ | | | | | | | | | | | | | Document several editor-related classes to 100% completion | ||||
