summaryrefslogtreecommitdiff
path: root/src/resources/action.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-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-05-06Add missing const.Andrei Karas1-1/+1
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-4/+4
2016-04-29Add name into Action memory object.Andrei Karas1-1/+2
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas1-3/+3
2016-04-26Add memory count functions into Action and Animation.Andrei Karas1-0/+18
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move animation into animation directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-19fix code style.Andrei Karas1-1/+2
2014-05-19Move spritedirection into separate file.Andrei Karas1-7/+8
2014-05-08Fix code style in resources.Andrei Karas1-3/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-19add noexcept into action.Andrei Karas1-4/+5
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-04-20fix style in resources directory.Andrei Karas1-0/+1
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-3/+3
2012-04-25Improve iterators part 2.Andrei Karas1-3/+2
2012-02-26Fix incorrect last dead frame delay for old servers.Andrei Karas1-0/+13
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-24Add ability to play different animation depend on monster hp.Andrei Karas1-1/+2
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-1/+6
2011-01-21Add diagonal animations.Andrei Karas1-3/+13
2011-01-02Initial commit.Andrei Karas1-0/+52