summaryrefslogtreecommitdiff
path: root/src/resources/map
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Add missing comments into defines.Andrei Karas3-11/+12
2016-08-18Fix some style issues.Andrei Karas1-4/+6
2016-08-09Fix compilation after last commit.Andrei Karas1-0/+1
2016-08-09Remove extra include from map.hAndrei Karas1-1/+0
2016-08-09Add missing include into mapobject.hAndrei Karas1-0/+2
2016-08-08Remove default value from block mask in Map::getWalk.s20160809Andrei Karas1-2/+1
2016-08-07Add monster wall collision type.Andrei Karas2-7/+15
2016-08-07Add player wall collision type (5).Andrei Karas2-1/+9
2016-06-15Fix compilation with gcc 4.4 and add exception into deheader script.Andrei Karas1-2/+0
2016-06-15Fix other include issues.Andrei Karas2-4/+2
2016-06-14Fix being transparency with OpenGL renderers.Andrei Karas1-7/+3
2016-06-07Move subimage class into image directory.Andrei Karas1-3/+4
2016-06-07Move image class into image directory.Andrei Karas2-2/+2
2016-06-06Report in map reader if loaded tilesets not included into atlases.Andrei Karas1-0/+3
2016-05-29Fix code style.Andrei Karas1-2/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas2-3/+3
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas2-5/+5
2016-05-24Move resourcemanager into subdirectory.Andrei Karas2-2/+4
2016-05-06Add missing base classes into constructors initialization lists.Andrei Karas3-2/+7
2016-05-06Fix code style.Andrei Karas7-14/+12
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas2-26/+26
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 Karas1-4/+14
2016-04-29Add partial support for memory counting in Map.Andrei Karas2-5/+67
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 Karas2-2/+9
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas7-5/+38
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+1
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-17Revert "Remove override keyword, if it present with final."Andrei Karas2-2/+2
2016-04-17Remove override keyword, if it present with final.Andrei Karas2-2/+2
2016-03-26Fix code style.Andrei Karas1-1/+0
2016-03-16Split ParticleEngine from Particle class.Andrei Karas2-8/+14
2016-03-07Add some missing nonnull attributes to map/maplayer classes.Andrei Karas3-12/+10
2016-03-03Improve a bit pixel calculation in map layers.Andrei Karas2-8/+12
2016-03-02Fix movement by diagonal near water or air collisions.Andrei Karas1-3/+4
2016-02-28Ignore map layer with name "Actions" for future usage.Andrei Karas1-1/+2
2016-02-08Add some missing const.Andrei Karas3-4/+4
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas4-15/+15
2016-01-06Add noexcept into map.Andrei Karas1-24/+26
2016-01-06Add noexcept into maplayer.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas24-24/+24
2016-01-01Fix code style.Andrei Karas1-2/+4
2015-12-29Move simpleanimation into animation directory.Andrei Karas1-1/+1
2015-12-27Fix compilation with different flags.Andrei Karas2-2/+2
2015-12-27Add restrict keyword in map.Andrei Karas2-168/+194