]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid_shared.c
removed trailing comments on cvar declarations and Cmd_AddCommand calls
[xonotic/darkplaces.git] / vid_shared.c
2007-03-12 havoccorrected some comments
2007-03-12 havocadded vid_grabkeyboard cvar which defaults to 0, this...
2007-03-02 havocreworked cvar checks in VID_UpdateGamma to simply set...
2007-01-21 havocreorganized view rendering setup code a bit to reduce...
2007-01-11 havocimplemented detection of GL_EXT_blend_subtract
2006-12-19 havocsupport for GL_ARB_texture_non_power_of_two extension...
2006-11-30 havocfunky interlacing-like rendering feature from div0...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-09-01 havocchanged description for gl_finish cvar according to...
2006-07-03 havocforce a gamma update if v_hwgamma value changes between...
2006-07-03 havocadded v_hwgamma 2 (forced gamma, ignores driver returni...
2006-06-23 havocfix gamma 'flicker' bug caused by gamma_forcenextframe...
2006-06-22 havocfix some stupid bugs in gamma update code (why didn...
2006-06-12 havocmodified VID_RestoreSystemGamma to force a gamma update...
2006-06-07 havocignore GL_EXT_texture3D extension if it reports a bogus...
2006-05-29 havocfixed repeated gamma ramp setting attempts in case...
2006-05-28 havocfix bug that caused constant gamma ramp setting in...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-04-02 havocsome cleanup of the GLSL shader, no longer uses #ifdef...
2006-03-29 havocadded rampsize parameter to BuildGammaTable8 and 16
2006-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-26 havoceliminated the hacky r_showtris code, now r_glsl 1...
2006-03-21 havocremoved detection of GL_NV_texture_shader extension...
2006-02-01 havocadded description string to all cvars and commands
2006-01-11 havocadded DrawQ_Line/DrawQ_Lines/DrawQ_LineWidth patch...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-11-17 havocmade gl_max_size cvar only affect TEXF_PICMIP textures...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-08-10 havocrenamed r_shadow_geforcefxlowquality to r_shadow_usehal...
2005-05-14 havocgl_combine cvar is no longer saved
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-05-06 havocrenamed VID_Open to VID_Start, inlined VID_Close ito...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-04-18 havocchanged in_pitch_min and in_pitch_max defaults to ...
2005-03-21 havocadded 1f and 4f glTexCoord/glMultiTexCoord function...
2005-03-09 molivierMoved audio CD initialization / finalization out of...
2005-01-21 havocdisable vid_vsync by default
2005-01-21 havocif hardware gamma setting fails, try to restore system...
2004-12-19 havocGLX mode now supports GLX_SGI_swap_control for vid_vsync
2004-12-18 havocmade sensitivity affect cl_prydoncursor
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-10-03 havocremove support for GL_NV_vertex_array_range as it's...
2004-09-26 tomazFixed some errors in the vid_vsync code.
2004-09-11 tomazAdded vid_vsync cvar and also to put it in the video...
2004-08-23 havocadded GL_ARB_shader_objects, GL_ARB_shading_language_10...
2004-07-26 havocadded gl_finish cvar, defaults to 0, this was a noticab...
2004-05-14 havocTomaz fixed the stencil support (I had accidentally...
2004-05-12 havocTomaz's patch to ask the driver for a gl_texture_anisot...
2004-03-22 havocuncommented a lot of GL functions
2004-03-10 havocnow supports GL_EXT_stencil_two_side extension (found...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-01-26 havocimproved handling of video mode failures
2004-01-20 havoc-safe now implies -window and disables all GL extension...
2004-01-01 knghtbrdUndo moving cl_available. This really doesn't belong...
2004-01-01 knghtbrdMoved an extern to the proper header.
2004-01-01 knghtbrdMoved cl_available definition to vid_shared.c
2003-12-07 havocadded an easteregg (v_psycho), thanks to Zinx Verituse...
2003-12-07 havocremoved vid_allowhwgamma variable because vid_activewin...
2003-11-19 blackvid_hardwaregammasupported is now a read-only cvar
2003-11-19 havocignore vid_restart commands in configs
2003-10-30 blackAdded 2(3) builtin functions.
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-17 blackUpdated some builtin parameter lists, added 2 functions...
2003-10-07 havoccd audio now tied to sound system
2003-09-21 havocr_colorscale gone, v_overbrightbits (cvar which control...
2003-09-19 havocTomaz's awesome new GeForce3 water effect, thanks!
2003-08-28 havocv_hwgamma is now saved to config (Andreas Kirsh suggest...
2003-07-13 havocGL_EXT_texture_filter_anisotropic support (thanks zinx!)
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-07-01 havocredesigned how the renderer handles much of it's state...
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...
2003-02-27 havocchanged TEXF_CLAMP to use GL_CLAMP_TO_EDGE (GL_EXT_text...
2003-01-31 havoclimited pitch range to that of quake
2002-12-11 havocI guess those glLoadIdentity calls were more important...
2002-12-09 havocremoved glLoadIdentity calls (they were all useless...
2002-11-29 havoc-width and -height can now be used alone (instead of...
2002-11-08 havocElric's changes:
2002-11-07 havocdon't allow stencil without bitsperpixel 32
2002-11-03 havocadded support for glPolygonOffset (not used though)
2002-10-28 havocimplemented scissor rect clipping of lights in realtime...
2002-10-22 havocdon't use 3d textures on drivers that don't explicitly...
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-10-06 havocnow checks for both TexImage3D built into the OpenGL...
2002-10-06 havocdetect 3D textures as GL_EXT_texture3D again
2002-10-06 havoc3D attenuation texture works now
2002-10-04 havoc1D, 3D, and cubemap textures are now supported (in...
2002-09-30 havocbmodel shadow volumes
2002-09-30 havocgl backend now has functions for color array and flat...
2002-09-27 havocstencil is now supported (optional, off by default...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-23 havocdefault to 640x480x16 again, just for consistency with...
2002-09-23 havocVID_CompareMode removed
next