]> icculus.org git repositories - divverent/darkplaces.git/history - vid_sdl.c
fix div0's bug
[divverent/darkplaces.git] / vid_sdl.c
2009-08-14 divverentremove wait states for SDL
2009-08-14 divverentSDL/Win32: queue a vid_restart if resized; this should...
2009-08-05 divverentfix crash in SDL mode listing
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-07-08 divverentthanks
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-04-04 havocchanged r_speeds glFinish to only occur when set to...
2009-01-31 divverentmore fullscreen cleanup
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 havocclear some variables when VID_Shutdown is called (the...
2008-03-01 havocmake sure that gl_extensions and gl_platformextensions...
2008-02-26 havocaudited PixelFormat setup code and made it request...
2008-02-14 havocslight cleanup of Sys_EventFilter
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-14 havocadded vid_vsync control in SDL
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-12-25 havocchanged cl_ignoremousemove from a qboolean to an int...
2007-11-28 havocreverted code that used vid_grabkeyboard for SDL input...
2007-11-18 havocmake vid_sdl compile on WIN32 again (it uses different...
2007-11-13 divverentSDL icon support by Blub, messed up by me ;)
2007-11-12 divverentneed to include quakedef.h later in the other vid_...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-09 divverentupdate Blub's SDL patch
2007-11-09 divverentSDL: parameters -resizable, -stick_mouse, -no_input_gra...
2007-08-27 havocimplemented snd_mutewhenidle cvar, defaults to 1, to...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2007-01-22 havoctwo improvements to vid_restart in the SDL client:...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-07-31 havocadded gamepad/joystick support to the SDL client, this...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-05-23 havocremove some r_render checks, and added an r_render...
2006-04-28 havoctreat AltGr key as ALT for bind purposes
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-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-20 havocWIN32_LEAN_AND_MEAN patch from Willis to speed up MSVC...
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2006-03-07 havocsome win64 fixes from Willis
2006-03-04 havocadded SDL_APPACTIVE checking so that vid_hidden is...
2006-01-21 molivierFix for Win64, by Willis
2006-01-01 havocchanged mouse button numbering to have MWHEELUP/MWHEELD...
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-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-07 molivierFixed the SDL video driver on Mac OS X (crash when...
2005-06-01 havocenable unicode and keyrepeat every time a video mode...
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-05-05 black-Changed the SDL window icon back to DP's icon.
2005-03-07 molivierRemoved a couple of warnings when compiling with MSVC6
2005-02-04 havocenable key repeat
2004-12-03 molivier- DP now defines MACOSX when relevant
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-25 havocchanged drivername to NULL, as SDL knows best
2004-10-18 havocadd support for 32bit color in SDL builds
2004-10-10 havocfixed a signed/unsigned warning
2004-10-05 havocnow compiles on x86_64 successfully (still a crash...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
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-12 black-The mouse wheels now work in Windows (now button press...
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-01-01 knghtbrdINCOMPLETE SDL video support (don't use it!) No input...