2018-06-30 |
havoc | Change MAX_TEXTUREUNITS from 16 to 32 - this fixes... |
blob | commitdiff | raw |
2018-04-15 |
havoc | Changed how polygonbegin guesses if the geometry is... |
blob | commitdiff | raw | diff to current |
2018-04-13 |
havoc | CSQC polygonbegin functionality now uses the CL_MeshEnt... |
blob | commitdiff | raw | diff to current |
2018-04-11 |
havoc | Added Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo... |
blob | commitdiff | raw | diff to current |
2018-04-10 |
havoc | Remove v_glslgamma cvar (now assumed to be 1) and corre... |
blob | commitdiff | raw | diff to current |
2013-02-23 |
havoc | changed r_refdef.stats struct to be an array indexed... |
blob | commitdiff | raw | diff to current |
2012-02-20 |
divverent | fix broken use of + and | in drawflags |
blob | commitdiff | raw | diff to current |
2012-02-18 |
vortex | Add an optional DRAW_NOGAMMA flag for R_DrawQSuperPic... |
blob | commitdiff | raw | diff to current |
2012-02-04 |
havoc | added cvars r_nearest_2d and r_nearest_conchars which... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
divverent | add a (yet unused) CACHEPICFLAG_MIPMAP |
blob | commitdiff | raw | diff to current |
2011-08-27 |
divverent | fix cachepic handling with respect to r_restart and... |
blob | commitdiff | raw | diff to current |
2011-07-24 |
vortex | Fix gl_texturecompression_sprites to check for gl_textu... |
blob | commitdiff | raw | diff to current |
2011-06-24 |
havoc | fixed gfx/menuplyr handling - Draw_NewPic now flags... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
divverent | add a missing declaration in last commit |
blob | commitdiff | raw | diff to current |
2011-05-03 |
havoc | don't upload the same ft2 font texture more than once |
blob | commitdiff | raw | diff to current |
2011-01-07 |
vortex | drawcolorcodedstring: support full 6 parms (added start... |
blob | commitdiff | raw | diff to current |
2010-12-23 |
divverent | allow more font sizes |
blob | commitdiff | raw | diff to current |
2010-11-13 |
havoc | render shownetgraph much faster by drawing an entire... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
havoc | fix almost all g++ -pedantic warnings |
blob | commitdiff | raw | diff to current |
2010-08-19 |
divverent | recalc the 2D view if changing view parameters with... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
divverent | track if a cachepic has alpha, and turn off depth write... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
vortex | fix a bug with font scale/voffset not surviving r_resta... |
blob | commitdiff | raw | diff to current |
2010-05-22 |
vortex | DP_GFX_FONTS: add 2 additional parms to loadfont()... |
blob | commitdiff | raw | diff to current |
2010-05-22 |
vortex | formed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
divverent | apply the font parameters at loadfont time, not map... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | more redundant suffix elimination |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | remove redundant _Size suffix from textwidth functions... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | fix alignment of fps counter with ft2 fonts, and other... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
divverent | add a menu/csqc field .drawfontscale to scale the font... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
blub | Adding FreeType2 and UTF-8 Support. |
blob | commitdiff | raw | diff to current |
2009-11-14 |
havoc | automatically load/unload cachepic_t textures from... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
havoc | renamed polygonelements, skyboxelements, skysphereeleme... |
blob | commitdiff | raw | diff to current |
2009-04-12 |
sajt | drawrotpic: |
blob | commitdiff | raw | diff to current |
2009-02-20 |
divverent | some color tag cleanups by terencehill |
blob | commitdiff | raw | diff to current |
2008-12-25 |
divverent | terrencehill's color codes patch. Please test thoroughl... |
blob | commitdiff | raw | diff to current |
2008-10-11 |
divverent | add DRAWFLAG_SCREEN (which basically is like invert... |
blob | commitdiff | raw | diff to current |
2008-10-04 |
divverent | use skinframes for R_BeginPolygon; helps with csqc... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
divverent | new flag CACHEPICFLAG_NOCLAMP; use it for R_PolygonBegi... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
divverent | add a new "scale" property in font files. Specifying... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
havoc | implemented uint16 element array support, and use of... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
havoc | huge audit of dprints throughout engine, all notices... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
divverent | split up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo... |
blob | commitdiff | raw | diff to current |
2007-12-01 |
divverent | the big chat area/font patch... hope it works well... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
havoc | refactored DrawQ_Pic to actually do the drawing rather... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
havoc | changed r_textshadow behavior to always draw a black... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
havoc | patch from div0 to make DrawQ_ColoredString return... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
havoc | CSQC fixes (less broken, still not spec compliant) |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | moved SCR_UpdateScreen and SCR_DrawScreen code to cl_sc... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | upgraded both QuakeC VMs to use a table of negative... |
blob | commitdiff | raw | diff to current |
2005-04-14 |
black | -Added the parameter 'persistent'(naming?) to Draw_Cach... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | .dpv video playback is now implemented. Slow though... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | DP code cleanup, stage one - all headers that can be... |
blob | commitdiff | raw | diff to current |
2002-01-25 |
lordhavoc | added cl_screen.c/h (eventually most 2D stuff should... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
lordhavoc | rewrote memory system entirely (hunk, cache, and zone... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
lordhavoc | rewrote RecursiveHullCheck, no longer gets stuck on... |
blob | commitdiff | raw | diff to current |
2001-10-26 |
lordhavoc | added CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu... |
blob | commitdiff | raw | diff to current |
2001-04-06 |
lordhavoc | optimized AngleVectors calls (pass NULL for vectors... |
blob | commitdiff | raw | diff to current |
2000-11-23 |
lordhavoc | minor redesign of console loading/drawing, cruft remova... |
blob | commitdiff | raw | diff to current |
2000-11-17 |
lordhavoc | obliterated Draw_TransPic and relatives, also fixed... |
blob | commitdiff | raw | diff to current |
2000-11-17 |
lordhavoc | updated to version 1.50, build 75. |
blob | commitdiff | raw | diff to current |
2000-08-22 |
lordhavoc | Initial revision |
blob | commitdiff | raw | diff to current |
|