summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_state_machine_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Fix theme access and improve UX in AnimationTree editorYuri Sizov2023-09-231-3/+60
* Rework StateMachine and nested StateMachine processSilc Renew2023-04-181-10/+6
* Add indicator for state machine transition fade progress and position of stat...SaracenOne2023-01-251-4/+18
* Simplify some editor plugin logic and remove dead codeYuri Sizov2023-01-051-2/+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-4/+7
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-3/+0
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-2/+3
* Fix various uninitialized member pointersRémi Verschelde2022-09-061-2/+2
* Freeze line when releasing mouse to create a new transition.SaracenOne2022-09-051-0/+1
* Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-0/+2
* Add per-scene UndoRedokobewi2022-08-221-1/+2
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-1/+0
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Improvements of state machineGuilherme Felipe2022-05-021-6/+74
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-10/+10
* Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-22/+22
* Use get_cursor_shape for identifying the cursor shape in AnimationNodeStateMa...Markus Sauermann2022-03-111-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+2
* Make AnimationTree delta argument force double in coreSilc 'Tokage' Renew2022-01-291-4/+4
* More time parameters change type float to doubleSilc 'Tokage' Renew2022-01-271-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-4/+4
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-6/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Popups have also been converted to windowsJuan Linietsky2020-03-261-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* [StateMachine] Fix play positionGuilherme Felipe2019-04-231-0/+1
* Show play position of sub state machineGuilherme Felipe2019-01-131-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Small fixes for the AnimationTree editorMichael Alexsander Silva Dias2018-12-181-0/+1
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-27/+17
* State machine animation nodeJuan Linietsky2018-06-251-0/+167