summaryrefslogtreecommitdiff
path: root/src/resources/imageset.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-4/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-04-08Remove most setters and getters from Resource class.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+1
2016-05-06Fix code style.Andrei Karas1-2/+2
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas1-1/+1
2016-04-25Add memory count function into Imageset.Andrei Karas1-0/+7
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-08-14add flag into resource and imageset what prevent subimage or other resource f...Andrei Karas1-1/+3
2013-04-20fix style in resources directory.Andrei Karas1-0/+1
2013-04-15improve imageset class.Andrei Karas1-12/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-30add atlas textures support.Andrei Karas1-0/+10
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+1
2012-09-02Add const to more classes.Andrei Karas1-3/+3
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-03Change imageset offset work not like default offset, but as additional offset.Andrei Karas1-1/+4
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+2
2011-03-18Fix compilation warnings.Andrei Karas1-1/+1
2011-03-16Add checks and fix some code style.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+64