summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-151-8/+6
|\
| * fix animation snapping in seconds modeUnfavorableEnhancer2024-11-111-8/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotSpartan3222024-10-131-0/+2
|/
* Update AnimationPlayer in real-time when bezier curve properties or bezier ed...Dowsley2024-09-171-0/+20
* Add modf function and fix snap behaviorHristo Iliev2024-09-171-1/+4
* [Editor] Fix `AnimationTrackEditor::timeline_changed` signalA Thousand Ships2024-08-131-3/+3
* Fix BlendShapeTrack insertion totally not workingSilc Lizard (Tokage) Renew2024-07-251-11/+30
* Animation: Fix reset value when adding new Bezier trackBrinerLovo2024-07-081-1/+1
* Fix broken sync between animation TrackEditor and PlayerEditorSilc Lizard (Tokage) Renew2024-07-061-1/+2
* Merge pull request #92985 from KoBeWi/confirm_insert_shiftRémi Verschelde2024-07-051-4/+12
|\
| * Restore "Confirm Insert Track" editor settingkobewi2024-06-101-4/+12
* | Clamp bezier handle length to half the length of animationKasper Frandsen2024-07-041-20/+4
* | Revert the default InterpolationType with angle property to LinearSilc Lizard (Tokage) Renew2024-06-281-11/+1
* | Merge pull request #93408 from CookieBadger/animation-track-key-inspector-fixRémi Verschelde2024-06-281-3/+3
|\ \
| * | fix animation bezier keys not showing in inspector after selectionemild2024-06-211-3/+3
* | | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-6/+6
* | | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-7/+7
* | | [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* | | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-19/+19
* | | Merge pull request #93257 from bruvzg/antrk_popup_dragRémi Verschelde2024-06-181-0/+16
|\ \ \
| * | | [AnimationTrackEdit] Cancel key drag when popup is shown.bruvzg2024-06-171-0/+16
* | | | Merge pull request #80860 from RandomShaper/harmonize_track_insertRémi Verschelde2024-06-171-74/+47
|\ \ \ \ | |/ / / |/| | |
| * | | Simplify right-click track insertion codePedro J. Estébanez2024-06-131-74/+47
* | | | Merge pull request #92870 from KoBeWi/maybe_RESET_a_bit_lessRémi Verschelde2024-06-131-1/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't allow creating invalid RESET keyskobewi2024-06-071-1/+16
* | | | Fix unstable AnimationTrackEditor snapping valueSilc Lizard (Tokage) Renew2024-06-041-30/+45
|/ / /
* | | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* | | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-5/+5
* | | Remove duplicate shortcut definitionskobewi2024-05-211-2/+4
|/ /
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-10/+10
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-10/+9
* | Add shorthand for using singleton string nameskobewi2024-05-111-10/+10
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* | Fix various typos with codespellRémi Verschelde2024-05-071-1/+1
* | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-11/+12
* | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-1/+2
* | Make adding track process to set interpolation type on creating RESETSilc Lizard (Tokage) Renew2024-04-271-0/+1
|/
* Improve SceneTreeEditor usabilityRedMser2024-03-311-2/+7
* Merge pull request #89599 from timothyqiu/vegetateRémi Verschelde2024-03-231-0/+1
|\
| * Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* | Merge pull request #88498 from CookieBadger/animation-fix-snapping-multipleRémi Verschelde2024-03-241-13/+32
|\ \
| * | Fix snapping multiple keys in Animationemild2024-03-181-13/+32
* | | Merge pull request #88445 from CookieBadger/animation-paste-snap-fixRémi Verschelde2024-03-241-13/+32
|\ \ \
| * | | Fix various bugs in Animation key right click actionsemild2024-02-201-13/+32
| |/ /
* | / Add auto focus timeline and bezier scale on animation editorHilderin2024-03-191-1/+102
| |/ |/|
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* | Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...Rémi Verschelde2024-02-201-4/+8
|\ \ | |/ |/|
| * Use check_changed_settings_in_group() everywherekobewi2024-02-191-4/+8
* | use ED_IS_SHORTCUT macro instead of matches_eventCookieBadger2024-02-191-5/+5
|/