]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid_wgl.c
remove a couple unused declarations
[xonotic/darkplaces.git] / vid_wgl.c
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2011-01-18 havocreduced memory usage by around 20MB (no longer allocate...
2010-12-18 divverentfix a warning
2010-11-09 vortexadd joy_axiskeyevents cvar which turns on engine-side...
2010-09-24 divverentremove two unused vars
2010-09-18 havocdon't use D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL because...
2010-08-24 havocoverhauled dynamic vertex rendering in DX9 based on...
2010-08-19 havocfix compilation of sdl and server builds when SUPPORTD3...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-14 havocfix a warning in mingw
2010-07-03 havocimplemented Direct3D9 renderer (off by default), not...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocfix some 64bit printf errors
2009-12-07 havocremoved gl_videosyncavailable variable because on all...
2009-12-07 havocchanged VID_InitMode to take a viddef_mode_t structure...
2009-10-03 havocadded r_renderview cvar (similar to scr_refresh but...
2009-09-17 havocfix more C++ warnings/errors in MSVC
2009-09-06 echonCompile as C code, not C++ (vcproj setting)
2009-08-19 divverentsnd_mutewhenidle 0: do NOT still mute when app is hidde...
2009-08-05 divverentfixes for vid_wgl
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-05-31 divverentmake DP run in wine again
2009-05-31 divverentdon't check for "wgl" as extension name
2009-04-04 havocchanged r_speeds glFinish to only occur when set to...
2009-02-16 havocfix some mingw64 warnings (I hope)
2009-02-01 divverentfix two typos in vid_wgl code
2009-01-31 divverentmore fullscreen cleanup
2009-01-20 havocfix bug with menu_mouse_absolute 1 in Nexuiz
2008-05-10 havocrenamed VID_GrabMouse to VID_SetMouse as it now takes...
2008-05-08 havocfixed several bugs with mouse grabbing
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
2008-05-08 havocrenamed IN_Activate to VID_GrabMouse and made it a...
2008-05-07 havoccentralized GL_VENDOR/GL_RENDERER/etc printing code
2008-03-01 havocfixed GL_CheckExtension to not even bother checking...
2008-03-01 havocinit gl_extensions and gl_platformextensions to ""...
2008-03-01 havocdon't bother doing two-pass window setup unless vid_sam...
2008-03-01 havocmake sure that gl_extensions and gl_platformextensions...
2008-02-29 havocuse a better cast on a parameter in a ToAscii call...
2008-02-29 havocfix warnings on qglGetString calls
2008-02-26 havocaudited PixelFormat setup code and made it request...
2008-02-21 havocfix severe bug in my previous screensaver-disable patch...
2008-02-21 havocadded #ifdef SUPPORTDIRECTX checks around all the dinpu...
2008-02-14 havocalways call Sleep(0) at the end of each frame on Window...
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-14 havocdisable screensaver on windows while game window is...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-02-01 divverent- vid_userefreshrate: when 0, a sane default is tried...
2007-12-25 havocchanged cl_ignoremousemove from a qboolean to an int...
2007-09-03 havocadded #ifndef MK_XBUTTON3
2007-08-27 havocimplemented snd_mutewhenidle cvar, defaults to 1, to...
2007-07-15 divverentmake -dinput support BUTTON4 and the wheel
2007-05-19 havocreworked newmouseparms[] code
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2007-04-14 havocremoved all commandline checks for the option "-safe...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-20 havocgrab mouse when using menu while watching demos (import...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-22 havocanother WIN32_LEAN_AND_MEAN patch from Willis, this...
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2006-02-01 havocadded description string to all cvars and commands
2006-01-17 havocchanged newmouseparms to 0 0 0, in hopes of avoiding...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-11-28 havocfixed keynum_t issue, it was declared as an extern...
2005-11-28 havocchanged buttonremap arrays to int instead of keynum_t...
2005-11-28 havocmade K_MOUSE4/5 keys separate from K_MWHEELUP/DOWN...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-05 havocadded a #define DIRECTINPUT_VERSION to hush warnings...
2005-07-04 tomazFixed it so vertical syns is applied correctly at init.
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-06 blackIf the new Key_Event breaks anything for you, you can...
2005-05-23 moliviervid_usemouse doesn't need to be a global variable
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havocmore clean up of IN_Activate, added cl_ignoremousemove...
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-03-31 molivierRemoved GL_OpenLibrary and GL_CloseLibrary from "vid...
2005-02-04 havocvid_usingvsync now set to false after a vid_restart...
2004-12-19 havocfixed misnamed variables
2004-12-19 havocVID_Finish in WGL now turns off videosync during timedemos
2004-12-02 molivier- Removed Con_SafePrint and Con_SafePrintf since they...
2004-12-01 havocdefaulting to nodinput mode again due to problems with...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-25 havocremoved some windows cruft (like scr_skipupdate, and...
2004-10-23 havocnow defaults to DirectInput in windows, -dinput option...
2004-10-16 black-Added static, global baseDC and baseRC variables to...
2004-10-15 black-Added a more descriptive comment for prvm_edict_t::p
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-10-10 havocmade MapKey static since it's not used anywhere else
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-10-03 havocadded -novideosync disable for WGL swap control
next