summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/animationutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend generateClipFormatIndices() to handle jointIndexSean Harmer2017-09-021-1/+2
* Extend buildRequiredChannelsAndTypes to handle indexed targetsSean Harmer2017-09-021-5/+37
* Add support for animation callbacksLaszlo Agocs2017-06-231-66/+100
* Add support for channel components with no nameLaszlo Agocs2017-06-211-0/+6
* Pick the right type for QVariant channel targetsLaszlo Agocs2017-06-141-0/+2
* Add support for animating a QColorLaszlo Agocs2017-06-141-3/+19
* Fix animation inifinite loopingLaszlo Agocs2017-06-081-1/+1
* Fix container detachments detected by clazySergio Martins2017-05-261-2/+3
* Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-021-1/+1
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-5/+5
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-261-1/+1
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-261-1/+1
* Add overload of buildPropertyMappingsSean Harmer2017-03-251-0/+36
* Add function to generate component indices for blend tree formatSean Harmer2017-03-251-0/+46
* Add function assignChannelComponentIndicesSean Harmer2017-03-251-23/+53
* Add a function to build list of unique channel names and typesSean Harmer2017-03-251-0/+31
* Add function to format clip results using a gather operationSean Harmer2017-03-251-0/+18
* Add function to evaluate a blend treeSean Harmer2017-03-251-0/+36
* Add typedef of ComponentIndices for QVector<int>Sean Harmer2017-03-251-3/+3
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-191-3/+38
* Add function to evaluate clip at a given phaseSean Harmer2017-03-191-0/+7
* Add function to calculate phase of animation from global timeSean Harmer2017-03-191-0/+9
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-171-1/+1
* Rename channelGroup -> channelSean Harmer2017-03-061-4/+3
* Use QVector<char> rather than QStringList for channel suffixesSean Harmer2017-03-061-13/+11
* Rename Channel -> Component in channelComponentsToIndicesHelper()Sean Harmer2017-03-061-11/+11
* Rename peerId argument to animatorId in preparePropertyChanges()Sean Harmer2017-03-061-2/+2
* Rename ClipPreEvaluationData to ClipEvaluationDataSean Harmer2017-03-061-3/+3
* Remove AnimationUtils classSean Harmer2017-03-061-18/+21
* Update naming of animation building blocksSean Harmer2017-03-021-23/+24
* Cleanup coding style a littleSean Harmer2017-03-021-1/+3
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-3/+3
* Deliver all events by default unless marked as intermediateSean Harmer2017-02-091-2/+1
* Improve the clip evalution codePaul Lemire2017-01-301-30/+15
* Refactor clip evaluation and property mappingPaul Lemire2017-01-291-0/+337