Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -1/+1 |
|\ | |||||
| * | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 1 | -1/+1 |
| | | |||||
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -1/+1 |
|\| | |||||
| * | Merge pull request #98031 from MajorMcDoom/anim-curve-zoom-fix | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
| |\ | | | | | | | | | | Fix inverted vertical zoom interaction in animation curve editor | ||||
| | * | Fix inverted vertical zoom interaction in animation curve editor | Zi Ye | 2024-10-09 | 1 | -1/+1 |
| | | | |||||
* | | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | | |||||
* | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d | Spartan322 | 2024-10-18 | 1 | -5/+0 |
|\| | | |||||
| * | | Fix mouse clamping in Animation Bezier box select | kit | 2024-09-27 | 1 | -5/+0 |
| |/ | |||||
* / | 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> | ||||
* | Fix Undo/Redo not working in Bezier Animation Editor when moving keys | Dowsley | 2024-09-18 | 1 | -9/+5 |
| | |||||
* | Update AnimationPlayer in real-time when bezier curve properties or bezier ↵ | Dowsley | 2024-09-12 | 1 | -2/+52 |
| | | | | editor changes | ||||
* | Use antialiased line drawing in animation Bezier editor | Hugo Locurcio | 2024-09-04 | 1 | -2/+2 |
| | | | | | This applies both to tangents and general line drawing, making the animation Bezier editor match the Curve editor inspector. | ||||
* | Merge pull request #96292 from AThousandShips/null_check_ref_fix | Rémi Verschelde | 2024-09-03 | 1 | -1/+1 |
|\ | | | | | | | Cleanup of raw `nullptr` checks with `Ref` | ||||
| * | Cleanup of raw `nullptr` checks with `Ref` | A Thousand Ships | 2024-08-31 | 1 | -1/+1 |
| | | | | | | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc. | ||||
* | | Add separate timeline snapping control to Animation Editor | Kasper Arnklit Frandsen | 2024-09-02 | 1 | -3/+3 |
|/ | |||||
* | Allow theming animation editor | passivestar | 2024-08-21 | 1 | -71/+72 |
| | |||||
* | Fix errors about `UndoRedo` history mismatch when deleting bezier track | Mikael Hermansson | 2024-08-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #94054 from mihe/fix-bezier-focus | Rémi Verschelde | 2024-07-08 | 1 | -1/+1 |
|\ | | | | | | | Fix focus shortcut when in the bezier curve editor | ||||
| * | Fix focus shortcut when in the bezier curve editor | Mikael Hermansson | 2024-07-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #93860 from ↵ | Rémi Verschelde | 2024-07-07 | 1 | -9/+12 |
|\ \ | |/ |/| | | | | | | | CookieBadger/animation-bezier-undo-on-different-animation-fix Fix inconsistent behavior of Bezier editor undo operations upon selection of different animation | ||||
| * | fix animation bezier editor undo operations applying to wrong animation | emild | 2024-07-02 | 1 | -9/+12 |
| | | |||||
* | | Merge pull request #93930 from Arnklit/short-animation-length-bezier-handle-fix | Rémi Verschelde | 2024-07-04 | 1 | -16/+3 |
|\ \ | |/ |/| | | | Clamp bezier handle length to half the length of animation | ||||
| * | Clamp bezier handle length to half the length of animation | Kasper Frandsen | 2024-07-04 | 1 | -16/+3 |
| | | |||||
* | | fix animation bezier crash on undo | emild | 2024-07-02 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #93408 from CookieBadger/animation-track-key-inspector-fix | Rémi Verschelde | 2024-06-28 | 1 | -17/+36 |
|\ | | | | | | | Fix displaying selected Bezier animation keys in inspector | ||||
| * | fix animation bezier keys not showing in inspector after selection | emild | 2024-06-21 | 1 | -17/+36 |
| | | |||||
* | | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -3/+3 |
| | | |||||
* | | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | | |||||
* | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+1 |
| | | |||||
* | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -3/+5 |
|/ | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* | Merge pull request #88498 from CookieBadger/animation-fix-snapping-multiple | Rémi Verschelde | 2024-03-24 | 1 | -11/+25 |
|\ | | | | | | | Fix snapping multiple keys in Animation | ||||
| * | Fix snapping multiple keys in Animation | emild | 2024-03-18 | 1 | -11/+25 |
| | | |||||
* | | Merge pull request #88445 from CookieBadger/animation-paste-snap-fix | Rémi Verschelde | 2024-03-24 | 1 | -12/+28 |
|\ \ | | | | | | | | | | Fix various bugs in Animation key right click actions | ||||
| * | | Fix various bugs in Animation key right click actions | emild | 2024-02-20 | 1 | -12/+28 |
| | | | |||||
* | | | Add auto focus timeline and bezier scale on animation editor | Hilderin | 2024-03-19 | 1 | -35/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Merge pull request #69032 from ↵ | Rémi Verschelde | 2024-02-20 | 1 | -1/+3 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | KoBeWi/check_every_changed_setting_in_every_group_everywhere() Use `check_changed_settings_in_group()` everywhere | ||||
| * | | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -1/+3 |
| | | | |||||
* | | | Fix Animation bezier key selection bugs | emild | 2024-02-20 | 1 | -3/+14 |
| |/ |/| | |||||
* | | use ED_IS_SHORTCUT macro instead of matches_event | CookieBadger | 2024-02-19 | 1 | -6/+6 |
|/ | |||||
* | Merge pull request #88350 from CookieBadger/animation-cut-keyframe | Rémi Verschelde | 2024-02-18 | 1 | -3/+26 |
|\ | | | | | | | Implement Cut Selected Keys in AnimationPlayer | ||||
| * | implemented cut selected keys in animation player | emild | 2024-02-15 | 1 | -3/+26 |
| | | |||||
* | | Merge pull request #88360 from CookieBadger/bezier-ctrl-click-add-key-fix | Rémi Verschelde | 2024-02-15 | 1 | -10/+2 |
|\ \ | | | | | | | | | | Fix Bezier Editor throwing error when adding key with CTRL+click | ||||
| * | | fix bezier editor throws error on ctrl click | CookieBadger | 2024-02-15 | 1 | -10/+2 |
| | | | |||||
* | | | Merge pull request #88352 from CookieBadger/bezier-handle-mode-undo-fix | Rémi Verschelde | 2024-02-15 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | Fix Bezier Editor HandleMode UndoRedo History mismatch | ||||
| * | | Fix bezier editor handle mode undo history mismatch | emild | 2024-02-15 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #88302 from CookieBadger/bezier-remove-unused-signals | Rémi Verschelde | 2024-02-13 | 1 | -9/+0 |
|\ \ | |/ |/| | | | Remove unused signals in AnimationBezierTrackEdit | ||||
| * | remove unused signals in AnimationBezierTrackEdit | emild | 2024-02-13 | 1 | -9/+0 |
| | | |||||
* | | Fix vertical zoom factor in Animation Bezier Editor | emild | 2024-02-13 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #87250 from CookieBadger/animation-copy-paste-keyframe | Rémi Verschelde | 2024-02-12 | 1 | -78/+213 |
|\ \ | |/ |/| | | | 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 | -78/+213 |
| | |