]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - gl_draw.c
Dot crosshair is now a tad bigger (and centred properly)
[xonotic/darkplaces.git] / gl_draw.c
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...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-05-30 lordhavocrearranged sky rendering code
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-02-06 lordhavocbetter version reports (always mention build number)
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2001-01-07 lordhavocdisabled scrap system (what an eye sore that was.....
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-26 lordhavocforgot to extern GL_LoadPicTexture
2000-11-26 lordhavoccruft removal, general cleanup, fix for delta compressi...
2000-11-23 lordhavocminor redesign of console loading/drawing, cruft remova...
2000-11-23 lordhavoccruft removal
2000-11-21 lordhavocskip all of Draw_String when rendering is disabled
2000-11-18 lordhavocimplemented r_render and r_upload cvar options for...
2000-11-17 lordhavocobliterated Draw_TransPic and relatives, also fixed...
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-06 lordhavocVarious graphical tweaks (mainly particle related)...
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
next