index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
animation.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Add markers to animation
chocola-mint
2024-09-29
1
-0
/
+27
*
Use static LocalVector for processed_hashes
Nazarii
2024-08-30
1
-2
/
+2
*
Optimize animations
nazarii
2024-08-30
1
-9
/
+13
*
Make `Animation::capture_included` read-only
Raul Santos
2024-08-10
1
-1
/
+0
*
Add approx comparing methods to Animation, use them on time comparison
Silc Lizard (Tokage) Renew
2024-07-24
1
-0
/
+16
*
Clamp bezier handle length to half the length of animation
Kasper Frandsen
2024-07-04
1
-0
/
+1
*
Fix seeking Animation immediate after playback for Discrete track
Silc Lizard (Tokage) Renew
2024-06-08
1
-2
/
+2
*
Fix wrong usage of parameters_base_path StringName
kobewi
2024-05-30
1
-0
/
+2
*
Add auto_capture option to AnimationPlayer
Silc Lizard (Tokage) Renew
2024-05-02
1
-0
/
+5
*
Set animation step from importers. Increase default step from 10 to 30 FPS.
Lyuma
2024-04-19
1
-1
/
+1
*
Rework AnimationNode process for retrieving the semantic time info
Silc Lizard (Tokage) Renew
2024-03-20
1
-1
/
+3
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-6
/
+6
*
Make consistent the retrieval of audio tracks
Silc Lizard (Tokage) Renew
2024-02-18
1
-22
/
+19
*
Add CallbackModeDiscrete to AnimationMixer
Silc Lizard (Tokage) Renew
2024-02-17
1
-9
/
+18
*
Remove Object pointer/solve types conflict in AnimationTrackCache
Silc Lizard (Tokage) Renew
2024-01-08
1
-1
/
+10
*
Add cubic_interpolate_in_time_variant() to Animation
Silc Lizard (Tokage) Renew
2023-12-30
1
-0
/
+1
*
Rework blending method in Variant animation for Int/Array/String
Silc Lizard (Tokage) Renew
2023-11-16
1
-2
/
+12
*
Expose interpolation methods for 3D track in Animation class
Silc Renew
2023-04-25
1
-4
/
+8
*
Implement blending audio feature to AnimationTree
Silc Renew
2023-01-28
1
-0
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add inspector plugin for key time edit & Change find key argument
Silc Renew
2022-12-22
1
-1
/
+8
*
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
Silc Renew
2022-12-02
1
-1
/
+0
*
Refactor process of animation to retrive keys more exactly
Silc Renew
2022-12-01
1
-3
/
+9
*
Refactor process of AnimationTree for end of animation
Silc Renew
2022-11-22
1
-26
/
+0
*
Changed the rest definition of SkeletonProfileHumanoid thumb
Silc Renew
2022-09-18
1
-1
/
+1
*
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-09-15
1
-0
/
+6
*
Add optimization for Animation::ValueTrack
Silc Renew
2022-08-27
1
-1
/
+3
*
Add linear/cubic angle interpolation to Animation interpolation type
Silc Renew
2022-08-27
1
-0
/
+4
*
Make Cubic to CubicInTime and reduce items in the track intrp type
Silc Renew
2022-08-26
1
-6
/
+0
*
Merge pull request #64647 from TokageItLab/auto-tangent
Rémi Verschelde
2022-08-23
1
-7
/
+23
|
\
|
*
Add bezier preset and refactor bezier editor
Silc Renew
2022-08-23
1
-7
/
+23
*
|
Merge pull request #64132 from TokageItLab/fix-optimizer
Rémi Verschelde
2022-08-22
1
-9
/
+8
|
\
\
|
*
|
improve animation track optimizer algorithm
Silc Renew
2022-08-09
1
-9
/
+8
|
|
/
*
/
Make `cubic_interpolate()` consider key time in animation
Silc Renew
2022-08-19
1
-1
/
+7
|
/
*
Make `Animation::track_insert_key` return key index
Zae
2022-07-31
1
-1
/
+1
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Make bezier handle type a property of keyframes, update interface
Nathan Lovato
2021-11-16
1
-4
/
+12
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-8
/
+16
*
Merge pull request #54050 from reduz/animation-compression
Rémi Verschelde
2021-10-25
1
-2
/
+90
|
\
|
*
Implement Animation Compression
reduz
2021-10-21
1
-2
/
+90
*
|
Fixed animation insertion in SkeletonEditor
Silc 'Tokage' Renew
2021-10-23
1
-2
/
+1
|
/
*
Implement Animation Blend Shape Tracks
reduz
2021-10-16
1
-0
/
+15
*
Remove animation 3D transform track, replace by loc/rot/scale tracks.
reduz
2021-10-12
1
-32
/
+42
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-19
/
+11
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-11
/
+19
*
Calculate proper animation length.
K. S. Ernest (iFire) Lee
2021-08-24
1
-0
/
+3
[next]