]> icculus.org git repositories - divverent/darkplaces.git/history - gl_draw.c
significant optimizations to the progs interpreter, changed the runaway loop counter...
[divverent/darkplaces.git] / gl_draw.c
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...
2003-05-26 havoc2D art can now be drawn using vertex pointers
2003-03-15 havocvarray_* rewritten to remove padding (varray_vertex3f...
2003-03-09 havocchanged R_Mesh_ system (again), now uses R_Mesh_GetSpac...
2003-03-07 havocmenu.c - changed M_DrawSlider to take a value and a...
2002-12-02 havocfix textured DrawQ_Fill problem when DrawQ_Fill is...
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-10-05 havoctexcoord arrays are now 3 component (padded to 4 floats)
2002-10-03 molivierRemoved an unused variable in gl_draw.c (Forest, could...
2002-09-30 havocbmodel shadow volumes
2002-09-30 havocgl backend now has functions for color array and flat...
2002-09-30 havocfix view blends
2002-09-29 havocfix DrawQ_Fill rendering (Pic with no string)
2002-09-28 havoc2D is now drawn using R_Mesh system
2002-09-27 havocadded newline to end of Draw_CachePic error message
2002-09-24 havocnow pretends gfx.wad pics are in the gfx/ directory...
2002-09-17 havoccolors for DrawQ_Mesh are now float rather than byte...
2002-09-17 havocm.wantoverbright is gone
2002-09-13 havocunused variable arraylocked removed
2002-09-12 havocgot rid of gl_mesh_drawmode, now only gl_mesh_drawrange...
2002-09-12 havocmanually inlined GL_LockArray and GL_UnlockArray in...
2002-08-20 havocfixed menu player colormapping
2002-08-01 havoccleaned up glDrawRangeElements limit checking a bit...
2002-07-31 havoccleaned up gl_mesh_drawmode related code, hopefully...
2002-07-25 havoc.dpv video playback is now implemented. Slow though...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-27 lordhavocattempt at working around a NVIDIA 23.11 TNT driver...
2002-05-04 lordhavocmostly dynamic GL binding (more needs to be done, but...
2002-05-03 lordhavochopefully this fixes the problem in TNT drivers with...
2002-04-30 lordhavocmore cleaning - glTexParameterf replaced with glTexPara...
2002-04-30 lordhavocchanged texrgbscale to int rather than float, this...
2002-04-30 lordhavocno longer uses glColor3f at all
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-20 molivierModified 3 casts to get rid of a few warnings in MSVC6.
2002-02-15 lordhavocmoved a lot of 2D/screen stuff out of gl_screen.c into...
2002-02-01 molivierRemoved warnings in MSVC6. Updated the DSP file.
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...
next