]> git.xonotic.org Git - xonotic/darkplaces.git/history - cl_parse.c
Upgrade doxygen version, add better implementations, sidebar added (#20)
[xonotic/darkplaces.git] / cl_parse.c
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-07-21 Cloudwalkode: Add more #ifdefs to ensure ODE is fully disabled...
2021-06-18 MarioAdd support for the .dpk package format used by Unvanqu... Mario/dpk_support 120/head
2021-05-14 cloudwalkcl_parse: Remove redundant disconnect print
2021-05-14 cloudwalkcl_parse: break on qw_svc_disconnect instead of return...
2021-05-09 havocFix some warnings in MSVC++2019. Add SDL2-nuget packag...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-11 cloudwalkcl_parse: Implement 7th mode for cl_nettimesyncboundmod...
2021-04-11 cloudwalkcl_parse: Clarify a few cvar descriptions
2021-04-11 cloudwalkcl_parse: Further optimize CL_NetworkTimeReceived
2021-04-11 cloudwalkcl_parse: Refactor cl_nettimesyncboundmode check into...
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-30 cloudwalkcl_parse: Only print if server actually disconnected
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-16 cloudwalkFix compatibility with DP's own server with NEHAHRABJP2...
2020-10-06 cloudwalkRevert "Eliminate a few client-only files from the...
2020-10-05 cloudwalkEliminate a few client-only files from the dedicated...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-09-07 cloudwalkRename src_command to src_local, to clarify its meaning
2020-07-22 cloudwalkMisc console print improvements. Increase verbosity
2020-07-21 cloudwalkIncrease console verbosity so it feels like the engine...
2020-07-20 cloudwalkhost: Remove sv_fixedframeratesingleplayer
2020-07-15 cloudwalkDon't show beam list overflow spam warnings normally
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-27 cloudwalkFix some warnings found by cppcheck
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-16 cloudwalkImplement "forcenearest" particle effect key, ported...
2020-06-15 cloudwalkPlay chat sound defined by cvars rather than hardcoded...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-11 cloudwalkDelete the cmd_clientfromserver interpreter. Use cmd_cl...
2020-06-08 cloudwalkReimpl. the cvar alias system. Reimpl. the cvar hash...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-05-27 cloudwalkFix major regression preventing connect to any server...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-24 cloudwalkRevert "Don't try to spawn if the worldmodel is missing...
2020-05-21 cloudwalkFix missing loading screen text. A redraw must always...
2020-05-20 cloudwalkAdd a few commands to clientfromserver interpreter...
2020-05-20 cloudwalkDon't try to spawn if the worldmodel is missing. No...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
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-10-19 divverentRemove the CONFIG_CD macro, and enable faketracks uncon...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-03-09 divverentTE_EXPLOSION2: don't crash on colorLength == 0.
2015-03-04 divverentFix NULL crash in QW_CL_RequestNextDownload without...
2014-12-09 eihrulmore miscellaneous fixes from graphitemaster
2014-12-09 eihrulmiscellaneous fixes from graphitemaster
2014-06-08 havocFixed many issues with q2bsp support, it now works...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-09-19 divverentRework game specific hacks to have a special group...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-29 divverentaudit all uses of CL_ParticleEffect and CL_ParticleTrai...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-07-17 havocadded #ifndef DP_MOBILETOUCH on the command history...
2013-07-13 divverentNew rate burst handling; cvars: cl_rate_burstsize,...
2013-02-24 divverentNevermind, we can't remove that STX char... just add...
2013-02-24 divverentFix bug with cl_parse.c putting extra \2 in the Con_Pri...
2012-12-22 havocadded GAME_QUOTH to use the hipnotic hud and workaround...
2012-09-20 divverentadd a cast to fix compile error
2012-09-19 divverentbuffer csprogs downloads and load csprogs from the...
2012-04-19 divverentremove some more dead code
2012-03-12 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-03-09 havocpatch from Klaus Silveira cleaning up several inefficie...
2012-02-10 divverentfix a few clang warnings that try to hint to buffer...
2011-12-08 havocprint E5_COMPLEXANIMATION and E5_TRAILEFFECTNUM in
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-25 havoconly lock the server mutex if executing commands
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-22 havocuse checkdisk flag on model loading after ingame downlo...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-10-12 havocremoved S_StartSound_StartPosition function because...
2011-10-01 divverentCSQC_Event_Sound: pass pitch shift info; actually apply...
2011-09-21 divverentprevent recursive invocation of loading screen
2011-09-16 havocadded network protocol for sound speed
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-26 divverentfunny feature: cl_lerpexcess
2011-03-20 havocmake it easier to benchmark steelstorm by stopping...
2011-03-11 havoccache collision trace results from frame to frame
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-01-03 divverentget rid of more clang warnings
2010-12-26 divverentfix handling of the restart-animation bit
2010-11-18 havocdon't spam warnings about bogus frame numbers in states...
2010-10-31 vortexnew m_newmap() MenuQC function which gets executed...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-05-12 divverentDP_CSQC_BOXPARTICLES
2010-05-11 divverenttwo more obvious bugs in worldnamenoextension
2010-05-11 divverentproperly strip the / from worldbasename
next