| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce | Spartan322 | 2024-11-26 | 1 | -1/+202 |
|\ |
|
| * | Add persistent folding to Animation Library Editor | Illauriel | 2024-11-19 | 1 | -1/+202 |
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -2/+2 |
|\| |
|
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -2/+2 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed | Spartan322 | 2024-10-15 | 1 | -2/+2 |
|\| |
|
| * | Fix positioning of popup menu in AnimationLibrary editor. | Saracen | 2024-09-28 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Fix animation library copy-paste not preserving resource reference | Mikael Hermansson | 2024-07-16 | 1 | -1/+3 |
* | Fix undoredo handling in some dialogs | kobewi | 2024-07-04 | 1 | -0/+22 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -2/+2 |
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -2/+3 |
* | Fix unexpected auto translation of Tree content | Haoyu Qiu | 2024-03-18 | 1 | -0/+1 |
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -1/+1 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Add icon, tooltip, rename button in AnimationLibraryEditor for clarity. | Illauriel | 2024-01-11 | 1 | -6/+17 |
* | Allow to load multiple animation/libraries at once in the animation manager | Michael Alexsander | 2023-11-07 | 1 | -87/+127 |
* | Change AnimationLibEditor's mixer to actual Mixer | kobewi | 2023-11-06 | 1 | -22/+23 |
* | Allow changing keys for imported AnimationLibraries in the editor | Jonathan Nicholl | 2023-10-28 | 1 | -1/+1 |
* | Implement AnimationManager the base class of AnimationPlayer/Tree | Silc Lizard (Tokage) Renew | 2023-09-29 | 1 | -62/+62 |
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -1/+1 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -13/+14 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -1/+1 |
* | Fix right-click on tilset atlas popup wrong position | Gilles Roudière | 2023-01-18 | 1 | -2/+2 |
* | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -12/+12 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+1 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -12/+12 |
* | Refactor to use internal foreign resource checking function. | SaracenOne | 2022-09-07 | 1 | -5/+11 |
* | Rename TreeItem's `set_tooltip` to `set_tooltip_text` | Micky | 2022-08-30 | 1 | -2/+2 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -12/+13 |
* | Add read-only mode to AnimationEditor for foreign resources. | SaracenOne | 2022-07-21 | 1 | -21/+116 |
* | Add missing new function parameter. | Trevor Davenport | 2022-06-17 | 1 | -3/+3 |
* | Merge pull request #61106 from snailrhymer/animation-library-fixes | Rémi Verschelde | 2022-05-24 | 1 | -5/+9 |
|\ |
|
| * | Fix errors and improve UX relating to new animation libraries | SnailRhymer | 2022-05-17 | 1 | -5/+9 |
* | | Add the button pressed to some signals in Tree | trollodel | 2022-05-21 | 1 | -1/+1 |
|/ |
|
* | Fix global AnimationLibrary name validation | Haoyu Qiu | 2022-05-05 | 1 | -3/+3 |
* | Fix AnimationLibrary name validation | Haoyu Qiu | 2022-04-19 | 1 | -5/+3 |
* | Implement Animation Libraries | reduz | 2022-04-11 | 1 | -0/+689 |