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