]> git.xonotic.org Git - xonotic/darkplaces.git/history - vid_null.c
vs2017: Fix indentation
[xonotic/darkplaces.git] / vid_null.c
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalkvid_null: Fix compiler warning on Windows build
2020-09-17 cloudwalkRename qboolean to qbool
2018-09-09 havocAdd GL_ExtensionSupported in vid_null.c because vid_sha...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2013-09-18 divverentvid_desktopfullscreen improvements; allow querying...
2011-10-25 havocfix warnings
2011-05-18 havocimplemented support for Windows XInput (using different...
2009-12-07 havocchanged VID_InitMode to take a viddef_mode_t structure...
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-01-31 divverentmore fullscreen cleanup
2008-05-10 havocrenamed VID_GrabMouse to VID_SetMouse as it now takes...
2008-05-08 havocrenamed IN_Activate to VID_GrabMouse and made it a...
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
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-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-05-08 havocvarious printf/fprintf calls are now Con_Printf, and...
2005-03-31 molivierRemoved GL_OpenLibrary and GL_CloseLibrary from "vid...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2003-10-07 havoccd audio now tied to sound system
2003-03-27 havocFix for win32 dedicated servers (oh it still doesn...
2003-03-07 havocmenu.c - changed M_DrawSlider to take a value and a...
2002-10-03 molivierRemoved an unused variable in gl_draw.c (Forest, could...
2002-09-27 havocstencil is now supported (optional, off by default...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-24 havocfixed.
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...