summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-27Add a note about the parameter that global menu callbacks requireZoee Silcock
2023-01-27Add missing classref changes after #62942Rémi Verschelde
2023-01-27Merge pull request #62499 from fire/gltf-binary-img-compressionRémi Verschelde
Handle gltf binary images
2023-01-27Merge pull request #72162 from lyuma/skeleton_renameRémi Verschelde
Make BoneAttachment3D and Skeleton3D names consistent.
2023-01-27Handle gltf binaryK. S. Ernest (iFire) Lee
[ Ignore and Warn | Extract Textures (default) | Optimize Loading Embedded as Basisu ] Enable compressed mip maps from Basis Universal for faster compressions. Increase the quality of Basis to avoid corruption. To keep compatibility use the first mip of the previous internal Godot format. Because texture names may have invalid filename characters, adds String::validate_filename to sanitize filenames for import pipeline use.
2023-01-27Merge pull request #58334 from Sauermann/fix-to-gui-or-not-to-guiRémi Verschelde
Fix SubViewportContainer processing Events before other Control-Nodes
2023-01-27Merge pull request #71943 from paulloz/debugger/better-errors-printingRémi Verschelde
Better error display in debugger panel
2023-01-27Merge pull request #72167 from dalexeev/line-text-edit-context-menuRémi Verschelde
Fix `LineEdit` and `TextEdit` context menus not customizable
2023-01-27Merge pull request #71907 from TokageItLab/change-animated-sprite-apiRémi Verschelde
Make `AnimatedSprite`'s playback API consistent with `AnimationPlayer`
2023-01-27Merge pull request #72102 from Riteo/keymapx11-scope-goodnessRémi Verschelde
Put KeyMappingX11 stuff inside its own scope
2023-01-27Merge pull request #72149 from MinusKube/rich_text_visible_chars_bugRémi Verschelde
Fix char offset calculation when processing RichTextLabel line caches
2023-01-27Merge pull request #72165 from bruvzg/ssh_non_interactiveRémi Verschelde
[SSH deploy] Run ssh/scp in non interactive mode, and suppress banner display.
2023-01-27Merge pull request #72164 from daviirodrig/fix-sshRémi Verschelde
Fix split allow empty string in SSH export plugin
2023-01-27Merge pull request #72158 from lyuma/recursive_skeleton_mesh_fixRémi Verschelde
Avoid nested skeletons, and handle skinned meshes with children.
2023-01-27Merge pull request #67783 from EricEzaM/67715-input-event-action-as-textRémi Verschelde
Make InputEventAction as_text() return the text of the first valid event for the action.
2023-01-27Merge pull request #71845 from vonagam/fix-read-onlyRémi Verschelde
GDScript: Fix test for read-only state of constants
2023-01-27Merge pull request #72166 from TokageItLab/method-breakRémi Verschelde
Fix AnimationTree MethodTrack discards all process
2023-01-27Merge pull request #69547 from raulsntos/dotnet/pascal-caseRémi Verschelde
C#: Renames to follow .NET naming conventions
2023-01-27Better error display in debugger panelPaul Joannon
- Use the right stack frame info as title of the error. - Use the actual C# exception type as error for exceptions raised from C#. - Show the right language instead of always **C++ Error**.
2023-01-27Fix AnimationTree MethodTrack discards all processSilc Renew
2023-01-27[SSH deploy] Run ssh/scp in non interactive mode, and suppress banner display.bruvzg
2023-01-27Fix `LineEdit` and `TextEdit` context menus not customizableDanil Alexeev
2023-01-27Fix split allow empty string in SSH export plugindaviirodrig
2023-01-26Make BoneAttachment3D and Skeleton3D names consistent.Lyuma
BoneAttachment3D nodes are now named as their bone name. Resolves cases where BoneAttachment3D nodes will have arbitrary names like BoneAttachment3D6 Reserve the name "Skeleton3D" and use this name for all generated Skeleton3D nodes. This change will break existing imported scenes with more than one skeleton and/or bone attachments.
2023-01-26Avoid nested skeletons, and handle skinned meshes with children.Lyuma
Recursively adds child nodes into each skeleton. This should prevent nested skeletons and avoid bone attachments for leaf bones. In cases where a skinned mesh has children, creates two scene nodes with the same name, which both will represent this single gltf node. Because blend shape animations must target the mesh, adds a separate mapping for ImporterMeshInstance3D node references. This change will break existing imported scenes with bone attachments and more than one skeleton. Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
2023-01-27GDScript: Fix test for read-only state of constantsDmitrii Maganov
2023-01-27C#: Rename `Object` to `GodotObject`Raul Santos
2023-01-27C#: Renames to follow .NET naming conventionsRaul Santos
Renamed C# types and members to use PascalCase and follow .NET naming conventions.
2023-01-27Fix char offset calculation when processing RichTextLabel line cachesMinusKube
2023-01-27C#: Add global namespace to grouping property infoRaul Santos
2023-01-27Merge pull request #71427 from ↵Rémi Verschelde
Calinou/spinbox-custom-arrow-step-add-property-hint Add a property hint for SpinBox's `custom_arrow_step` property
2023-01-27Merge pull request #71874 from KoBeWi/relesetcRémi Verschelde
Reselect signal after tree update
2023-01-27Merge pull request #71825 from RedworkDE/net6-roll-forwardRémi Verschelde
C#: Allow use of .NET 7
2023-01-27Merge pull request #71356 from raulsntos/dotnet/getRémi Verschelde
C#: Lookup signals and methods in Get method
2023-01-26Merge pull request #72086 from KoBeWi/set_rektRémi Verschelde
Don't change region_rect when setting texture
2023-01-26Merge pull request #71883 from MinusKube/script-editor-members-real-bugRémi Verschelde
Remove coupling between ConnectDialog and selected signal
2023-01-26Merge pull request #71535 from raulsntos/dotnet/pointers-are-yabaiRémi Verschelde
C#: Skip methods with pointer parameters
2023-01-26Merge pull request #71984 from raulsntos/dotnet/dictionaryRémi Verschelde
Sync C# Dictionary with Core
2023-01-26Merge pull request #71946 from raulsntos/dotnet/gdRémi Verschelde
C#: Sync GD with Core
2023-01-26Merge pull request #71583 from raulsntos/dotnet/mathRémi Verschelde
C#: Add float an double overloads to Mathf
2023-01-26Merge pull request #71787 from raulsntos/dotnet/restore-propertiesRémi Verschelde
C#: Restore `Scale` and `Rotation` properties
2023-01-26Merge pull request #71988 from raulsntos/🦭-attributesRémi Verschelde
Seal C# attributes
2023-01-26Merge pull request #72053 from raulsntos/dotnet/sync-context-disposeRémi Verschelde
C#: Implement disposable pattern and seal `GodotSynchronizationContext` class and related
2023-01-26Fix signal disconnect undo not workingMinusKube
2023-01-26Remove coupling between ConnectDialog and selected signalMinusKube
2023-01-26Don't change region_rect when setting texturekobewi
2023-01-26Merge pull request #72057 from raulsntos/dotnet/fix-must-be-variantRémi Verschelde
C#: Annotate API with `[MustBeVariant]`
2023-01-26Merge pull request #72079 from aXu-AP/arraymesh-shadow-mesh-docRémi Verschelde
Add description for ArrayMesh.shadow_mesh class reference
2023-01-26Merge pull request #72124 from YuriSizov/gui-stylebox-texture-is-just-styleboxRémi Verschelde
Remove size restrictions from `StyleBoxTexture`
2023-01-26Merge pull request #65529 from magian1127/4.0FixDocTagRémi Verschelde
C# Improve the "Tag" conversion of documents