Age | Commit message (Collapse) | Author |
|
Fix error list not being cleared
|
|
|
|
|
|
|
|
|
|
Fix incorrect call of `_center_on_node` in VisualScript editor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The `out_of_range_mode` property is no longer used since audio mixing
was moved out of the various AudioStreamPlayer nodes.
|
|
|
|
Replace Vector3.to_diagonal_matrix with Basis.from_scale
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix some GDScript bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unnamed gizmos should be avoided, so this should help editor plugin
authors resolve issues with gizmo naming if they forgot to override
the function.
|
|
|
|
Remove bbcode_text from RichTextLabel
|
|
Also renames:
- append_bbcode -> append_text
- get_bbcode -> get_text
- set_bbcode -> set_text
- get_text -> get_parsed_text
Property text is:
set_text
get_text
|
|
|
|
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
|
|
|
|
Initialize variables in servers/physics
|
|
|
|
|
|
|
|
Implement `OS::get_locale_language()` helper method
|
|
|
|
Retrieve platform layer from PhysicsServer2D
|
|
`AStar` Add error messages
|
|
Don't handle property_editor shortcuts on release.
|
|
|
|
Remove unused editor icons
|