]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid_wgl.c
Fix a bug where R_GetTexture could return 0 rather than a white texture.
[xonotic/darkplaces.git] / vid_wgl.c
2018-04-05 divverentManage resetting the key event state on video reinitial...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2018-04-03 havocFix mouse spinning bug in wgl client when the game...
2015-08-03 divverentOops, should also have fixed the uses inside AdjustWind...
2015-08-03 divverentAlso, rect shouldn't be a reference in AdjustWindowBoun...
2015-08-03 divverentFix type of AdjustWindowBounds - this is C, not C++.
2015-08-03 divverentadjust window position and size to the available deskto...
2014-10-04 divverentImplement GPU-side corona fading
2014-06-04 divverentSome fixes to the keyboard handler:
2014-01-18 divverentAlways pass CDS_FULLSCREEN to ChangeDisplaySettings...
2013-09-20 divverentFix a compile error on win32 I introduced.
2013-09-18 divverentvid_desktopfullscreen improvements; allow querying...
2013-09-17 divverentrename netwmfullscreen to desktopfullscreen; implement...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2012-12-25 eihrulallow framebuffer objects to be used where non-power...
2012-01-22 divverentWORKAROUND: turn off vid.support.ext_framebuffer_object...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
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-18 havocadded RENDERPATH_GLES1
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-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-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...
next