| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add markers to animation | chocola-mint | 2024-09-29 | 1 | -0/+47 |
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -1/+1 |
* | Merge pull request #76654 from TokageItLab/improve-filter-util-anim-tree | Rémi Verschelde | 2024-01-04 | 1 | -0/+9 |
|\ |
|
| * | Add useful functions to FilterEdit in AnimationBlendTreeEditor | Silc Lizard (Tokage) Renew | 2023-09-30 | 1 | -0/+9 |
* | | Rename close requests to delete requests in `GraphEdit` | Yuri Sizov | 2023-09-26 | 1 | -2/+2 |
|/ |
|
* | Fix theme access and improve UX in AnimationTree editor | Yuri Sizov | 2023-09-23 | 1 | -1/+0 |
* | Clean up/refactor GraphNode and make it more flexible | Hendrik Brucker | 2023-09-07 | 1 | -2/+2 |
* | Extract ScriptInstance to simplify includes | Yuri Sizov | 2023-09-06 | 1 | -0/+1 |
* | Fix canceling add_node Popup doesn't disconnect previous node. | stmSi | 2023-01-10 | 1 | -0/+1 |
* | Simplify some editor plugin logic and remove dead code | Yuri Sizov | 2023-01-05 | 1 | -1/+0 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with d... | Eduard Zalyaev | 2022-12-05 | 1 | -1/+1 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -3/+0 |
* | Use forward-declarations in EditorPlugin where possible | trollodel | 2022-11-11 | 1 | -1/+6 |
* | Remove the usage of pointers in signal call, to fix #67941 | Dave Palais | 2022-10-30 | 1 | -1/+3 |
* | Fix redraw timing in AnimationBlendTreeEditor | Silc Renew | 2022-09-14 | 1 | -2/+3 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -0/+1 |
* | Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_... | Rémi Verschelde | 2022-08-27 | 1 | -1/+0 |
|\ |
|
| * | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -1/+0 |
* | | Add read-only mode to AnimationTreeEditor plugins | SaracenOne | 2022-08-25 | 1 | -1/+4 |
|/ |
|
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -1/+2 |
* | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -1/+0 |
* | Add node list param to `GraphEdit::delete_nodes_request` signal | Yuri Rubinsky | 2022-05-17 | 1 | -1/+1 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -1/+1 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -9/+9 |
* | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | 2022-02-16 | 1 | -0/+3 |
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -1/+0 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+2 |
* | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke | 2022-01-29 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Fix bad popups offset in editor with single window off | jmb462 | 2021-12-06 | 1 | -2/+2 |
* | Draggin in/out from ports to create nodes in Animation Blend Tree editor | Yuri Roubinsky | 2021-09-20 | 1 | -4/+14 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -3/+3 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+2 |
* | Remove redundant author doc comments | IAmActuallyCthulhu | 2019-08-12 | 1 | -3/+0 |
* | [AnimationNodeBlendTreeEditor] Usability improvements | Guilherme Felipe | 2019-04-07 | 1 | -0/+4 |
* | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky | 2019-01-18 | 1 | -1/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Moved member variables to initializer list | Wilson E. Alvarez | 2018-12-11 | 1 | -3/+3 |
* | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde | 2018-09-27 | 1 | -2/+0 |
* | Add missing copyright headers | Rémi Verschelde | 2018-08-29 | 1 | -0/+30 |
* | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky | 2018-08-20 | 1 | -26/+19 |
* | Fix crashes, ability to add blendpsace into blendtree, ability to delete with... | Juan Linietsky | 2018-06-21 | 1 | -1/+3 |
* | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | 2018-06-18 | 1 | -0/+115 |