summaryrefslogtreecommitdiff
path: root/src/spriteloader/png.cpp
AgeCommit message (Expand)Author
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-08(svn r18756) -Codechange: direct accesses to png_*_struct members are deprecatedglx
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-02-23(svn r15555) -Codechange: remove the mallocs + frees for temporary data from ...rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2008-09-02(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sp...rubidium
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-08(svn r13013) -Fix: GCC 4.3 warning about a clobbering mask due to longjmp. Th...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-03-28(svn r12453) -Fix [FS#1880]: Remove broken endian-dependent code and unnecess...peter1138
2008-01-22(svn r11940) -Codechange: Store short filename once per open file instead of ...peter1138
2008-01-18(svn r11914) -Documentation: fix some @file statementglx
2007-12-26(svn r11704) -Codechange: remove another bunch of useless includes.rubidium
2007-12-25(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-08(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (...rubidium
2007-09-13(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in ...truelight
2007-06-27(svn r10365) -Fix: compiling without png and networking support under MSVC.rubidium
2007-06-14(svn r10156) -Fix: PNG loader can now load 8bpp palette images and greyscale ...truelight
2007-06-13(svn r10143) -Add: store the filename of the grfs opened and allow easy acces...truelight