]> git.xonotic.org Git - xonotic/darkplaces.git/commit
added ping and status command output parsing in the client, currently this is used...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Jul 2006 08:34:39 +0000 (08:34 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Jul 2006 08:34:39 +0000 (08:34 +0000)
commitae4a1dae90706789777f59e7c9c17cfdf1708d07
tree4ab5994a28508675a413a9004db37fa70570cdc3
parent5c87bcf377e164de5c2833dd238161c96038094a
added ping and status command output parsing in the client, currently this is used to get pings in the scoreboard on Quake servers (and of course older DP servers), the server sends a pingplreport command after the human-readable ping report so that the packet loss display works (but only if the server supports this), changed client to send ping command instead of pings (at least until the next protocol version increase) and the client will not print ping report messages while the scoreboard is displayed.  the status command parsing is not actually used at this time but could be the basis of iplog support

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6507 d7cf8633-e32d-0410-b094-e92efae38249
cl_parse.c
client.h
host_cmd.c
sbar.c