summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2016-05-07Fix some includes.Andrei Karas1-1/+0
2016-05-06Add missing base classes into constructors initialization lists.Andrei Karas4-2/+9
2016-05-06Add missing const.Andrei Karas2-2/+2
2016-05-06Fix code style.Andrei Karas20-42/+38
2016-05-01Remove CLANG_FALLTHROUGH from mapreader.cppAndrei Karas1-1/+0
2016-04-30Hide attribute clang::fallthrough in macros.Andrei Karas1-3/+1
2016-04-30Add attribute for hide warning about missing break in MapReader.Andrei Karas1-0/+3
2016-04-30Add pragmas into MapReader to avoid destructor clang warning.Andrei Karas1-0/+3
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas9-70/+70
2016-04-30Fix glext.h include for MacOSX.Andrei Karas1-2/+4
2016-04-29Add memory counting into MapHeights.Andrei Karas3-2/+16
2016-04-29Add memory counting into ObjectsLayer.Andrei Karas3-2/+17
2016-04-29Add memory counting into AbmientLayer.Andrei Karas3-7/+35
2016-04-29Add missing explicit keyword in Action.Andrei Karas1-1/+1
2016-04-29Add partial support for memory counting in Map.Andrei Karas3-7/+73
2016-04-29Add name into WalkLayer memory object.Andrei Karas1-0/+3
2016-04-29Add name into SpecialLayer memory object.Andrei Karas3-7/+16
2016-04-29Add name into MapLayer memory object.Andrei Karas3-5/+23
2016-04-29Add name into TexttureAtlas memory object.Andrei Karas1-0/+3
2016-04-29Add name into AtlasItem memory object.Andrei Karas1-0/+3
2016-04-29In memory usage tree not show 0 for child objects.Andrei Karas1-6/+16
2016-04-29Add name into Animation memory object.Andrei Karas5-3/+17
2016-04-29Add name into Action memory object.Andrei Karas3-3/+8
2016-04-29Add name into memory usage tree for SDLMusic and SoundEffect.Andrei Karas6-13/+34
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas16-25/+29
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas1-0/+8
2016-04-28Remove useless function ResourceManager::load.Andrei Karas2-19/+4
2016-04-28Show object name/source in memory counting tree.Andrei Karas6-4/+23
2016-04-28Fix compilation warnings in memory manager.Andrei Karas1-3/+3
2016-04-27Show counted memory usage sum in chat.Andrei Karas2-3/+19
2016-04-26Add chat command for print memory usage. For now only report about resources.Andrei Karas2-0/+21
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas33-57/+93
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move doublerect into separate file.Andrei Karas1-0/+34
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+1
2016-04-26Add memory count functions into ResourceManager.Andrei Karas2-1/+38
2016-04-26Fix compilation warning with some flags.Andrei Karas1-0/+2
2016-04-26Add memory count function into Tileset.Andrei Karas1-0/+17
2016-04-26Add memory count function into WalkLayer.Andrei Karas2-0/+9
2016-04-26Add memory count functions into Action and Animation.Andrei Karas7-4/+82
2016-04-25Add memory counting functions into AtlasResource and some other.Andrei Karas4-3/+53
2016-04-25Add memory count function into Imageset.Andrei Karas2-0/+9
2016-04-25Add memory count function into SDLMusic.Andrei Karas2-0/+9
2016-04-25Fix Image and SubImage memory calculaiton functions.Andrei Karas2-2/+4
2016-04-25Add memory count function into SoundEffect.Andrei Karas2-0/+9
2016-04-25Add memory count method into SubImage.Andrei Karas2-0/+9
2016-04-23Fix include in memorymanager class.Andrei Karas1-1/+1
2016-04-23Fix code style.Andrei Karas5-22/+9
2016-04-22Add memorycounter interface. Impliment it in Image.Andrei Karas8-1/+220
2016-04-18Add into being dbs, shared attribute "quickActionEffect".Andrei Karas3-0/+11