index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
animation_player_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2022-11-02
Unify usage of undo_redo in editor
kobewi
2022-10-14
Make some Image methods static
kobewi
2022-10-10
Merge pull request #65942 from SaracenOne/animation_change_callback_fix
Rémi Verschelde
2022-10-10
Add animation_selected signal to AnimationPlayerEditor
Silc Renew
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-29
Animation editor: Disable onion skinning temporarily due to rendering bug
Rémi Verschelde
2022-09-16
Fix animation change callbacks
SaracenOne
2022-09-07
Refactor to use internal foreign resource checking function.
SaracenOne
2022-09-01
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-08-29
Merge pull request #64386 from timothyqiu/anim-disable
Rémi Verschelde
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-22
Add per-scene UndoRedo
kobewi
2022-08-14
Fix crash when loading Animation Library after reloading a scene
Haoyu Qiu
2022-08-10
Merge pull request #63245 from V-Sekai/animation_editor_read_only
Rémi Verschelde
2022-08-04
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-21
Add read-only mode to AnimationEditor for foreign resources.
SaracenOne
2022-07-18
Use integer types in Image and ImageTexture methods
FireForge
2022-07-13
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-08
Add static methods for creating Image and ImageTexture
kobewi
2022-06-23
Add missing TTR in dialog title
Haoyu Qiu
2022-06-09
Increase AnimationPlayer position SpinBox to fit more decimals
Danny Chung
2022-06-08
i18n: Misc fixes translation strings
Rémi Verschelde
2022-05-24
Remove configuration warning from AnimationPlayer
SnailRhymer
2022-05-24
Merge pull request #61106 from snailrhymer/animation-library-fixes
Rémi Verschelde
2022-05-17
Fix errors and improve UX relating to new animation libraries
SnailRhymer
2022-05-09
Fixed delta & Implement selection of whether or not to seek root
Silc Renew
2022-05-05
Fix global AnimationLibrary name validation
Haoyu Qiu
2022-04-19
Fix AnimationLibrary name validation
Haoyu Qiu
2022-04-12
Disable Open in Inspector when there is no animation
Haoyu Qiu
2022-04-11
Implement Animation Libraries
reduz
2022-04-05
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-03-12
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-11
Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()`
Haoyu Qiu
2022-03-10
Fix some Animation panel icons not updating after theme change
Haoyu Qiu
2022-03-05
Fix animation resource name after duplication
Haoyu Qiu
2022-02-16
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-14
Merge pull request #57306 from trollodel/remove_editornode_param
Rémi Verschelde
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
Make duplicate animation prompt for new name
Haoyu Qiu
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-04
String: Add contains().
Anilforextra
2022-01-21
Fixed target which connected animation player, follow up #55066
Silc 'Tokage' Renew
2022-01-20
Store panels and docks singletons in their own classes
trollodel
2022-01-19
[Editor] Move some animation specific keying logic out of inspector.
Fabio Alessandrelli
2022-01-04
Add option to paste animation as duplicate
Tomasz Chabora
[next]