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
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-419
/
+433
*
Merge pull request #57877 from bruvzg/subpixel_gl_pos
Rémi Verschelde
2022-02-15
1
-3
/
+3
|
\
|
*
Add sub-pixel glyph positioning support.
bruvzg
2022-02-12
1
-3
/
+3
*
|
Fix AnimationTrack mouse wheel zooming at low zoom level
jmb462
2022-02-13
1
-6
/
+12
|
/
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+2
*
Fix selecting keys in Track Edit
Francois Belair
2022-02-10
1
-1
/
+1
*
Implement drawing and editing all anim beziers
Francois Belair
2022-02-09
1
-20
/
+51
*
Merge pull request #55899 from groud/fix_rotation_track_wrong_type
Rémi Verschelde
2022-02-09
1
-1
/
+1
|
\
|
*
Fixes rotation 3D track inspector not using the correct type
Gilles Roudière
2021-12-13
1
-1
/
+1
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-4
/
+4
*
|
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-4
/
+4
*
|
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-7
/
+7
*
|
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-03
1
-1
/
+1
*
|
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
|
Minor tweaks and fixes to panning
kobewi
2022-01-23
1
-22
/
+20
*
|
Merge pull request #57000 from KoBeWi/UNLIMITED_PANNING
Rémi Verschelde
2022-01-23
1
-8
/
+6
|
\
\
|
*
|
Add ViewPanner to 2D editor
kobewi
2022-01-21
1
-8
/
+6
*
|
|
Merge pull request #51452 from omar-polo/fix-macros
Rémi Verschelde
2022-01-20
1
-5
/
+5
|
\
\
\
|
*
|
|
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
1
-5
/
+5
|
|
/
/
*
/
/
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-2
/
+2
|
/
/
*
|
[Editor] Move some animation specific keying logic out of inspector.
Fabio Alessandrelli
2022-01-19
1
-3
/
+7
*
|
Add ViewPanner to more editors
kobewi
2022-01-14
1
-40
/
+62
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2022-01-03
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-30
1
-4
/
+4
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-10
/
+10
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-7
/
+7
*
|
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-07
1
-2
/
+1
*
|
Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...
Rémi Verschelde
2021-12-06
1
-1
/
+1
|
\
\
|
*
|
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-1
/
+1
*
|
|
Fix error when adding RESET key for new track
kobewi
2021-12-06
1
-2
/
+3
*
|
|
Merge pull request #52280 from jmb462/fix-bad-popup-offset-with-single-window...
Rémi Verschelde
2021-12-06
1
-2
/
+1
|
\
\
\
|
*
|
|
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-2
/
+1
|
|
/
/
*
/
/
Allow to add RESET values from existing keys
kobewi
2021-12-06
1
-0
/
+60
|
/
/
*
/
Add a constant StringName for RESET animation
kobewi
2021-12-06
1
-5
/
+6
|
/
*
Make bezier handle type a property of keyframes, update interface
Nathan Lovato
2021-11-16
1
-1
/
+52
*
Use a different icon for eased keyframes in the animation editor
Hugo Locurcio
2021-11-15
1
-0
/
+5
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-38
/
+38
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-15
/
+44
*
Merge pull request #54050 from reduz/animation-compression
Rémi Verschelde
2021-10-25
1
-49
/
+59
|
\
|
*
Implement Animation Compression
reduz
2021-10-21
1
-49
/
+59
*
|
Fix max argument count on AnimationTrackEdit spinbox
Wilson E. Alvarez
2021-10-24
1
-2
/
+4
*
|
Fixed animation insertion in SkeletonEditor
Silc 'Tokage' Renew
2021-10-23
1
-43
/
+20
|
/
*
Implement Animation Blend Shape Tracks
reduz
2021-10-16
1
-6
/
+42
*
Remove animation 3D transform track, replace by loc/rot/scale tracks.
reduz
2021-10-12
1
-94
/
+202
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-44
/
+15
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-15
/
+44
*
fixed insert track queue in AnimationTrackEditor doesn't work correctly
Silc 'Tokage' Renew
2021-10-07
1
-167
/
+149
*
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-07
1
-11
/
+36
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-18
/
+18
[next]