summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-13fix animaed tiles in csv map format.Andrei Karas1-1/+15
2013-06-20Add more profiler labels.Andrei Karas1-0/+6
2013-04-20fix style in resources directory.Andrei Karas1-2/+1
2013-04-16improve mapreader class.Andrei Karas1-150/+171
2013-04-14some more style fixes from cpplint.Andrei Karas1-6/+4
2013-03-17add walkmaps support.Andrei Karas1-1/+4
2013-03-11Add some fixes after automatic checks.Andrei Karas1-3/+1
2013-03-02Other fixes from Coverity checks.Andrei Karas1-2/+10
2013-02-26Improve string usage in other files.Andrei Karas1-3/+3
2013-02-18Enable some features for tmw like servers.Andrei Karas1-1/+1
2013-01-27Add ability to maps to play music files with map name.Andrei Karas1-1/+15
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-09Fix code style.Andrei Karas1-1/+1
2012-10-02Remove most C casts.Andrei Karas1-1/+1
2012-09-30Some error fixes in atlases.Andrei Karas1-2/+5
2012-09-30add atlas textures support.Andrei Karas1-0/+12
2012-09-13Fix code style.Andrei Karas1-3/+3
2012-09-13Improve a bit map load speed.Andrei Karas1-4/+14
2012-09-04add const to more classes,Andrei Karas1-1/+2
2012-09-03Add const to more classes.Andrei Karas1-27/+29
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-08-15Fix code style again.Andrei Karas1-4/+4
2012-08-12Add support for tileset properties.Andrei Karas1-3/+22
2012-06-24Add autodetection walkable tiles in maps without client data.Andrei Karas1-0/+3
2012-06-24Add basic support for maps without client data (tmx, tiles, etc)Andrei Karas1-4/+14
2012-06-03Improve a bit animation speed.Andrei Karas1-1/+1
2012-05-31Add sittop sprites support.Andrei Karas1-0/+3
2012-02-09Add NotVersion map layer property.Andrei Karas1-0/+2
2012-02-09Add Hidden layer property. If it set to 1 then client will ignore this layer.Andrei Karas1-6/+23
2012-02-08Fix code style with new tool.Andrei Karas1-2/+2
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-13/+13