summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-06Merge pull request #72204 from MinusKube/anchorable_rect_editor_bugYuri Sizov
Fix get_parent_anchorable_rect() not returning the correct size in some cases
2023-02-06Merge pull request #72782 from TokageItLab/fix-rot-scYuri Sizov
Fix rotation key edit is labeled scale in AnimationMultiTrackKeyEdit
2023-02-06Merge pull request #72783 from TokageItLab/fix-sprite-ghostYuri Sizov
Fix ghost SpriteFramesEditor cause crash
2023-02-06Merge pull request #72785 from bruvzg/x11_ime_sw_focusYuri Sizov
[X11] Fix IME window focus events.
2023-02-06Merge pull request #72743 from pkdawson/fix-get-rid-recursionYuri Sizov
2023-02-06[X11] Fix IME window focus events.bruvzg
2023-02-06Fix ghost SpriteFramesEditor cause crashSilc Renew
2023-02-06Fix rotation key edit is labeled scale in AnimationMultiTrackKeyEditSilc Renew
2023-02-05Merge pull request #72608 from vnen/gdscript-warning-default-errorYuri Sizov
GDScript: Add warnings that are set to error by default (take 2)
2023-02-05Merge pull request #71665 from bitsawer/expose_global_classesYuri Sizov
Expose and document ProjectSettings.get_global_class_list()
2023-02-05Avoid returning self from `_get_base_font_or_default()`Patrick Dawson
2023-02-04Expose and document ProjectSettings.get_global_class_list()bitsawer
2023-02-04Merge pull request #72721 from raulsntos/dotnet/variant-docsYuri Sizov
Update Variant documentation for C#
2023-02-04Update Variant documentation for C#Raul Santos
2023-02-04Merge pull request #72695 from clayjohn/CanvasGroup-shadingYuri Sizov
Avoid shading CanvasGroup nodes twice
2023-02-04Merge pull request #72656 from Calinou/doc-decal-visibility-aabbYuri Sizov
Document visibility AABB caveats with decals, reflection probes and lights
2023-02-04Merge pull request #71860 from GeroVeni/masterYuri Sizov
Improve docs for rpc annotations
2023-02-04Improve docs for rpc annotationsGeroVeni
2023-02-04Document visibility AABB caveats with decals, reflection probes and lightsHugo Locurcio
This is required in rendering methods that don't use clustering to check which meshes should be affected by decals, reflection probes and lights.
2023-02-03Avoid shading CanvasGroup nodes twiceclayjohn
2023-02-04Merge pull request #72684 from clayjohn/mm-updateRémi Verschelde
Fix MultiMesh visible_instance_count being ignored after the first frame
2023-02-04Merge pull request #72690 from Calinou/opengl-trim-gpu-nameRémi Verschelde
Trim "/PCIe/SSE2" from GPU names when starting the OpenGL renderer
2023-02-04Merge pull request #72681 from clayjohn/GL-multimesh-colorRémi Verschelde
Ignore instance color and instance custom_data when not used in the OpenGL renderer
2023-02-04Merge pull request #71786 from raulsntos/dotnet/arrayRémi Verschelde
Sync C# Array with Core
2023-02-04Merge pull request #72655 from smix8/navigationmesh_bake_aabb_fix_4.xRémi Verschelde
Fix NavigationMesh baking AABB Editor handling and visuals
2023-02-04Merge pull request #72669 from TokageItLab/fix-scale-subgizmoRémi Verschelde
Fix broken `scaled_orthogonal()` & subgizmo global scaling
2023-02-03Trim "/PCIe/SSE2" from GPU names when starting the OpenGL rendererHugo Locurcio
This makes the command line print consistent with the Vulkan renderer.
2023-02-03Merge pull request #72670 from YuriSizov/docs-signal-get-connectionsYuri Sizov
Fix incorrect description for `Signal::get_connections`
2023-02-03Merge pull request #71862 from RedMser/splitcontainer-fixesYuri Sizov
Fix SplitContainer rendering and theming
2023-02-03Fix MultiMesh visible_instance_count being ignored after the first frameRicardo Buring
Co-authored-by: Clay John <claynjohn@gmail.com>
2023-02-03Ignore instance color and instance custom_data when not used in the OpenGL ↵clayjohn
renderer
2023-02-03Fix incorrect description for `Signal::get_connections`Yuri Sizov
2023-02-04Fix scaled_orthogonal() & subgizmo global scalingSilc Renew
2023-02-03Merge pull request #65910 from KoBeWi/gdsusRémi Verschelde
Cleanup function state connections when destroying instance
2023-02-03Merge pull request #72667 from KoBeWi/short-lived_functionRémi Verschelde
Remove unused `has_global_classes()`
2023-02-03Merge pull request #72665 from ↵Rémi Verschelde
KoBeWi/sneaky_ParallaxBackground_destroys_the_world Fix Camera2D crash due to ParallaxBackground node
2023-02-03Remove unused has_global_classes()kobewi
2023-02-03Merge pull request #72660 from Chaosus/vs_fix_instance_previewsRémi Verschelde
Prevent preview error for the instance parameter in visual shader
2023-02-03Merge pull request #72625 from Calinou/vulkan-print-rendering-method-nameRémi Verschelde
Print name of Vulkan rendering method on startup
2023-02-03Fix Camera2D crash due to ParallaxBackground nodekobewi
2023-02-03Merge pull request #72570 from DarkKilauea/nav-cleanup-agentRémi Verschelde
Improve consistency of NavigationAgent setters
2023-02-03Merge pull request #72651 from dalexeev/rtl-context-menuRémi Verschelde
Fix `RichTextLabel` context menu not customizable
2023-02-03Merge pull request #72554 from RedworkDE/net-appcontext-basedirectoryRémi Verschelde
C#: Set AppContext.BaseDirectory for editor builds
2023-02-03Merge pull request #72635 from RedworkDE/net-nodepath-iequatableRémi Verschelde
C#: Implement `IEquatable<>` and equality operators in `NodePath`
2023-02-03Merge pull request #72633 from RedworkDE/net-stringname-iequatableRémi Verschelde
C#: Declare `IEquatable<>` interface for `StringName`
2023-02-03Prevent preview error for the instance parameter in visual shaderYuri Rubinsky
2023-02-03Print name of Vulkan rendering method on startupHugo Locurcio
This helps troubleshooting as the CLI logs now distinguish between Forward+ and Forward Mobile.
2023-02-03Fix NavigationMesh baking AABB Editor handling and visualssmix8
Fixes handling and visuals for Navigation Mesh baking AABB in the Editor.
2023-02-03Fix `RichTextLabel` context menu not customizableDanil Alexeev
2023-02-02Improve consistency of NavigationAgent settersJosh Jones