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 pull request #64386 from timothyqiu/anim-disable
Rémi Verschelde
2022-08-29
1
-5
/
+4
|
\
|
*
Fix crash when loading Animation Library after reloading a scene
Haoyu Qiu
2022-08-14
1
-5
/
+4
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-13
/
+13
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-1
/
+5
|
/
*
Merge pull request #63245 from V-Sekai/animation_editor_read_only
Rémi Verschelde
2022-08-10
1
-7
/
+102
|
\
|
*
Add read-only mode to AnimationEditor for foreign resources.
SaracenOne
2022-07-21
1
-7
/
+102
*
|
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-04
1
-5
/
+5
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
|
/
*
Use integer types in Image and ImageTexture methods
FireForge
2022-07-18
1
-2
/
+2
*
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-13
1
-2
/
+2
|
\
|
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-2
/
+2
*
|
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-1
/
+1
|
/
*
Add missing TTR in dialog title
Haoyu Qiu
2022-06-23
1
-1
/
+1
*
Increase AnimationPlayer position SpinBox to fit more decimals
Danny Chung
2022-06-09
1
-1
/
+1
*
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-0
/
+2
*
Remove configuration warning from AnimationPlayer
SnailRhymer
2022-05-24
1
-1
/
+1
*
Merge pull request #61106 from snailrhymer/animation-library-fixes
Rémi Verschelde
2022-05-24
1
-31
/
+138
|
\
|
*
Fix errors and improve UX relating to new animation libraries
SnailRhymer
2022-05-17
1
-31
/
+138
*
|
Fixed delta & Implement selection of whether or not to seek root
Silc Renew
2022-05-09
1
-1
/
+1
|
/
*
Fix global AnimationLibrary name validation
Haoyu Qiu
2022-05-05
1
-1
/
+1
*
Fix AnimationLibrary name validation
Haoyu Qiu
2022-04-19
1
-1
/
+1
*
Disable Open in Inspector when there is no animation
Haoyu Qiu
2022-04-12
1
-8
/
+3
*
Implement Animation Libraries
reduz
2022-04-11
1
-284
/
+160
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-2
/
+2
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-2
/
+2
*
Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()`
Haoyu Qiu
2022-03-11
1
-5
/
+0
*
Fix some Animation panel icons not updating after theme change
Haoyu Qiu
2022-03-10
1
-11
/
+28
*
Fix animation resource name after duplication
Haoyu Qiu
2022-03-05
1
-0
/
+1
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-0
/
+3
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+0
*
Merge pull request #57306 from trollodel/remove_editornode_param
Rémi Verschelde
2022-02-14
1
-13
/
+11
|
\
|
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-13
/
+11
*
|
Make duplicate animation prompt for new name
Haoyu Qiu
2022-02-14
1
-51
/
+57
|
/
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+3
*
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
*
String: Add contains().
Anilforextra
2022-02-04
1
-2
/
+2
*
Fixed target which connected animation player, follow up #55066
Silc 'Tokage' Renew
2022-01-21
1
-2
/
+2
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-4
/
+4
*
[Editor] Move some animation specific keying logic out of inspector.
Fabio Alessandrelli
2022-01-19
1
-2
/
+28
*
Add option to paste animation as duplicate
Tomasz Chabora
2022-01-04
1
-30
/
+51
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-12
/
+12
*
Add a constant StringName for RESET animation
kobewi
2021-12-06
1
-2
/
+3
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-4
/
+4
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-4
/
+5
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-5
/
+4
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-4
/
+5
*
Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo
Rémi Verschelde
2021-10-06
1
-2
/
+2
|
\
|
*
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-07
1
-2
/
+2
[next]