warzone2100/lib/ivis_opengl
Giel van Schijndel 609d953a63 * Remove forward declarations for undefined functions iV_CreateFont, pie_StartTextExtents and pie_FillTextExtents
* Remove unused functions pie_SetFormattedTextFlags and pie_GetFormattedTextFlags
 * Move constants PIE_TEXT_WHITE_COLOUR, PIE_TEXT_LIGHTBLUE_COLOUR and PIE_TEXT_DARKBLUE_COLOUR from header file to implementation file
 * Remove global var FFlags which only ever had one value (FTEXT_SKIP_TRAILING_SPACES)
 * Remove global var ExtentsMode which only ever had one value (EXTENTS_USEMAXWIDTH) and remove all if-statements which never matched (remove the conditional part from the parts that always matched)
 * Remove #ifdef _TESTBED code since _TESTBED is never defined (not in commented out code either)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2346 4a71c877-e1ca-e34f-864e-861f7616d084
2007-08-06 11:22:31 +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 Forgot to actually commit this: 2007-06-14 22:17:45 +00:00
ivi.c More cleanup... 2007-06-18 15:46:12 +00:00
pieblitfunc.c Revert commit r2258 which made texture coordinates into floating point. It 2007-07-30 20:20:06 +00:00
piedraw.c * remove functions pie_DrawImage270, pie_DrawText270 and pie_TextRender270; which where a whole chain of functions that where just duplicates of the same functions without 270 in their name 2007-08-03 11:57:16 +00:00
piefunc.c Revert commit r2258 which made texture coordinates into floating point. It 2007-07-30 20:20:06 +00:00
piematrix.c Revisit data loading (image/texture related) and remove unecessary fVertex pietype. 2007-07-25 22:37:48 +00:00
piematrix.h Revisit data loading (image/texture related) and remove unecessary fVertex pietype. 2007-07-25 22:37:48 +00:00
piemode.c - pie_MAX_POINTS became pie_MAX_VERTICES and was increased to 768 from 512. (Grim's request.) 2007-07-11 21:09:40 +00:00
piepalette.c More cleanup... 2007-06-18 15:46:12 +00:00
piestate.c - WORLD_COORD() and MAP_COORD() macros to make world->tile and tile->world conversions (>>TILE_SHIFT,<<TILE_SHIFT,*TILE_UNITS,/TILE_UNITS) better readable 2007-04-28 20:21:16 +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
rendmode.c More cleanup... 2007-06-18 15:46:12 +00:00
screen.c Revert commit r2258 which made texture coordinates into floating point. It 2007-07-30 20:20:06 +00:00
screen.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
tex.c Cleanup. Remove another ton of unused code. Fix error message which is not an error. 2007-08-03 17:39:04 +00:00
textdraw.c * Remove forward declarations for undefined functions iV_CreateFont, pie_StartTextExtents and pie_FillTextExtents 2007-08-06 11:22:31 +00:00