]> icculus.org git repositories - divverent/darkplaces.git/history - vid_sdl.c
use cl.worldmodel in r_editlights_reload code as it is invoked from the
[divverent/darkplaces.git] / vid_sdl.c
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...