summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-11Merge pull request #73059 from akien-mga/corn-flakesRémi Verschelde
CI: Remove flaky packages.microsoft.com Ubuntu repository
2023-02-11Merge pull request #73033 from akien-mga/gdscript-fix-gd4-renames-buildRémi Verschelde
Clean up ProjectConverter3To4 architecture, move renames map to separate file
2023-02-11Merge pull request #72316 from 0xafbf/component-wise-minmaxRémi Verschelde
Added component-wise `min` and `max` functions for vectors
2023-02-11Merge pull request #73119 from akien-mga/math-posmod-no-div0Rémi Verschelde
Math: Prevent division by zero in posmod
2023-02-11Merge pull request #46435 from Hassan-A/MeshLibrary-RemoveItem-FixRémi Verschelde
Fix mesh library remove selected item menu option
2023-02-11Merge pull request #71740 from Jummit/dict-array-missing-typesRémi Verschelde
Support signals and callables in exposed dictionaries
2023-02-11Merge pull request #73120 from TokageItLab/fix-transition-reset-fadeRémi Verschelde
Fix remaining fade doesn't clear when reset in AnimationNodeTransition
2023-02-11Merge pull request #73117 from TokageItLab/fix-nodeoneshot-fadeoutRémi Verschelde
Fix NodeOneShot fade-out doesn't blend animations correctly
2023-02-11Merge pull request #73112 from TokageItLab/more-animation-docsRémi Verschelde
Completion of parameters not described in some animation resources
2023-02-11Merge pull request #73106 from YuriSizov/editor-help-theming-2000Rémi Verschelde
Improve EditorHelp theming and make font size settings work
2023-02-11Merge pull request #71940 from RuthgerD/nullptrfixupYuri Sizov
Fix nullptr dereference in AnimationTimelineEdit
2023-02-11Fix mesh library remove selected item menu optionHaz
Fixes #45969.
2023-02-11Added component-wise `min` and `max` functions for vectorsAndrés Botero
2023-02-11Math: Prevent division by zero in posmodRémi Verschelde
Fixes #43932. Co-authored-by: David Hoppenbrouwers <david@salt-inc.org>
2023-02-12Completion of parameters not described in some animation resourcesSilc Renew
2023-02-12Fix NodeOneShot fade-out doesn't blend animations correctlySilc Renew
2023-02-11fix nullptr dereference in AnimationTimelineEditRuthger Dijt
2023-02-12Fix remaining fade doesn't clear when reset in AnimationNodeTransitionSilc Renew
2023-02-11Increase default font sizes for EditorHelpYuri Sizov
2023-02-11Make EditorHelp respect font size settingsYuri Sizov
2023-02-11Make use of a theme cache in EditorHelp and ensure it's updatedYuri Sizov
- Migrates the existing cache to the standard theme cache struct - Moves some parts of the codebase to use cache instead of ad-hoc fetching - Adds hooks to editor settings previously missing from theme regeneration
2023-02-11CI: Remove flaky packages.microsoft.com Ubuntu repositoryRémi Verschelde
We don't need it.
2023-02-11Merge pull request #73098 from YuriSizov/editor-dont-hide-pluginsRémi Verschelde
Avoid cleaning up editor plugins when property list changes
2023-02-11Merge pull request #73015 from raulsntos/dotnet/build-csprojRémi Verschelde
Build C# csproj instead of the solution
2023-02-11Merge pull request #72654 from RandomShaper/ptrcall_ret_raw_objRémi Verschelde
Avoid losing references to objects in the native-scripting boundary
2023-02-11Merge pull request #73069 from brianwinterpixel/bugfix/linebuilder_box_uvsRémi Verschelde
Fix Line2D UVs when using BOX end cap mode
2023-02-11Merge pull request #73092 from TokageItLab/ray-is-whatRémi Verschelde
Remove WARNING "ray: index" for debug from SkeletonEditor
2023-02-11Merge pull request #73091 from TokageItLab/fix-bezier-edit-button-updateRémi Verschelde
Fix weird bezier edit button update timing in AnimationTrackEditor
2023-02-11Avoid cleaning up editor plugins when property list changesYuri Sizov
Also removes a usability hack from the Theme editor, as it doesn't work anymore, and it confuses the Inspector.
2023-02-11Merge pull request #73040 from Rindbee/popup_centered_consider_current_sizeRémi Verschelde
Calling popup_center* with the default size will use the current size
2023-02-11Merge pull request #73060 from clayjohn/screen_texture-sizeRémi Verschelde
Avoid inserting screen_texture compatibility code when using textureSize
2023-02-11Merge pull request #73031 from DarkKilauea/allow-no-navigation-moduleRémi Verschelde
Allow compiling out the navigation module
2023-02-11Merge pull request #73063 from ↵Rémi Verschelde
KoBeWi/it_exited_the_tree_but_changed_its_mind_and_broke_instead Fix camera reparenting
2023-02-11Merge pull request #73083 from timothyqiu/nav-agent-debug-propertiesRémi Verschelde
Strip name prefix of navigation agent debug properties in the inspector
2023-02-11Merge pull request #73082 from aaronfranke/check-canvas-itemRémi Verschelde
Check for CanvasItem instead of Control and Node2D
2023-02-11Merge pull request #73068 from dsnopek/webxr-bounds-geometry-bugRémi Verschelde
Fix byte packing (and buffer overrun) in godot_webxr_get_bounds_geometry()
2023-02-11Merge pull request #73075 from timothyqiu/ttrn-singleRémi Verschelde
Don't warn when using `TTRN()` in a language without plurals
2023-02-11Merge pull request #63907 from heppocogne/Fix-code-editor-colorpickerRémi Verschelde
Fix code editor's ColorPicker issue
2023-02-11Merge pull request #73057 from sakrel/draw-command-label-thread-safetyRémi Verschelde
RenderingDeviceVulkan: Make draw command labels thread safe
2023-02-11Merge pull request #70723 from rburing/fill_physicsserver2d_docsRémi Verschelde
Fill and fix `PhysicsServer2D` documentation
2023-02-11Merge pull request #73055 from clayjohn/RD-canvas-bgRémi Verschelde
Do clear request before reading from render target when using CANVAS_BG
2023-02-11Merge pull request #67155 from ↵Rémi Verschelde
touilleMan/Engine-exposes-ScriptServer-unregister_language Expose unregister language & improve usability with GDExtension
2023-02-11Merge pull request #73014 from TokageItLab/animation-tree-docsRémi Verschelde
Add document for AnimationNodes which have setter as request property
2023-02-11Remove WARNING "ray: index" for debug from SkeletonEditorSilc Renew
2023-02-11Fix weird bezier edit button update timing in AnimationTrackEditorSilc Renew
2023-02-11Calling popup_center* with the default size will use the current sizeRindbee
2023-02-11Merge pull request #72723 from ErrorInCode27/rb2d-inertia-docsYuri Sizov
2023-02-11Strip name prefix of navigation agent debug properties in the inspectorHaoyu Qiu
2023-02-11Check for CanvasItem instead of Control and Node2DAaron Franke
2023-02-11Don't warn when using TTRN() in a language without pluralsHaoyu Qiu