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_tree_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-13
Add null checks to AnimationTreeEditors and _clear_editors()
Silc Renew
2022-11-21
Fix AnimationTree crash & rename get_tree() to get_animation_tree()
Silc Renew
2022-09-14
Fix redraw timing in AnimationBlendTreeEditor
Silc Renew
2022-08-30
Update all AnimationTree's editors when editing
Kongfa Waroros
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-02-16
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Fix some containers disabling wrong scrollbars
kobewi
2021-12-07
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-10-07
Fix make sub-resource crash in AnimationTreeEditor
Haoyu Qiu
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-19
Make various strings translatable
foxydevloper
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-23
Small naming and tooltip tweaks
Michael Alexsander
2020-07-02
Remove oversized margins in the AnimationTree editor
Michael Alexsander
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-11
thirdparty: Cleanup after #38386, document provenance and copyright
Rémi Verschelde
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-01-12
Fixes min size of various editor plugins on HiDPI
Haoyu Qiu
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-11
Fix AnimationTree editor messing up parameters when nested
Bojidar Marinov
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-18
Merge pull request #24427 from guilhermefelipecgs/fix_bread_crumb
Rémi Verschelde
2018-12-17
Make the AnimationTree editor's path section more obvious
Michael Alexsander Silva Dias
2018-12-17
Fix bread crumb of AnimationTree
Guilherme Felipe
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-29
Add missing copyright headers
Rémi Verschelde
2018-08-20
Massive rewrite to AnimationTree. Many APIs changed in order to:
Juan Linietsky
2018-04-22
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-03-28
Fixed some popups not shrinking their size back when losing items.
Michael Alexsander Silva Dias
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-23
Add more translatable text for editor plugins.
geequlim
2017-11-21
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-09-30
Renamed fixed_process to physics_process
AndreaCatania
[next]