summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-23Merge pull request #40628 from reduz/fix-dynamic-light-crashRémi Verschelde
Fixes RenderingServer crashes reported by #39951
2020-07-23Fixes RenderingServer crashes reported by #39951Juan Linietsky
Supersedes #40026
2020-07-23Merge pull request #40625 from akien-mga/gitignore-binutils-stXXXXXXRémi Verschelde
gitignore: Ignore binutils linker temp stXXXXXX objects
2020-07-23Merge pull request #40605 from QbieShay/spring-arm-doc-fixRémi Verschelde
fixed documentation for get_hit_length of spring arm 3D
2020-07-23gitignore: Ignore binutils linker temp stXXXXXX objectsRémi Verschelde
Fixes #40607. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-07-23Merge pull request #40606 from adam-bates/issue-40396_add_missing_json_errorsRémi Verschelde
issue-40396 - Added missing error strings to JSON parsing when array …
2020-07-23Merge pull request #40623 from akien-mga/scons-remove-debug-memory-enabledRémi Verschelde
SCons: Remove unused DEBUG_MEMORY_ENABLED define
2020-07-23Merge pull request #37336 from dreamsComeTrue/canvas-editor-change-cursorRémi Verschelde
Request immediate refresh of cursor in 2D editor while using shortcuts
2020-07-23Merge pull request #39871 from aaronfranke/pr-templateRémi Verschelde
Add a PR template with a message about PRs needing to be for master
2020-07-23Merge pull request #40602 from follower/patch-12Rémi Verschelde
Fix presumed copy/paste error: "Returns" -> "Sets"
2020-07-23Merge pull request #40611 from mega-bit/GodotSharpDocTyposRémi Verschelde
Fix typos in GodotSharp code docs
2020-07-23SCons: Remove unused DEBUG_MEMORY_ENABLED defineRé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-23Merge pull request #40616 from reduz/refactor-light-clusteringRémi Verschelde
Refactor light clustering
2020-07-22Refactor light clusteringJuan Linietsky
Move from high end to shared, so all renderers use clustering.
2020-07-22fixed documentation for get_hit_length of spring arm 3DQbieShay
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-07-22Fix typos in GodotSharp code docsmega-bit
2020-07-22issue-40396 - Added missing error strings to JSON parsing when array or ↵Adam Bates
object is never closed.
2020-07-22Add a PR template with a message about PRs needing to be for masterAaron Franke
[ci skip] Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-07-23Fix presumed copy/paste error: "Returns" -> "Sets"follower
I might be going out on a limb here... :D
2020-07-22Merge pull request #40600 from akien-mga/vs-duplicate-branches-warningRémi Verschelde
VisualScript: Fix -Wduplicate-branches warning
2020-07-22Merge pull request #40599 from akien-mga/vulkan-init-structsRémi Verschelde
Vulkan: Fix struct init for VkClearAttachment
2020-07-22VisualScript: Fix -Wduplicate-branches warningRémi Verschelde
When VSDEBUG is a no-op (default), those branches did the same (nothing).
2020-07-22Vulkan: Fix struct init for VkClearAttachmentRé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-22Merge pull request #38835 from madmiraal/fix-38829Rémi Verschelde
Fix may be used unitialized warnings in _render_pass_create() and _draw_list_insert_clear_region().
2020-07-22Merge pull request #40596 from neikeq/fix-msbuild-restore-not-calledRémi Verschelde
C#: Fix restore not called when building game projects
2020-07-22C#: Fix restore not called when building game projectsIgnacio Etcheverry
2020-07-22Merge pull request #40590 from Calinou/doc-inputeventmousemotion-polling-rateRémi Verschelde
Document polling rate limitations in InputEventMouseMotion
2020-07-22Document polling rate limitations in InputEventMouseMotionHugo Locurcio
This closes #40579.
2020-07-22Merge pull request #40217 from theoway/visible_line_count_fixRémi Verschelde
Fixes the get_visible_line_count() of rich text label
2020-07-22Merge pull request #40588 from nekomatata/virtual-keyboard-disableRémi Verschelde
Add option to disable virtual keyboard for LineEdit
2020-07-22Merge pull request #40583 from aaronfranke/cs-xml-planeRémi Verschelde
Fix XML in Plane.cs
2020-07-22Add option to disable virtual keyboard for LineEditPouleyKetchoupp
Co-authored-by: Alexander Holland <alexander.holland@live.de>
2020-07-21Fix XML in Plane.csAaron Franke
2020-07-21Merge pull request #40450 from asmaloney/spellingRémi Verschelde
Fix spelling & grammar in comments, docs, and messages
2020-07-21Merge pull request #40398 from thebestnom/android_keyboard_modifiers_and_arrowsRémi Verschelde
Android: Keyboard modifier and arrow key support for text edit
2020-07-21Merge pull request #40501 from aaronfranke/core-docs-csRémi Verschelde
Update core documentation to match recent C# changes
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-21Android: Keyboard modifier and arrow key supportthebestnom
2020-07-21Merge pull request #32908 from Nehluxhes/node_update_twiceRémi Verschelde
Remove duplicate displayed node update call
2020-07-21Merge pull request #40448 from Paulb23/fix_txt_close_crashRémi Verschelde
Fix crash when closing a TextFile
2020-07-21Merge pull request #40457 from Calinou/doc-basebutton-pressed-toggledRémi Verschelde
Mention `toggled` signal for pressed state in BaseButton documentation
2020-07-21Update core documentation to match recent C# changesAaron Franke
Also a few minor API changes like adding AABB.abs() Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-07-21Merge pull request #40567 from akien-mga/travis-emscripten-latestRémi Verschelde
Travis: Back to latest emsdk, use embedded mode properly
2020-07-21Remove duplicate node update callNehluxhes
2020-07-21Travis: Back to latest emsdk, use embedded mode properlyRémi Verschelde
Reverts and supersedes #39168 and #40563.
2020-07-21Merge pull request #40512 from yrk06/ExposeInertiaTensorMasterRémi Verschelde
Add Method get_inverse_inertia_tensor
2020-07-21Add Method get_inverse_inertia_tensorYerik
2020-07-21Merge pull request #40533 from zaevi/fix_clipboard_crlfRémi Verschelde
fix crlf for clipboard
2020-07-21Merge pull request #40562 from nekomatata/osxcross-vulkan-layerRémi Verschelde
Fix Vulkan layer creation when compiling with OSXCross
2020-07-21Merge pull request #40565 from akien-mga/enetgodot-styleRémi Verschelde
ENetGodot: Apply clang-format and style guide