summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/animationutils
Commit message (Expand)AuthorAgeFilesLines
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-26/+26
* Add a flag to AnimationClipLoader to track where its data comes fromSean Harmer2017-04-121-0/+5
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-261-0/+5
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-261-1/+1
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-261-3/+0
* Add overload of buildPropertyMappingsSean Harmer2017-03-251-0/+196
* Add function to generate component indices for blend tree formatSean Harmer2017-03-253-0/+577
* Add function assignChannelComponentIndicesSean Harmer2017-03-251-0/+66
* Add a function to build list of unique channel names and typesSean Harmer2017-03-251-0/+126
* Add function to format clip results using a gather operationSean Harmer2017-03-251-0/+68
* Add function to evaluate a blend treeSean Harmer2017-03-251-0/+335
* Add missing parentheses in conditionalSean Harmer2017-03-251-2/+2
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-191-0/+69
* Add function to evaluate clip at a given phaseSean Harmer2017-03-191-0/+107
* Add function to calculate phase of animation from global timeSean Harmer2017-03-191-0/+165
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-171-4/+4
* Extend animation utils test to cover evaluationDataForAnimator()Sean Harmer2017-03-061-0/+99
* Extend animation utils test to cover evaluationDataForClip()Sean Harmer2017-03-061-0/+131
* Extend animation utils test to cover channelComponentsToIndicesSean Harmer2017-03-061-0/+84
* Extend animation utils test to cover channelComponentsToIndicesHelperSean Harmer2017-03-061-0/+204
* Extend animation utils test to cover evlaluateClipAtLocalTime()Sean Harmer2017-03-063-0/+370
* Extend test to cover preparePropertyChanges helperSean Harmer2017-03-061-0/+248
* Add test for localTimeFromGLobalTime helperSean Harmer2017-03-061-0/+165
* Remove AnimationUtils classSean Harmer2017-03-061-6/+6
* Refactor tst_animationutils to be data drivenSean Harmer2017-03-021-20/+63
* Factor out some helper functions in AnimationUtils testSean Harmer2017-03-021-16/+43
* Update naming of animation building blocksSean Harmer2017-03-022-48/+113
* Add test for AnimationUtilsSean Harmer2017-03-024-0/+164