summaryrefslogtreecommitdiff
path: root/src/resources/sprite/animatedsprite.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-05Add function for draw rescaled animated sprite.Andrei Karas1-0/+21
2017-08-22Remove some parentheses.Andrei Karas1-2/+2
2017-08-21Remove useless else.Andrei Karas1-6/+3
2017-06-30Move likely macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-35/+36
2017-04-08Remove most setters and getters from Resource class.Andrei Karas1-1/+1
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-1/+1
2017-01-03Remove useless todo messages.Andrei Karas1-1/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Add A_UNLIKELY into AnimatedSprite::update.Andrei Karas1-2/+2
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-6/+2
2016-10-04Move FrameType enum into enums directory.Andrei Karas1-8/+8
2016-09-23Add missing comments into defines.Andrei Karas1-3/+6
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-05-27Move spritedef load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-1/+1
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