summaryrefslogtreecommitdiff
path: root/src/render/surfacegraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+15
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-6/+9
2016-06-07Move image class into image directory.Andrei Karas1-2/+2
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-0/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-18/+18
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-25Add restrict keyword into graphicsdef.hppAndrei Karas1-7/+7
2015-05-31Move blitmode enum into separate file.Andrei Karas1-3/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
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