summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Remove some extra checks from mapreader.Andrei Karas1-4/+2
2016-03-18Fix typos.Andrei Karas1-1/+1
2016-03-07Add some missing nonnull attributes to map/maplayer classes.Andrei Karas1-4/+7
2016-02-28Fix compilation warnings.Andrei Karas1-0/+1
2016-02-28Ignore map layer with name "Actions" for future usage.Andrei Karas1-12/+24
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-02-03Add misisng check in map reader.Andrei Karas1-1/+2
2016-01-29Fix code style.Andrei Karas1-2/+0
2016-01-25Add file utils function getFilesInDir.Andrei Karas1-0/+1
2016-01-20Add pugixml backend incomplete.Andrei Karas1-10/+7
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move animation into animation directory.Andrei Karas1-1/+2
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-1/+2
2015-10-22Add support for layer property ConditionLayer for future usage.Andrei Karas1-0/+10
2015-10-21Add support for layers with conditional tiles.Andrei Karas1-0/+1
2015-10-21Add map layer attribute TileCondition.Andrei Karas1-3/+12
2015-10-15Rename blockTile to AddBlockMask in map.Andrei Karas1-6/+6
2015-08-22Use resource manager as global variable.Andrei Karas1-5/+3
2015-07-11Add missing checks into resources.Andrei Karas1-3/+3
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+2
2015-06-26Fix map layers loading after last checks.Andrei Karas1-4/+5
2015-06-25Add missing checks into resources directory.Andrei Karas1-3/+23
2015-05-15Fix draw map layers before switching map modes.Andrei Karas1-1/+1
2015-05-15Improve a bit map draw performance.Andrei Karas1-0/+2
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-3/+5
2015-05-06Add strong types bool type UseResman.Andrei Karas1-3/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-3/+4
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-3/+3
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas1-3/+3
2015-01-04Add stringmap typedefs.Andrei Karas1-3/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+15
2014-05-31Improve profiler speed.Andrei Karas1-3/+6
2014-05-23Fix possible memory leak.Andrei Karas1-0/+3
2014-05-19fix code style.Andrei Karas1-3/+3
2014-05-19Move mapitemtype into separate file.Andrei Karas1-3/+4
2014-05-19Move mapinfo into separate file.Andrei Karas1-1/+1
2014-05-12Fix code styleAndrei Karas1-0/+1
2014-05-11Move blocktype into separate file.Andrei Karas1-6/+7
2014-05-11Move map consts into separate file.Andrei Karas1-0/+1
2014-05-11Move mapitem into separate file.Andrei Karas1-0/+1
2014-05-11Move tileanimation into separate file.Andrei Karas1-0/+2
2014-05-11Move map related files into resources/map.Andrei Karas1-2/+3
2014-05-09Fix code style.Andrei Karas1-1/+0
2014-05-08Fix code style in resources.Andrei Karas1-3/+3
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-04-30Fix code style in resources.Andrei Karas1-1/+2
2014-04-27Add support for <animation> tag in map files.Andrei Karas1-33/+59
2014-03-28simplify variables cleanup.Andrei Karas1-6/+2