]> git.xonotic.org Git - xonotic/darkplaces.git/history - clvm_cmds.c
fix issues with V_CalcRefdef in CSQC and stereo view
[xonotic/darkplaces.git] / clvm_cmds.c
2012-01-09 divverentuse a param for velocity too
2012-01-09 divverentDP_CSQC_V_CALCREFDEF_WIP2
2011-12-26 divverentmake CSQC support the >0.05s/<0.0005s handling of stand...
2011-12-26 divverentmake CSQC support the >0.05s/<0.0005s handling of stand...
2011-12-20 divverentif(developer_extra.integer) Con_DPrintf("VM_CL_gettagin...
2011-12-20 divverentif(developer_extra.integer) Con_DPrintf("VM_CL_gettagin...
2011-11-26 divverentrunstandardplayerphysics: also implement the no-args...
2011-11-26 divverentrunstandardplayerphysics: also implement the no-args...
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-19 divverentexpose r_refdef.view.quality to CSQC R_SetView VF_MINFP...
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-17 divverentexpose r_refdef.view.quality to CSQC R_SetView VF_MINFP...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-14 divverentmatch FTEQW more closely in runstandardplayerphysics
2011-11-12 divverentsupport pmove_flags (the actual flag values may be...
2011-11-12 divverentwe don't need ALL those fields I marked with ???
2011-11-12 divverentan attempt to do CL_runplayerphysics, not working prope...
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-02 divverentimpact handling: instead of detecting teleports by...
2011-11-01 divverentimpact handling: instead of detecting teleports by...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-18 havocfix motionblur with r_viewfbo 2 or 3
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-14 havocremoved S_StartSound_StartPosition function because...
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-12 havocremoved S_StartSound_StartPosition function because...
2011-10-01 divverentimplement digest_hex()
2011-10-01 divverentCSQC: support the sound pitch shift arg (NOT in SVQC...
2011-10-01 divverentimplement digest_hex()
2011-09-26 vortexCSQC Getlight - added globals:
2011-09-24 vortexCSQC Getlight - added globals:
2011-09-16 divverentCSQC: support the sound pitch shift arg (NOT in SVQC...
2011-09-11 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-09-11 havocimplemented CSQC_InputEvent type 2 and type 3 mouse...
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-16 havocallow drawpic calls without flag parameter, as per...
2011-08-16 havocallow calls to drawstring without the flag parameter...
2011-08-16 havocexpose R_SetView (aka setproperty) as builtin 309 as...
2011-08-16 havocallow drawpic calls without flag parameter, as per...
2011-08-16 havocallow calls to drawstring without the flag parameter...
2011-08-16 havocexpose R_SetView (aka setproperty) as builtin 309 as...
2011-08-16 havocimplemented CSQC_InputEvent type 2 and type 3 mouse...
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-07-06 divverentDP_SND_SOUND7_WIP1
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-13 havocreworked progs loading so that entvars_t and globalvars...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-31 divverentviewmodel matrix fixes:
2011-05-31 divverentviewmodel matrix fixes:
2011-05-29 havocadded r_trippy cvar
2011-05-29 havocadded r_trippy cvar
2011-05-23 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-05-20 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-05-14 havocadded prvm_offsets.h which centralizes field/global...
2011-05-14 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-14 divverentA temporary hack for GAME_XONOTIC only
2011-05-14 divverentA temporary hack for GAME_XONOTIC only
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-09 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-09 havocfixed RF_VIEWMODEL really good this time
2011-05-09 havocfix bug in last patch, fix RF_USEAXIS handling
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-08 havocfixed RF_VIEWMODEL really good this time
2011-05-08 havocfix bug in last patch, fix RF_USEAXIS handling
2011-04-29 divverentCL_RotateMoves: helper builtin for Xonotic for perfect...
2011-04-29 divverentCL_RotateMoves: helper builtin for Xonotic for perfect...
2011-03-07 Rudolf Polzer::stable-branch::reset=c0b5a9d4a829afdee87b9ef5fc508dff...
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2011-01-03 divverentget rid of more clang warnings
2011-01-03 divverentget rid of more clang warnings
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-11-26 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-11-25 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-11-21 vortexCL_VM_GetLight: allow 2'nd optional parm which sets...
2010-11-20 vortexCL_VM_GetLight: allow 2'nd optional parm which sets...
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
2010-11-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-10-17 divverentextension (does this need a QC extension name?): allow...
2010-10-16 divverentextension (does this need a QC extension name?): allow...
2010-10-15 Rudolf Polzeroops, add back 3 lines I accidentally removed
2010-10-15 divverentPolygonBegin: support a third argument "is2d"; fix...
2010-10-15 divverentR_BeginPolygon: if done in 3D stage, make sure depth...
2010-10-15 divverentPolygonBegin: support a third argument "is2d"; fix...
2010-10-15 divverentR_BeginPolygon: if done in 3D stage, make sure depth...
2010-09-24 divverentcomment out another unused var
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 divverentcomment out another unused var
2010-09-24 Rudolf PolzerReset the stable branch to the current DP trunk, as...
2010-08-20 divverentcs_*project: as both 2D and 3D rendering are confined...
2010-08-20 divverentrecalc the 2D view if changing view parameters with...
2010-08-19 divverentcs_*project: as both 2D and 3D rendering are confined...
next