]> icculus.org git repositories - divverent/darkplaces.git/history - vid_wgl.c
intermission: store the current time to completed_time only on the first svc_intermis...
[divverent/darkplaces.git] / vid_wgl.c
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
2004-09-26 tomazFixed some errors in the vid_vsync code.
2004-09-12 tomazAdded support for 16 joystick buttons.
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-07-14 black-Added the preprocessor constant USE_DSOUND.
2004-07-11 black-Removed Sys_Quit and added Sys_Shutdown which will...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-02 coderjoedon't need to send WM_SETICON... just set the icon...
2004-02-02 havocfix misplaced extern S_UnblockSound
2004-02-02 coderjoeget msvc using the new icon
2004-02-02 havoccast the char array to unsigned short in the ToAscii...
2004-02-02 havocwinquake.h is gone, absorbed into the respective files...
2004-01-31 havochandle funky ToAscii values (shift/ctrl/alt sometimes...
2004-01-27 molivierDon't allow a higher depth than the desktop when using...
2004-01-01 knghtbrdUndo moving cl_available. This really doesn't belong...
2004-01-01 knghtbrdMoved cl_available definition to vid_shared.c
2003-12-23 blackFast commit before Im off for 10 days. Please correct...
2003-12-07 havocremoved vid_allowhwgamma variable because vid_activewin...
2003-11-19 molivierClearAllStates cleared the key states twice in vid_wgl...
2003-10-22 molivierFixed 2 warnings found by MSVC6
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-13 blackFixed windows input (bad,bad hack)
2003-10-12 warpChange key handling, er, quite a bit.
2003-10-07 havoccd audio now tied to sound system
2003-10-07 blackChanged dp so the new vm fits in.
2003-08-28 havocthanks to Andreas Kirsh for a discussion about using...
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-05-24 havocpossible stability improvement in VID_Shutdown - moved...
2003-04-20 havocthanks to "backslash" for submitting a patch to support...
2003-03-07 havocmenu.c - changed M_DrawSlider to take a value and a...
2002-11-25 havocmost of Q2's keyboard handling ported over - what this...
2002-11-08 havocElric's changes:
2002-10-19 molivierImplemented a very simple video mode selection menu...
2002-10-16 havocfixed some dynamic lighting bugs related to glowing...
2002-09-28 havocfixed vid_restart
2002-09-28 havocneeded one more prototype
2002-09-28 havoctrying to fix many forward references in input code
2002-09-27 havocstencil is now supported (optional, off by default...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-25 havocadded -gl_driver commandline option, it's useless thoug...
2002-09-24 havocremove an unused extension function list
2002-09-23 havocwglGetExtensionsString is properly detected now (was...
2002-09-23 havocalmost completely rewrote vid_wgl's mode code, there...
2002-09-22 havocfixed crash on startup and shutdown
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-09-02 havocyou can now open/close the console independently of...
2002-08-04 havocmoved the GL_CloseLibrary call a bit
2002-08-04 havocfix mouse in win32, I had forgotten to update a lot...
2002-08-03 havocnow entirely dynamic OpenGL binding
2002-08-02 havoccleaned up vid_glx.c somewhat, it can now quit properly...
next