Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-08 | Move resourcemanager from class to namespace. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -4/+5 | |
2016-06-06 | Fix compilation warnings if use debug images define. | Andrei Karas | 1 | -2/+2 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -1/+1 | |
2016-04-26 | Add memory count functions into MapLayer and SpecailLayer. | Andrei Karas | 1 | -1/+1 | |
Also change all memory count functions into const methods. | |||||
2016-04-23 | Fix code style. | Andrei Karas | 1 | -3/+1 | |
2016-04-22 | Add memorycounter interface. Impliment it in Image. | Andrei Karas | 1 | -0/+9 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -2/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-09-16 | remove unused includes from resources. | Andrei Karas | 1 | -1/+0 | |
2013-08-29 | improve debug checkers. | Andrei Karas | 1 | -0/+14 | |
add missing surface functions for debugging. | |||||
2013-08-14 | add flag into resource and imageset what prevent subimage or other resource ↵ | Andrei Karas | 1 | -1/+1 | |
from auto removing. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-03 | Add const to more classes. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-09-01 | Eliminate asserts from most files. | Andrei Karas | 1 | -2/+0 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 1 | -1/+0 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+58 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |