]> icculus.org git repositories - divverent/darkplaces.git/history - vid_glx.c
added iplog support (iplog_list command, iplog_name cvar, and automatic gathering...
[divverent/darkplaces.git] / vid_glx.c
2007-03-16 havocreenabled keyboard grab when fullscreen - this is just...
2007-03-12 havocadded vid_grabkeyboard cvar which defaults to 0, this...
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-12 havocdon't set vid_activewindow to false in Map/Unmap events...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
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 havocan optimization to call XF86VidModeGetGammaRampSize...
2006-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2006-02-19 molivierWorkaround for a bug in the Linux ATI proprietary drive...
2006-02-01 havocadded description string to all cvars and commands
2006-01-30 havocdisable hardware gamma if XF86VidModeGetGammaRampSize...
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-25 havocallow typing characters above 126
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-08-14 eviltypeguyFixups for Solaris port.
2005-06-28 havocpatch from christian holmberg to make XK_section key...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
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 havocfix VID_Shutdown ungrabs
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-05-08 havocvarious printf/fprintf calls are now Con_Printf, and...
2005-05-07 havocrearranged mouse grabbing rules again to force grabbing...
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_vsync 0 now causes a warning due to the fact GLX_SG...
2005-02-04 havocvid_usingvsync now set to false after a vid_restart...
2004-12-19 havocGLX mode now supports GLX_SGI_swap_control for vid_vsync
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-10-20 havocignore first mouse move after mouse grab as it's genera...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-09-26 tomazFixed some errors in the vid_vsync code.
2004-07-26 havocadded gl_finish cvar, defaults to 0, this was a noticab...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-01-01 knghtbrdUndo moving cl_available. This really doesn't belong...
2004-01-01 havocfix a missing ; from knghtbrd's commit
2004-01-01 knghtbrdMoved cl_available definition to vid_shared.c
2003-12-31 knghtbrdMore MacOS X stuff. The correct test for MacOS X in...
2003-12-31 havocdon't even try to support XF86DGA stuff on Mac
2003-12-23 blackFast commit before Im off for 10 days. Please correct...
2003-12-07 havocremoved vid_allowhwgamma variable because vid_activewin...
2003-12-07 havocfixed behavior of vid_activewindow and vid_allowhwgamma...
2003-12-03 havocfix a severe bug with 16bit modes (VID_InitMode in...
2003-11-19 molivierClearAllStates cleared the key states twice in vid_wgl...
2003-10-12 warpWhoops, fix some stupidity on my part, should work...
2003-10-12 warpChange key handling, er, quite a bit.
2003-10-12 warpTweak the key handling, may need more invasive changes.
2003-07-14 rainFix the event mask so that the gamma is reset when...
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-06-04 havocfixed a bunch of signed/unsigned mismatch warnings...
2003-04-20 havocthanks to "backslash" for submitting a patch to support...
2003-03-09 havocGL_NV_vertex_array_range support added, but disabled...
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-16 havocfixed some dynamic lighting bugs related to glowing...
2002-09-30 havocadded -gl_driver commandline option, and cleaned up...
2002-09-27 havocstencil is now supported (optional, off by default...
2002-09-26 havocfix for repeated mode switchs losing keyboard/mouse...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-23 havocalmost completely rewrote vid_wgl's mode code, there...
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-03 havocnow entirely dynamic OpenGL binding
2002-08-02 havoccleaned up vid_glx.c somewhat, it can now quit properly...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-15 lordhavocchange a lot of calls from gl to qgl
2002-03-01 lordhavocreenabled loading plaques (and cleaned up that code...
2002-02-28 lordhavocfixed some sloppyness in my earlier input merging
2002-02-28 lordhavoccleaned up mouse input system
2002-02-25 lordhavocadded in_pitch_min and in_pitch_max cvars to limit...
2002-02-19 lordhavocadded viewzoom extension to QC and client (smooth snipe...
2002-02-15 lordhavocmoved a lot of 2D/screen stuff out of gl_screen.c into...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-17 knghtbrd-safe now does something approximately close to correct...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-11-02 lordhavocremoved support for GL_SGIS_multitexture (ancient)
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-17 lordhavocadded force_centerview to glx (by moving it to vid_shared)
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-04-06 knghtbrdgl_mtex_enum has moved to vid_shared.c
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-02-28 despairFix for exit segfault preventing fullscreen cleanup...
2001-01-28 lordhavocVID_CheckMultiTexture case was wrong (now VID_CheckMult...
2001-01-23 lordhavocdisabled unused variable
next