summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add multiple programming language support to class referenceHaSa10022020-07-233-37/+113
|
* Merge pull request #40600 from akien-mga/vs-duplicate-branches-warningRémi Verschelde2020-07-221-7/+1
|\ | | | | VisualScript: Fix -Wduplicate-branches warning
| * VisualScript: Fix -Wduplicate-branches warningRémi Verschelde2020-07-221-7/+1
| | | | | | | | When VSDEBUG is a no-op (default), those branches did the same (nothing).
* | Merge pull request #40599 from akien-mga/vulkan-init-structsRémi Verschelde2020-07-221-27/+2
|\ \ | |/ |/| Vulkan: Fix struct init for VkClearAttachment
| * Vulkan: Fix struct init for VkClearAttachmentRémi Verschelde2020-07-221-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-38829Rémi Verschelde2020-07-221-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 Admiraal2020-05-191-6/+31
| | | | | | | | and _draw_list_insert_clear_region()
* | Merge pull request #40596 from neikeq/fix-msbuild-restore-not-calledRémi Verschelde2020-07-221-2/+7
|\ \ | | | | | | C#: Fix restore not called when building game projects
| * | C#: Fix restore not called when building game projectsIgnacio Etcheverry2020-07-221-2/+7
|/ /
* | Merge pull request #40590 from Calinou/doc-inputeventmousemotion-polling-rateRémi Verschelde2020-07-221-0/+1
|\ \ | | | | | | Document polling rate limitations in InputEventMouseMotion
| * | Document polling rate limitations in InputEventMouseMotionHugo Locurcio2020-07-221-0/+1
| | | | | | | | | | | | This closes #40579.
* | | Merge pull request #40217 from theoway/visible_line_count_fixRémi Verschelde2020-07-221-1/+2
|\ \ \ | | | | | | | | Fixes the get_visible_line_count() of rich text label
| * | | Fixes the get_visible_line_count() of rich text labelUmang Kalra2020-07-091-1/+2
| | | |
* | | | Merge pull request #40588 from nekomatata/virtual-keyboard-disableRémi Verschelde2020-07-223-4/+23
|\ \ \ \ | | | | | | | | | | Add option to disable virtual keyboard for LineEdit
| * | | | Add option to disable virtual keyboard for LineEditPouleyKetchoupp2020-07-223-4/+23
| | |/ / | |/| | | | | | | | | | Co-authored-by: Alexander Holland <alexander.holland@live.de>
* | | | Merge pull request #40583 from aaronfranke/cs-xml-planeRémi Verschelde2020-07-221-2/+2
|\ \ \ \ | | | | | | | | | | Fix XML in Plane.cs
| * | | | Fix XML in Plane.csAaron Franke2020-07-211-2/+2
|/ / / /
* | | | Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-2125-46/+46
|\ \ \ \ | | | | | | | | | | Fix spelling & grammar in comments, docs, and messages
| * | | | Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-2125-46/+46
| | | | |
* | | | | Merge pull request #40398 from thebestnom/android_keyboard_modifiers_and_arrowsRémi Verschelde2020-07-217-4/+76
|\ \ \ \ \ | | | | | | | | | | | | Android: Keyboard modifier and arrow key support for text edit
| * | | | | Android: Keyboard modifier and arrow key supportthebestnom2020-07-217-4/+76
| | | | | |
* | | | | | Merge pull request #40501 from aaronfranke/core-docs-csRémi Verschelde2020-07-2126-236/+253
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update core documentation to match recent C# changes
| * | | | | Update core documentation to match recent C# changesAaron Franke2020-07-2126-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_twiceRémi Verschelde2020-07-211-4/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove duplicate displayed node update call
| * | | | | | Remove duplicate node update callNehluxhes2020-07-211-4/+2
| | | | | | |
* | | | | | | Merge pull request #40448 from Paulb23/fix_txt_close_crashRémi Verschelde2020-07-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix crash when closing a TextFile
| * | | | | | | Fix crash when closing a TextFilePaulb232020-07-161-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #40457 from Calinou/doc-basebutton-pressed-toggledRémi Verschelde2020-07-211-1/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Mention `toggled` signal for pressed state in BaseButton documentation
| * | | | | | Mention `toggled` signal for pressed state in BaseButton documentationHugo Locurcio2020-07-171-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | This closes #40455.
* | | | | | Merge pull request #40567 from akien-mga/travis-emscripten-latestRémi Verschelde2020-07-211-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Travis: Back to latest emsdk, use embedded mode properly
| * | | | | Travis: Back to latest emsdk, use embedded mode properlyRémi Verschelde2020-07-211-2/+3
|/ / / / / | | | | | | | | | | | | | | | Reverts and supersedes #39168 and #40563.
* | | | | Merge pull request #40512 from yrk06/ExposeInertiaTensorMasterRémi Verschelde2020-07-213-0/+17
|\ \ \ \ \ | | | | | | | | | | | | Add Method get_inverse_inertia_tensor
| * | | | | Add Method get_inverse_inertia_tensorYerik2020-07-213-0/+17
| | | | | |
* | | | | | Merge pull request #40533 from zaevi/fix_clipboard_crlfRémi Verschelde2020-07-211-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | fix crlf for clipboard
| * | | | | fix crlf for clipboardZae2020-07-201-1/+1
| |/ / / /
* | | | | Merge pull request #40562 from nekomatata/osxcross-vulkan-layerRémi Verschelde2020-07-211-3/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix Vulkan layer creation when compiling with OSXCross
| * | | | | Fix MoltenVK layer creation when compiling with OSXCrossPouleyKetchoupp2020-07-211-3/+1
| | | | | |
* | | | | | Merge pull request #40565 from akien-mga/enetgodot-styleRémi Verschelde2020-07-211-56/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | ENetGodot: Apply clang-format and style guide
| * | | | | | ENetGodot: Apply clang-format and style guideRémi Verschelde2020-07-211-56/+35
| | | | | | |
* | | | | | | Merge pull request #40548 from nekomatata/osxcross-min-version-10.12Rémi Verschelde2020-07-211-11/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Set minimum osx version to 10.12 for OSXCross compilation
| * | | | | | Set minimum osx version to 10.12 for OSXCross compilationPouleyKetchoupp2020-07-211-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-crashRémi Verschelde2020-07-211-12/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | TileSet Editor: Check polygon size before indexing
| * | | | | TileSet Editor: Check polygon size before indexingRémi Verschelde2020-07-211-12/+10
|/ / / / / | | | | | | | | | | | | | | | Fixes #39722.
* | | | | Merge pull request #40563 from akien-mga/travis-pin-emscripten-1.39.19Rémi Verschelde2020-07-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Travis: Pin Emscripten version to 1.39.19
| * | | | | Travis: Pin Emscripten version to 1.39.19Rémi Verschelde2020-07-211-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-visibilitynotifierRémi Verschelde2020-07-204-4/+8
|\ \ \ \ \ | | | | | | | | | | | | Improve the VisibilityNotifier and VisibilityEnabler class descriptions
| * | | | | Improve the VisibilityNotifier and VisibilityEnabler class descriptionsHugo Locurcio2020-07-184-4/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #40463 from Calinou/doc-editorsettingsRémi Verschelde2020-07-201-10/+23
|\ \ \ \ \ | | | | | | | | | | | | Complete the EditorSettings class documentation
| * | | | | Complete the EditorSettings class documentationHugo Locurcio2020-07-171-10/+23
| |/ / / / | | | | | | | | | | | | | | | EditorSettings is now 100% documented.
* | | | | Merge pull request #40493 from Calinou/doc-editor-plugins-interfacesRémi Verschelde2020-07-208-19/+62
|\ \ \ \ \ | | | | | | | | | | | | Document several editor-related classes to 100% completion