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_blend_tree_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify some editor plugin logic and remove dead code
Yuri Sizov
2023-01-05
1
-8
/
+0
*
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
-19
/
+40
*
AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with d...
Eduard Zalyaev
2022-12-05
1
-5
/
+5
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
1
-1
/
+11
*
Fix AnimationTree crash & rename get_tree() to get_animation_tree()
Silc Renew
2022-11-21
1
-16
/
+16
*
Merge pull request #68060 from dpalais/no-pointer-animationnode-blendtree-rename
Rémi Verschelde
2022-10-31
1
-4
/
+10
|
\
|
*
Remove the usage of pointers in signal call, to fix #67941
Dave Palais
2022-10-30
1
-4
/
+10
*
|
Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alert
Rémi Verschelde
2022-10-31
1
-0
/
+2
|
\
\
|
*
|
Change import animation error to "animation nodes"
kingoftheconnors
2022-08-07
1
-1
/
+1
|
*
|
Add alert in anim trees if resource load fails
kingoftheconnors
2020-10-08
1
-0
/
+2
*
|
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-6
/
+6
|
|
/
|
/
|
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-12
/
+12
*
|
Merge pull request #65196 from TokageItLab/fix-redraw-anim-tree
Rémi Verschelde
2022-09-15
1
-21
/
+34
|
\
\
|
*
|
Fix redraw timing in AnimationBlendTreeEditor
Silc Renew
2022-09-14
1
-21
/
+34
*
|
|
Ignore node rename if already exited blend tree
dzil123
2022-09-11
1
-0
/
+4
*
|
|
Rename ProgressBar.`percent_visible` to `show_percentage`
Micky
2022-09-07
1
-1
/
+1
*
|
|
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-1
/
+1
|
/
/
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-2
/
+7
*
|
Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...
Rémi Verschelde
2022-08-27
1
-7
/
+2
|
\
\
|
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-7
/
+2
*
|
|
Add read-only mode to AnimationTreeEditor plugins
SaracenOne
2022-08-25
1
-12
/
+73
|
/
/
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-0
/
+1
*
|
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-10
/
+10
*
|
Improve Graphedit connection lines
Hendrik Brucker
2022-05-30
1
-0
/
+4
*
|
Add a new HashSet template
reduz
2022-05-20
1
-6
/
+7
*
|
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
|
Add node list param to `GraphEdit::delete_nodes_request` signal
Yuri Rubinsky
2022-05-17
1
-6
/
+12
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-7
/
+7
*
|
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-57
/
+72
*
|
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
|
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
1
-5
/
+5
|
\
\
|
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-5
/
+5
*
|
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-1
/
+1
|
/
/
*
|
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-5
/
+5
*
|
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
|
Fix crash after renaming an animation node
Haoyu Qiu
2022-01-25
1
-0
/
+3
*
|
Minor tweaks and fixes to panning
kobewi
2022-01-23
1
-1
/
+1
*
|
Add ViewPanner to 2D editor
kobewi
2022-01-21
1
-1
/
+3
*
|
Fix crash when undoing node creation of BlendTree editor
Haoyu Qiu
2022-01-17
1
-1
/
+1
*
|
Add ViewPanner to more editors
kobewi
2022-01-14
1
-0
/
+4
*
|
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
-5
/
+5
*
|
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-8
/
+9
*
|
Fix 'Add Node...' menu entries in AnimationNodeBlendTreeEditor
Wilson E. Alvarez
2021-11-28
1
-1
/
+1
*
|
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
|
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-1
/
+1
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-5
/
+5
[prev]
[next]