]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cl_screen.c
fix offset/reliefmapping by using the proper miplevel - NOTE: this makes use of a...
[xonotic/darkplaces.git] / cl_screen.c
2011-03-11 havoccache collision trace results from frame to frame
2011-02-27 havocexperimental touchscreen support, intended for mobile...
2011-02-24 havocuse dynamic eye position-centered bouncegrid when rende...
2011-02-21 havocimplemented r_shadow_particletrace cvar which enables...
2011-02-11 havocadded iris adaptation experiment
2011-01-18 havocreduced memory usage by around 20MB (no longer allocate...
2011-01-17 divverentfix console margin calculation
2011-01-12 divverentmake infobar height configurable
2010-12-12 divverentsimplify it, and make it a bit nicer to the GPU
2010-12-12 divverentfix loading screen handling (prevent self-overdraw)
2010-12-12 divverentcustomizable loading screen picture scale, including...
2010-11-24 divverentmove r_stereo adjustments into R_RenderView so that...
2010-11-14 havocrename meshes to draws in r_speeds report
2010-11-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-11-13 havocrender shownetgraph much faster by drawing an entire...
2010-11-04 divverentremove some stupid \n chars in infobar strings
2010-10-19 divverentnew r_stereo modes (horiz and vert split)
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-25 divverentmake prydon cursor absolute, not relative
2010-07-23 divverentFix the usage of the CACHEPICFLAGS_NOTPERSISTENT flag...
2010-07-03 havocimplemented Direct3D9 renderer (off by default), not...
2010-07-02 divverentfix minor typo in doc-string
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-07-01 divverenta third console picture layer. NOW we should be able...
2010-07-01 divverentnew cvar r_draw2d to turn off all 2D drawing (except...
2010-06-29 divverentfix a cvar name typo
2010-06-29 divverentnew cvars:
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-09 divverentfix funny loading screen breakage with DX vertex formats
2010-05-09 divverentscreenshot: get rid of the 3*w*h+18 TGA buffer; instead...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-04-26 vortexa bit of loading screen bar customization: new cvars...
2010-04-15 divverentblock key events while in the event handler called...
2010-03-13 divverentrandomized loadingscreen pic (cvar: scr_loadingscreen_c...
2010-02-28 divverentWarpZones:
2010-02-20 havocadded server and client timing data to r_speeds 2
2010-01-26 divverentfix funny menu bug (why did it never happen for me)?
2010-01-07 havocno longer uses rectangle textures for deferred renderin...
2009-12-31 divverentnew cvar: scr_screenshot_png (and obvious PNG screensho...
2009-12-30 divverentmore redundant suffix elimination
2009-12-30 divverentremove redundant _Size suffix from textwidth functions...
2009-12-30 divverentfix alignment of fps counter with ft2 fonts, and other...
2009-12-28 havocmoved almost all R_GetTexture calls into R_Mesh_TexBind
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-09 havocrenderer now uses vid.renderpath to select rendering...
2009-12-08 havocsome cleanup
2009-12-08 havocconverted all code using gl_support_* variables to...
2009-12-07 havocrenamed gl_stencil to vid.stencil
2009-12-07 divverentscr_loadingscreen_background cvar: when set, show loadi...
2009-12-02 havocadd support for a filename parameter on screenshot...
2009-11-29 havocadded a few more CHECKGLERROR lines, and the possibilit...
2009-11-20 havocreworked decal system to limit the number of decal...
2009-11-17 havocadded timedemo_screenshotframelist cvar which lets...
2009-11-14 havocautomatically load/unload cachepic_t textures from...
2009-11-06 havocrenamed polygonelements, skyboxelements, skysphereeleme...
2009-10-03 havocadded r_renderview cvar (similar to scr_refresh but...
2009-09-27 divverentfix screenshot hw gamma check
2009-09-22 havocimplemented omnidirectional shadowmapping using depth...
2009-09-17 havocrewrote netgraph code
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-08-27 divverentre-enable saturation on sidebyside and stereobuffer...
2009-08-27 divverentturn off saturation and motion/damage blur if a stereo...
2009-08-24 divverentchange scr_screenshot_name_use_mapname to scr_screensho...
2009-08-24 divverentcvar scr_screenshot_name_use_mapname: if set to 1,...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-16 divverentfix reset of capturevideo fps
2009-07-25 divverentunbound conwidth/conheight a little
2009-06-16 divverentcl_capturevideo_framestep
2009-06-13 divverentshift netgraph up by sbar_info_pos;
2009-05-14 divverentr_speeds: show current clusterindex
2009-04-13 havocfix use of r_main_texturepool (it's a pointer, but...
2009-04-09 divverentdamn, set the RIGHT alpha to 1... to make the loading...
2009-04-07 divverentdraw loading bar at 100% alpha again
2009-04-06 divverentcode-only change of the loading screen, no visual change
2009-04-06 divverentagain a slight visual improvement(?) of the loading bar
2009-04-05 divverentgraceful handling of stack underflows, or host_abortfra...
2009-04-05 divverentenable nonpoweroftwo support again (accidentalyl had...
2009-04-05 divverentloading screen: properly handle the back buffer, by...
2009-04-05 divverentforce screen clear when showing loading plaque
2009-04-05 divverentfix YUV tables
2009-04-04 divverentmore loading screen improvements (weighting for differe...
2009-04-04 divverentalso enter the event loop during Q3 map load... should...
2009-04-04 divverent- fix Q3 shaders coming from a curled pk3
2009-04-04 divverenthopefully fix the crash issue on windows by hitting...
2009-04-04 divverentfurther loading screen improvement
2009-04-04 divverentdon't draw loading plaque on dedicated server :(
2009-04-04 divverentexperiemnt: call the event loop from loading plaque...
2009-04-04 divverentmore loading screen stuff, now shows loading screen...
2009-04-04 divverenta nice improvement to the loading plaque: displaying...
2009-03-03 divverentadd a strftime reference to the cvar descriptions so...
2009-02-25 divverentscr_screenshot_hwgamma - makes the HW gamma table apply...
2009-02-21 divverentcl_capturevideo_nameformat
2009-02-20 divverentmade cl_capturevideo_ogg 1 by default and saved.
2009-02-19 divverentlibogg sucks. Really does. Work around one of its short...
2009-02-18 divverentcapturevideo refactoring, making AVI also "just a modul...
2009-02-18 divverentExperimental theora capturevideo code.
2009-02-17 divverentcapturevideo: prefill incomplete header fields a bit...
next