summaryrefslogtreecommitdiff
path: root/src/being/compoundsprite.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-3/+3
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Another fix for old compilers.Andrei Karas1-1/+1
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-3/+3
2016-09-23Add missing comments into defines.Andrei Karas1-1/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-8/+8
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-8/+8
2016-04-09Revert "Improve drawing player sprites performance."Andrei Karas1-3/+0
2016-03-31Improve drawing player sprites performance.Andrei Karas1-0/+3
2016-03-14Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSpri...Andrei Karas1-8/+4
2016-03-13Split CompoundSprite::draw into draw and drawSimple.Andrei Karas1-0/+4
2016-03-07Remove some unused functions from compoundsprite.Andrei Karas1-13/+1
2016-03-04Remove getter empty from compoundsprite.Andrei Karas1-3/+0
2016-03-04Remove getter size from compoundsprite.Andrei Karas1-3/+0
2016-03-04Remove getter getSprite from compoundsprite.Andrei Karas1-4/+2
2016-02-20Add missing const in being directory.Andrei Karas1-2/+4
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-30Fix animation time for new animated sprites.Andrei Karas1-0/+8
2015-12-26Fix code style.Andrei Karas1-0/+2
2015-12-20Move sprite.h into sprites directory.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-1/+1
2015-04-02Remove useless virtual keywords.Andrei Karas1-11/+12
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-28Fix formatting in being files.Andrei Karas1-72/+73
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-1/+1
2014-05-19Move spritedirection into separate file.Andrei Karas1-1/+1
2014-05-13fix code style.Andrei Karas1-2/+1
2014-05-12Extract compountitem into separate file.Andrei Karas1-16/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-14chnage return values for draw functions from bool to void.Andrei Karas1-1/+1
2013-10-24add final keyword to being files.Andrei Karas1-8/+9
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
2013-08-31move being related files into being dir.Andrei Karas1-0/+161