summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_state_machine_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+2
|\
| * Expose state machine focus color to themingpassivestar2024-11-191-1/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-5/+5
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-5/+5
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix StateMachine process when transition to end & optimize StringNameSilc Lizard (Tokage) Renew2024-07-131-6/+6
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-2/+2
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-5/+5
* Fix wrong usage of parameters_base_path StringNamekobewi2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-6/+6
* Use Core/Scene stringnames consistentlykobewi2024-05-131-7/+6
* Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
* Merge pull request #89599 from timothyqiu/vegetateRémi Verschelde2024-03-231-0/+1
|\
| * Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* | Merge pull request #89111 from AThousandShips/vec_useRémi Verschelde2024-03-241-8/+2
|\ \
| * | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-8/+2
| |/
* / Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-201-2/+2
|/
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Add methods to add submenus without using nameskobewi2024-02-221-3/+2
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Fix unintentional translations in AnimationTreeJunji Takakura2024-02-031-0/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-7/+1
* Merge pull request #84052 from SaracenOne/animtree_readonly_contextRémi Verschelde2023-11-111-0/+10
|\
| * Unpress buttons in AnimationTree when switching to read-only mode.Saracen2023-10-271-0/+10
* | Fix node names of submenu items across the editorYuri Sizov2023-11-081-2/+2
|/
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-8/+2
* Fix submenus deleted accidentallykobewi2023-09-261-1/+1
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-5/+5
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-5/+5
* | Fix theme access and improve UX in AnimationTree editorYuri Sizov2023-09-231-155/+170
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+2
|/
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-23/+24
* Fix rename animation in SpriteFramesEditor/AnimationNodeStateMachineEditorRindbee2023-07-181-0/+4
* Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+1
* Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachineRémi Verschelde2023-04-241-477/+101
|\
| * Rework StateMachine and nested StateMachine processSilc Renew2023-04-181-477/+101
* | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
|/
* Fix crash when switching to a different node from AnimationTreeSaracenOne2023-01-251-2/+5
* Add indicator for state machine transition fade progress and position of stat...SaracenOne2023-01-251-22/+69
* Expose fading_from_node from StateMachineSilc Renew2023-01-221-2/+2
* Add EditorUndoRedoManager singletonkobewi2023-01-161-11/+11
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* Simplify some editor plugin logic and remove dead codeYuri Sizov2023-01-051-5/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change auto_advance flag to advance_mode enum and unify with disabled flag.SaracenOne2022-12-161-22/+44