]> icculus.org git repositories - divverent/darkplaces.git/history - client.h
centralized GL_VENDOR/GL_RENDERER/etc printing code
[divverent/darkplaces.git] / client.h
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-04-13 divverentfix "wrong ping times" issue once and for all (I don...
2008-03-25 havocimplemented r_refdef.view.isoverlay state, this corresp...
2008-03-10 havocreplaced cl.movement_queue with direct use of cl.movecm...
2008-03-09 havocfixed jerky cl_movement with cl_netfps below current...
2008-03-08 havocadded showsound cvar which displays number of sounds...
2008-02-28 havocreworked min/avg/max fps report in timedemo, now works...
2008-02-25 blackMove rt* states and the ambient value into r_refdef_sce...
2008-02-04 havocfix bug that caused early console messages to not be...
2008-01-27 havocrewrote most of the VM_Polygon/DebugPolygon code, it...
2008-01-25 havocvary r_drawparticles_drawdistance and r_drawdecals_draw...
2008-01-25 havocimplemented framerate-dependent particle quality reduct...
2008-01-22 havocmerged CL_MoveParticles, CL_MoveDecals, and R_MoveExplo...
2008-01-07 blackMove a part of r_refdef_t into a new r_refdef_scene_t...
2008-01-05 blackAdd CSQC rendering support to the menu (uses the same...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2007-12-25 havocchanged cl_ignoremousemove from a qboolean to an int...
2007-12-23 havoccolormod values above 1 1 1 should work properly with...
2007-12-22 divverentoops, forgot this file
2007-12-22 havocimplemented fog texture building support for the new...
2007-12-22 divverentfirst part of fog changes: no longer use a complex...
2007-12-20 havocminor cleanup of timedemo code
2007-12-18 havocmoved entity_render_t modellight_* field updates from...
2007-12-09 divverentfog gets additional parameters mindist and maxdist...
2007-12-03 havocadded r_refdef.rtlightstylevalue which is a float versi...
2007-12-03 havocthe light has been defeated by the shadow (r_light...
2007-12-02 havocr_speeds now shows number of lightmap updates (and...
2007-11-13 havocremoved cl_particles_explosions_smoke cvar and code
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-09 divverentadd Blub's r_track_sprites for SPR_LABEL*
2007-10-16 divverentWrite an OpenDML AVI index (indx... ix00, ix01... ixfsc...
2007-09-30 havocimplemented pvs support in water reflection rendering...
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-09-04 havocadded r_view.showdebug flag, which is used to disable...
2007-06-17 havocchanged all references to entity_render_t->frame to...
2007-06-15 havocchanged the meaning of VF_PERSPECTIVE false after discu...
2007-06-14 havocimplemented csqc VF_PERSPECTIVE, still needs more work...
2007-06-14 havocwhen spectating in nexuiz, use the current viewentity...
2007-06-10 havocload csprogs.dat after it is downloaded
2007-05-20 divverentnew option -capturedemo to capture a demo to an AVI...
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-05-07 havocreduced uninitialized memory a bit more
2007-05-07 havocrewrote server sendstates building code, no longer...
2007-05-07 havocnow sends player physics variables as stats, including...
2007-05-07 havocchanged rain to spawn particles without collisions...
2007-05-04 havocfixed broken trails (introduced by my attempt to fix...
2007-05-01 havocsignificant cleanup of input networking code (reorganiz...
2007-04-30 havocimplemented QW skin support, it's broken on skins that...
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
2007-04-22 havocfixed several bugs in fog code, it basically wasn't...
2007-04-19 havocchanged VERTEXFOGTABLE macro to not use a global variable
2007-04-17 havocmoved calls of CL_ReadDemoMessage and CL_SendMove from...
2007-04-17 havocreplaced cl_nettimesyncmode with 3 cvars cl_nettimesync...
2007-03-17 havocplay a different sound (sound/misc/talk2.wav) for team...
2007-03-16 havocfixed cl_autodemo
2007-03-14 havocadded cl_particles_rain and cl_particles_snow cvars...
2007-03-11 havocimplemented .loc file support, including some editing...
2007-03-08 havocimplemented shadow caster culling by creating a frustum...
2007-03-08 havocreworked prediction code to work better when riding...
2007-03-01 havocimplemented r_shadow_culltriangles cvar (on by default...
2007-02-28 havocremove an unused extern
2007-02-23 havocpatch from div0 that makes curl downloads stay connecte...
2007-02-23 havocpatch from div0 that adds clientside culling of entitie...
2007-02-19 havocmoved cl.movesequence/cl.servermovesequence to cls...
2007-02-19 havocfixed stair smoothing code so it no longer jitters...
2007-02-18 havocrenamed CL_Move to CL_Input to avoid confusion with...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-12 havocadded cl_nettimesyncmode cvar to choose the method...
2007-02-12 havocremoved cl.timenonlerp (reverted to using cl.time)
2007-02-08 havocremoved CL_UpdateEntities call in CSQC rendering code
2007-02-06 havocno longer sends moves if time is not moving forward...
2007-02-05 havocredesigned input networking code (still same protocol...
2007-01-28 havocadded Debug_Polygon functions for testing, these are...
2007-01-23 havocchanged the not-very-useful min/avg/max part of timedem...
2007-01-23 havoceliminated cl.csqc_entities array and related fields
2007-01-23 havocsignificant cleanup of CL_UpdateEntities, GL_UpdateNetw...
2007-01-22 havocimplemented csprogs.dat downloading with special dlcach...
2007-01-22 havocmoved EF_MUZZLEFLASH checking to CL_MoveLerpEntityState...
2007-01-21 havocimplemented individual file downloads on darkplaces...
2006-11-15 havocfixed view location bugs in csqc; it was reading the...
2006-10-23 havocgot rid of cl.qw_spectator flag because it can be deter...
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-29 havocanother patch from div0 to improve ping parsing behavio...
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-07-10 havocchanged how ping report hiding operates, so that it...
2006-07-09 havocadded ping and status command output parsing in the...
2006-06-11 havocadded HDR bloom feature, not very different from bloom...
2006-06-01 havocremoved TE_VORESPIKE, no idea how it came into existenc...
2006-05-30 havocfixed several crashes in video capture code when files...
2006-05-28 havocfurther tweaks to prediction
2006-05-25 havocreplaced cl_beams_relative cvar with cl_beams_quakeposi...
2006-05-25 havocfixed crashes when changing a few settings while playin...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-05-10 havocimproved setinfo handling so that quakeworld works...
2006-05-09 havocsignificantly reworked the cl_movement code, now predic...
2006-04-30 havocchanged svc_setangle to cause interpolated turning...
2006-04-26 havocoptimized handling of decals, which increased timedemo...
next