summaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-2/+2
2013-02-05Add checks and const to animatedsprites and related classes.Andrei Karas1-1/+1
2013-01-26Add support for manual compression selection.Andrei Karas1-2/+2
2013-01-24Fix map layers draw again.Andrei Karas1-1/+1
2013-01-24Fix draw most left visible tiles in map layers.Andrei Karas1-1/+1
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-2/+3
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-30/+11
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-21Enable batch map draw always in OpenGL modes.Andrei Karas1-1/+2
2012-11-20Add debug option to show draw calls per frame.Andrei Karas1-2/+2