summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_tree_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add markers to animationchocola-mint2024-09-291-0/+47
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* Merge pull request #76654 from TokageItLab/improve-filter-util-anim-treeRémi Verschelde2024-01-041-0/+9
|\
| * Add useful functions to FilterEdit in AnimationBlendTreeEditorSilc Lizard (Tokage) Renew2023-09-301-0/+9
* | Rename close requests to delete requests in `GraphEdit`Yuri Sizov2023-09-261-2/+2
|/
* Fix theme access and improve UX in AnimationTree editorYuri Sizov2023-09-231-1/+0
* Clean up/refactor GraphNode and make it more flexibleHendrik Brucker2023-09-071-2/+2
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Fix canceling add_node Popup doesn't disconnect previous node.stmSi2023-01-101-0/+1
* Simplify some editor plugin logic and remove dead codeYuri Sizov2023-01-051-1/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with d...Eduard Zalyaev2022-12-051-1/+1
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-3/+0
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-1/+6
* Remove the usage of pointers in signal call, to fix #67941Dave Palais2022-10-301-1/+3
* Fix redraw timing in AnimationBlendTreeEditorSilc Renew2022-09-141-2/+3
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde2022-08-271-1/+0
|\
| * Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* | Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-1/+4
|/
* 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 node list param to `GraphEdit::delete_nodes_request` signalYuri Rubinsky2022-05-171-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-9/+9
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-0/+3
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+2
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix bad popups offset in editor with single window offjmb4622021-12-061-2/+2
* Draggin in/out from ports to create nodes in Animation Blend Tree editorYuri Roubinsky2021-09-201-4/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-3/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* [AnimationNodeBlendTreeEditor] Usability improvementsGuilherme Felipe2019-04-071-0/+4
* Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-3/+3
* Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-2/+0
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-26/+19
* Fix crashes, ability to add blendpsace into blendtree, ability to delete with...Juan Linietsky2018-06-211-1/+3
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-0/+115