summaryrefslogtreecommitdiffstats
path: root/doc/classes/Animation.xml
Commit message (Expand)AuthorAgeFilesLines
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-2/+11
* Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew2022-12-021-5/+2
* Refactor process of animation to retrive keys more exactlySilc Renew2022-12-011-0/+9
* Refactor process of AnimationTree for end of animationSilc Renew2022-11-221-18/+0
* Fix connection of animation changed signal in AnimationTrackEditorSilc Renew2022-11-201-7/+0
* Document the Animation classHugo Locurcio2022-10-241-2/+14
* Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-0/+8
* Make Cubic to CubicInTime and reduce items in the track intrp typeSilc Renew2022-08-261-3/+0
* Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde2022-08-231-25/+0
|\
| * Add bezier preset and refactor bezier editorSilc Renew2022-08-231-25/+0
* | Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+3
|/
* [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-1/+1
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-30/+30
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-146/+146
* Make `Animation::track_insert_key` return key indexZae2022-07-311-2/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Make bezier handle type a property of keyframes, update interfaceNathan Lovato2021-11-161-0/+27
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-2/+11
* Merge pull request #54050 from reduz/animation-compressionRémi Verschelde2021-10-251-0/+14
|\
| * Implement Animation Compressionreduz2021-10-211-0/+14
* | Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-0/+1
|/
* Implement Animation Blend Shape Tracksreduz2021-10-161-4/+14
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-25/+33
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-12/+2
* implement ping-pong loop in animationTokage2021-10-091-2/+12
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-372/+186
* Fix doc typosNicholas Huelin2021-07-231-1/+1
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-2/+2
* Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke2021-06-031-2/+2
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* Fix incorrect parameter in audio_track_set_key_stream.TechnoPorg2021-01-111-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-2/+2
* Rename Animation::track_remove_key_at_position to track_remove_key_at_timeMarcel Admiraal2020-12-141-3/+3
* doc: Sync classref with current sourceRémi Verschelde2020-10-091-8/+8
* Expose Animation::value_track_interpolate to GDscriptlolligerjoj2020-10-011-0/+11
* Add C# code examples to the docsHaSa10022020-09-261-2/+13
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Fix incorrect key name in the Animation documentation code sampleHugo Locurcio2020-07-291-2/+2
* Add LOTS of missing docsTomasz Chabora2020-03-131-1/+28
* doc: Sync classref for Packed{Int,Float}{32,64}Array additionsRémi Verschelde2020-02-251-2/+2
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-4/+4
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-2/+2
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-1/+1
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* doc: Markup fixes for enums and constantsRémi Verschelde2019-12-061-1/+1
* Changes the name of all parameters referring to track indices within Animatio...LikeLakers22019-10-141-54/+54