warzone2100/lib/ivis_opengl
Giel van Schijndel 0ecf2cba49 * now "properly" apply fix for segfault caused by using png_destroy_read_struct to destroy a write_struct
* (r1502 had a NULL pointer to many passed in the argumentlist)

thanks to vs2k5 for this fix (sorry couldn't find any other name anywhere on the mailinglist than your email userid)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1503 4a71c877-e1ca-e34f-864e-861f7616d084
2007-04-18 21:37:49 +00:00
..
Makefile.am - Remove unneeded gettext files and instead create them via autopoint 2007-04-02 17:21:05 +00:00
Makefile.raw New Makefile.raw system, works with MinGW/Windows environment and Linux also. 2006-07-21 21:48:55 +00:00
bspimd.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
ivi.c Fixes informed by -Wextra for graphics code. Removes much redundant code. 2007-02-19 17:18:50 +00:00
pieblitfunc.c * Remove support for decoding (and encoding in case of screenshot dump code) of JPEG pictures 2007-04-17 18:24:31 +00:00
piedraw.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
piefunc.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
piematrix.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
piematrix.h - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
piemode.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
piepalette.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
piestate.c - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
pietexture.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
pietexture.h Small cleanup of texture loading and handling, removing unused 2007-02-16 23:19:33 +00:00
rendfunc.c - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
rendmode.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
screen.c * now "properly" apply fix for segfault caused by using png_destroy_read_struct to destroy a write_struct 2007-04-18 21:37:49 +00:00
screen.h * Remove support for decoding (and encoding in case of screenshot dump code) of JPEG pictures 2007-04-17 18:24:31 +00:00
tex.c * change pie_PNGLoadMem to pie_PNGLoadFile which (as the name suggests) now loads textures directly from PNG files (rather than memory buffers) 2007-04-16 22:29:44 +00:00
textdraw.c - Add -Wextra to debug=yes, as it doesn't generate so many new warnings 2007-04-09 14:41:22 +00:00