Age | Commit message (Collapse) | Author |
|
dsnopek/fix-locale-remap-with-binary-resources-4.x
[4.x] Fix locale resource remapping with binary conversion on export
|
|
Add `@GDScript.type_exists` documentation, Fix typo in weakref documentation
|
|
Add checks and tests for empty/unnamed arguments
|
|
|
|
|
|
V-Sekai/disable_sprite_conversion_on_foreign_nodes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make Image.get_size() return a Vector2i instead of a Vector2
|
|
Use a SpinBox in the inspector array resize dialog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the user does not set the albedo color to pure white, then the
multiplication with a value different from 1 will produce modulated colors.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
|
|
|
|
|
|
AntonioDell/bugfix/63715-infer-preloaded-const-types
|
|
|
|
|
|
|
|
Various fixes to C# documentation
|
|
|
|
This shortcut got in the way when using the Maya navigation scheme,
and also when using the slow freelook modifier (regardless of
navigation scheme).
|
|
|
|
|
|
Allow for vec2/vec4 to be used in reflect and refract
|
|
|
|
touilleMan/gdextension-ObjectID-in-native_structures
|
|
When resolving the type of the attribute from the variant, the result_type.kind was overritten for no reason.
It is assumed that this only needs to be done, if the variant value is not valid to have any kind here.
Solves #63715
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Remove dead code.
- Fix "Add from path" adding the wrong string when targeting root node.
|
|
[Websocket] Remove dummy JS server implemenation.
|