summaryrefslogtreecommitdiff
path: root/src/maplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Rename Rectangle into Rect.Andrei Karas1-5/+5
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-5/+5
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-02Add missing const and static into other classes.Andrei Karas1-1/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-3/+3
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas1-2/+2
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-2/+2
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-1/+1
2013-12-14Improve a bit separate images drawing.Andrei Karas1-3/+3
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
2013-10-26Loading map layer masks from layer properties.Andrei Karas1-1/+2
2013-10-19remove unused variable from maplayer.Andrei Karas1-4/+2
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-39/+56
2013-09-09remove useless includes from some files.Andrei Karas1-0/+2
2013-08-31move being related files into being dir.Andrei Karas1-1/+1
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas1-1/+1
2013-07-28move bools in maplayer.Andrei Karas1-9/+29
2013-04-20fix style in other files.Andrei Karas1-14/+15
2013-03-11Add some fixes after automatic checks.Andrei Karas1-1/+1
2013-03-09Improve maplayer.Andrei Karas1-48/+32
2013-03-01Fix arrow images load.Andrei Karas1-4/+4
2013-02-28Add some profiler entries,Andrei Karas1-0/+4
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-22Possible fix for random incorrect beings draw order.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+22
2012-10-16Fix code style and some other minor issues.Andrei Karas1-1/+0
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-20/+20
2012-10-08improve map draw speed.Andrei Karas1-11/+16
2012-10-06Improve map draw speed in fast opengl.Andrei Karas1-2/+5
2012-09-08Improve constructors in some classes.Andrei Karas1-3/+7
2012-09-04add const to more classes,Andrei Karas1-8/+10
2012-09-02Add const to more classes.Andrei Karas1-65/+76
2012-09-01Fix code style.Andrei Karas1-1/+3
2012-08-24fix includes.Andrei Karas1-1/+0
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-06-06Fix some issues after auto checking.Andrei Karas1-7/+5
2012-04-25Improve iterators part 2.Andrei Karas1-3/+4
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-02-08Fix code style with new tool.Andrei Karas1-3/+3
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+817