]> icculus.org git repositories - divverent/darkplaces.git/history - cl_screen.c
clean up a couple warnings
[divverent/darkplaces.git] / cl_screen.c
2008-03-25 havocimplemented r_refdef.view.isoverlay state, this corresp...
2008-03-20 divverentdamn, I accidentally committed this with the last fix...
2008-03-15 divverentfix segfault with long aliases
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-30 divverentoops, that should not have gone in there
2008-01-30 divverenthide centerprint immediately when scr_centertime is 0
2008-01-27 havocimplemented r_glsl_usegeneric cvar, this causes generic...
2008-01-27 havocadded cl_minfps_qualitypower cvar to make particle...
2008-01-25 havocvary r_drawparticles_drawdistance and r_drawdecals_draw...
2008-01-25 havocrenamed cl_minfps_expbase to cl_minfps_logbase
2008-01-25 havocimplemented framerate-dependent particle quality reduct...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2007-12-23 havoccolormod values above 1 1 1 should work properly with...
2007-12-17 divverentsplit up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo...
2007-12-02 havocchanged r_speeds 2 and 3 reports to only list time...
2007-12-02 havocr_speeds now shows number of lightmap updates (and...
2007-12-02 havocadded r_speeds 3 mode which does not use glFinish
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-27 sajtupdated msvc6 project file
2007-11-13 havocadded separate world surfaces and world triangles stats...
2007-11-12 havocoptimized SHOWLMP code (only used by Nehahra) to not...
2007-11-12 havocavoid one viewclear each frame
2007-11-12 havocrenamed a few r_speeds 2 timereport values to reduce...
2007-10-17 divverentWe always <push> <PUSH> and <pop> <POP> like this....
2007-10-16 divverentoops... buffer overflow after a 640GB video file.....
2007-10-16 divverentoops
2007-10-16 divverentWrite an OpenDML AVI index (indx... ix00, ix01... ixfsc...
2007-10-09 sajtfix a warning in msvc6
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-07-17 havocchanged SCR_BeginLoadingPlaque to not call S_StopAllSou...
2007-06-14 havocfix some bugs in the last commit (perspective was off)
2007-05-27 divverentthat was missing in 7372 (TAB should also hide the...
2007-05-27 havocadded polygonoffset as a texture property, used on...
2007-05-26 divverentintermission: store the current time to completed_time...
2007-05-20 divverentnew option -capturedemo to capture a demo to an AVI...
2007-04-27 divverentmake COM_StringLengthNoColors and COM_StringDecolorize...
2007-04-19 havocadjusted netgraph code to draw the latest netgraph...
2007-04-18 havocrefactored DrawQ_Pic to actually do the drawing rather...
2007-04-18 havocchanged r_textshadow behavior to always draw a black...
2007-04-17 havocrenamed client netgraphs back to incoming and outgoing
2007-04-17 havocadded shownetgraph 2 mode which shows netgraphs for...
2007-04-17 havocmoved shownetgraph to right side of screen
2007-04-16 havocimplemented shownetgraph
2007-04-13 havocchanged .viewzoom field to scale view frustum slopes...
2007-04-07 havocadded GL_DepthRange function and MATERIALFLAG_SHORTDEPT...
2007-04-06 havocfixed a bug where the loading plaque caused front buffe...
2007-04-05 havoceliminated most calls to Sys_DoubleTime (using realtime...
2007-04-04 havocadded bufferobject and bufferoffset parameters to all...
2007-04-04 havoccorrected showturtle cvar description (it said it was...
2007-04-04 havocfixed two timing flaws where cl.realframetime was used...
2007-03-30 havocremoved restrictions on r_fullbright and r_ambient...
2007-03-27 havocmade scr_printspeed 0 also disable slow printing
2007-03-27 havocchanged default value of scr_printspeed from 8 to 10000...
2007-03-27 havocpatch from div0 to make svc_finale text show up immedia...
2007-03-19 havocadded glFinish() call to loading screen (which uses...
2007-03-12 havocremoved trailing comments on cvar declarations and...
2007-03-11 havocimplemented .loc file support, including some editing...
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.
next