| Commit message (Expand) | Author | Age | Files | Lines |
* | Add argument options to AnimationPlayer for auto capture | Silc Lizard (Tokage) Renew | 2024-05-03 | 1 | -0/+11 |
* | Add auto_capture option to AnimationPlayer | Silc Lizard (Tokage) Renew | 2024-05-02 | 1 | -3/+7 |
* | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -1/+1 |
* | Fix some DEFVALs to use the right type | Raul Santos | 2024-02-23 | 1 | -2/+2 |
* | Update many Deprecated/Experimental descriptions for consistency | Micky | 2024-02-17 | 1 | -0/+6 |
* | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -22/+11 |
* | Add capture() and play_with_capture() as substitute of update capture | Silc Lizard (Tokage) Renew | 2024-02-12 | 1 | -1/+21 |
* | Implement AnimationManager the base class of AnimationPlayer/Tree | Silc Lizard (Tokage) Renew | 2023-09-29 | 1 | -167/+64 |
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | Clarify when things with _IDLE and _PHYSICS enums will run | L4Vo5 | 2023-06-20 | 1 | -2/+2 |
* | Merge pull request #74894 from rainlizard/patch-1 | Rémi Verschelde | 2023-06-01 | 1 | -0/+1 |
|\ |
|
| * | Specify how to use the global animation library in gdscript | rainlizard | 2023-03-14 | 1 | -0/+1 |
* | | Merge pull request #75869 from aaronfranke/anim-play-end-doc | Rémi Verschelde | 2023-05-15 | 1 | -1/+2 |
|\ \ |
|
| * | | Elaborate on the from_end option in AnimationPlayer.play() | Aaron Franke | 2023-04-09 | 1 | -1/+2 |
| |/ |
|
* | | Overhaul the top sections of the class reference (Animation classes) | VolTer | 2023-05-05 | 1 | -4/+4 |
* | | Remove double thes from documentation | Paweł | 2023-04-17 | 1 | -1/+1 |
|/ |
|
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Implement blending audio feature to AnimationTree | Silc Renew | 2023-01-28 | 1 | -0/+4 |
* | Merge pull request #71907 from TokageItLab/change-animated-sprite-api | Rémi Verschelde | 2023-01-27 | 1 | -8/+10 |
|\ |
|
| * | Make AnimatedSprite's playback API consistent with AnimationPlayer | Silc Renew | 2023-01-26 | 1 | -8/+10 |
* | | Make AnimTree/Player processes adopt to GDVIRTUAL | Silc Renew | 2023-01-26 | 1 | -0/+11 |
|/ |
|
* | Add p_keep_state to AnimationPlayer::stop() | Silc Renew | 2023-01-19 | 1 | -2/+4 |
* | Split pause() from AnimationPlayer's stop() | kobewi | 2023-01-11 | 1 | -3/+9 |
* | Doc consistency: "inspector" to "Inspector" | Micky | 2022-10-27 | 1 | -1/+1 |
* | Fix small mistakes throughout much of the documentation | VolTer | 2022-10-21 | 1 | -1/+1 |
* | Merge pull request #65942 from SaracenOne/animation_change_callback_fix | Rémi Verschelde | 2022-10-10 | 1 | -0/+5 |
|\ |
|
| * | Fix animation change callbacks | SaracenOne | 2022-09-16 | 1 | -0/+5 |
* | | Fix typos with codespell | Rémi Verschelde | 2022-09-30 | 1 | -2/+2 |
|/ |
|
* | Fix redraw timing in AnimationBlendTreeEditor | Silc Renew | 2022-09-14 | 1 | -0/+5 |
* | Improve documentation for `get_animation()` | Haoyu Qiu | 2022-08-29 | 1 | -1/+1 |
* | [doc] Use "param" instead of "code" to refer to parameters (8) | Andy Maloney | 2022-08-12 | 1 | -18/+18 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -34/+34 |
* | Merge pull request #63007 from jtnicholl/animation_player_docs | Rémi Verschelde | 2022-08-01 | 1 | -17/+25 |
|\ |
|
| * | Update classref documentation for AnimationPlayer | Jonathan Nicholl | 2022-08-01 | 1 | -17/+25 |
* | | Add a Movie Quit On Finish property to AnimationPlayer | Hugo Locurcio | 2022-07-27 | 1 | -0/+5 |
|/ |
|
* | Clarify seek() in relation to animation_finished | kobewi | 2022-05-16 | 1 | -0/+1 |
* | Implement Animation Libraries | reduz | 2022-04-11 | 1 | -7/+27 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | 2021-11-15 | 1 | -2/+2 |
* | doc: Update links to latest documentation after content reorganization | Rémi Verschelde | 2021-10-06 | 1 | -1/+1 |
* | doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs | Rémi Verschelde | 2021-10-05 | 1 | -1/+1 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -106/+53 |
* | Clarify animation_changed signal | kobewi | 2021-06-03 | 1 | -1/+2 |
* | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -1/+1 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-02-19 | 1 | -4/+4 |
* | Add animation reset track feature | Pedro J. Estébanez | 2020-12-20 | 1 | -0/+4 |
* | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
* | Remove link to step-by-step/animations | Nathan Lovato | 2020-09-27 | 1 | -1/+0 |
* | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -2/+2 |