Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | Merge pull request #42632 from merriam/projectxmlsettings | Rémi Verschelde | |
Fix Typo ProjectSettings.xml, in Editor/Script Templates description | |||
2020-10-13 | Merge pull request #42489 from auderer/tilemapeditor-refocus | Rémi Verschelde | |
Reset TileMapEditor painting state on application refocus | |||
2020-10-13 | Merge pull request #42737 from volzhs/android-run-tooltip | Rémi Verschelde | |
Show android device name when connected only one device | |||
2020-10-13 | Merge pull request #42731 from opl-/fix/csharpscript-load-code-duplication | Rémi Verschelde | |
Fix code duplication in CSharpScript | |||
2020-10-13 | Fix typo in the ProjectSettings class documentation | Charles Merriam | |
2020-10-13 | Merge pull request #42592 from madmiraal/fix-42567 | Rémi Verschelde | |
Initialise Bullet RigidBody friction to the expected value of 1.0 | |||
2020-10-13 | Merge pull request #42696 from ↵ | Rémi Verschelde | |
arthurpaulino/update-kinematicbody2d-is-on-descriptions Updating KinematicBody2D "is_on" functions' descriptions | |||
2020-10-13 | Merge pull request #42758 from volzhs/tree-selection-box | Rémi Verschelde | |
Respect Tree.set_icon_max_width size for drawing selection box | |||
2020-10-13 | Fix code duplication in CSharpScript | opl- | |
Removes code duplication between `CSharpScript::reload()` and `CSharpScript::initialize_for_managed_type()`. Removes a redundant `CSharpScript::update_exports()` call in `CSharpLanguage::reload_assemblies()` as `CSharpScript::reload()` already calls it when appropriate. Fixes missing update of RPC information in `CSharpScript::initialize_for_managed_type()`. | |||
2020-10-13 | Respect Tree.set_icon_max_width size for drawing selection box | volzhs | |
2020-10-12 | updating descriptions | Arthur Paulino | |
2020-10-12 | Merge pull request #42749 from KoBeWi/quality_pr | Rémi Verschelde | |
Bind missing constant in VisualScriptPropertyGet | |||
2020-10-12 | Bind missing constant in VisualScriptPropertyGet | Tomasz Chabora | |
2020-10-12 | Merge pull request #42744 from qarmin/fix_leaks | Rémi Verschelde | |
Fixes leaks with shader and material | |||
2020-10-12 | Fixes leaks with shader and material | Rafał Mikrut | |
2020-10-12 | Show android device name when connected only one device | volzhs | |
2020-10-12 | Merge pull request #42684 from timothyqiu/conn-self-assign | Fabio Alessandrelli | |
Fix HTTPClient::poll crash after connection is self-assigned | |||
2020-10-12 | doc: Sync classref with current source | Rémi Verschelde | |
2020-10-12 | Merge pull request #42733 from madmiraal/fix-41281 | Rémi Verschelde | |
Ensure grid index is valid before trying to change value. | |||
2020-10-12 | Merge pull request #42732 from Anutrix/free-shader | Rémi Verschelde | |
Free a SortShader and a ParticlesCopyShader | |||
2020-10-12 | Free a SortShader and a ParticlesCopyShader | unknown | |
2020-10-12 | Ensure grid index is valid before trying to change value. | Marcel Admiraal | |
2020-10-10 | Merge pull request #42692 from Chaosus/vs_add_metallic | Yuri Roubinsky | |
Adds Metallic to spatial light input of visual shaders | |||
2020-10-10 | Adds Metallic to spatial light input of visual shaders | Yuri Roubinsky | |
2020-10-10 | Merge pull request #42683 from reduz/implement-call-bind-unbind | Juan Linietsky | |
Add ability to bind an unbind arguments to Callable. | |||
2020-10-10 | Merge pull request #42568 from DavidSichma/fix-aabb-update | Rémi Verschelde | |
Make AABB change trigger bounding box update | |||
2020-10-10 | Fixes HTTPClient::poll crash after connection is self-assigned | Haoyu Qiu | |
2020-10-09 | Add ability to bind an unbind arguments to Callable. | reduz | |
2020-10-09 | Merge pull request #42660 from Chaosus/remove_get_uv84_normal_bit | Rémi Verschelde | |
Removed unused method Geometry3D.get_uv84_normal_bit | |||
2020-10-09 | Merge pull request #42628 from reduz/particle-collisions | Rémi Verschelde | |
Implement GPU Particle Collisions | |||
2020-10-09 | Implement GPU Particle Collisions | reduz | |
-Sphere Attractor -Box Attractor -Vector Field -Sphere Collider -Box Collider -Baked SDF Collider -Heightmap Collider | |||
2020-10-09 | Merge pull request #42672 from akien-mga/doc-classref-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2020-10-09 | Merge pull request #42670 from timothyqiu/state-machine-pan | Rémi Verschelde | |
Add pan gesture to AnimationTree's StateMachine editor | |||
2020-10-09 | doc: Sync classref with current source | Rémi Verschelde | |
2020-10-09 | Merge pull request #42548 from pezcode/lights-metallic | Rémi Verschelde | |
Add METALLIC to light() built-ins | |||
2020-10-09 | Merge pull request #42669 from akien-mga/mono-godot-sdk-nuspec-typo | Rémi Verschelde | |
Mono: Fix typo in Godot.NET.Sdk.nuspec | |||
2020-10-09 | Merge pull request #42668 from bruvzg/msvc_utf_8 | Rémi Verschelde | |
[Windows, MSVC] Correctly set source file encoding. | |||
2020-10-09 | Adds pan gesture to StateMachine editor | Haoyu Qiu | |
2020-10-09 | Mono: Fix typo in Godot.NET.Sdk.nuspec | Rémi Verschelde | |
Fixes #42666. | |||
2020-10-09 | [Windows, MSVC] Correctly set source file encoding. | bruvzg | |
2020-10-09 | Merge pull request #42663 from nekomatata/fix-crash-popup-single-window | Rémi Verschelde | |
Fix Popup crash in single window mode | |||
2020-10-09 | Fix Popup crash in single window mode | PouleyKetchoupp | |
focus_target->exclusive_child could be invalidated during the call to focus_target->grab_focus(), now using the same logic with safe accesses to focus_target. | |||
2020-10-09 | Removed unused method Geometry.get_uv84_normal_bit | Yuri Roubinsky | |
2020-10-09 | Merge pull request #42623 from lolleko/incorrect-macos-platform-name-csharp | Rémi Verschelde | |
C# GodotTools: Replace platform Identifier "OSX" with "macOS" | |||
2020-10-08 | Merge pull request #41881 from ThakeeNathees/crash-on-builtin-constructor | George Marques | |
GDScript crash on builtin type constructor fix | |||
2020-10-08 | Merge pull request #42647 from nekomatata/x11-unfocus-crash-fix | Rémi Verschelde | |
Fix x11 display server crash when deleting popup window when unfocused | |||
2020-10-08 | Fix x11 display server crash when deleting popup window when unfocused | PouleyKetchoupp | |
On FocusOut events, the window could be destroyed while propagating WINDOW_EVENT_FOCUS_OUT event, which causes the WindowData to be invalidated, and still used for calls to XUnsetICFocus. This change moves calls to XUnsetICFocus, and also XSetICFocus in FocusIn events, before propagating the change of focus event to the engine, to be safe in any case. Also setting xic member to nullptr after all calls to XDestroyIC to keep things clean and consistent. Fixes #42645 | |||
2020-10-08 | Merge pull request #42644 from Anutrix/uwp-duplicate-entry-fix | Rémi Verschelde | |
Fixed an issue in UWP export caused by duplicate entry for extensions in content types file. | |||
2020-10-08 | Merge pull request #42622 from darkclif/master | Rémi Verschelde | |
Docs change: More detailed description of StreamPeerTCP.is_connected_to_host() | |||
2020-10-08 | Merge pull request #42621 from KoBeWi/into_nothingness_no_more | Rémi Verschelde | |
Cancel rename if file does not exist |