summaryrefslogtreecommitdiff
path: root/src/resources/sprite/animatedsprite.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Fix unit tests (add missing random initialisation).Andrei Karas1-9/+13
2016-03-18Add custom rand function implimentation, based on precreated random sequence.Andrei Karas1-4/+5
2016-03-04Remove getter getAlpha form image class.Andrei Karas1-7/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-7/+7
2016-02-05Add support for play animation in cutins.Andrei Karas1-0/+16
2016-01-06Add noexcept into animatedsprite.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2016-01-01Fix code style.Andrei Karas1-1/+2
2015-12-30Add debug flag for debugging animated sprites.Andrei Karas1-0/+9
2015-12-29Move animationdelayload into sprite directory.Andrei Karas1-2/+2
2015-12-29Move animation into animation directory.Andrei Karas1-1/+2
2015-12-27Add restrict keyrowrd in animatedsprite.Andrei Karas1-41/+37
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-0/+439