summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-7/+7
2012-01-10Move libxml2 includes to xml.hAndrei Karas1-1/+0
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-6/+6
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-12/+12
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-09-01Eliminate asserts from most files.Andrei Karas1-3/+3
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-07Add map reduce feature for software drawing.Andrei Karas1-0/+1
2011-06-03Fix memory leak in mapreader class.Andrei Karas1-4/+6
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-21Add monster walktype attribute to detect on what collisions monster can move.Andrei Karas1-0/+3
2011-05-17Debug option to dump loaded images names.Andrei Karas1-2/+0
2011-05-09Impliment air and water block types.Andrei Karas1-2/+29
2011-04-29Fix code style.Andrei Karas1-1/+1
2011-04-23Move special map flag from object layer to map properties.Andrei Karas1-4/+1
2011-04-23Reorder map sprites to draw correctly player with more than one tile width.Andrei Karas1-0/+4
2011-04-19Small optimisation.Andrei Karas1-1/+1
2011-04-13Impliment new tags in sprites animations and random condition.Andrei Karas1-1/+2
2011-04-09Improve map loading speed.Andrei Karas1-1/+3
2011-03-30Add background music map ranges.Andrei Karas1-0/+5
2011-03-19Fix code style and add small optimisations.Andrei Karas1-2/+4
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-10/+13
2011-03-16Add checks and fix some code style.Andrei Karas1-3/+6
2011-03-13Add ability to remap maps to different files.Andrei Karas1-14/+16
2011-02-20Fix some code style and some errors.Andrei Karas1-0/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-10Add checks to mapreader.Andrei Karas1-49/+8
2011-02-10Add support for CSV map dataJared Adams1-1/+34
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-1/+2