summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_tree.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new HashSet templatereduz2022-05-201-1/+1
* Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde2022-05-181-7/+8
|\
| * Fixed delta & Implement selection of whether or not to seek rootSilc Renew2022-05-091-7/+8
* | Replace most uses of Map by HashMapreduz2022-05-161-1/+1
|/
* Improvements of state machineGuilherme Felipe2022-05-021-0/+10
* Discontinue exp map in blendingSilc 'Tokage' Renew2022-04-171-2/+1
* Make blend animation to use ResetTrack as default valueSilc 'Tokage' Renew2022-04-101-0/+3
* Fix blend animation to solve TRS track bug & blend order inconsistencySilc 'Tokage' Renew2022-03-161-1/+4
* Make AnimationTree delta argument force double in coreSilc 'Tokage' Renew2022-01-291-8/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-1/+3
* Remove unimplemented methodsMarcel Admiraal2021-10-211-6/+0
* Implement Animation Blend Shape Tracksreduz2021-10-161-0/+7
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-1/+4
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-3/+1
* implement ping-pong loop in animationTokage2021-10-091-1/+3
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-0/+8
* Some work on double supportAaron Franke2021-08-091-17/+17
* Use doubles for time in animation codeAaron Franke2021-08-091-3/+3
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-1/+1
* Disable Skeleton3D when compiling without 3DAaron Franke2021-06-041-1/+3
* Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke2021-06-031-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-2/+2
* Use Array for node configuration warningsNathan Franke2021-04-111-1/+1
* Refactor Process Modereduz2021-02-181-5/+5
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-48/+36
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-4/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-3/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Property clear caches in animationtree if animatioplayer is modified. Fixes #...Juan Linietsky2018-08-241-0/+2
* -Fix blend tree rename, closes #20210Juan Linietsky2018-08-231-1/+10
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-19/+38
* Add method to manually advance AnimationTree and manual process mode.Saracen2018-08-021-0/+3
* The way multiple quaternions being slerped was not good, changed approach to ...Juan Linietsky2018-06-271-0/+1
* change node graph property and improved some bindingsJuan Linietsky2018-06-271-2/+4
* -Add root motion support in AnimationTree.Juan Linietsky2018-06-261-0/+11
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-0/+267