summaryrefslogtreecommitdiff
path: root/src/resources/image.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Add option for enable textures compression (disabled by default)Andrei Karas1-0/+9
2012-04-07Add option to enable/disable texture blurring. (GL_LINEAR/GL_LINEAR)Andrei Karas1-0/+4
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas1-1/+2
2012-02-03Add some missing getters.Andrei Karas1-4/+4
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-9/+6
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+2
2011-10-27Add command to dump to chat main graphics settings.Andrei Karas1-0/+3
2011-09-08Fix compilation errors.Andrei Karas1-1/+1
2011-09-08Fix code style.Andrei Karas1-1/+1
2011-07-20Improve perfomance in creation SDL font surfaces.Andrei Karas1-0/+2
2011-07-17Improve map reduce speed.Andrei Karas1-6/+13
2011-07-13Fix compilation without opengl.Andrei Karas1-6/+6
2011-07-07Add map reduce feature for software drawing.Andrei Karas1-0/+12
2011-07-02Replace some getters to direct member access in Image class.Andrei Karas1-1/+2
2011-04-13Fix warnings in clang compilation.Andrei Karas1-1/+2
2011-04-09Improve map loading speed.Andrei Karas1-1/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+308