| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-23 | Merge pull request #40625 from akien-mga/gitignore-binutils-stXXXXXX | Rémi Verschelde | |
| gitignore: Ignore binutils linker temp stXXXXXX objects | |||
| 2020-07-23 | Merge pull request #40605 from QbieShay/spring-arm-doc-fix | Rémi Verschelde | |
| fixed documentation for get_hit_length of spring arm 3D | |||
| 2020-07-23 | gitignore: Ignore binutils linker temp stXXXXXX objects | Rémi Verschelde | |
| Fixes #40607. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
| 2020-07-23 | Merge pull request #40606 from adam-bates/issue-40396_add_missing_json_errors | Rémi Verschelde | |
| issue-40396 - Added missing error strings to JSON parsing when array … | |||
| 2020-07-23 | Merge pull request #40623 from akien-mga/scons-remove-debug-memory-enabled | Rémi Verschelde | |
| SCons: Remove unused DEBUG_MEMORY_ENABLED define | |||
| 2020-07-23 | Merge pull request #37336 from dreamsComeTrue/canvas-editor-change-cursor | Rémi Verschelde | |
| Request immediate refresh of cursor in 2D editor while using shortcuts | |||
| 2020-07-23 | Merge pull request #39871 from aaronfranke/pr-template | Rémi Verschelde | |
| Add a PR template with a message about PRs needing to be for master | |||
| 2020-07-23 | Merge pull request #40602 from follower/patch-12 | Rémi Verschelde | |
| Fix presumed copy/paste error: "Returns" -> "Sets" | |||
| 2020-07-23 | Merge pull request #40611 from mega-bit/GodotSharpDocTypos | Rémi Verschelde | |
| Fix typos in GodotSharp code docs | |||
| 2020-07-23 | SCons: Remove unused DEBUG_MEMORY_ENABLED define | Rémi Verschelde | |
| Its last use was removed in Godot 3.0, so it no longer makes sense to define. Also removed `D3D_DEBUG_INFO` for Windows as it's likely a left over from a long time ago pre-opensourcing when Godot had some form of Direct3D 9 support? | |||
| 2020-07-23 | Merge pull request #40616 from reduz/refactor-light-clustering | Rémi Verschelde | |
| Refactor light clustering | |||
| 2020-07-22 | Refactor light clustering | Juan Linietsky | |
| Move from high end to shared, so all renderers use clustering. | |||
| 2020-07-22 | fixed documentation for get_hit_length of spring arm 3D | QbieShay | |
| Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
| 2020-07-22 | Fix typos in GodotSharp code docs | mega-bit | |
| 2020-07-22 | issue-40396 - Added missing error strings to JSON parsing when array or ↵ | Adam Bates | |
| object is never closed. | |||
| 2020-07-22 | Add a PR template with a message about PRs needing to be for master | Aaron Franke | |
| [ci skip] Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
| 2020-07-23 | Fix presumed copy/paste error: "Returns" -> "Sets" | follower | |
| I might be going out on a limb here... :D | |||
| 2020-07-22 | Merge pull request #40600 from akien-mga/vs-duplicate-branches-warning | Rémi Verschelde | |
| VisualScript: Fix -Wduplicate-branches warning | |||
| 2020-07-22 | Merge pull request #40599 from akien-mga/vulkan-init-structs | Rémi Verschelde | |
| Vulkan: Fix struct init for VkClearAttachment | |||
| 2020-07-22 | VisualScript: Fix -Wduplicate-branches warning | Rémi Verschelde | |
| When VSDEBUG is a no-op (default), those branches did the same (nothing). | |||
| 2020-07-22 | Vulkan: Fix struct init for VkClearAttachment | Rémi Verschelde | |
| 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. | |||
| 2020-07-22 | Merge pull request #38835 from madmiraal/fix-38829 | Rémi Verschelde | |
| Fix may be used unitialized warnings in _render_pass_create() and _draw_list_insert_clear_region(). | |||
| 2020-07-22 | Merge pull request #40596 from neikeq/fix-msbuild-restore-not-called | Rémi Verschelde | |
| C#: Fix restore not called when building game projects | |||
| 2020-07-22 | C#: Fix restore not called when building game projects | Ignacio Etcheverry | |
| 2020-07-22 | Merge pull request #40590 from Calinou/doc-inputeventmousemotion-polling-rate | Rémi Verschelde | |
| Document polling rate limitations in InputEventMouseMotion | |||
| 2020-07-22 | Document polling rate limitations in InputEventMouseMotion | Hugo Locurcio | |
| This closes #40579. | |||
| 2020-07-22 | Merge pull request #40217 from theoway/visible_line_count_fix | Rémi Verschelde | |
| Fixes the get_visible_line_count() of rich text label | |||
| 2020-07-22 | Merge pull request #40588 from nekomatata/virtual-keyboard-disable | Rémi Verschelde | |
| Add option to disable virtual keyboard for LineEdit | |||
| 2020-07-22 | Merge pull request #40583 from aaronfranke/cs-xml-plane | Rémi Verschelde | |
| Fix XML in Plane.cs | |||
| 2020-07-22 | Add option to disable virtual keyboard for LineEdit | PouleyKetchoupp | |
| Co-authored-by: Alexander Holland <alexander.holland@live.de> | |||
| 2020-07-21 | Fix XML in Plane.cs | Aaron Franke | |
| 2020-07-21 | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde | |
| Fix spelling & grammar in comments, docs, and messages | |||
| 2020-07-21 | Merge pull request #40398 from thebestnom/android_keyboard_modifiers_and_arrows | Rémi Verschelde | |
| Android: Keyboard modifier and arrow key support for text edit | |||
| 2020-07-21 | Merge pull request #40501 from aaronfranke/core-docs-cs | Rémi Verschelde | |
| Update core documentation to match recent C# changes | |||
| 2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | |
| 2020-07-21 | Android: Keyboard modifier and arrow key support | thebestnom | |
| 2020-07-21 | Merge pull request #32908 from Nehluxhes/node_update_twice | Rémi Verschelde | |
| Remove duplicate displayed node update call | |||
| 2020-07-21 | Merge pull request #40448 from Paulb23/fix_txt_close_crash | Rémi Verschelde | |
| Fix crash when closing a TextFile | |||
| 2020-07-21 | Merge pull request #40457 from Calinou/doc-basebutton-pressed-toggled | Rémi Verschelde | |
| Mention `toggled` signal for pressed state in BaseButton documentation | |||
| 2020-07-21 | Update core documentation to match recent C# changes | Aaron Franke | |
| Also a few minor API changes like adding AABB.abs() Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
| 2020-07-21 | Merge pull request #40567 from akien-mga/travis-emscripten-latest | Rémi Verschelde | |
| Travis: Back to latest emsdk, use embedded mode properly | |||
| 2020-07-21 | Remove duplicate node update call | Nehluxhes | |
| 2020-07-21 | Travis: Back to latest emsdk, use embedded mode properly | Rémi Verschelde | |
| Reverts and supersedes #39168 and #40563. | |||
| 2020-07-21 | Merge pull request #40512 from yrk06/ExposeInertiaTensorMaster | Rémi Verschelde | |
| Add Method get_inverse_inertia_tensor | |||
| 2020-07-21 | Add Method get_inverse_inertia_tensor | Yerik | |
| 2020-07-21 | Merge pull request #40533 from zaevi/fix_clipboard_crlf | Rémi Verschelde | |
| fix crlf for clipboard | |||
| 2020-07-21 | Merge pull request #40562 from nekomatata/osxcross-vulkan-layer | Rémi Verschelde | |
| Fix Vulkan layer creation when compiling with OSXCross | |||
| 2020-07-21 | Merge pull request #40565 from akien-mga/enetgodot-style | Rémi Verschelde | |
| ENetGodot: Apply clang-format and style guide | |||
| 2020-07-21 | Merge pull request #40548 from nekomatata/osxcross-min-version-10.12 | Rémi Verschelde | |
| Set minimum osx version to 10.12 for OSXCross compilation | |||
| 2020-07-21 | Set minimum osx version to 10.12 for OSXCross compilation | PouleyKetchoupp | |
| 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 | |||