]> git.xonotic.org Git - xonotic/darkplaces.git/history - client.h
Upgrade doxygen version, add better implementations, sidebar added (#20)
[xonotic/darkplaces.git] / client.h
2021-07-22 Cloudwalkcl_main: Keep old CL_Disconnect for simplicity. Move...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-05-14 cloudwalkcl_demo: Move demo playback functionality to a separate...
2021-04-11 cloudwalkcl_parse: Implement 7th mode for cl_nettimesyncboundmod...
2021-04-11 cloudwalkclient: Improve input packet timing (netfps)
2020-10-16 cloudwalkhost: Move out some client and server code
2020-10-02 cloudwalkclient: Move usercmd_t to protocol.h since both client...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-10-02 cloudwalkclient: Add r_stats.[ch]. Move render stats code to it.
2020-09-29 cloudwalkclient: Add cl_particles.h and move cl_particles defini...
2020-09-29 cloudwalkclient: Add cl_parse.h and move cl_parse prototypes...
2020-09-29 cloudwalkclient: Move SCR prototype to screen.h
2020-09-29 cloudwalkclient: Move keys prototypes to keys.h
2020-09-29 cloudwalkclient: Add cap.h and move capture struct to it.
2020-09-29 cloudwalkclient: Add view.h. Move view prototypes to it.
2020-09-29 cloudwalkclient: Move sbar prototypes to sbar.h
2020-09-29 cloudwalkclient: Move host prototypes to host.h
2020-09-29 cloudwalkclient: Move r_refdef structs and renderer prototypes...
2020-09-26 cloudwalkview: Refactor V_CalcRefDefUsing. Fully implement class...
2020-09-17 cloudwalkRename qboolean to qbool
2020-08-12 cloudwalkMake V_CalcRoll a common function. Add sv_rollangle...
2020-07-18 cloudwalkclient: Implement CL_Frame. Move client cvars out of...
2020-07-13 cloudwalkhost, csqc: Remove cl.csqc_paused. Use new global host...
2020-07-01 cloudwalkImplement csqc "effect" builtin
2020-06-30 cloudwalk(Round 6) Break up host_cmd.c
2020-06-29 cloudwalkAdd -Wshadow cflag and eliminate its warnings, includin...
2020-06-29 havocRename render_modellight_lightdir to render_modellight_...
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-22 cloudwalk(Round 2) Break up host_cmd.c
2020-06-19 cloudwalkAdd missing video capture ifdefs
2020-06-16 cloudwalkImplement "forcenearest" particle effect key, ported...
2020-06-15 cloudwalkPlay chat sound defined by cvars rather than hardcoded...
2020-05-26 cloudwalkFix most compiler warnings.
2020-05-26 havocAdded lightgrid texture based lighting in q3bsp maps...
2020-05-25 havocReworked VM_CL_PolygonBegin/Vertex/End functions to...
2020-05-24 havocRework r_shadow_shadowmode to be more maintainable...
2020-01-23 havocRemove old decal system, cl_decals_newsystem has been...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-05-06 havocRemove r_vertexgeneric_t, r_vertexmesh_t, vid.interleav...
2018-05-02 havocRemove shadowvolume rendering entirely, now shadowmaps...
2018-04-15 havocReworked v_isometric code significantly, it now default...
2018-04-13 havocMade RENDERPATH_GL20 require fbo support and always...
2018-04-09 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2018-04-07 havocDelete unused Debug_PolygonBegin and associated code.
2018-03-25 havocRewrote most of r_lightning.c, it now uses CL_MeshEntit...
2018-03-25 havocAdd CL_MeshEntities_*, every frame in the client all...
2018-03-11 havocAdd r_shadow_culllights_trace feature, this culls rtlig...
2016-11-27 havocSignificant rework of bouncegrid photon distribution...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2016-09-11 havocOverhauled shadowmap rendering to use an atlas texture...
2016-06-27 divverentAdd a cvar net_sourceaddresscheck (default 1) to ignore...
2015-03-02 divverentJust in case, make QW sequence numbers unsigned too.
2015-03-02 divverentJust in case, make decalsequence always unsigned too.
2015-03-02 divverentMake the move sequence an unsigned int.
2015-03-02 divverentRemove an unused type.
2014-10-04 divverentCache corona occlusion buffer
2014-10-04 divverentImplement GPU-side corona fading
2013-07-27 divverentSeparate box and trail particles. Makes Xonotic's Nex...
2013-07-13 divverentNew rate burst handling; cvars: cl_rate_burstsize,...
2013-02-28 havocimplemented r_batch_dynamicbuffer which allows the...
2013-02-28 havocimplemented use of GL_ARB_uniform_buffer_object for...
2013-02-23 havocadded entity caching stats in graph
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2013-01-16 havocimplemented gpu-skinning (vertex shader skeletal animat...
2012-09-19 divverentbuffer csprogs downloads and load csprogs from the...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-02-28 divverentrunstandardplayerphysics: ignore the passed edict for...
2012-01-09 divverentfix issues with V_CalcRefdef in CSQC and stereo view
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-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-14 divverentground R_CalcRefdef when the player entity is shared
2011-11-12 divverentan attempt to do CL_runplayerphysics, not working prope...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-10-27 divverent-demo and -capturedemo: don't quit if loading another...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-16 havocrenamed r_bloomstate to r_fb because it contains frameb...
2011-06-23 havocadded r_shadow_bouncegrid 2 which disables rtlights...
2011-05-31 divverentviewmodel matrix fixes:
2011-05-17 divverentnew movement cvar and stat: sv_airaccel_qw_stretchfactor
2011-05-08 havocfixed RF_VIEWMODEL really good this time
2011-05-06 havocadded .float sendcomplexanimation server qc field which...
2011-04-29 divverentCL_RotateMoves: helper builtin for Xonotic for perfect...
2011-04-05 havocadded backface culling optimization to cl_decals_newsys...
2011-04-01 havocreworked r_viewscale_fpsscaling to use the time of...
2011-04-01 havocr_viewscale now works (with or without r_viewfbo),...
2011-03-19 vortexdynamically grow maxtempentities
2011-03-11 havoccache collision trace results from frame to frame
2011-03-03 havoceliminated color4ub vertex formats, now everything...
2011-02-24 havocuse dynamic eye position-centered bouncegrid when rende...
2011-02-21 havocimplemented r_shadow_particletrace cvar which enables...
2011-01-18 havocreduced memory usage by around 20MB (no longer allocate...
2010-11-18 havocfor purposes of better compatibility with proquake...
2010-11-14 havocrename meshes to draws in r_speeds report
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-09-03 divverentadded arg: connect-userinfo; works like this: "connect...
next