Age | Commit message (Collapse) | Author |
|
If the class is generic, we must get its generic type definition and use
it to retrieve the delegates.
|
|
|
|
|
|
|
|
|
|
|
|
Print warnings when using a Rect2 or AABB with a negative size
|
|
|
|
|
|
|
|
|
|
ChristopheClaustre/bugfix_shader_compile_spirv_from_source
|
|
|
|
|
|
|
|
Skip `script` property in remote object property list
|
|
Fixed gizmo bug when `Skeleton3DEditor` is re-generated
|
|
|
|
Fixed minimum size of `AABB` in `ImmediateMesh` to draw only one vertex
|
|
|
|
|
|
|
|
|
|
Calinou/fileaccess-get-modified-time-silence-error
|
|
|
|
This error message was often displayed for no good reason when PCK
files were loaded in the editor.
Since file modification dates are secondary metadata, it's not
very important if it can't be retrieved successfully anyway.
|
|
|
|
|
|
Renames parameters that were named differently across different
scripting languages or their documentation to use the same name
everywhere.
|
|
|
|
Two main changes:
- Better handling of concave shapes to make sure the queries don't
return a triangle index instead of shape index.
Note: A concave shape within a compound shape will always return a shape
index of 0 because of Bullet limitations.
- Extra check for compound shapes in some queries to avoid undefined
behavior, because the shape index can have an uninitialized value with
convex shapes in some cases.
|
|
|
|
Changes the Path2D drawing to use POLYLINE instead of thick lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The same has been done for AStar2D as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|