]> git.xonotic.org Git - xonotic/darkplaces.git/history - vid_wgl.c
Merge remote branch 'origin/master' into akari/irc
[xonotic/darkplaces.git] / vid_wgl.c
2011-08-20 SamualMerge remote branch 'origin/master' into akari/irc akari/irc
2011-06-08 havocreduce cvar spam when using developer_extra
2011-05-18 havocimplemented support for Windows XInput (using different...
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-04-26 AkariMerge branch 'master' into akari/irc
2011-04-18 havocadded RENDERPATH_GLES1
2011-04-15 AkariMerge branch 'master' into akari/irc
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-04-01 havocWGL client can now use DPSOFTRAST, added thread_win...
2011-03-29 AkariMerge branch 'master' into akari/irc
2011-03-28 havocadded joy_axiskeyevents_deadzone cvar which makes the...
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-12-18 divverentfix a warning
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
2010-11-09 vortexadd joy_axiskeyevents cvar which turns on engine-side...
2010-11-09 vortexadd joy_axiskeyevents cvar which turns on engine-side...
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 divverent divveren... UNMERGE
2010-09-24 divverentremove two unused vars
2010-09-24 divverentremove two unused vars
2010-09-24 Rudolf PolzerReset the stable branch to the current DP trunk, as...
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...
next