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_state_machine_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #64247 from guilhermefelipecgs/fix_end_node
Rémi Verschelde
2022-08-31
1
-8
/
+13
|
\
|
*
Re-add AnimationNodeStateMachine::end_node for root state machine
Guilherme Felipe de C. G. da Silva
2022-08-10
1
-8
/
+13
*
|
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-30
/
+30
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-2
/
+3
*
|
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-8
/
+8
|
\
\
|
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-8
/
+8
*
|
|
Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...
Rémi Verschelde
2022-08-27
1
-3
/
+2
|
\
\
\
|
*
|
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-3
/
+2
|
|
/
/
*
/
/
Add read-only mode to AnimationTreeEditor plugins
SaracenOne
2022-08-25
1
-30
/
+47
|
/
/
*
/
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
-4
/
+4
*
Merge pull request #62350 from Valeryn4/fix_animation_state_machine
Rémi Verschelde
2022-07-28
1
-1
/
+1
|
\
|
*
Validate AnimationNode name in AnimationStateMachine
Valerii
2022-07-28
1
-1
/
+1
*
|
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-2
/
+2
*
|
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-2
/
+2
*
|
Merge pull request #61826 from guilhermefelipecgs/fix_leak
Rémi Verschelde
2022-06-23
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix ObjectDB instances leaked on state machine when editor closes
Guilherme Felipe de C. G. da Silva
2022-06-08
1
-3
/
+3
*
|
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-1
/
+1
|
/
*
Fix state machine style
Guilherme Felipe de C. G. da Silva
2022-06-03
1
-2
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-4
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Fix state machine box selection
Guilherme Felipe de C. G. da Silva
2022-05-03
1
-0
/
+30
*
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
1
-3
/
+3
|
\
|
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-3
/
+3
*
|
Improvements of state machine
Guilherme Felipe
2022-05-02
1
-204
/
+952
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-9
/
+0
|
/
*
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-27
1
-6
/
+6
|
\
|
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-6
/
+6
*
|
Rename theme properties to include underscores
FireForge
2022-04-23
1
-1
/
+1
|
/
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Use get_cursor_shape for identifying the cursor shape in AnimationNodeStateMa...
Markus Sauermann
2022-03-11
1
-23
/
+22
*
Add missing i18n to various strings
Haoyu Qiu
2022-03-07
1
-1
/
+1
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-139
/
+144
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-3
/
+3
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-3
/
+3
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Make AnimationTree delta argument force double in core
Silc 'Tokage' Renew
2022-01-29
1
-3
/
+3
*
More time parameters change type float to double
Silc 'Tokage' Renew
2022-01-27
1
-3
/
+3
*
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
-3
/
+3
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-3
/
+3
*
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-2
/
+3
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-7
/
+7
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-5
/
+5
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-20
/
+20
*
Optimize StringName usage
reduz
2021-07-18
1
-39
/
+39
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-4
/
+4
[next]