summaryrefslogtreecommitdiff
path: root/src/render/surfacegraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-02Fix compilation error with SDL2.Andrei Karas1-2/+1
2014-06-29Remove useless bool return value from renderers.Andrei Karas1-12/+9
2014-06-29In renderers add copyImage function.Andrei Karas1-0/+28
2014-05-21Fix code style.Andrei Karas1-1/+0
2014-05-19fix code style.Andrei Karas1-0/+1
2014-02-28fix code style.Andrei Karas1-1/+1
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-11/+7
2013-12-29Add cached draw methods into renderers.Andrei Karas1-0/+38
2013-09-16remove unused includes from render files.Andrei Karas1-8/+1
2013-09-01fix renderer names and types.Andrei Karas1-0/+2
2013-08-31move render classes into render dir.Andrei Karas1-0/+87