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
/
animation
/
animation_player.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-17
/
+11
|
\
|
*
Make start/end can be retrieved from each PlaybackData on AnimPlayer
Silc Lizard (Tokage) Renew
2024-11-23
1
-17
/
+11
*
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-0
/
+14
|
\
|
|
*
Add back `AnimationPlayer.get_argument_options`
HolonProduction
2024-11-15
1
-0
/
+14
*
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
\
|
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Implement array based hash map
nazarii
2024-10-24
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Fix error when stopping empty animation player.
Ainsley Su
2024-10-03
1
-1
/
+1
*
Add markers to animation
chocola-mint
2024-09-29
1
-38
/
+149
*
Add missing "Quad" capture TransitionType enum hint
Silc Lizard (Tokage) Renew
2024-09-15
1
-1
/
+1
*
Snap current position to the edge on animation finished
Silc Lizard (Tokage) Renew
2024-08-01
1
-1
/
+4
*
Add approx comparing methods to Animation, use them on time comparison
Silc Lizard (Tokage) Renew
2024-07-24
1
-19
/
+19
*
Handle internal seek on AnimationPlayer to process discrete correctly
Silc Lizard (Tokage) Renew
2024-07-16
1
-10
/
+17
*
Fix seeking Animation immediate after playback for Discrete track
Silc Lizard (Tokage) Renew
2024-06-08
1
-2
/
+7
*
Fix Deterministic blending with Dominant doesn't have init value
Silc Lizard (Tokage) Renew
2024-05-21
1
-2
/
+2
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-2
/
+1
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-4
/
+4
*
Add argument options to AnimationPlayer for auto capture
Silc Lizard (Tokage) Renew
2024-05-03
1
-1
/
+37
*
Add auto_capture option to AnimationPlayer
Silc Lizard (Tokage) Renew
2024-05-02
1
-59
/
+60
*
Make activating on ready in AnimationPlayer respect the property value
Silc Lizard (Tokage) Renew
2024-04-27
1
-1
/
+1
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-2
/
+4
*
Fix some DEFVALs to use the right type
Raul Santos
2024-02-23
1
-2
/
+2
*
Add capture() and play_with_capture() as substitute of update capture
Silc Lizard (Tokage) Renew
2024-02-12
1
-2
/
+67
*
Make default blend_left consider current blend amount
Silc Lizard (Tokage) Renew
2024-01-09
1
-10
/
+13
*
Merge pull request #86729 from Mickeon/autocompletion-for-all
Rémi Verschelde
2024-01-03
1
-1
/
+1
|
\
|
*
Fix missing autocompletion for inheriting classes
Micky
2024-01-03
1
-1
/
+1
*
|
Fix discrete key retrieval method after start
Silc Lizard (Tokage) Renew
2024-01-03
1
-1
/
+3
|
/
*
Fix AnimationPlayer seeking for Discrete keys
Silc Lizard (Tokage) Renew
2023-12-01
1
-1
/
+1
*
Check the seek process immediately after playback as a special case
Silc Lizard (Tokage) Renew
2023-11-26
1
-4
/
+10
*
Clear seeked/started flag after seeking/advancing in AnimationPlayer
Silc Lizard (Tokage) Renew
2023-11-22
1
-0
/
+7
*
Ensure AnimationPlayer evaluate animations when autoplay is enabled and node ...
Martin Felis
2023-11-14
1
-0
/
+1
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-2
/
+2
*
Fix AnimationPlayer::play() process unwanted start
Silc 'Tokage' Renew
2023-10-06
1
-6
/
+9
*
Tweak AnimationPlayer speed scale property hint to make dragging useful
Aaron Franke
2023-10-01
1
-1
/
+1
*
Implement AnimationManager the base class of AnimationPlayer/Tree
Silc Lizard (Tokage) Renew
2023-09-29
1
-1772
/
+235
*
Ensure methods skipped by AnimationPlayer::seek are not called
Chia-Hsiang Cheng
2023-08-17
1
-1
/
+1
*
Use `get_node_or_null` when null checks are present
Ninni Pipping
2023-06-10
1
-1
/
+1
*
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-2
/
+2
*
Fix AnimationPlayer cumulative speed_scale
kobewi
2023-05-26
1
-2
/
+2
*
Expose interpolation methods for 3D track in Animation class
Silc Renew
2023-04-25
1
-4
/
+4
*
Add some missing translatable editor strings
Haoyu Qiu
2023-02-10
1
-1
/
+1
*
Some code simplifications
Markus Sauermann
2023-02-07
1
-1
/
+1
*
Fixed animation audio to play considering time when seeking
Silc Renew
2023-02-05
1
-7
/
+8
*
Allow seek() without assigned animation in AnimationPlayer
Silc Renew
2023-01-30
1
-5
/
+10
*
Implement blending audio feature to AnimationTree
Silc Renew
2023-01-28
1
-85
/
+149
*
Merge pull request #71907 from TokageItLab/change-animated-sprite-api
Rémi Verschelde
2023-01-27
1
-3
/
+7
|
\
|
*
Make AnimatedSprite's playback API consistent with AnimationPlayer
Silc Renew
2023-01-26
1
-3
/
+7
*
|
Make AnimTree/Player processes adopt to GDVIRTUAL
Silc Renew
2023-01-26
1
-8
/
+19
[next]