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
/
editor
/
plugins
/
animation_player_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-1
/
+1
|
\
|
*
Merge pull request #95795 from yahkr/95769-animation-crash
Thaddeus Crews
2024-11-27
1
-1
/
+1
|
|
\
|
|
*
Fix crash when re-importing model with AnimationPlayer panel open and node se...
Yahkub-R
2024-08-19
1
-1
/
+1
*
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+3
|
\
|
|
|
*
|
Add FPS compatible option in second mode of animation editor snapping
Silc Lizard (Tokage) Renew
2024-11-12
1
-1
/
+3
*
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-19
/
+19
|
\
|
|
|
*
|
Merge pull request #98039 from aaronfranke/button-icon
Thaddeus Crews
2024-10-29
1
-18
/
+18
|
|
\
\
|
|
*
|
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-18
/
+18
|
*
|
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-1
/
+1
|
|
/
/
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d
Spartan322
2024-10-18
1
-5
/
+9
|
\
|
|
|
*
|
Don't flip playback control buttons in RTL layout
Haoyu Qiu
2024-10-16
1
-5
/
+9
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
|
Add markers to animation
chocola-mint
2024-09-29
1
-4
/
+54
*
|
Fix `AnimationPlayer` crash when it's made the scene root
Arsh Panesar
2024-09-04
1
-1
/
+15
*
|
Add separate timeline snapping control to Animation Editor
Kasper Arnklit Frandsen
2024-09-02
1
-12
/
+7
*
|
Merge pull request #96013 from passivestar/keyframe-navigation
Rémi Verschelde
2024-09-02
1
-29
/
+98
|
\
\
|
*
|
Allow jumping to previous/next keyframe in animation player
passivestar
2024-09-01
1
-29
/
+98
|
|
/
*
|
Merge pull request #91599 from dnllowe/realtime-animation-player-property-upd...
Rémi Verschelde
2024-08-30
1
-0
/
+7
|
\
\
|
*
|
Update AnimationPlayer in real-time when keyframe properties change
Daniel Lowe
2024-08-26
1
-0
/
+7
|
|
/
*
/
Allow keying properties with multiple nodes selected
Mikael Hermansson
2024-08-19
1
-1
/
+1
|
/
*
[Editor] Fix `AnimationTrackEditor::timeline_changed` signal
A Thousand Ships
2024-08-13
1
-1
/
+1
*
Merge pull request #95400 from AThousandShips/anim_signal_fix
Rémi Verschelde
2024-08-12
1
-1
/
+1
|
\
|
*
[Editor] Fix missing bind for animation editor callback
A Thousand Ships
2024-08-11
1
-1
/
+1
*
|
Prevent to seek doubly on AnimationPlayerEditor
Silc Lizard (Tokage) Renew
2024-08-13
1
-1
/
+1
|
/
*
Merge pull request #94420 from TokageItLab/player-seek-internal
Rémi Verschelde
2024-07-23
1
-5
/
+5
|
\
|
*
Handle internal seek on AnimationPlayer to process discrete correctly
Silc Lizard (Tokage) Renew
2024-07-16
1
-5
/
+5
*
|
Reset position to 0 after animation selected on AnimationPlayerEditor
Silc Lizard (Tokage) Renew
2024-07-13
1
-0
/
+1
|
/
*
Fix broken sync between animation TrackEditor and PlayerEditor
Silc Lizard (Tokage) Renew
2024-07-06
1
-15
/
+6
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
Fix seeking Animation immediate after playback for Discrete track
Silc Lizard (Tokage) Renew
2024-06-08
1
-7
/
+7
*
Merge pull request #91953 from AThousandShips/use_normal_sname
Rémi Verschelde
2024-05-31
1
-2
/
+2
|
\
|
*
Use `CoreStringNames::normal` in more places
A Thousand Ships
2024-05-30
1
-2
/
+2
*
|
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-2
/
+2
*
|
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-2
/
+2
|
/
*
Merge pull request #92495 from matheusmdx/fix-animation-player-error
Rémi Verschelde
2024-05-29
1
-4
/
+9
|
\
|
*
Fix error after create a new animation in an empty AnimationPlayer
matheusmdx
2024-05-28
1
-4
/
+9
*
|
Merge pull request #92473 from passivestar/animation-disabled-controls
Rémi Verschelde
2024-05-29
1
-15
/
+18
|
\
\
|
|
/
|
/
|
|
*
Fix animation player controls being enabled when no player is selected
passivestar
2024-05-29
1
-15
/
+18
*
|
Replace `.bind(...).call_deferred()` with `.call_deferred(...)`
A Thousand Ships
2024-05-27
1
-1
/
+1
|
/
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-8
/
+8
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-4
/
+3
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-5
/
+5
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-4
/
+2
*
Set animation step from importers. Increase default step from 10 to 30 FPS.
Lyuma
2024-04-19
1
-0
/
+5
*
Merge pull request #88926 from samsface/fix_animation_player_error_dialog
Rémi Verschelde
2024-04-13
1
-2
/
+2
|
\
|
*
fix animation error player error focus
sam
2024-04-12
1
-2
/
+2
*
|
Merge pull request #89599 from timothyqiu/vegetate
Rémi Verschelde
2024-03-23
1
-0
/
+1
|
\
\
[next]