summaryrefslogtreecommitdiff
path: root/src/resources/memorymanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+1
2016-05-20Fix code style.Andrei Karas1-3/+4
2016-05-07Fix some includes.Andrei Karas1-1/+0
2016-04-29In memory usage tree not show 0 for child objects.Andrei Karas1-6/+16
2016-04-28Show object name/source in memory counting tree.Andrei Karas1-2/+4
2016-04-28Fix compilation warnings in memory manager.Andrei Karas1-3/+3
2016-04-27Show counted memory usage sum in chat.Andrei Karas1-2/+16
2016-04-26Add chat command for print memory usage. For now only report about resources.Andrei Karas1-0/+19
2016-04-23Fix include in memorymanager class.Andrei Karas1-1/+1
2016-04-23Fix code style.Andrei Karas1-3/+3
2016-04-22Add memorycounter interface. Impliment it in Image.Andrei Karas1-0/+52