Age | Commit message (Collapse) | Author |
|
Add an add_triangle_fan method to SurfaceTool
|
|
Fix Camera2D ignoring zoom when checking limits
|
|
Closes #1912
|
|
Closes #3365
|
|
Closes #4298
|
|
Closes #4355
|
|
animation_started signal for AnimationPlayer
|
|
Keep editable instances data when replacing tree root node
|
|
|
|
|
|
|
|
AnimationTreePlayer: fix discrete value tracks.
|
|
|
|
Discrete value tracks don't update every frame (only when a new key is
reached). So we can't use the actual property value as an accumulator:
it will end up being zero most of the time.
|
|
AnimationTreePlayer: allow animating resource properties.
|
|
Port collision and layer masks to 3D
|
|
AnimationTreePlayer: constructor now sets processing mode.
|
|
e.g. Particles2D config and param values.
|
|
|
|
AnimationTreePlayer: Various processing improvements
|
|
Raycasts now have type_mask and layer_mask. Areas - collision_mask and layer_mask. PhysicsBodies needed only collision_mask.
|
|
|
|
Fix RayCast not updating when debugging collissions
|
|
Fix warn print when hide an control does not inside_tree
|
|
Fix crash when tween control object previous freed
|
|
|
|
|
|
|
|
|
|
copy-paste duplication.
|
|
start.
|
|
|
|
Fixed block indent inconsistency, issue #3803
|
|
|
|
Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"
|
|
Ability to change the caret color
|
|
Member variable syntax highlighting
|
|
Closes #3911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Progress bar minsize now checks percent_visible
|
|
|
|
|
|
|
|
Added insert mode to text editor
|
|
|