]> icculus.org git repositories - divverent/darkplaces.git/history - gl_draw.c
fix autoload semantics of drawpics
[divverent/darkplaces.git] / gl_draw.c
2010-09-26 divverentfix autoload semantics of drawpics
2010-09-25 divverentloadfont now prints a warning if it gets more than...
2010-08-23 havocdon't use TEXF_ALLOWUPDATES on fully-updated textures...
2010-08-19 divverentrecalc the 2D view if changing view parameters with...
2010-08-19 divverentDraw_CachePic_Flags: ignore TEXF_COMPRESS when comparin...
2010-07-25 divverenttrack if a cachepic has alpha, and turn off depth write...
2010-07-25 divverentPROPERLY handle roundoff errors in drawsetcliparea
2010-07-23 divverentFix the usage of the CACHEPICFLAGS_NOTPERSISTENT flag...
2010-07-07 divverentfix font loading bug causing E0xx glyphs to get zero...
2010-07-03 havocimplemented Direct3D9 renderer (off by default), not...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-07-01 divverentnew cvar r_draw2d to turn off all 2D drawing (except...
2010-06-29 divverentnew cvars:
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-06-01 vortexfix defaultfont scale bug (which makes it invisible)
2010-05-24 vortexfix a bug with font scale/voffset not surviving r_resta...
2010-05-23 vortextry fix a warning
2010-05-22 vortexDP_GFX_FONTS: add 2 additional parms to loadfont()...
2010-05-22 vortexbugfix recent font additions
2010-05-22 vortexformed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-01-31 havocfix a bunch of warnings
2010-01-31 havocadded r_texture_convertsRGB_* cvars (default: OFF)...
2010-01-25 divverentapply the font parameters at loadfont time, not map...
2010-01-20 divverentfix the bug I just fixed another time :P slight speedup...
2010-01-19 divverentfix off-by-one bug rendering characters like U+0100
2010-01-05 havocremove support for GL_EXT_compiled_vertex_array extension
2010-01-03 blubwidth_of_factor is now useless since it's always equal...
2010-01-03 blubDo not load sizes < 0 at all.
2010-01-02 blubload the freetype library in Font_Init already, and...
2010-01-01 blubreset prevch after drawing the shadow to not kern the...
2010-01-01 divverentfix a typo in the pixel snapping
2010-01-01 divverentpatch by Blub and me:
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-28 havocmoved almost all R_GetTexture calls into R_Mesh_TexBind
2009-12-28 blubtry using imagefont from fallbacks as well (.tga and...
2009-12-27 havocfix a bunch of type-punned pointer warnings
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-12-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-27 blubuse real pixels for r_textshadow instead of virtual...
2009-12-26 divverentfreetype: "loadfont" now uses virtual pixels, not real...
2009-12-25 divverentadd a menu/csqc field .drawfontscale to scale the font...
2009-12-25 divverentimprove text word wrapping
2009-12-24 divverentsame fix in DrawQ_String
2009-12-24 divverentfix text width function
2009-12-23 blubMSVC doesn't support 'inline'
2009-12-23 divverentmake utf8 functions safer: give them a size limit in...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocadded gl_nopartialtextureupdates cvar which disables...
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-14 eihrulmake Draw_FreePic set pic->tex to NULL to prevent reuse...
2009-12-09 havocrenderer now uses vid.renderpath to select rendering...
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-11-14 havocautomatically load/unload cachepic_t textures from...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-06 havocimplemented fog height setting, along with fade depth...
2009-11-06 havocrenamed polygonelements, skyboxelements, skysphereeleme...
2009-10-14 havocdisable glLineWidth setting because it is producing...
2009-09-26 havocfix several bugs with viewport code (r_shadows works...
2009-09-22 havocimplemented omnidirectional shadowmapping using depth...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-07-08 divverentdoxygen comments and config file
2009-07-08 divverentfix rounding of drawsetcliparea coordinates (but not...
2009-04-12 sajtdrawrotpic:
2009-02-20 divverentsome color tag cleanups by terencehill
2009-01-28 divverentmake DP compile with C++ again
2009-01-19 havocfix a number of char types that should be int, to make...
2008-12-26 divverentfix interpretation of text brightness/contrast cvars...
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-10-11 divverentadd DRAWFLAG_SCREEN (which basically is like invert...
2008-08-24 divverentfix NOCLAMP
2008-08-24 divverentnew flag CACHEPICFLAG_NOCLAMP; use it for R_PolygonBegi...
2008-07-29 divverentfix font parsing so adding more properties in the futur...
2008-07-29 divverentadd a new "scale" property in font files. Specifying...
2008-05-28 divverentfix typo in r_textcontrast description
2008-04-10 havocimplemented uint16 element array support, and use of...
2008-02-21 havocpatch from Blub that fixes DrawQ_Line with GLSL mode
2008-02-08 divverentrespect the conchars image width/height correctly,...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-29 divverentv_glslgamma: make GLSL postprocessing take over the...
2008-01-27 havocimplemented r_glsl_usegeneric cvar, this causes generic...
2008-01-06 divverentadd r_textcontrast to complement t_textbrightness
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2007-12-19 havocfix a crash introduced in my BGRA commit (was providing...
2007-12-18 resMarked some gl_draw.c tables as "static const"
2007-12-17 havocremove basealpha checks in DrawQ_String_Font
2007-12-17 divverentsplit up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo...
2007-12-17 resFixed user font initialization writing beyond fonts...
2007-12-03 havocreverted texel nudging code that was committed by divve...
2007-12-03 havocthe light has been defeated by the shadow (r_light...
2007-12-02 sajtfix warning - this is still C, remember :)
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-28 havocpatch from VorteX which makes r_editlights mode use...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-27 blackRework cl_video to use dyntextures.
next