summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-24Fix memory corruption if use map patch layers.Andrei Karas1-1/+4
2014-02-28fix some leaks issues.Andrei Karas1-0/+1
2014-02-14fix code style.Andrei Karas1-1/+0
2014-02-11add support for map layer replacments.Andrei Karas1-10/+72
2014-02-09Remove loading maps from gzipped file.Andrei Karas1-28/+3
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-8/+12
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18add restrict into mapreader.Andrei Karas1-14/+22
2013-11-20add option to enable/disable map tiles animations.Andrei Karas1-1/+1
2013-10-26Loading map layer masks from layer properties.Andrei Karas1-9/+23
2013-10-19add missing initialisation in mapreader.Andrei Karas1-2/+2
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-09-28remove useless check.Andrei Karas1-2/+1
2013-09-18add missing check.Andrei Karas1-1/+2
2013-09-17add code for loading map heights.Andrei Karas1-3/+31
2013-09-16read map layers based on layer types.Andrei Karas1-37/+57
2013-09-16remove unused includes from resources.Andrei Karas1-2/+0
2013-09-14refactor a bit adding animated tiles.Andrei Karas1-23/+20