]> icculus.org git repositories - divverent/darkplaces.git/history - cl_screen.c
added BoxInsideBox macro
[divverent/darkplaces.git] / cl_screen.c
2007-02-20 havocadded scr_refresh cvar which is similar to r_render...
2007-02-15 havocchanged SCR_DrawConsole call in csqc mode to match...
2007-02-12 havocminor cleaning
2007-02-03 havocfixed bug in AVI RIFF chunk 1GB size limiting code...
2007-01-21 havocimplemented individual file downloads on darkplaces...
2006-12-12 havocdisplay loading plaque much sooner in startup process...
2006-11-30 havocfunky interlacing-like rendering feature from div0...
2006-11-23 havoccleaned up GL_DepthTest and GL_CULL_FACE state manageme...
2006-11-15 havocmade cl_viewmodel_scale apply to csqc and gettaginfo
2006-11-06 havoccleaned up almost all direct indexing of matrix4x4_t...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-09-16 havocdisabled junk tag writer that I wrote for byte by byte...
2006-09-16 havocremoved some unused variables
2006-09-16 havocremoved video capture formats other than AVI I420 as...
2006-09-16 havocimplemented direct AVI video capture using the I420...
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-08-16 havocchanged several '^' checks to STRING_COLOR_TAG as they...
2006-06-11 havocdon't draw notify lines while r_letterbox is on
2006-06-11 havocremoved crosshair_static cvar (now only the hud crossha...
2006-06-09 havocweb download patch from div0, this adds the "curl"...
2006-05-30 havocfixed several crashes in video capture code when files...
2006-05-27 havoccenterprint no longer counts color codes when centering...
2006-05-23 havocremove some r_render checks, and added an r_render...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-20 havocrenamed scr_screenshot_gamma to scr_screenshot_gammaboo...
2006-04-18 havocconback lives... again!
2006-04-18 havocconback support is dead.
2006-04-18 havocremoved scr_conspeed, now always instantaneous console...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-04-16 havoceliminated rmeshstate_t .pointer_vertex and .pointer_co...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-29 havocdefault scr_menuforcewhiledisconnected to 0
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 havocchanged all Draw_CachePic calls to precache the pic...
2006-03-21 havocremoved the USETEXMATRIX define (now always on), reduce...
2006-03-21 havocmoved SCR_UpdateScreen and SCR_DrawScreen code to cl_sc...
2006-03-21 havocfixed one more cvar declaration that was missing a...
2006-03-21 havocfixed value/description of r_textshadow
2006-03-19 havocadded one more r_speeds 2 report item, to ensure that...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-15 havocremoved cgame and ui code (both unused), this reduces...
2006-03-11 havocmoved Log_Start call into SCR_BeginLoadingPlaque (which...
2006-03-07 havocsome win64 fixes from Willis
2006-03-07 havocfix r_speeds 1 so that it works again
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-03-04 havocoptimizations and refactoring to get a small (1-2%...
2006-02-28 havoccasts to fix warnings in MSVC x64, thanks Willis
2006-02-26 havocqw support is 99% working
2006-02-23 havocchanged r_speeds to only display timings with r_speeds...
2006-02-14 havocfix a typo in vid_conwidth declaration
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-11 havocadded DrawQ_Line/DrawQ_Lines/DrawQ_LineWidth patch...
2005-11-30 havocvideo modes in menu now also set vid_pixelheight and...
2005-11-26 havocfix a typo in r_speeds display that incorrectly display...
2005-11-23 havocadded a remaining < 1 check to centerprint display...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-23 havocrewrote r_speeds stats code, now uses renderstats globa...
2005-10-21 havocadded a struct name to envmapinfo to stop a g++ 4 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-13 havocmoved scr_screenshot_name declaration from cl_screen...
2005-09-11 havocchanged R_TimeReport to call glFinish to improve the...
2005-08-25 havocchanged scr_screenshot_jpeg default to 1 (note this...
2005-08-23 sajtAdded showbrand cvar, possible values 1-8. Draws the...
2005-08-13 blackAdded colored string support to centerprint.
2005-07-05 havocmore fixes
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-06-19 black-Added support for 515]'s BX_COLOREDTEXT extension.
2005-06-11 black-The new Key_Event is enabled by default now and Ive...
2005-06-11 blackMissing ';' :(
2005-06-11 blackRewrote of DrawQ_ColoredString (fixing some bugs hopefu...
2005-06-06 blackIf the new Key_Event breaks anything for you, you can...
2005-06-02 havocfix some potential buffer overflows
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havoccorrected envmap saving for ft/rt/bk/lf/up/dn layout...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-05-04 havocremoved .lmp suffix from a number of DrawQ_Pic calls...
2005-05-03 havocdon't show extra time reports in r_speeds report when...
2005-04-21 havocadded cl_capturevideo_sound (defaulted to 0) to allow...
2005-04-14 black-Added the parameter 'persistent'(naming?) to Draw_Cach...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-03-09 havocfixed gamma support in video saving (don't know why...
2005-01-13 havocchanged scr_conlines to be a local variable named conlines
2004-12-18 havocadded Bloom effect (r_bloom* cvars)
2004-12-03 havocsome renderer/client separation cleanup, migrated some...
2004-11-30 black-Fixed a bug in drawstring - it used maxlen instead...
2004-11-26 havocredesigned drawing of loading plaque, it's now a separa...
2004-11-25 havocadded cl_capturevideo_rawyv12 mode, and cl_screenshot_g...
2004-11-03 havoccenterprint is no longer limited to 40 characters wide...
2004-10-27 havocnow aborts video capture if it falls behind by more...
2004-10-27 havocgreatly improved video capture speed by generating...
2004-10-26 havocget rid of the unused clearnotify and clearconsole...
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-09-20 havocadded PXQ_GFX_LETTERBOX extension
next