]> icculus.org git repositories - divverent/darkplaces.git/history - draw.h
use less options, for compatibility with old gcc
[divverent/darkplaces.git] / draw.h
2009-12-25 divverentadd a menu/csqc field .drawfontscale to scale the font...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-11-14 havocautomatically load/unload cachepic_t textures from...
2009-11-06 havocrenamed polygonelements, skyboxelements, skysphereeleme...
2009-04-12 sajtdrawrotpic:
2009-02-20 divverentsome color tag cleanups by terencehill
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-10-11 divverentadd DRAWFLAG_SCREEN (which basically is like invert...
2008-10-04 divverentuse skinframes for R_BeginPolygon; helps with csqc...
2008-08-24 divverentnew flag CACHEPICFLAG_NOCLAMP; use it for R_PolygonBegi...
2008-07-29 divverentadd a new "scale" property in font files. Specifying...
2008-04-10 havocimplemented uint16 element array support, and use of...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-12-17 divverentsplit up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-04-18 havocrefactored DrawQ_Pic to actually do the drawing rather...
2007-04-18 havocchanged r_textshadow behavior to always draw a black...
2007-01-14 havocpatch from div0 to make DrawQ_ColoredString return...
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-03-21 havocmoved SCR_UpdateScreen and SCR_DrawScreen code to cl_sc...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-04-14 black-Added the parameter 'persistent'(naming?) to Draw_Cach...
2002-07-25 havoc.dpv video playback is now implemented. Slow though...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-11-23 lordhavocminor redesign of console loading/drawing, cruft remova...
2000-11-17 lordhavocobliterated Draw_TransPic and relatives, also fixed...
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-08-22 lordhavocInitial revision