summaryrefslogtreecommitdiff
path: root/src/resources/sprite/spritedef.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-14/+14
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-17Remove default parameters from spritedef.Andrei Karas1-1/+1
2017-09-01Add some checks after automatic check code by tools.Andrei Karas1-2/+10
2017-08-21Remove useless else.Andrei Karas1-2/+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-18/+22
2017-04-08Remove most setters and getters from Resource class.Andrei Karas1-4/+4
2017-04-03Replace string::append with pathJoin.Andrei Karas1-1/+1
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-1/+1
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-6/+6
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-1/+1
2016-10-04Fix fallback code in spritedef.cppAndrei Karas1-1/+1
2016-10-03Add support for set imageset by name for each tag in animation.Andrei Karas1-14/+27
2016-08-10Use xml loader in spritedef.Andrei Karas1-4/+15
2016-06-20Remove useless includes.Andrei Karas1-1/+0
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-05-20Fix code style.Andrei Karas1-1/+2
2016-05-12Improve more error messages in SpriteDef.Andrei Karas1-16/+36
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 Karas1-3/+6
2016-05-11Add asserts into SpriteDef.Andrei Karas1-2/+20
2016-05-06Add missing const.Andrei Karas1-1/+1
2016-05-06Fix code style.Andrei Karas1-5/+5
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 Karas1-7/+7
2016-04-26Add memory count functions into Action and Animation.Andrei Karas1-0/+37
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move animation into animation directory.Andrei Karas1-1/+2
2015-12-21Move dye related files into dye directory.Andrei Karas1-1/+2
2015-12-20Move spritereference.h into sprite directory.Andrei Karas1-1/+2
2015-12-20Move spriteaction.h into const directory.Andrei Karas1-1/+2
2015-12-20Move spritedef into sprite directory.Andrei Karas1-0/+591