summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_tree_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify some editor plugin logic and remove dead codeYuri Sizov2023-01-051-8/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add null checks to AnimationTreeEditors and _clear_editors()Silc Renew2022-12-131-19/+40
* AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with d...Eduard Zalyaev2022-12-051-5/+5
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-1/+11
* Fix AnimationTree crash & rename get_tree() to get_animation_tree()Silc Renew2022-11-211-16/+16
* Merge pull request #68060 from dpalais/no-pointer-animationnode-blendtree-renameRémi Verschelde2022-10-311-4/+10
|\
| * Remove the usage of pointers in signal call, to fix #67941Dave Palais2022-10-301-4/+10
* | Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alertRémi Verschelde2022-10-311-0/+2
|\ \
| * | Change import animation error to "animation nodes"kingoftheconnors2022-08-071-1/+1
| * | Add alert in anim trees if resource load failskingoftheconnors2020-10-081-0/+2
* | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-6/+6
| |/ |/|
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-12/+12
* | Merge pull request #65196 from TokageItLab/fix-redraw-anim-treeRémi Verschelde2022-09-151-21/+34
|\ \
| * | Fix redraw timing in AnimationBlendTreeEditorSilc Renew2022-09-141-21/+34
* | | Ignore node rename if already exited blend treedzil1232022-09-111-0/+4
* | | Rename ProgressBar.`percent_visible` to `show_percentage`Micky2022-09-071-1/+1
* | | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
|/ /
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+7
* | Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde2022-08-271-7/+2
|\ \
| * | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-7/+2
* | | Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-12/+73
|/ /
* | Add per-scene UndoRedokobewi2022-08-221-0/+1
* | Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* | Remove Signal connect bindsJuan Linietsky2022-07-291-10/+10
* | Improve Graphedit connection linesHendrik Brucker2022-05-301-0/+4
* | Add a new HashSet templatereduz2022-05-201-6/+7
* | Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* | Add node list param to `GraphEdit::delete_nodes_request` signalYuri Rubinsky2022-05-171-6/+12
* | Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* | Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-57/+72
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* | Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-5/+5
|\ \
| * | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-5/+5
* | | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+1
|/ /
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-5/+5
* | String: Add contains().Anilforextra2022-02-041-1/+1
* | Fix crash after renaming an animation nodeHaoyu Qiu2022-01-251-0/+3
* | Minor tweaks and fixes to panningkobewi2022-01-231-1/+1
* | Add ViewPanner to 2D editorkobewi2022-01-211-1/+3
* | Fix crash when undoing node creation of BlendTree editorHaoyu Qiu2022-01-171-1/+1
* | Add ViewPanner to more editorskobewi2022-01-141-0/+4
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-5/+5
* | Fix bad popups offset in editor with single window offjmb4622021-12-061-8/+9
* | Fix 'Add Node...' menu entries in AnimationNodeBlendTreeEditorWilson E. Alvarez2021-11-281-1/+1
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* | Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-1/+1
* | Use range iterators for `Map`Lightning_A2021-09-301-5/+5