]> icculus.org git repositories - divverent/darkplaces.git/history - vid.h
fix fields.server reference in surface attribute code
[divverent/darkplaces.git] / vid.h
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-01 divverent- vid_userefreshrate: when 0, a sane default is tried...
2008-01-29 divverentadded variable vid_gammatables_trivial that is true...
2008-01-29 divverentoops, wrong type... "int" has no ANSI C defined wraparo...
2008-01-29 divverentmake other parts of DP able to retrieve the gamma table...
2007-11-13 divverentSDL icon support by Blub, messed up by me ;)
2007-11-09 divverentupdate Blub's SDL patch
2007-03-12 havocadded vid_grabkeyboard cvar which defaults to 0, this...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-21 havocremoved detection of GL_NV_texture_shader extension...
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-06 havocrenamed VID_Open to VID_Start, inlined VID_Close ito...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-03-31 molivierRemoved GL_OpenLibrary and GL_CloseLibrary from "vid...
2004-12-19 havocGLX mode now supports GLX_SGI_swap_control for vid_vsync
2004-09-11 tomazAdded vid_vsync cvar and also to put it in the video...
2004-07-26 havocadded gl_finish cvar, defaults to 0, this was a noticab...
2004-01-01 knghtbrdMoved an extern to the proper header.
2003-12-07 havocremoved vid_allowhwgamma variable because vid_activewin...
2003-11-19 blackvid_hardwaregammasupported is now a read-only cvar
2003-10-07 havoccd audio now tied to sound system
2003-09-21 havocr_colorscale gone, v_overbrightbits (cvar which control...
2003-03-09 havocGL_NV_vertex_array_range support added, but disabled...
2003-03-07 havocmenu.c - changed M_DrawSlider to take a value and a...
2002-11-08 havocElric's changes:
2002-09-27 havocstencil is now supported (optional, off by default...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-23 havocVID_CompareMode removed
2002-09-23 havocalmost completely rewrote vid_wgl's mode code, there...
2002-09-22 havocVID_Init now takes an int bpp parameter
2002-09-17 havocyou can now build a darkplaces-dedicated executable...
2002-09-11 havocVID_Init now takes mode settings (fullscreen, width...
2002-08-02 havoccleaned up vid_glx.c somewhat, it can now quit properly...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-02-28 lordhavoccleaned up mouse input system
2002-02-25 lordhavocadded in_pitch_min and in_pitch_max cvars to limit...
2002-02-15 lordhavocmoved a lot of 2D/screen stuff out of gl_screen.c into...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-11-02 lordhavocremoved support for GL_SGIS_multitexture (ancient)
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-01-28 lordhavocVID_CheckMultiTexture case was wrong (now VID_CheckMult...
2000-12-09 lordhavocbmodel rotation physics now work
2000-09-06 lordhavocVarious graphical tweaks (mainly particle related)...
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-22 lordhavocInitial revision