Age | Commit message (Collapse) | Author |
|
|
|
|
|
Improve node pasting
|
|
Add FlowContainer
|
|
|
|
|
|
|
|
|
|
|
|
akien-mga/dictionary-improve-VariantWriter-and-docs
|
|
|
|
|
|
|
|
|
|
|
|
Use separate language, script and country lists.
Add locale selection dialog and property hint.
|
|
|
|
|
|
|
|
Fixes #56894.
|
|
|
|
|
|
|
|
|
|
Also make sure to always convert multiline dictionaries to a single line for
its EditorHelp representation, as multiline values break formatting.
|
|
|
|
|
|
|
|
|
|
|
|
privacy settings, entitlements warnings and error checking.
|
|
|
|
|
|
Fix volumetric fog memory leak on resize
|
|
|
|
|
|
GDScript: Fix parsing default parameter values from function calls
|
|
This fixes issue #56869.
|
|
Prevent renaming to an unkown extension from FileSystem dock.
|
|
Fix validated version of array addition
|
|
Fix enum int comparison
|
|
cdemirer/fix-type-guessing-and-gdscript-parser-printing
Fix `--test gdscript-parser` crash
|
|
Fix nested ternary-if codegen
|
|
Fix crashes when global named scripts extends an unnamed script
|
|
|
|
|
|
The documentation for the sort method warns the user that it doesn't do natural sort but fails to provide a solution when it's just a one liner thanks to String.naturalnocasecmp_to() and lambda support
This suggests exactly the same algorithm as used by the filesystem dock for file sorting.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
|
|
|
|
|
|
|