summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_player.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+12
|\
| * Make start/end can be retrieved from each PlaybackData on AnimPlayerSilc Lizard (Tokage) Renew2024-11-231-0/+12
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+4
|\|
| * Add back `AnimationPlayer.get_argument_options`HolonProduction2024-11-151-0/+4
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \
| * | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-2/+2
|\ \ \ | |/ / |/| / | |/
| * Implement array based hash mapnazarii2024-10-241-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add markers to animationchocola-mint2024-09-291-3/+13
* Handle internal seek on AnimationPlayer to process discrete correctlySilc Lizard (Tokage) Renew2024-07-161-1/+3
* fix the sorting of blend_times in animation playerJacob Millner2024-07-031-2/+2
* Add argument options to AnimationPlayer for auto captureSilc Lizard (Tokage) Renew2024-05-031-0/+11
* Add auto_capture option to AnimationPlayerSilc Lizard (Tokage) Renew2024-05-021-1/+7
* Optimise Object's `get_argument_options`Micky2024-02-291-0/+2
* Fix some DEFVALs to use the right typeRaul Santos2024-02-231-0/+2
* Add capture() and play_with_capture() as substitute of update captureSilc Lizard (Tokage) Renew2024-02-121-0/+2
* Make default blend_left consider current blend amountSilc Lizard (Tokage) Renew2024-01-091-0/+2
* Check the seek process immediately after playback as a special caseSilc Lizard (Tokage) Renew2023-11-261-0/+1
* Clear seeked/started flag after seeking/advancing in AnimationPlayerSilc Lizard (Tokage) Renew2023-11-221-0/+2
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-297/+53
* Fix AnimatedSprite play() don't redraw immediatelySilc Renew2023-01-291-1/+1
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-0/+29
* Make AnimTree/Player processes adopt to GDVIRTUALSilc Renew2023-01-261-0/+2
* Add p_keep_state to AnimationPlayer::stop()Silc Renew2023-01-191-2/+2
* Reset animation on playback stopTomasz Chabora2023-01-131-1/+2
* Split pause() from AnimationPlayer's stop()kobewi2023-01-111-1/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change init for cache_update_size & add pointer animation playerSilc Renew2022-12-071-1/+0
* Fix AnimationPlayer method track call oneself with IMMEDIATE modeSilc Renew2022-12-071-0/+1
* Merge pull request #61958 from jtnicholl/animation_connectionsRémi Verschelde2022-12-021-3/+1
|\
| * Add animation_changed signal to AnimationLibraryJonathan Nicholl2022-11-211-3/+1
* | Refactor process of animation to retrive keys more exactlySilc Renew2022-12-011-1/+1
|/
* Change time parameters and variables to double typeDave Palais2022-09-261-14/+14
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Add a Movie Quit On Finish property to AnimationPlayerHugo Locurcio2022-07-271-0/+4
* add position track normalization & post process key value for retargetSilc Renew2022-07-261-0/+2
* Fix initial value of TRS3DTrack cache in AnimationPlayerSilc Renew2022-07-261-0/+3
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Clean up Hash Functionsreduz2022-06-201-2/+2
* Remove configuration warning from AnimationPlayerSnailRhymer2022-05-241-2/+0
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-7/+29
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Implement Animation Librariesreduz2022-04-111-4/+32
* Object: Remove unused category boilerplateRémi Verschelde2022-03-261-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fixed PlaybackData in AnimationPlayerSilc 'Tokage' Renew2021-11-271-1/+1
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-1/+1
* Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0