]> git.xonotic.org Git - xonotic/darkplaces.git/history - cl_screen.c
added MSVC 2012 projects
[xonotic/darkplaces.git] / cl_screen.c
2013-01-13 havocpatch from roboman2444 :
2012-09-26 divverentuse library versions 2 and 3 of ODE too. It seems compa...
2012-09-26 vortexscr_loadingscreen_background: fix double-applied gamma.
2012-09-19 divverentcl_loadingscreen_fps: fix it on Linux
2012-09-19 vortexNew cvar scr_loadingscreen_maxfps (default 10) which...
2012-09-19 vortexUNMERGE! New cvar scr_loadingscreen_maxfps (default...
2012-09-18 vortexNew cvar scr_loadingscreen_picture to customize loading...
2012-09-18 vortexNew cvar scr_loadingscreen_maxfps (default 10) which...
2012-04-19 divverentremove some more dead code
2012-03-13 divverentintroducing "scr_loadingscreen_firstforstartup"
2011-12-04 divverentadd cl_minfps_force cvar to run minfps code even during...
2011-12-03 divverentadd cl_minfps_force cvar to run minfps code even during...
2011-12-03 divverenttransform: make hysteresis one-sided, no behaviour...
2011-12-03 divverenttransform: make hysteresis one-sided, no behaviour...
2011-12-03 divverentnew cl_minfps logic that seems a lot more successful...
2011-12-03 divverentnew cl_minfps logic that seems a lot more successful...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-14 divverenthopefully fix the r_stereo bug
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-18 havocfix motionblur with r_viewfbo 2 or 3
2011-10-18 havocoverhauling a lot of functions to allow fbo rendering
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
2011-10-16 havocoverhauling a lot of functions to allow fbo rendering
2011-10-14 havocremoved scr_zoomwindow feature to simplify code
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-14 havocdisplay scene brightness (r_refdef.view.colorscale...
2011-10-14 havocremoved scr_zoomwindow feature to simplify code
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-12 havocdisplay scene brightness (r_refdef.view.colorscale...
2011-09-21 havocadded scr_screenshot_timestamp cvar which defaults...
2011-09-16 havocadded scr_screenshot_timestamp cvar which defaults...
2011-09-11 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-09-03 divverentadd -noconsole option to block console input and display
2011-09-02 divverentadd -noconsole option to block console input and display
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-14 havocfix a pile of issues with calling conventions on GLES2...
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-07-31 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-05-29 havocadded r_trippy cvar
2011-05-29 havocadded r_trippy cvar
2011-05-25 havocr_speeds now shows without being connected (in menu...
2011-05-25 havocr_speeds now shows without being connected (in menu...
2011-05-14 divverentAttempt to make loading screens not stay cached, to...
2011-05-14 divverentAttempt to make loading screens not stay cached, to...
2011-04-03 havocadded GL_Finish function in backend, to centralize...
2011-04-03 havocadded support for dpsoftrast synchronization for fpsscaling
2011-04-03 havocreworked r_viewscale_fpsscaling to use the time of...
2011-04-03 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-04-01 divverentpossibly fix offset calc for infobar
2011-04-01 divverentpossibly fix offset calc for infobar
2011-04-01 havocadded GL_Finish function in backend, to centralize...
2011-04-01 havocadded support for dpsoftrast synchronization for fpsscaling
2011-04-01 havocreworked r_viewscale_fpsscaling to use the time of...
2011-03-31 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-03-20 havoccache collision trace results from frame to frame
2011-03-20 vortexadd "r_fog_clear" cvar which allows to disable framebuf...
2011-03-19 vortexadd "r_fog_clear" cvar which allows to disable framebuf...
2011-03-17 havocimproved vid_touchscreen - it now adapts to screen...
2011-03-14 havocimproved vid_touchscreen - it now adapts to screen...
2011-03-11 havoccache collision trace results from frame to frame
2011-03-07 Rudolf Polzer::stable-branch::reset=c0b5a9d4a829afdee87b9ef5fc508dff...
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-12 Rudolf Polzer::stable-branch::reset=83d0515e854d7acf232a792868fe330b...
2011-02-11 havocadded iris adaptation experiment
2011-01-20 divverentfix console margin calculation
2011-01-18 havocreduced memory usage by around 20MB (no longer allocate...
2011-01-17 divverentfix console margin calculation
2011-01-14 divverentmake infobar height configurable
2011-01-12 divverentmake infobar height configurable
2010-12-12 divverentsimplify it, and make it a bit nicer to the GPU
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 divverentfix loading screen handling (prevent self-overdraw)
2010-12-12 divverentcustomizable loading screen picture scale, including...
2010-12-12 divverentcustomizable loading screen picture scale, including...
2010-11-26 divverentmove r_stereo adjustments into R_RenderView so that...
2010-11-24 divverentmove r_stereo adjustments into R_RenderView so that...
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
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-11-04 divverentremove some stupid \n chars in infobar strings
2010-10-19 divverentnew r_stereo modes (horiz and vert split)
2010-10-19 Rudolf Polzernew r_stereo modes (horiz and vert split)
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 divverent divveren... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 Rudolf PolzerReset the stable branch to the current DP trunk, as...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-27 divverentmake prydon cursor absolute, not relative
2010-07-25 divverentmake prydon cursor absolute, not relative
2010-07-23 divverentFix the usage of the CACHEPICFLAGS_NOTPERSISTENT flag...
next