Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -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-13 | Add vector.h for use different vectors. | Andrei Karas | 1 | -2/+3 | |
Also replace <vector> include into "utils/vector.h" | |||||
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-29 | Remove unused function from animation. | Andrei Karas | 1 | -5/+0 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -1/+1 | |
2016-04-30 | Disable noexcept for clang and old gcc versions. | Andrei Karas | 1 | -12/+12 | |
2016-04-29 | Add name into Animation memory object. | Andrei Karas | 1 | -0/+6 | |
2016-04-26 | Add memory count functions into MapLayer and SpecailLayer. | Andrei Karas | 1 | -1/+2 | |
Also change all memory count functions into const methods. | |||||
2016-04-26 | Add memory count functions into Action and Animation. | Andrei Karas | 1 | -1/+4 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move animation into animation directory. | Andrei Karas | 1 | -0/+95 | |