summaryrefslogtreecommitdiffstats
path: root/src/animation/backend
Commit message (Expand)AuthorAgeFilesLines
* Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-021-1/+1
* Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-023-3/+3
* Remove defunct TODO commentSean Harmer2017-04-121-1/+0
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-1215-47/+47
* Add a flag to AnimationClipLoader to track where its data comes fromSean Harmer2017-04-122-3/+31
* Refactor clip loading and add support for loading from dataSean Harmer2017-04-124-11/+77
* Use interpolation enum from QKeyFrameSean Harmer2017-04-112-9/+3
* Start adding support for programmatic clips to the backend nodeSean Harmer2017-04-112-5/+28
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-262-8/+0
* Make ClipBlendNodeVisitor use allDependencyIds()Sean Harmer2017-03-261-2/+2
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-265-0/+27
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-267-9/+9
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-263-3/+3
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-267-25/+1
* Remove ClipBlendNode::parentId() functionSean Harmer2017-03-262-6/+0
* Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-262-86/+1
* Remove some dead code related to old blend tree implementationSean Harmer2017-03-263-30/+1
* Implement the new blend tree prep and evaluation jobsSean Harmer2017-03-253-301/+100
* Pass argument by reference and make trivial function inlineSean Harmer2017-03-252-6/+1
* Add storage for channel mappings to BlendedClipAnimatorSean Harmer2017-03-251-0/+4
* Add overload of buildPropertyMappingsSean Harmer2017-03-252-0/+42
* Add function to generate component indices for blend tree formatSean Harmer2017-03-254-4/+66
* Add function assignChannelComponentIndicesSean Harmer2017-03-252-23/+59
* Add a function to build list of unique channel names and typesSean Harmer2017-03-252-0/+46
* Add function to format clip results using a gather operationSean Harmer2017-03-252-0/+22
* Add methods to set and retrieve format indices for a blend value nodeSean Harmer2017-03-252-0/+27
* Add function to evaluate a blend treeSean Harmer2017-03-254-4/+44
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-258-0/+77
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-257-5/+34
* Add typedef of ComponentIndices for QVector<int>Sean Harmer2017-03-252-11/+13
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-194-16/+176
* Add function to evaluate clip at a given phaseSean Harmer2017-03-192-0/+11
* Cleanup whitespaceSean Harmer2017-03-191-1/+1
* Add function to calculate phase of animation from global timeSean Harmer2017-03-192-0/+14
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-175-0/+39
* Add ClipResults to ClipBlendNode indexed by animator idSean Harmer2017-03-172-0/+29
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-174-13/+15
* Add ClipAnimator::setLoops() for testing purposesSean Harmer2017-03-061-0/+1
* Rename channelGroup -> channelSean Harmer2017-03-062-5/+4
* Use QVector<char> rather than QStringList for channel suffixesSean Harmer2017-03-062-14/+12
* Rename Channel -> Component in channelComponentsToIndicesHelper()Sean Harmer2017-03-061-11/+11
* Rename peerId argument to animatorId in preparePropertyChanges()Sean Harmer2017-03-062-3/+3
* Rename ClipPreEvaluationData to ClipEvaluationDataSean Harmer2017-03-064-9/+9
* Rename animationEvaluationDataForAnimatorSean Harmer2017-03-063-3/+3
* Remove AnimationUtils classSean Harmer2017-03-0610-134/+145
* Refactor tst_animationutils to be data drivenSean Harmer2017-03-021-0/+1
* Remove unneeded AnimationClipLoader::m_objectNameSean Harmer2017-03-022-5/+0
* Update naming of animation building blocksSean Harmer2017-03-027-89/+89
* Cleanup coding style a littleSean Harmer2017-03-022-2/+6