]> icculus.org git repositories - divverent/darkplaces.git/history - gl_draw.c
Gecko resizing support
[divverent/darkplaces.git] / gl_draw.c
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.
2007-11-12 divverentadded cvar r_fixtrans_auto to automatically call fixtra...
2007-10-27 divverentadd menu QC drawsubpic() to draw just part of an image...
2007-10-26 divverentfix the picture drawing fix
2007-10-24 divverentChange DrawQ_Pic and _SuperPic to be texel correct...
2007-10-21 divverentadded r_textbrightness to control color codes (so conch...
2007-08-24 havocno longer compresses embedded textures (in q1 and hl...
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-05-27 havocadded polygonoffset as a texture property, used on...
2007-04-29 divverentstore into *colorindex again
2007-04-18 havocfix bug introduced in last patch that made all text...
2007-04-18 havocfurther optimized space skipping in DrawQ_String
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-04-07 havocthe value of r_textshadow now controls the amount of...
2007-04-07 havocadded GL_DepthRange function and MATERIALFLAG_SHORTDEPT...
2007-04-04 havocadded bufferobject and bufferoffset parameters to all...
2007-01-21 havocr_textshadow is now a saved cvar
2007-01-14 havocpatch from div0 to make DrawQ_ColoredString return...
2006-12-12 havocdisplay loading plaque much sooner in startup process...
2006-11-23 havoccleaned up GL_DepthTest and GL_CULL_FACE state manageme...
2006-09-15 havochide warnings about missing gfx/crosshair* images
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-19 havocchanged Draw_CachePic to load both tga/png/jpg and...
2006-06-11 havocchanged the default crosshair textures to use greyscale...
2006-05-30 havocfix unintended use of alpha test on 2d graphics (hud...
2006-05-23 havocremove some r_render checks, and added an r_render...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-05-01 havocfix a type (description as part of value on r_textshadow)
2006-04-27 blackAdd _DrawQ_ProcessDrawFlag to clean-up the glblend...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-16 havoceliminated rmeshstate_t .pointer_vertex and .pointer_co...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-21 havocchanged all Draw_CachePic calls to precache the pic...
2006-03-21 havocmodified Q1BSP loader to generate lightmap fragments...
2006-03-21 havocremoved the USETEXMATRIX define (now always on), reduce...
2006-03-21 havocmoved SCR_UpdateScreen and SCR_DrawScreen code to cl_sc...
2006-03-14 havocfix crosshair 6, and allow custom crosshairs up to 32
2006-03-04 blackFix a bug in the video system.
2006-03-04 havoceliminated calls to Matrix4x4_CreateIdentity (now copie...
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-01-11 havocadded DrawQ_Line/DrawQ_Lines/DrawQ_LineWidth patch...
2005-12-27 havocremove an unused variable
2005-12-27 havocreworked transparency in palettes, made palette_complet...
2005-11-30 havocvideo modes in menu now also set vid_pixelheight and...
2005-11-11 havocincreased max cachepics from 256 to 1024 at VorteX...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-11-07 havocremoved .tga/.lmp extensions from all Pic names in...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocfix one more signedness warning
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-07 sajtDot crosshair is now a tad bigger (and centred properly)
2005-08-23 sajtI forgot to mention that I also fixed some other asymme...
2005-08-23 sajtAdded dot crosshair (crosshair 6)
2005-07-13 tomazFixed a bug by me regarding the filesize of the embedde...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-15 tomazFixed the embedded lhfont some more.
2005-06-15 tomazAdded saving of gfx/generated_conchars.tga
2005-06-05 havocuse TEXF_CLAMP on Draw_CachePic (except for the color...
2005-06-02 tomazRedid the coloring of the embedded font to use random...
2005-06-02 tomazUpdated the embedded font to contain the 2 top rows...
2005-06-02 havocfix some potential buffer overflows
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
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...
2005-03-28 havocadded a firstvertex parameter to R_Mesh_DrawMesh
2005-03-17 havocmerged q1bsp and q3bsp surface rendering
2005-01-26 havocfixed fov calculations so viewzoom isn't so weird anymo...
2004-12-04 black-Added video streaming support to the new VM
2004-12-04 black-Added the console command prvm_globalset
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-08-20 tomazembedded a fallback conchars.tga so it can load in...
2004-08-06 havocrearranged SCR_UpdateScreen, now puts 2D graphics in...
2004-03-13 havocfixed gl_paranoid warnings in R_DrawQueue
2004-03-10 havocnow calls GL_LockArrays manually around each R_Mesh_Dra...
2004-03-10 havocmerged CL_ColorPointer into R_Mesh_State
2004-03-10 havocR_Mesh_State_Texture and GL_VertexPointer merge once...
2004-03-10 havocGL_Color no longer interacts with GL_ColorPointer ...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-03 havocmade r_showtris transparent (quite faint actually)...
2004-02-21 havoccleaned up R_RenderView setup code a bit, and shuffled...
2004-02-06 havocincreased size of ditherpattern texture to try to work...
2003-10-25 blackAdded a new builin function (callfunction)
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-07 blackChanged dp so the new vm fits in.
2003-09-22 havochuge (16%) speed gain on surface rendering by eliminati...
2003-09-21 havocr_colorscale gone, v_overbrightbits (cvar which control...
2003-09-04 havocpatch from Andreas Kirsh to add Nexuiz hud
2003-07-14 havocadded scr_conbrightness cvar
2003-07-01 havocredesigned how the renderer handles much of it's state...
next