]> icculus.org git repositories - divverent/darkplaces.git/history - cl_screen.c
added support for TEXTYPE_BGRA (GL_BGRA format), this doesn't require
[divverent/darkplaces.git] / cl_screen.c
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.
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...
next