summaryrefslogtreecommitdiff
path: root/src/resources/atlas/atlasresource.h
AgeCommit message (Collapse)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
Also remove some empty destructors.
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-13Add vector.h for use different vectors.Andrei Karas1-2/+2
Also replace <vector> include into "utils/vector.h"
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas1-2/+2
Also change all memory count functions into const methods.
2016-04-25Add memory counting functions into AtlasResource and some other.Andrei Karas1-0/+4
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-2/+2
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-26Fix code style.Andrei Karas1-2/+0
2015-12-21Move atlas related files inpt atlas directory.Andrei Karas1-0/+53