summaryrefslogtreecommitdiff
path: root/src/resources/atlas/atlasresource.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-91/+0
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-3/+3
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-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-04-08Remove most setters and getters from Resource class.Andrei Karas1-2/+2
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-1/+0
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-2/+2
2016-05-06Fix code style.Andrei Karas1-2/+2
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas1-3/+3
Also change all memory count functions into const methods.
2016-04-25Add memory counting functions into AtlasResource and some other.Andrei Karas1-0/+18
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-21Move atlas related files inpt atlas directory.Andrei Karas1-0/+74