]> git.xonotic.org Git - xonotic/darkplaces.git/history - draw.h
.gitignore: Update to ignore .cache directory created by clangd and build directory...
[xonotic/darkplaces.git] / draw.h
2021-05-25 CloudwalkAdd/update license headers across various files
2021-05-09 cloudwalkRevert "gl_draw, model_shared: Refactor vertex adding...
2020-11-14 cloudwalkgl_draw, model_shared: Refactor vertex adding. Add...
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-17 cloudwalkRename qboolean to qbool
2020-07-15 cloudwalkSome minor tweaks to CACHEPICFLAG_LINEAR and the nasty...
2020-07-15 cloudwalkAdd support for CACHEPICFLAG_LINEAR (currently unused...
2018-06-30 havocChange MAX_TEXTUREUNITS from 16 to 32 - this fixes...
2018-04-15 havocChanged how polygonbegin guesses if the geometry is...
2018-04-13 havocCSQC polygonbegin functionality now uses the CL_MeshEnt...
2018-04-11 havocAdded Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo...
2018-04-10 havocRemove v_glslgamma cvar (now assumed to be 1) and corre...
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2012-02-20 divverentfix broken use of + and | in drawflags
2012-02-18 vortexAdd an optional DRAW_NOGAMMA flag for R_DrawQSuperPic...
2012-02-04 havocadded cvars r_nearest_2d and r_nearest_conchars which...
2012-01-24 divverentadd a (yet unused) CACHEPICFLAG_MIPMAP
2011-08-27 divverentfix cachepic handling with respect to r_restart and...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-06-24 havocfixed gfx/menuplyr handling - Draw_NewPic now flags...
2011-05-14 divverentadd a missing declaration in last commit
2011-05-03 havocdon't upload the same ft2 font texture more than once
2011-01-07 vortexdrawcolorcodedstring: support full 6 parms (added start...
2010-12-23 divverentallow more font sizes
2010-11-13 havocrender shownetgraph much faster by drawing an entire...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-08-19 divverentrecalc the 2D view if changing view parameters with...
2010-07-25 divverenttrack if a cachepic has alpha, and turn off depth write...
2010-05-24 vortexfix a bug with font scale/voffset not surviving r_resta...
2010-05-22 vortexDP_GFX_FONTS: add 2 additional parms to loadfont()...
2010-05-22 vortexformed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten...
2010-01-25 divverentapply the font parameters at loadfont time, not map...
2009-12-30 divverentmore redundant suffix elimination
2009-12-30 divverentremove redundant _Size suffix from textwidth functions...
2009-12-30 divverentfix alignment of fps counter with ft2 fonts, and other...
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