summaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-28simplify variables cleanup.Andrei Karas1-11/+6
2014-03-06improve a bit different code.Andrei Karas1-13/+0
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-125/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-2/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-2/+2
2014-02-02Add new attributes for start position for ambient layers.Andrei Karas1-0/+4
2014-02-02Add missing const and static into other classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-19add new parallax attributes.Andrei Karas1-3/+8
2013-11-30add customizable color for tiles separation border.Andrei Karas1-1/+1
2013-11-01Move timers from client into timers file.Andrei Karas1-0/+1
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
2013-10-30add support for temporary replace background music on given map by server.Andrei Karas1-0/+5
2013-10-26allow load and use mask in ambient layers.Andrei Karas1-8/+25
2013-10-26show main layers based on map mask.Andrei Karas1-0/+10
2013-10-26add handling for map mask packet. (evol only)Andrei Karas1-0/+4
2013-10-19remove unused variable from maplayer.Andrei Karas1-1/+1
2013-10-19add missing initialisation in map.Andrei Karas1-1/+1
2013-10-12fix compilation in old systems.Andrei Karas1-1/+1
2013-10-08remove unused system headers.Andrei Karas1-1/+1
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-33/+41
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-9/+9
2013-09-28add const for methods return values.Andrei Karas1-3/+3
2013-09-25improve a bit strings declaration.Andrei Karas1-1/+1
2013-09-20improve a bit code speed.Andrei Karas1-1/+1
2013-09-17add walking on map height.Andrei Karas1-0/+7
2013-09-17add code for loading map heights.Andrei Karas1-2/+12
2013-09-09remove useless includes from some files.Andrei Karas1-2/+2
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-5/+5
2013-09-01add way to map render mode selection to actual modes.Andrei Karas1-2/+2
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-31fix code style and some minor issues.Andrei Karas1-1/+1
2013-08-26disable map reduce in SDL2.Andrei Karas1-0/+4
2013-08-24improve dirs usage in Client.Andrei Karas1-1/+1
2013-07-23Add new sprite actions for water and sky.Andrei Karas1-0/+10
2013-06-30improve size() usage in map.Andrei Karas1-2/+5
2013-04-30rename variable in map class.Andrei Karas1-4/+4
2013-04-20fix style in other files.Andrei Karas1-2/+13
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+3
2013-04-12Fix code style and other small issues.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-5/+5
2013-04-07some fixes after auto check.Andrei Karas1-1/+1
2013-03-17add walkmaps support.Andrei Karas1-0/+7
2013-03-11Fix some issues from previous commits.Andrei Karas1-9/+9
2013-03-09Improve map class.Andrei Karas1-77/+72
2013-03-02Last fixes after Coverity checks.Andrei Karas1-4/+2
2013-02-24Improve string usage in some files.Andrei Karas1-10/+17
2013-02-21Improve physfs calls to get dir separator.Andrei Karas1-1/+1