summaryrefslogtreecommitdiff
path: root/src/resources/sprite
AgeCommit message (Expand)AuthorFilesLines
2017-01-03Update copyright year.Andrei Karas12-12/+12
2016-12-29Add A_UNLIKELY into AnimatedSprite::update.Andrei Karas1-2/+2
2016-12-12Another fix for old compilers.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-2/+2
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas2-7/+3
2016-10-04Fix fallback code in spritedef.cppAndrei Karas1-1/+1
2016-10-04Move FrameType enum into enums directory.Andrei Karas1-8/+8
2016-10-03Add support for set imageset by name for each tag in animation.Andrei Karas2-14/+30
2016-09-23Add missing comments into defines.Andrei Karas3-8/+14
2016-09-09Fix code style.Andrei Karas1-3/+3
2016-08-30Fix some leaks in unit tests.Andrei Karas1-0/+3
2016-08-10Use xml loader in spritedef.Andrei Karas1-4/+15
2016-07-24Remove extra includes.Andrei Karas1-2/+0
2016-06-20Remove useless includes.Andrei Karas1-1/+0
2016-06-15Fix tests compilation without SDL2.Andrei Karas1-0/+4
2016-06-14Remove some useless includes.Andrei Karas1-2/+0
2016-06-13Fix unit tests compilation.Andrei Karas1-0/+2
2016-06-07Move image class into image directory.Andrei Karas2-2/+3
2016-05-31Fix different include issues.Andrei Karas1-0/+2
2016-05-27Move spritedef load function from resourcemanager into separate file.Andrei Karas2-3/+5
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas4-4/+7
2016-05-20Fix code style.Andrei Karas1-1/+2
2016-05-12Improve more error messages in SpriteDef.Andrei Karas2-17/+38
2016-05-12Macro reportAlways also show message in log if asserts disabled in compile time.Andrei Karas1-18/+2
2016-05-12Improve error messages in SpriteDef.Andrei Karas2-13/+16
2016-05-11Add asserts into SpriteDef.Andrei Karas1-2/+20
2016-05-11Fix issues in tests after adding some asserts.Andrei Karas1-2/+3
2016-05-11Fix asserts in unit tests.Andrei Karas1-0/+3
2016-05-06Add missing const.Andrei Karas1-1/+1
2016-05-06Fix code style.Andrei Karas1-5/+5
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas2-9/+9
2016-04-29Add name into Animation memory object.Andrei Karas1-1/+1
2016-04-29Add name into Action memory object.Andrei Karas1-1/+1
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas2-9/+10
2016-04-26Add memory count functions into Action and Animation.Andrei Karas2-0/+41
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas2-24/+24
2016-04-17Remove override keyword, if it present with final.Andrei Karas2-24/+24
2016-03-19Fix unit tests (add missing random initialisation).Andrei Karas2-9/+15
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 Karas2-8/+4
2016-02-17Fix unit tests compilation with SDl 1.2Andrei Karas1-2/+0
2016-02-17Fix unit tests if build with SDL2 support.Andrei Karas1-1/+10
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-7/+7
2016-02-05Fix unit tests compilation.Andrei Karas1-3/+0
2016-02-05Add support for play animation in cutins.Andrei Karas2-0/+23
2016-01-06Add noexcept into animatedsprite.Andrei Karas2-10/+11
2016-01-02Update copyright year in .cc files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas11-11/+11