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
/
animation_track_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4a
Spartan322
2024-11-15
1
-8
/
+6
|
\
|
*
fix animation snapping in seconds mode
UnfavorableEnhancer
2024-11-11
1
-8
/
+6
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
|
/
*
Update AnimationPlayer in real-time when bezier curve properties or bezier ed...
Dowsley
2024-09-17
1
-0
/
+20
*
Add modf function and fix snap behavior
Hristo Iliev
2024-09-17
1
-1
/
+4
*
[Editor] Fix `AnimationTrackEditor::timeline_changed` signal
A Thousand Ships
2024-08-13
1
-3
/
+3
*
Fix BlendShapeTrack insertion totally not working
Silc Lizard (Tokage) Renew
2024-07-25
1
-11
/
+30
*
Animation: Fix reset value when adding new Bezier track
BrinerLovo
2024-07-08
1
-1
/
+1
*
Fix broken sync between animation TrackEditor and PlayerEditor
Silc Lizard (Tokage) Renew
2024-07-06
1
-1
/
+2
*
Merge pull request #92985 from KoBeWi/confirm_insert_shift
Rémi Verschelde
2024-07-05
1
-4
/
+12
|
\
|
*
Restore "Confirm Insert Track" editor setting
kobewi
2024-06-10
1
-4
/
+12
*
|
Clamp bezier handle length to half the length of animation
Kasper Frandsen
2024-07-04
1
-20
/
+4
*
|
Revert the default InterpolationType with angle property to Linear
Silc Lizard (Tokage) Renew
2024-06-28
1
-11
/
+1
*
|
Merge pull request #93408 from CookieBadger/animation-track-key-inspector-fix
Rémi Verschelde
2024-06-28
1
-3
/
+3
|
\
\
|
*
|
fix animation bezier keys not showing in inspector after selection
emild
2024-06-21
1
-3
/
+3
*
|
|
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-6
/
+6
*
|
|
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-7
/
+7
*
|
|
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
|
|
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-19
/
+19
*
|
|
Merge pull request #93257 from bruvzg/antrk_popup_drag
Rémi Verschelde
2024-06-18
1
-0
/
+16
|
\
\
\
|
*
|
|
[AnimationTrackEdit] Cancel key drag when popup is shown.
bruvzg
2024-06-17
1
-0
/
+16
*
|
|
|
Merge pull request #80860 from RandomShaper/harmonize_track_insert
Rémi Verschelde
2024-06-17
1
-74
/
+47
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Simplify right-click track insertion code
Pedro J. Estébanez
2024-06-13
1
-74
/
+47
*
|
|
|
Merge pull request #92870 from KoBeWi/maybe_RESET_a_bit_less
Rémi Verschelde
2024-06-13
1
-1
/
+16
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Don't allow creating invalid RESET keys
kobewi
2024-06-07
1
-1
/
+16
*
|
|
|
Fix unstable AnimationTrackEditor snapping value
Silc Lizard (Tokage) Renew
2024-06-04
1
-30
/
+45
|
/
/
/
*
|
|
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
|
|
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-5
/
+5
*
|
|
Remove duplicate shortcut definitions
kobewi
2024-05-21
1
-2
/
+4
|
/
/
*
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-10
/
+10
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-10
/
+9
*
|
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-10
/
+10
*
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
*
|
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-1
/
+1
*
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-11
/
+12
*
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-1
/
+2
*
|
Make adding track process to set interpolation type on creating RESET
Silc Lizard (Tokage) Renew
2024-04-27
1
-0
/
+1
|
/
*
Improve SceneTreeEditor usability
RedMser
2024-03-31
1
-2
/
+7
*
Merge pull request #89599 from timothyqiu/vegetate
Rémi Verschelde
2024-03-23
1
-0
/
+1
|
\
|
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
|
Merge pull request #88498 from CookieBadger/animation-fix-snapping-multiple
Rémi Verschelde
2024-03-24
1
-13
/
+32
|
\
\
|
*
|
Fix snapping multiple keys in Animation
emild
2024-03-18
1
-13
/
+32
*
|
|
Merge pull request #88445 from CookieBadger/animation-paste-snap-fix
Rémi Verschelde
2024-03-24
1
-13
/
+32
|
\
\
\
|
*
|
|
Fix various bugs in Animation key right click actions
emild
2024-02-20
1
-13
/
+32
|
|
/
/
*
|
/
Add auto focus timeline and bezier scale on animation editor
Hilderin
2024-03-19
1
-1
/
+102
|
|
/
|
/
|
*
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-2
/
+2
*
|
Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...
Rémi Verschelde
2024-02-20
1
-4
/
+8
|
\
\
|
|
/
|
/
|
|
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-4
/
+8
*
|
use ED_IS_SHORTCUT macro instead of matches_event
CookieBadger
2024-02-19
1
-5
/
+5
|
/
[next]