summaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-30add atlas textures support.Andrei Karas1-1/+7
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-16Add const to variables with type size_t.Andrei Karas1-4/+2
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-2/+1
2012-09-11comment unused method in map class.Andrei Karas1-0/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+1
2012-09-04add const to more classes,Andrei Karas1-3/+2
2012-09-02Add const to more classes.Andrei Karas1-86/+95
2012-08-29Add const to more classes.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-2/+3
2012-08-21next code style changes.Andrei Karas1-2/+3
2012-08-17Improve size calculations.Andrei Karas1-2/+3
2012-08-06Fix code style.Andrei Karas1-1/+0
2012-08-01Fix code style.Andrei Karas1-5/+2
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-7/+5
2012-07-18last warning fixes.Andrei Karas1-1/+1
2012-07-18Another warning fixes.Andrei Karas1-2/+2
2012-06-28Fix compilation warnings.Andrei Karas1-1/+1
2012-06-24Add autodetection walkable tiles in maps without client data.Andrei Karas1-1/+7
2012-06-23Improve a bit iterators again.Andrei Karas1-7/+4
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-06-15Fix code style.Andrei Karas1-4/+1
2012-06-10Move SubImage class to separate file.Andrei Karas1-0/+1
2012-06-06Fix some issues after auto checking.Andrei Karas1-8/+8
2012-05-31Add sittop sprites support.Andrei Karas1-79/+30
2012-04-28Fix code style and add some checks.Andrei Karas1-2/+2
2012-04-25Improve iterators part 2.Andrei Karas1-23/+29
2012-04-12Add missing checks to map.cppAndrei Karas1-1/+1
2012-04-01Last part of fixes.Andrei Karas1-2/+2
2012-03-20Fix tiles animation in opengl mode in non fringe layers.Andrei Karas1-5/+7
2012-02-29Simplify remove listener calls.Andrei Karas1-3/+1
2012-02-15Replace some hardcoded dir separator to physfs.Andrei Karas1-1/+2
2012-02-08Fix code style with new tool.Andrei Karas1-3/+3
2012-02-05Separate map class to map and maplayer.Andrei Karas1-786/+2
2012-02-03Add some missing getters.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3
2012-01-24Move one line in findpath map method.Andrei Karas1-3/+3
2012-01-13Fix possible incorrect memory access.Andrei Karas1-0/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-13Fix dead mobs and floor items Y sorting position.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-31/+31
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-09-13Again a bit improve map draw speed.Andrei Karas1-5/+4
2011-09-13Add check and improve draw speed in map.Andrei Karas1-50/+42
2011-09-11Change being sorting from function to functuator.Andrei Karas1-10/+11
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-5/+5
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-19/+22
2011-09-04Fix infinite loop in map reduce function.v1.1.9.4Andrei Karas1-0/+3
2011-08-22Replace typo dont to don't.Andrei Karas1-1/+1