summaryrefslogtreecommitdiff
path: root/src/resources/map/maplayer.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-06Add noexcept into maplayer.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-24Fix compilation with clang.Andrei Karas1-4/+4
2015-12-24Add restrict keyword into maplayer.Andrei Karas1-26/+29
2015-11-23Fix code style in map layer.Andrei Karas1-5/+11
2015-10-21Add support for layers with conditional tiles.Andrei Karas1-1/+6
2015-10-21Add map layer attribute TileCondition.Andrei Karas1-1/+4
2015-10-11Add structure for tile object.Andrei Karas1-2/+4
2015-06-26Add missing checks into map directory.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-14/+27
2015-06-03Convert MapType enum into strong typed enum.Andrei Karas1-2/+2
2015-05-31Move maptype enum into enums directory.Andrei Karas1-1/+1
2015-05-16Remove parameter from fringe layer draw function.Andrei Karas1-2/+5
2015-05-16Improve a bit map layers draw.Andrei Karas1-7/+10
2015-05-15Add missing cost to map and maplayer.Andrei Karas1-11/+13
2015-03-17Remove useless includes from .h files.Andrei Karas1-3/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-09Add empty map mode without collisions.Andrei Karas1-4/+4
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas1-1/+1
2014-05-12Fix code styleAndrei Karas1-5/+0
2014-05-11Move objectslayer into separate file.Andrei Karas1-21/+0
2014-05-11Move mapitem into separate file.Andrei Karas1-76/+0
2014-05-11Move speciallayer into separate file.Andrei Karas1-32/+0
2014-05-11Move mapobjectlayer into separate file.Andrei Karas1-13/+1
2014-05-11Move mapoject into separate file.Andrei Karas1-12/+2
2014-05-11Move maprowvertexes into separate file.Andrei Karas1-19/+2
2014-05-11Move map related files into resources/map.Andrei Karas1-0/+328