summaryrefslogtreecommitdiff
path: root/src/resources/image.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-13/+13
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-21/+21
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-3/+3
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-2/+2
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-03Small optimisation in loading images in software mode.Andrei Karas1-4/+6
2011-07-20Small optimisations.Andrei Karas1-14/+16
2011-07-20Remove old comments from image.cppAndrei Karas1-4/+3
2011-07-20Improve setAlpha speed in software mode.Andrei Karas1-12/+9
2011-07-20Improve perfomance in creation SDL font surfaces.Andrei Karas1-0/+77
2011-07-17Improve map reduce speed.Andrei Karas1-1/+3
2011-07-07Add map reduce feature for software drawing.Andrei Karas1-1/+14
2011-07-02Replace some getters to direct member access in Image class.Andrei Karas1-2/+4
2011-06-30Fix memory leak in desktop.cppAndrei Karas1-0/+3
2011-06-10Improve image loading speed in Software mode.Andrei Karas1-13/+16
2011-06-08Zero variables after calling decRef().Andrei Karas1-0/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-08Add opengl texture counter for debugging.Andrei Karas1-0/+8
2011-04-22Fix code style.Andrei Karas1-1/+1
2011-04-22Improve speed in _SDLLoad function.Andrei Karas1-7/+26
2011-04-01Commented some sdl and opengl tests.Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-19/+25
2011-03-15Add some optimisations in SDL image processing.Andrei Karas1-26/+31
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+797