Age | Commit message (Collapse) | Author |
|
Fix C# `get_all_delegates` method for generic classes
|
|
Disable base type changing when no type is selected in the theme editor
|
|
If the class is generic, we must get its generic type definition and use
it to retrieve the delegates.
|
|
Fixed TextEdit underline draw pos
|
|
Fix typo in `gdscript_parser`
|
|
|
|
Fix WorldEnvironment node warning about unset resources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add bitwise operators to `VisualShaderNodeIntOp`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add drag and drop to TextEdit
|
|
Automatically add root node when drag-and-dropping in 3D editor
|
|
|
|
Remove `default_env.tres` from generating in new projects
|
|
Calinou/basematerial3d-texture-auto-roughness-metallic
Set roughness/metallic to 1 when assigning a texture in BaseMaterial3D
|
|
AABB: Improve docs and test for `has_point`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contrarily to the 2D Rect2i counterpart, it doesn't make much sense in 3D
and for floating-point AABBs to exclude points on some of its faces.
|
|
Print warnings when using a Rect2 or AABB with a negative size
|
|
|
|
|
|
|
|
|
|
ChristopheClaustre/bugfix_shader_compile_spirv_from_source
|
|
|
|
|