Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823 | Spartan322 | 2024-11-20 | 1 | -1/+1 |
|\ | |||||
| * | Fix spinner in AnimationTrackEdit in FPS mode | Silc Lizard (Tokage) Renew | 2024-11-17 | 1 | -1/+1 |
| | | |||||
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -0/+7 |
|\| | |||||
| * | Add FPS compatible option in second mode of animation editor snapping | Silc Lizard (Tokage) Renew | 2024-11-12 | 1 | -0/+7 |
| | | |||||
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -1/+1 |
|\| | |||||
| * | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -1/+1 |
| | | | | | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | | 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 |
|/ | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Add markers to animation | chocola-mint | 2024-09-29 | 1 | -0/+216 |
| | |||||
* | Merge pull request #96902 from SaracenOne/animation_selection_box | Rémi Verschelde | 2024-09-16 | 1 | -0/+8 |
|\ | | | | | | | Fix selection box + scrolling in animation editor. | ||||
| * | Fix selection box + scrolling in animation editor. | Saracen | 2024-09-15 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #96400 from ↵ | Rémi Verschelde | 2024-09-16 | 1 | -1/+0 |
|\ \ | |/ |/| | | | | | | | Maran23/inputmap-usage-for-filter-and-corresponding-refactor Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList. | ||||
| * | Use InputMap actions consistently across all LineEdit's that filter an ↵ | Marius Hanl | 2024-08-31 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | underlying Tree or ItemList. - Instead of checking for Key::UP, Key::DOWN, Key::PAGEUP, Key::PAGEDOWN etc., we rather check for the action like 'ui_up' or 'ui_down'. - Also use AcceptDialog's 'register_text_enter' functionality to consistently close a dialog when ENTER is pressed while the LineEdit has focus (instead of redirecting ENTER keys to e.g. the underlying Tree). - Unify the LineEdit filter behavior for the SceneTreeDialog and corresponding usages - Improve OK Button disablement (something should be selected) | ||||
* | | Add separate timeline snapping control to Animation Editor | Kasper Arnklit Frandsen | 2024-09-02 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #96013 from passivestar/keyframe-navigation | Rémi Verschelde | 2024-09-02 | 1 | -0/+1 |
|\ \ | |/ |/| | | | Allow jumping to previous/next keyframe in animation player | ||||
| * | Allow jumping to previous/next keyframe in animation player | passivestar | 2024-09-01 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #92842 from mihe/multi-node-keying | Rémi Verschelde | 2024-08-30 | 1 | -2/+2 |
|\ \ | |/ |/| | | | Allow keying properties when selecting multiple nodes | ||||
| * | Allow keying properties with multiple nodes selected | Mikael Hermansson | 2024-08-19 | 1 | -2/+2 |
| | | |||||
* | | Allow theming animation editor | passivestar | 2024-08-21 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #80860 from RandomShaper/harmonize_track_insert | Rémi Verschelde | 2024-06-17 | 1 | -0/+1 |
|\ | | | | | | | Simplify right-click track insertion code | ||||
| * | Simplify right-click track insertion code | Pedro J. Estébanez | 2024-06-13 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #92870 from KoBeWi/maybe_RESET_a_bit_less | Rémi Verschelde | 2024-06-13 | 1 | -0/+1 |
|\ \ | | | | | | | | | | Don't allow creating invalid RESET keys | ||||
| * | | Don't allow creating invalid RESET keys | kobewi | 2024-06-07 | 1 | -0/+1 |
| |/ | |||||
* / | Fix unstable AnimationTrackEditor snapping value | Silc Lizard (Tokage) Renew | 2024-06-04 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #88498 from CookieBadger/animation-fix-snapping-multiple | Rémi Verschelde | 2024-03-24 | 1 | -1/+3 |
|\ | | | | | | | Fix snapping multiple keys in Animation | ||||
| * | Fix snapping multiple keys in Animation | emild | 2024-03-18 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #88445 from CookieBadger/animation-paste-snap-fix | Rémi Verschelde | 2024-03-24 | 1 | -2/+2 |
|\ \ | | | | | | | | | | Fix various bugs in Animation key right click actions | ||||
| * | | Fix various bugs in Animation key right click actions | emild | 2024-02-20 | 1 | -2/+2 |
| |/ | |||||
* | | Add auto focus timeline and bezier scale on animation editor | Hilderin | 2024-03-19 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | Add a button at the bottom of the animation editor that change the zoom based on the animation length and the bezier scale based on the values and handles of the displayed tracks. The icon and the tooltip of the button change depending if the bezier editor is displayed or not. Some refactor was made in animation_track_editor.cpp to remove code duplication with the visibility check of the tracks. This should help with the issue #85826 | ||||
* | | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #88350 from CookieBadger/animation-cut-keyframe | Rémi Verschelde | 2024-02-18 | 1 | -1/+3 |
|\ | | | | | | | Implement Cut Selected Keys in AnimationPlayer | ||||
| * | implemented cut selected keys in animation player | emild | 2024-02-15 | 1 | -1/+3 |
| | | |||||
* | | Make consistent the retrieval of audio tracks | Silc Lizard (Tokage) Renew | 2024-02-18 | 1 | -0/+8 |
|/ | |||||
* | Fix vertical zoom factor in Animation Bezier Editor | emild | 2024-02-13 | 1 | -1/+2 |
| | |||||
* | Merge pull request #87250 from CookieBadger/animation-copy-paste-keyframe | Rémi Verschelde | 2024-02-12 | 1 | -3/+30 |
|\ | | | | | | | Implement consistent functionality for select, copy, paste, and duplicate in AnimationPlayer | ||||
| * | implement consistent select, copy, paste, duplicate in animation player | emild | 2024-02-06 | 1 | -3/+30 |
| | | |||||
* | | Merge pull request #85367 from KoBeWi/elephant_in_the_editor | Rémi Verschelde | 2024-02-12 | 1 | -0/+1 |
|\ \ | |/ |/| | | | Fix custom type icon sizes in animation tracks | ||||
| * | Fix custom type icon sizes in animation tracks | kobewi | 2023-11-25 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #85142 from CookieBadger/animation-player-improvements | Rémi Verschelde | 2024-01-08 | 1 | -0/+10 |
|\ \ | | | | | | | | | | Improve usability of zooming in the animation editor | ||||
| * | | Improved usability of zoom features in animation player | CookieBadger | 2024-01-07 | 1 | -0/+10 |
| | | | |||||
* | | | Make default options of int value track refer to RESET animation | Silc Lizard (Tokage) Renew | 2024-01-02 | 1 | -0/+2 |
| | | | |||||
* | | | Fix setting bezier track handle mode from inspector. | Saracen | 2023-12-14 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Fix seeking bug in AnimationPlayerEditor | Silc Lizard (Tokage) Renew | 2023-11-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #81188 from the-sink/animation_player_things | Rémi Verschelde | 2023-10-03 | 1 | -0/+2 |
|\ | | | | | | | Select node when clicked in AnimationPlayer timeline | ||||
| * | Select node when clicked in AnimationPlayer timeline | the-sink | 2023-09-28 | 1 | -0/+2 |
| | | |||||
* | | Implement AnimationManager the base class of AnimationPlayer/Tree | Silc Lizard (Tokage) Renew | 2023-09-29 | 1 | -0/+8 |
|/ | |||||
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -10/+9 |
| | | | | | | Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes. | ||||
* | Fix weird bezier edit button update timing in AnimationTrackEditor | Silc Renew | 2023-02-11 | 1 | -0/+1 |
| | |||||
* | Implement blending audio feature to AnimationTree | Silc Renew | 2023-01-28 | 1 | -1/+4 |
| | |||||
* | Add gesture to ViewPanner and simplify a bit its API | Gilles Roudière | 2023-01-23 | 1 | -6/+4 |
| |