Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Display a editor gizmo icon for Listener3D
|
|
Materials Conversion now includes "Local to scene" flag and name
|
|
Add property group and subgroup registration to extensions
|
|
EricEzaM/PR/inspector-sub-resources-unique-confirm
Added confirmation dialog for making sub-resources unique.
|
|
The icon was present in `editor/icons/`, but it was never implemented
in the editor gizmos code.
This also removes some unused gizmo drawing code (overridden methods
that are no longer called anywhere).
|
|
Clarify that duplicate only copies exported members and fails with a constructor
|
|
Improvements to Tweens' Variant types
|
|
Tweak the script editor's line/column indicator for readability
|