warzone2100/lib/ivis_common
Giel van Schijndel d55bd507c6 * Remove unused parameter char* DisplayBuffer from function pie_UploadDisplayBuffer (maybe we might as well remove this function altogether ?)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1986 4a71c877-e1ca-e34f-864e-861f7616d084
2007-06-27 12:30:29 +00:00
..
Makefile.am Remove more unused code. This includes iV_GetMouseFrame, which returned an undefined value before. scriptextern.c might want to be adapted. 2007-06-14 21:56:36 +00:00
Makefile.raw * Fix nameclash of <png.h> with lib/ivis_common/png.h 2007-04-30 14:09:33 +00:00
bitimage.c - More generic cleanup 2007-06-19 16:51:40 +00:00
bitimage.h - (__STDC_VERSION__ >= 199901L) -> defined(_ISOC99_SOURCE) 2007-05-29 14:09:10 +00:00
imd.c More cleanup... 2007-06-18 15:46:12 +00:00
imd.h + const, - unused 2007-06-03 13:46:50 +00:00
imdload.c - More generic cleanup 2007-06-19 16:51:40 +00:00
ivi.h Clean my WC 2007-06-19 18:00:46 +00:00
ivisdef.h * Replace usage of uint8_t with char for C-strings; while (u)int8_t works perfectly nice for numbers it isn't nice for text (char-array) 2007-06-05 12:01:59 +00:00
ivispatch.h More cleanup... 2007-06-18 15:46:12 +00:00
pieblitfunc.h * Remove unused parameter char* DisplayBuffer from function pie_UploadDisplayBuffer (maybe we might as well remove this function altogether ?) 2007-06-27 12:30:29 +00:00
pieclip.c - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
pieclip.h - (__STDC_VERSION__ >= 199901L) -> defined(_ISOC99_SOURCE) 2007-05-29 14:09:10 +00:00
piedef.h - More generic cleanup 2007-06-19 16:51:40 +00:00
piefunc.h More constiness and documentation 2007-05-30 01:50:01 +00:00
piemode.h A speed up for people who are fillrate limited: 1. The stencil buffer is no longer cleared each frame when shadows are disabled. 2. The color buffer 2007-03-30 17:38:35 +00:00
piepalette.h - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
piestate.c - Remove unused function drawTexturedTile 2007-04-28 13:53:41 +00:00
piestate.h More constiness and documentation 2007-05-30 01:50:01 +00:00
pietypes.h Make MSVC happy 2007-05-21 20:12:39 +00:00
pievector.h The Vector3 functions where not really const, since they operated on pointers. 2007-05-26 17:00:55 +00:00
png_util.c - 1st attempt to create an API for image loading (support for PNG features like non 8bit channels still needs to be thought of). Appropriate code location is also missing (added new functions to tex.c, since they were not PNG related) 2007-05-01 20:34:54 +00:00
png_util.h - 1st attempt to create an API for image loading (support for PNG features like non 8bit channels still needs to be thought of). Appropriate code location is also missing (added new functions to tex.c, since they were not PNG related) 2007-05-01 20:34:54 +00:00
rendmode.h More cleanup... 2007-06-18 15:46:12 +00:00
tex.h More cleanup... 2007-06-18 15:46:12 +00:00
textdraw.h Remove more unused code. This includes iV_GetMouseFrame, which returned an undefined value before. scriptextern.c might want to be adapted. 2007-06-14 21:56:36 +00:00