summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_player.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40063 from RandomShaper/clean_blend_timesRémi Verschelde2020-07-031-0/+2
|\
| * Ignore blend times for inexistent animationsPedro J. Estébanez2020-07-021-0/+2
* | Merge pull request #36879 from ThakeeNathees/animation-autocomplete-bug-fixRémi Verschelde2020-07-021-1/+1
|\ \ | |/ |/|
| * animation autocomplete bug fixedThakee Nathees2020-03-071-1/+1
* | Restore capture caches when missingTomasz Chabora2020-06-051-1/+1
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-60/+114
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-133/+0
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-3/+8
* | Revert "Emit signal when animation ends by seek"Rémi Verschelde2020-05-041-2/+2
* | [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-2/+2
* | Emit signal when animation ends by seekvolzhs2020-04-221-2/+2
* | Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-13/+0
* | Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* | Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-6/+6
|/
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-5/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* Added StringName as a variant type.Juan Linietsky2020-02-211-6/+6
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-9/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Added skin support and simplified APIs to override bone position.Juan Linietsky2019-09-181-1/+1
|/
* fix animation freeze when playing animation from another AnimationPlayerUnknown2019-08-191-1/+3
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-10/+3
* Merge pull request #24249 from zorbathut/zorbathut/animimmediateRémi Verschelde2019-06-201-8/+36
|\
| * Implement AnimationPlayer call modes as per #23498.Ben Rog-Wilhelm2018-12-091-8/+36
* | Fix 2D bones ignored by onion skinningPedro J. Estébanez2019-05-221-0/+8
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* | Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde2019-04-301-1/+10
|\ \
| * | Add settings for single-quotes on completionMateus Felipe C. C. Pinto2018-12-181-1/+10
* | | Removed some printsJuan Linietsky2019-03-021-3/+0
* | | Fix AnimationPlayer jumping to the beggining after ending on editor.Luiz2019-02-201-4/+8
* | | Fix AnimationPlayer bug where it wouldn't reset its position when finishedLuiz2019-02-141-0/+1
* | | -Fixes to undo redo to avoid crash, closes #24251Juan Linietsky2019-02-141-15/+2
* | | Fix some AnimationPlayer bugs and update documentationLuiz2019-02-131-2/+10
* | | When an animationplayer sets a property on itself recreate the cachesHein-Pieter van Braam2019-02-011-2/+8
* | | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/ /
* | Merge pull request #22739 from DualMatrix/autoplay_warnRémi Verschelde2018-12-121-0/+2
|\ \ | |/ |/|
| * Added warning when setting autoplay of AnimationPlayer that's inside the tree.DualMatrix2018-10-051-0/+2
* | Made it possible to read AnimationPlayer queue from GDscriptDualMatrix2018-11-281-0/+10
* | Reseek if cachees were cleared in animation player, fixes #19424Juan Linietsky2018-11-191-0/+3
|/
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1