src/spriteloader/png.cpp
Wed, 26 Dec 2007 23:04:26 +0000 rubidium (svn r11704) -Codechange: remove another bunch of useless includes.
Tue, 25 Dec 2007 13:28:09 +0000 rubidium (svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Sat, 08 Dec 2007 14:50:41 +0000 rubidium (svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
Thu, 13 Sep 2007 18:22:34 +0000 truelight (svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in it too, but use a nice seperate variable for it
Wed, 27 Jun 2007 22:26:27 +0000 rubidium (svn r10365) -Fix: compiling without png and networking support under MSVC.
Thu, 14 Jun 2007 14:11:08 +0000 truelight (svn r10156) -Fix: PNG loader can now load 8bpp palette images and greyscale images
Wed, 13 Jun 2007 16:21:11 +0000 truelight (svn r10143) -Add: store the filename of the grfs opened and allow easy access to the name