summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
Commit message (Expand)AuthorAgeFilesLines
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-1/+2
* Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-2/+2
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-1/+1
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-2/+1
* implement ping-pong loop in animationTokage2021-10-091-1/+2
* fixed insert track queue in AnimationTrackEditor doesn't work correctlySilc 'Tokage' Renew2021-10-071-4/+3
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-0/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2
* Documentation search fixesGregory Basile2021-06-161-1/+1
* Merge pull request #48598 from Calinou/animation-track-editor-improve-scrollingRémi Verschelde2021-06-151-19/+29
|\
| * Improve scrolling actions in the animation track editorHugo Locurcio2021-05-101-19/+29
* | Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* | Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* | Merge pull request #40397 from KoBeWi/silent_seekerRémi Verschelde2021-05-231-1/+1
|\ \ | |/ |/|
| * Allow to move timeline without moving animationTomasz Chabora2021-03-211-1/+1
* | Make Animation's SceneTreeDialog filter nodes properlyDominik 'dreamsComeTrue' Jasiński2021-03-191-0/+4
|/
* Merge pull request #44865 from RandomShaper/fix_reset_anim_crashRémi Verschelde2021-01-011-1/+1
|\
| * Fix crash related to reset animationPedro J. Estébanez2021-01-011-1/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Add animation reset track featurePedro J. Estébanez2020-12-201-2/+17
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-14/+14
* Add override keywords.Marcel Admiraal2020-07-101-7/+7
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-5/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1/+1
* Popups have also been converted to windowsJuan Linietsky2020-03-261-0/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Make callbacks non-const, callable_mp can't handle itRémi Verschelde2020-02-231-1/+1
* Texture refactorJuan Linietsky2020-02-111-7/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix animation key snapping at high zoomsTomasz Chabora2019-11-171-1/+1
* Enhancements and fixes for the animation editor's copy track dialogMichael Alexsander2019-10-211-3/+0
* Merge pull request #32129 from YeldhamDev/fix_track_removal_errorsRémi Verschelde2019-09-201-1/+1
|\
| * Fix errors in the animation editor when removing tracks via undo/redoMichael Alexsander Silva Dias2019-09-131-1/+1
* | Add informational messages to various editorsMichael Alexsander Silva Dias2019-09-041-0/+2
|/
* Improve snapping in the animation editorHugo Locurcio2019-08-061-1/+1
* Make possible to edit multiple keys in an animation againMichael Alexsander Silva Dias2019-07-221-0/+2
* Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio2019-07-041-3/+3
* Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-1/+1
|\
| * Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* | Display invalid value keys in AnimationTrackEditRémi Verschelde2019-06-231-7/+7
|/
* Merge pull request #27188 from samH-FIT/MacroUpdateRémi Verschelde2019-06-191-5/+6
|\
| * Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-5/+6
* | Merge pull request #29899 from Chaosus/select_all_tracksRémi Verschelde2019-06-191-0/+6
|\ \
| * | Added button to select all tracks in track copy dialogChaosus2019-06-191-0/+6
| |/
* / Fix animation keys selection with SHIFT/CTRL Chaosus2019-06-191-1/+1
|/
* Make animation editor change tracks positions instead of swapping themMichael Alexsander Silva Dias2019-05-271-0/+2
* Warn when opening imported anim in AnimationPlayerhomer6662019-04-301-0/+3