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 commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-1
/
+2
|
\
|
*
Expose state machine focus color to theming
passivestar
2024-11-19
1
-1
/
+2
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-5
/
+5
|
\
|
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-5
/
+5
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Fix StateMachine process when transition to end & optimize StringName
Silc Lizard (Tokage) Renew
2024-07-13
1
-6
/
+6
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-1
/
+1
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-2
/
+2
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-5
/
+5
*
Fix wrong usage of parameters_base_path StringName
kobewi
2024-05-30
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-6
/
+6
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-7
/
+6
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-1
/
+1
*
Merge pull request #89599 from timothyqiu/vegetate
Rémi Verschelde
2024-03-23
1
-0
/
+1
|
\
|
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
|
Merge pull request #89111 from AThousandShips/vec_use
Rémi Verschelde
2024-03-24
1
-8
/
+2
|
\
\
|
*
|
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-8
/
+2
|
|
/
*
/
Rework AnimationNode process for retrieving the semantic time info
Silc Lizard (Tokage) Renew
2024-03-20
1
-2
/
+2
|
/
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-1
/
+1
*
Add methods to add submenus without using names
kobewi
2024-02-22
1
-3
/
+2
*
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-1
/
+1
*
Fix unintentional translations in AnimationTree
Junji Takakura
2024-02-03
1
-0
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-7
/
+1
*
Merge pull request #84052 from SaracenOne/animtree_readonly_context
Rémi Verschelde
2023-11-11
1
-0
/
+10
|
\
|
*
Unpress buttons in AnimationTree when switching to read-only mode.
Saracen
2023-10-27
1
-0
/
+10
*
|
Fix node names of submenu items across the editor
Yuri Sizov
2023-11-08
1
-2
/
+2
|
/
*
Implement AnimationManager the base class of AnimationPlayer/Tree
Silc Lizard (Tokage) Renew
2023-09-29
1
-8
/
+2
*
Fix submenus deleted accidentally
kobewi
2023-09-26
1
-1
/
+1
*
Merge pull request #81939 from YuriSizov/gui-flat-and-depressed
Rémi Verschelde
2023-09-25
1
-5
/
+5
|
\
|
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-5
/
+5
*
|
Fix theme access and improve UX in AnimationTree editor
Yuri Sizov
2023-09-23
1
-155
/
+170
*
|
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-2
/
+2
|
/
*
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-2
/
+2
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-23
/
+24
*
Fix rename animation in SpriteFramesEditor/AnimationNodeStateMachineEditor
Rindbee
2023-07-18
1
-0
/
+4
*
Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file
Hendrik Brucker
2023-07-17
1
-0
/
+1
*
Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachine
Rémi Verschelde
2023-04-24
1
-477
/
+101
|
\
|
*
Rework StateMachine and nested StateMachine process
Silc Renew
2023-04-18
1
-477
/
+101
*
|
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
|
/
*
Fix crash when switching to a different node from AnimationTree
SaracenOne
2023-01-25
1
-2
/
+5
*
Add indicator for state machine transition fade progress and position of stat...
SaracenOne
2023-01-25
1
-22
/
+69
*
Expose fading_from_node from StateMachine
Silc Renew
2023-01-22
1
-2
/
+2
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-11
/
+11
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
Simplify some editor plugin logic and remove dead code
Yuri Sizov
2023-01-05
1
-5
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Change auto_advance flag to advance_mode enum and unify with disabled flag.
SaracenOne
2022-12-16
1
-22
/
+44
[next]