]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - cl_parse.c
c77cd252c770fe66fc41fde00676d69ccc980ade
[xonotic/darkplaces.git] / cl_parse.c
1 /*
2 Copyright (C) 1996-1997 Id Software, Inc.
3
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License
6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
13 See the GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
18
19 */
20 // cl_parse.c  -- parse a message received from the server
21
22 #include "quakedef.h"
23 #include "cdaudio.h"
24 #include "cl_collision.h"
25 #include "csprogs.h"
26 #include "libcurl.h"
27
28 char *svc_strings[128] =
29 {
30         "svc_bad",
31         "svc_nop",
32         "svc_disconnect",
33         "svc_updatestat",
34         "svc_version",          // [int] server version
35         "svc_setview",          // [short] entity number
36         "svc_sound",                    // <see code>
37         "svc_time",                     // [float] server time
38         "svc_print",                    // [string] null terminated string
39         "svc_stufftext",                // [string] stuffed into client's console buffer
40                                                 // the string should be \n terminated
41         "svc_setangle",         // [vec3] set the view angle to this absolute value
42
43         "svc_serverinfo",               // [int] version
44                                                 // [string] signon string
45                                                 // [string]..[0]model cache [string]...[0]sounds cache
46                                                 // [string]..[0]item cache
47         "svc_lightstyle",               // [byte] [string]
48         "svc_updatename",               // [byte] [string]
49         "svc_updatefrags",      // [byte] [short]
50         "svc_clientdata",               // <shortbits + data>
51         "svc_stopsound",                // <see code>
52         "svc_updatecolors",     // [byte] [byte]
53         "svc_particle",         // [vec3] <variable>
54         "svc_damage",                   // [byte] impact [byte] blood [vec3] from
55
56         "svc_spawnstatic",
57         "OBSOLETE svc_spawnbinary",
58         "svc_spawnbaseline",
59
60         "svc_temp_entity",              // <variable>
61         "svc_setpause",
62         "svc_signonnum",
63         "svc_centerprint",
64         "svc_killedmonster",
65         "svc_foundsecret",
66         "svc_spawnstaticsound",
67         "svc_intermission",
68         "svc_finale",                   // [string] music [string] text
69         "svc_cdtrack",                  // [byte] track [byte] looptrack
70         "svc_sellscreen",
71         "svc_cutscene",
72         "svc_showlmp",  // [string] iconlabel [string] lmpfile [short] x [short] y
73         "svc_hidelmp",  // [string] iconlabel
74         "svc_skybox", // [string] skyname
75         "", // 38
76         "", // 39
77         "", // 40
78         "", // 41
79         "", // 42
80         "", // 43
81         "", // 44
82         "", // 45
83         "", // 46
84         "", // 47
85         "", // 48
86         "", // 49
87         "svc_downloaddata", //                          50              // [int] start [short] size [variable length] data
88         "svc_updatestatubyte", //                       51              // [byte] stat [byte] value
89         "svc_effect", //                        52              // [vector] org [byte] modelindex [byte] startframe [byte] framecount [byte] framerate
90         "svc_effect2", //                       53              // [vector] org [short] modelindex [short] startframe [byte] framecount [byte] framerate
91         "svc_sound2", //                        54              // short soundindex instead of byte
92         "svc_spawnbaseline2", //        55              // short modelindex instead of byte
93         "svc_spawnstatic2", //          56              // short modelindex instead of byte
94         "svc_entities", //                      57              // [int] deltaframe [int] thisframe [float vector] eye [variable length] entitydata
95         "svc_csqcentities", //          58              // [short] entnum [variable length] entitydata ... [short] 0x0000
96         "svc_spawnstaticsound2", //     59              // [coord3] [short] samp [byte] vol [byte] aten
97 };
98
99 char *qw_svc_strings[128] =
100 {
101         "qw_svc_bad",                                   // 0
102         "qw_svc_nop",                                   // 1
103         "qw_svc_disconnect",                    // 2
104         "qw_svc_updatestat",                    // 3    // [byte] [byte]
105         "",                                                             // 4
106         "qw_svc_setview",                               // 5    // [short] entity number
107         "qw_svc_sound",                                 // 6    // <see code>
108         "",                                                             // 7
109         "qw_svc_print",                                 // 8    // [byte] id [string] null terminated string
110         "qw_svc_stufftext",                             // 9    // [string] stuffed into client's console buffer
111         "qw_svc_setangle",                              // 10   // [angle3] set the view angle to this absolute value
112         "qw_svc_serverdata",                    // 11   // [long] protocol ...
113         "qw_svc_lightstyle",                    // 12   // [byte] [string]
114         "",                                                             // 13
115         "qw_svc_updatefrags",                   // 14   // [byte] [short]
116         "",                                                             // 15
117         "qw_svc_stopsound",                             // 16   // <see code>
118         "",                                                             // 17
119         "",                                                             // 18
120         "qw_svc_damage",                                // 19
121         "qw_svc_spawnstatic",                   // 20
122         "",                                                             // 21
123         "qw_svc_spawnbaseline",                 // 22
124         "qw_svc_temp_entity",                   // 23   // variable
125         "qw_svc_setpause",                              // 24   // [byte] on / off
126         "",                                                             // 25
127         "qw_svc_centerprint",                   // 26   // [string] to put in center of the screen
128         "qw_svc_killedmonster",                 // 27
129         "qw_svc_foundsecret",                   // 28
130         "qw_svc_spawnstaticsound",              // 29   // [coord3] [byte] samp [byte] vol [byte] aten
131         "qw_svc_intermission",                  // 30           // [vec3_t] origin [vec3_t] angle
132         "qw_svc_finale",                                // 31           // [string] text
133         "qw_svc_cdtrack",                               // 32           // [byte] track
134         "qw_svc_sellscreen",                    // 33
135         "qw_svc_smallkick",                             // 34           // set client punchangle to 2
136         "qw_svc_bigkick",                               // 35           // set client punchangle to 4
137         "qw_svc_updateping",                    // 36           // [byte] [short]
138         "qw_svc_updateentertime",               // 37           // [byte] [float]
139         "qw_svc_updatestatlong",                // 38           // [byte] [long]
140         "qw_svc_muzzleflash",                   // 39           // [short] entity
141         "qw_svc_updateuserinfo",                // 40           // [byte] slot [long] uid
142         "qw_svc_download",                              // 41           // [short] size [size bytes]
143         "qw_svc_playerinfo",                    // 42           // variable
144         "qw_svc_nails",                                 // 43           // [byte] num [48 bits] xyzpy 12 12 12 4 8
145         "qw_svc_chokecount",                    // 44           // [byte] packets choked
146         "qw_svc_modellist",                             // 45           // [strings]
147         "qw_svc_soundlist",                             // 46           // [strings]
148         "qw_svc_packetentities",                // 47           // [...]
149         "qw_svc_deltapacketentities",   // 48           // [...]
150         "qw_svc_maxspeed",                              // 49           // maxspeed change, for prediction
151         "qw_svc_entgravity",                    // 50           // gravity change, for prediction
152         "qw_svc_setinfo",                               // 51           // setinfo on a client
153         "qw_svc_serverinfo",                    // 52           // serverinfo
154         "qw_svc_updatepl",                              // 53           // [byte] [byte]
155 };
156
157 //=============================================================================
158
159 cvar_t demo_nehahra = {0, "demo_nehahra", "0", "reads all quake demos as nehahra movie protocol"};
160 cvar_t developer_networkentities = {0, "developer_networkentities", "0", "prints received entities, value is 0-4 (higher for more info)"};
161 cvar_t cl_sound_wizardhit = {0, "cl_sound_wizardhit", "wizard/hit.wav", "sound to play during TE_WIZSPIKE (empty cvar disables sound)"};
162 cvar_t cl_sound_hknighthit = {0, "cl_sound_hknighthit", "hknight/hit.wav", "sound to play during TE_KNIGHTSPIKE (empty cvar disables sound)"};
163 cvar_t cl_sound_tink1 = {0, "cl_sound_tink1", "weapons/tink1.wav", "sound to play with 80% chance during TE_SPIKE/TE_SUPERSPIKE (empty cvar disables sound)"};
164 cvar_t cl_sound_ric1 = {0, "cl_sound_ric1", "weapons/ric1.wav", "sound to play with 5% chance during TE_SPIKE/TE_SUPERSPIKE (empty cvar disables sound)"};
165 cvar_t cl_sound_ric2 = {0, "cl_sound_ric2", "weapons/ric2.wav", "sound to play with 5% chance during TE_SPIKE/TE_SUPERSPIKE (empty cvar disables sound)"};
166 cvar_t cl_sound_ric3 = {0, "cl_sound_ric3", "weapons/ric3.wav", "sound to play with 10% chance during TE_SPIKE/TE_SUPERSPIKE (empty cvar disables sound)"};
167
168 #define RIC_GUNSHOT             1
169 #define RIC_GUNSHOTQUAD 2
170 cvar_t cl_sound_ric_gunshot = {0, "cl_sound_ric_gunshot", "0", "specifies if and when the related cl_sound_ric and cl_sound_tink sounds apply to TE_GUNSHOT/TE_GUNSHOTQUAD, 0 = no sound, 1 = TE_GUNSHOT, 2 = TE_GUNSHOTQUAD, 3 = TE_GUNSHOT and TE_GUNSHOTQUAD"};
171 cvar_t cl_sound_r_exp3 = {0, "cl_sound_r_exp3", "weapons/r_exp3.wav", "sound to play during TE_EXPLOSION and related effects (empty cvar disables sound)"};
172 cvar_t cl_serverextension_download = {0, "cl_serverextension_download", "0", "indicates whether the server supports the download command"};
173 cvar_t cl_joinbeforedownloadsfinish = {CVAR_SAVE, "cl_joinbeforedownloadsfinish", "1", "if non-zero the game will begin after the map is loaded before other downloads finish"};
174 cvar_t cl_nettimesyncfactor = {CVAR_SAVE, "cl_nettimesyncfactor", "0", "rate at which client time adapts to match server time, 1 = instantly, 0.125 = slowly, 0 = not at all (bounding still applies)"};
175 cvar_t cl_nettimesyncboundmode = {CVAR_SAVE, "cl_nettimesyncboundmode", "4", "method of restricting client time to valid values, 0 = no correction, 1 = tight bounding (jerky with packet loss), 2 = loose bounding (corrects it if out of bounds), 3 = leniant bounding (ignores temporary errors due to varying framerate), 4 = slow adjustment method from Quake3"};
176 cvar_t cl_nettimesyncboundtolerance = {CVAR_SAVE, "cl_nettimesyncboundtolerance", "0.25", "how much error is tolerated by bounding check, as a fraction of frametime, 0.25 = up to 25% margin of error tolerated, 1 = use only new time, 0 = use only old time (same effect as setting cl_nettimesyncfactor to 1)"};
177 cvar_t cl_iplog_name = {CVAR_SAVE, "cl_iplog_name", "darkplaces_iplog.txt", "name of iplog file containing player addresses for iplog_list command and automatic ip logging when parsing status command"};
178
179 static qboolean QW_CL_CheckOrDownloadFile(const char *filename);
180 static void QW_CL_RequestNextDownload(void);
181 static void QW_CL_NextUpload(void);
182 void QW_CL_StartUpload(unsigned char *data, int size);
183 //static qboolean QW_CL_IsUploading(void);
184 static void QW_CL_StopUpload(void);
185
186 /*
187 ==================
188 CL_ParseStartSoundPacket
189 ==================
190 */
191 void CL_ParseStartSoundPacket(int largesoundindex)
192 {
193         vec3_t  pos;
194         int     channel, ent;
195         int     sound_num;
196         int     volume;
197         int     field_mask;
198         float   attenuation;
199
200         if (cls.protocol == PROTOCOL_QUAKEWORLD)
201         {
202                 channel = MSG_ReadShort();
203
204                 if (channel & (1<<15))
205                         volume = MSG_ReadByte ();
206                 else
207                         volume = DEFAULT_SOUND_PACKET_VOLUME;
208
209                 if (channel & (1<<14))
210                         attenuation = MSG_ReadByte () / 64.0;
211                 else
212                         attenuation = DEFAULT_SOUND_PACKET_ATTENUATION;
213
214                 ent = (channel>>3)&1023;
215                 channel &= 7;
216
217                 sound_num = MSG_ReadByte ();
218         }
219         else
220         {
221                 field_mask = MSG_ReadByte();
222
223                 if (field_mask & SND_VOLUME)
224                         volume = MSG_ReadByte ();
225                 else
226                         volume = DEFAULT_SOUND_PACKET_VOLUME;
227
228                 if (field_mask & SND_ATTENUATION)
229                         attenuation = MSG_ReadByte () / 64.0;
230                 else
231                         attenuation = DEFAULT_SOUND_PACKET_ATTENUATION;
232
233                 if (field_mask & SND_LARGEENTITY)
234                 {
235                         ent = (unsigned short) MSG_ReadShort ();
236                         channel = MSG_ReadByte ();
237                 }
238                 else
239                 {
240                         channel = (unsigned short) MSG_ReadShort ();
241                         ent = channel >> 3;
242                         channel &= 7;
243                 }
244
245                 if (largesoundindex || field_mask & SND_LARGESOUND)
246                         sound_num = (unsigned short) MSG_ReadShort ();
247                 else
248                         sound_num = MSG_ReadByte ();
249         }
250
251         MSG_ReadVector(pos, cls.protocol);
252
253         if (sound_num >= MAX_SOUNDS)
254         {
255                 Con_Printf("CL_ParseStartSoundPacket: sound_num (%i) >= MAX_SOUNDS (%i)\n", sound_num, MAX_SOUNDS);
256                 return;
257         }
258
259         if (ent >= MAX_EDICTS)
260         {
261                 Con_Printf("CL_ParseStartSoundPacket: ent = %i", ent);
262                 return;
263         }
264
265         S_StartSound (ent, channel, cl.sound_precache[sound_num], pos, volume/255.0f, attenuation);
266 }
267
268 /*
269 ==================
270 CL_KeepaliveMessage
271
272 When the client is taking a long time to load stuff, send keepalive messages
273 so the server doesn't disconnect.
274 ==================
275 */
276
277 static unsigned char olddata[NET_MAXMESSAGE];
278 void CL_KeepaliveMessage (qboolean readmessages)
279 {
280         float time;
281         static double nextmsg = -1;
282         int oldreadcount;
283         qboolean oldbadread;
284         sizebuf_t old;
285
286         // no need if server is local and definitely not if this is a demo
287         if (sv.active || !cls.netcon || cls.protocol == PROTOCOL_QUAKEWORLD)
288                 return;
289
290         if (readmessages)
291         {
292                 // read messages from server, should just be nops
293                 oldreadcount = msg_readcount;
294                 oldbadread = msg_badread;
295                 old = net_message;
296                 memcpy(olddata, net_message.data, net_message.cursize);
297
298                 NetConn_ClientFrame();
299
300                 msg_readcount = oldreadcount;
301                 msg_badread = oldbadread;
302                 net_message = old;
303                 memcpy(net_message.data, olddata, net_message.cursize);
304         }
305
306         if (cls.netcon && (time = Sys_DoubleTime()) >= nextmsg)
307         {
308                 sizebuf_t       msg;
309                 unsigned char           buf[4];
310                 nextmsg = time + 5;
311                 // write out a nop
312                 // LordHavoc: must use unreliable because reliable could kill the sigon message!
313                 Con_Print("--> client to server keepalive\n");
314                 memset(&msg, 0, sizeof(msg));
315                 msg.data = buf;
316                 msg.maxsize = sizeof(buf);
317                 MSG_WriteChar(&msg, clc_nop);
318                 NetConn_SendUnreliableMessage(cls.netcon, &msg, cls.protocol, 10000);
319         }
320 }
321
322 void CL_ParseEntityLump(char *entdata)
323 {
324         const char *data;
325         char key[128], value[MAX_INPUTLINE];
326         FOG_clear(); // LordHavoc: no fog until set
327         // LordHavoc: default to the map's sky (q3 shader parsing sets this)
328         R_SetSkyBox(cl.worldmodel->brush.skybox);
329         data = entdata;
330         if (!data)
331                 return;
332         if (!COM_ParseTokenConsole(&data))
333                 return; // error
334         if (com_token[0] != '{')
335                 return; // error
336         while (1)
337         {
338                 if (!COM_ParseTokenConsole(&data))
339                         return; // error
340                 if (com_token[0] == '}')
341                         break; // end of worldspawn
342                 if (com_token[0] == '_')
343                         strlcpy (key, com_token + 1, sizeof (key));
344                 else
345                         strlcpy (key, com_token, sizeof (key));
346                 while (key[strlen(key)-1] == ' ') // remove trailing spaces
347                         key[strlen(key)-1] = 0;
348                 if (!COM_ParseTokenConsole(&data))
349                         return; // error
350                 strlcpy (value, com_token, sizeof (value));
351                 if (!strcmp("sky", key))
352                         R_SetSkyBox(value);
353                 else if (!strcmp("skyname", key)) // non-standard, introduced by QuakeForge... sigh.
354                         R_SetSkyBox(value);
355                 else if (!strcmp("qlsky", key)) // non-standard, introduced by QuakeLives (EEK)
356                         R_SetSkyBox(value);
357                 else if (!strcmp("fog", key))
358                         sscanf(value, "%f %f %f %f", &r_refdef.fog_density, &r_refdef.fog_red, &r_refdef.fog_green, &r_refdef.fog_blue);
359                 else if (!strcmp("fog_density", key))
360                         r_refdef.fog_density = atof(value);
361                 else if (!strcmp("fog_red", key))
362                         r_refdef.fog_red = atof(value);
363                 else if (!strcmp("fog_green", key))
364                         r_refdef.fog_green = atof(value);
365                 else if (!strcmp("fog_blue", key))
366                         r_refdef.fog_blue = atof(value);
367         }
368 }
369
370 static qboolean QW_CL_CheckOrDownloadFile(const char *filename)
371 {
372         qfile_t *file;
373
374         // see if the file already exists
375         file = FS_Open(filename, "rb", true, false);
376         if (file)
377         {
378                 FS_Close(file);
379                 return true;
380         }
381
382         // download messages in a demo would be bad
383         if (cls.demorecording)
384         {
385                 Con_Printf("Unable to download \"%s\" when recording.\n", filename);
386                 return true;
387         }
388
389         // don't try to download when playing a demo
390         if (!cls.netcon)
391                 return true;
392
393         strlcpy(cls.qw_downloadname, filename, sizeof(cls.qw_downloadname));
394         Con_Printf("Downloading %s\n", filename);
395
396         if (!cls.qw_downloadmemory)
397         {
398                 cls.qw_downloadmemory = NULL;
399                 cls.qw_downloadmemorycursize = 0;
400                 cls.qw_downloadmemorymaxsize = 1024*1024; // start out with a 1MB buffer
401         }
402
403         MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
404         MSG_WriteString(&cls.netcon->message, va("download %s", filename));
405
406         cls.qw_downloadnumber++;
407         cls.qw_downloadpercent = 0;
408         cls.qw_downloadmemorycursize = 0;
409
410         return false;
411 }
412
413 extern void CL_Locs_Reload_f(void);
414 static void QW_CL_ProcessUserInfo(int slot);
415 static void QW_CL_RequestNextDownload(void)
416 {
417         int i;
418
419         // clear name of file that just finished
420         cls.qw_downloadname[0] = 0;
421
422         switch (cls.qw_downloadtype)
423         {
424         case dl_single:
425                 break;
426         case dl_skin:
427                 if (cls.qw_downloadnumber == 0)
428                         Con_Printf("Checking skins...\n");
429                 for (;cls.qw_downloadnumber < cl.maxclients;cls.qw_downloadnumber++)
430                 {
431                         if (!cl.scores[cls.qw_downloadnumber].name[0])
432                                 continue;
433                         // check if we need to download the file, and return if so
434                         if (!QW_CL_CheckOrDownloadFile(va("skins/%s.pcx", cl.scores[cls.qw_downloadnumber].qw_skin)))
435                                 return;
436                 }
437
438                 cls.qw_downloadtype = dl_none;
439
440                 // load any newly downloaded skins
441                 for (i = 0;i < cl.maxclients;i++)
442                         QW_CL_ProcessUserInfo(i);
443
444                 // if we're still in signon stages, request the next one
445                 if (cls.signon != SIGNONS)
446                 {
447                         cls.signon = SIGNONS-1;
448                         // we'll go to SIGNONS when the first entity update is received
449                         MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
450                         MSG_WriteString(&cls.netcon->message, va("begin %i", cl.qw_servercount));
451                 }
452                 break;
453         case dl_model:
454                 if (cls.qw_downloadnumber == 0)
455                 {
456                         Con_Printf("Checking models...\n");
457                         cls.qw_downloadnumber = 1;
458                 }
459
460                 for (;cls.qw_downloadnumber < MAX_MODELS && cl.model_name[cls.qw_downloadnumber][0];cls.qw_downloadnumber++)
461                 {
462                         // skip submodels
463                         if (cl.model_name[cls.qw_downloadnumber][0] == '*')
464                                 continue;
465                         if (!strcmp(cl.model_name[cls.qw_downloadnumber], "progs/spike.mdl"))
466                                 cl.qw_modelindex_spike = cls.qw_downloadnumber;
467                         if (!strcmp(cl.model_name[cls.qw_downloadnumber], "progs/player.mdl"))
468                                 cl.qw_modelindex_player = cls.qw_downloadnumber;
469                         if (!strcmp(cl.model_name[cls.qw_downloadnumber], "progs/flag.mdl"))
470                                 cl.qw_modelindex_flag = cls.qw_downloadnumber;
471                         if (!strcmp(cl.model_name[cls.qw_downloadnumber], "progs/s_explod.spr"))
472                                 cl.qw_modelindex_s_explod = cls.qw_downloadnumber;
473                         // check if we need to download the file, and return if so
474                         if (!QW_CL_CheckOrDownloadFile(cl.model_name[cls.qw_downloadnumber]))
475                                 return;
476                 }
477
478                 cls.qw_downloadtype = dl_none;
479
480                 // touch all of the precached models that are still loaded so we can free
481                 // anything that isn't needed
482                 if (!sv.active)
483                         Mod_ClearUsed();
484                 for (i = 1;i < MAX_MODELS && cl.model_name[i][0];i++)
485                         Mod_FindName(cl.model_name[i]);
486                 // precache any models used by the client (this also marks them used)
487                 cl.model_bolt = Mod_ForName("progs/bolt.mdl", false, false, false);
488                 cl.model_bolt2 = Mod_ForName("progs/bolt2.mdl", false, false, false);
489                 cl.model_bolt3 = Mod_ForName("progs/bolt3.mdl", false, false, false);
490                 cl.model_beam = Mod_ForName("progs/beam.mdl", false, false, false);
491                 Mod_PurgeUnused();
492
493                 // now we try to load everything that is new
494
495                 // world model
496                 cl.model_precache[1] = Mod_ForName(cl.model_name[1], false, false, true);
497                 if (cl.model_precache[1]->Draw == NULL)
498                         Con_Printf("Map %s could not be found or downloaded\n", cl.model_name[1]);
499
500                 // normal models
501                 for (i = 2;i < MAX_MODELS && cl.model_name[i][0];i++)
502                         if ((cl.model_precache[i] = Mod_ForName(cl.model_name[i], false, false, false))->Draw == NULL)
503                                 Con_Printf("Model %s could not be found or downloaded\n", cl.model_name[i]);
504
505                 // check memory integrity
506                 Mem_CheckSentinelsGlobal();
507
508                 // now that we have a world model, set up the world entity, renderer
509                 // modules and csqc
510                 cl.entities[0].render.model = cl.worldmodel = cl.model_precache[1];
511                 CL_UpdateRenderEntity(&cl.entities[0].render);
512
513                 CL_Locs_Reload_f();
514                 R_Modules_NewMap();
515
516                 cl.foundtalk2wav = FS_FileExists("sound/misc/talk2.wav");
517
518                 // add pmodel/emodel CRCs to userinfo
519                 CL_SetInfo("pmodel", va("%i", FS_CRCFile("progs/player.mdl", NULL)), true, true, true, true);
520                 CL_SetInfo("emodel", va("%i", FS_CRCFile("progs/eyes.mdl", NULL)), true, true, true, true);
521
522                 // done checking sounds and models, send a prespawn command now
523                 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
524                 MSG_WriteString(&cls.netcon->message, va("prespawn %i 0 %i", cl.qw_servercount, cl.model_precache[1]->brush.qw_md4sum2));
525
526                 if (cls.qw_downloadmemory)
527                 {
528                         Mem_Free(cls.qw_downloadmemory);
529                         cls.qw_downloadmemory = NULL;
530                 }
531
532                 // done loading
533                 cl.loadfinished = true;
534                 break;
535         case dl_sound:
536                 if (cls.qw_downloadnumber == 0)
537                 {
538                         Con_Printf("Checking sounds...\n");
539                         cls.qw_downloadnumber = 1;
540                 }
541
542                 for (;cl.sound_name[cls.qw_downloadnumber][0];cls.qw_downloadnumber++)
543                 {
544                         // check if we need to download the file, and return if so
545                         if (!QW_CL_CheckOrDownloadFile(va("sound/%s", cl.sound_name[cls.qw_downloadnumber])))
546                                 return;
547                 }
548
549                 cls.qw_downloadtype = dl_none;
550
551                 // load new sounds and unload old ones
552                 // FIXME: S_ServerSounds does not know about cl.sfx_ sounds
553                 S_ServerSounds(cl.sound_name, cls.qw_downloadnumber);
554
555                 // precache any sounds used by the client
556                 cl.sfx_wizhit = S_PrecacheSound(cl_sound_wizardhit.string, false, true);
557                 cl.sfx_knighthit = S_PrecacheSound(cl_sound_hknighthit.string, false, true);
558                 cl.sfx_tink1 = S_PrecacheSound(cl_sound_tink1.string, false, true);
559                 cl.sfx_ric1 = S_PrecacheSound(cl_sound_ric1.string, false, true);
560                 cl.sfx_ric2 = S_PrecacheSound(cl_sound_ric2.string, false, true);
561                 cl.sfx_ric3 = S_PrecacheSound(cl_sound_ric3.string, false, true);
562                 cl.sfx_r_exp3 = S_PrecacheSound(cl_sound_r_exp3.string, false, true);
563
564                 // sounds
565                 for (i = 1;i < MAX_SOUNDS && cl.sound_name[i][0];i++)
566                 {
567                         // Don't lock the sfx here, S_ServerSounds already did that
568                         cl.sound_precache[i] = S_PrecacheSound(cl.sound_name[i], true, false);
569                 }
570
571                 // check memory integrity
572                 Mem_CheckSentinelsGlobal();
573
574                 // done with sound downloads, next we check models
575                 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
576                 MSG_WriteString(&cls.netcon->message, va("modellist %i %i", cl.qw_servercount, 0));
577                 break;
578         case dl_none:
579         default:
580                 Con_Printf("Unknown download type.\n");
581         }
582 }
583
584 static void QW_CL_ParseDownload(void)
585 {
586         int size = (signed short)MSG_ReadShort();
587         int percent = MSG_ReadByte();
588
589         //Con_Printf("download %i %i%% (%i/%i)\n", size, percent, cls.qw_downloadmemorycursize, cls.qw_downloadmemorymaxsize);
590
591         // skip the download fragment if playing a demo
592         if (!cls.netcon)
593         {
594                 if (size > 0)
595                         msg_readcount += size;
596                 return;
597         }
598
599         if (size == -1)
600         {
601                 Con_Printf("File not found.\n");
602                 QW_CL_RequestNextDownload();
603                 return;
604         }
605
606         if (msg_readcount + (unsigned short)size > net_message.cursize)
607                 Host_Error("corrupt download message\n");
608
609         // make sure the buffer is big enough to include this new fragment
610         if (!cls.qw_downloadmemory || cls.qw_downloadmemorymaxsize < cls.qw_downloadmemorycursize + size)
611         {
612                 unsigned char *old;
613                 while (cls.qw_downloadmemorymaxsize < cls.qw_downloadmemorycursize + size)
614                         cls.qw_downloadmemorymaxsize *= 2;
615                 old = cls.qw_downloadmemory;
616                 cls.qw_downloadmemory = (unsigned char *)Mem_Alloc(cls.permanentmempool, cls.qw_downloadmemorymaxsize);
617                 if (old)
618                 {
619                         memcpy(cls.qw_downloadmemory, old, cls.qw_downloadmemorycursize);
620                         Mem_Free(old);
621                 }
622         }
623
624         // read the fragment out of the packet
625         MSG_ReadBytes(size, cls.qw_downloadmemory + cls.qw_downloadmemorycursize);
626         cls.qw_downloadmemorycursize += size;
627         cls.qw_downloadspeedcount += size;
628
629         cls.qw_downloadpercent = percent;
630
631         if (percent != 100)
632         {
633                 // request next fragment
634                 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
635                 MSG_WriteString(&cls.netcon->message, "nextdl");
636         }
637         else
638         {
639                 // finished file
640                 Con_Printf("Downloaded \"%s\"\n", cls.qw_downloadname);
641
642                 FS_WriteFile(cls.qw_downloadname, cls.qw_downloadmemory, cls.qw_downloadmemorycursize);
643
644                 cls.qw_downloadpercent = 0;
645
646                 // start downloading the next file (or join the game)
647                 QW_CL_RequestNextDownload();
648         }
649 }
650
651 static void QW_CL_ParseModelList(void)
652 {
653         int n;
654         int nummodels = MSG_ReadByte();
655         char *str;
656
657         // parse model precache list
658         for (;;)
659         {
660                 str = MSG_ReadString();
661                 if (!str[0])
662                         break;
663                 nummodels++;
664                 if (nummodels==MAX_MODELS)
665                         Host_Error("Server sent too many model precaches");
666                 if (strlen(str) >= MAX_QPATH)
667                         Host_Error("Server sent a precache name of %i characters (max %i)", (int)strlen(str), MAX_QPATH - 1);
668                 strlcpy(cl.model_name[nummodels], str, sizeof (cl.model_name[nummodels]));
669         }
670
671         n = MSG_ReadByte();
672         if (n)
673         {
674                 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
675                 MSG_WriteString(&cls.netcon->message, va("modellist %i %i", cl.qw_servercount, n));
676                 return;
677         }
678
679         cls.signon = 2;
680         cls.qw_downloadnumber = 0;
681         cls.qw_downloadtype = dl_model;
682         QW_CL_RequestNextDownload();
683 }
684
685 static void QW_CL_ParseSoundList(void)
686 {
687         int n;
688         int numsounds = MSG_ReadByte();
689         char *str;
690
691         // parse sound precache list
692         for (;;)
693         {
694                 str = MSG_ReadString();
695                 if (!str[0])
696                         break;
697                 numsounds++;
698                 if (numsounds==MAX_SOUNDS)
699                         Host_Error("Server sent too many sound precaches");
700                 if (strlen(str) >= MAX_QPATH)
701                         Host_Error("Server sent a precache name of %i characters (max %i)", (int)strlen(str), MAX_QPATH - 1);
702                 strlcpy(cl.sound_name[numsounds], str, sizeof (cl.sound_name[numsounds]));
703         }
704
705         n = MSG_ReadByte();
706
707         if (n)
708         {
709                 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
710                 MSG_WriteString(&cls.netcon->message, va("soundlist %i %i", cl.qw_servercount, n));
711                 return;
712         }
713
714         cls.signon = 2;
715         cls.qw_downloadnumber = 0;
716         cls.qw_downloadtype = dl_sound;
717         QW_CL_RequestNextDownload();
718 }
719
720 static void QW_CL_Skins_f(void)
721 {
722         cls.qw_downloadnumber = 0;
723         cls.qw_downloadtype = dl_skin;
724         QW_CL_RequestNextDownload();
725 }
726
727 static void QW_CL_Changing_f(void)
728 {
729         if (cls.qw_downloadmemory)  // don't change when downloading
730                 return;
731
732         S_StopAllSounds();
733         cl.intermission = 0;
734         cls.signon = 1; // not active anymore, but not disconnected
735         Con_Printf("\nChanging map...\n");
736 }
737
738 void QW_CL_NextUpload(void)
739 {
740         int r, percent, size;
741
742         if (!cls.qw_uploaddata)
743                 return;
744
745         r = cls.qw_uploadsize - cls.qw_uploadpos;
746         if (r > 768)
747                 r = 768;
748         size = min(1, cls.qw_uploadsize);
749         percent = (cls.qw_uploadpos+r)*100/size;
750
751         MSG_WriteByte(&cls.netcon->message, qw_clc_upload);
752         MSG_WriteShort(&cls.netcon->message, r);
753         MSG_WriteByte(&cls.netcon->message, percent);
754         SZ_Write(&cls.netcon->message, cls.qw_uploaddata + cls.qw_uploadpos, r);
755
756         Con_DPrintf("UPLOAD: %6d: %d written\n", cls.qw_uploadpos, r);
757
758         cls.qw_uploadpos += r;
759
760         if (cls.qw_uploadpos < cls.qw_uploadsize)
761                 return;
762
763         Con_Printf("Upload completed\n");
764
765         QW_CL_StopUpload();
766 }
767
768 void QW_CL_StartUpload(unsigned char *data, int size)
769 {
770         // do nothing in demos or if not connected
771         if (!cls.netcon)
772                 return;
773
774         // abort existing upload if in progress
775         QW_CL_StopUpload();
776
777         Con_DPrintf("Starting upload of %d bytes...\n", size);
778
779         cls.qw_uploaddata = (unsigned char *)Mem_Alloc(cls.permanentmempool, size);
780         memcpy(cls.qw_uploaddata, data, size);
781         cls.qw_uploadsize = size;
782         cls.qw_uploadpos = 0;
783
784         QW_CL_NextUpload();
785 }
786
787 #if 0
788 qboolean QW_CL_IsUploading(void)
789 {
790         return cls.qw_uploaddata != NULL;
791 }
792 #endif
793
794 void QW_CL_StopUpload(void)
795 {
796         if (cls.qw_uploaddata)
797                 Mem_Free(cls.qw_uploaddata);
798         cls.qw_uploaddata = NULL;
799         cls.qw_uploadsize = 0;
800         cls.qw_uploadpos = 0;
801 }
802
803 static void QW_CL_ProcessUserInfo(int slot)
804 {
805         int topcolor, bottomcolor;
806         char temp[2048];
807         InfoString_GetValue(cl.scores[slot].qw_userinfo, "name", cl.scores[slot].name, sizeof(cl.scores[slot].name));
808         InfoString_GetValue(cl.scores[slot].qw_userinfo, "topcolor", temp, sizeof(temp));topcolor = atoi(temp);
809         InfoString_GetValue(cl.scores[slot].qw_userinfo, "bottomcolor", temp, sizeof(temp));bottomcolor = atoi(temp);
810         cl.scores[slot].colors = topcolor * 16 + bottomcolor;
811         InfoString_GetValue(cl.scores[slot].qw_userinfo, "*spectator", temp, sizeof(temp));
812         cl.scores[slot].qw_spectator = temp[0] != 0;
813         InfoString_GetValue(cl.scores[slot].qw_userinfo, "team", cl.scores[slot].qw_team, sizeof(cl.scores[slot].qw_team));
814         InfoString_GetValue(cl.scores[slot].qw_userinfo, "skin", cl.scores[slot].qw_skin, sizeof(cl.scores[slot].qw_skin));
815         if (!cl.scores[slot].qw_skin[0])
816                 strlcpy(cl.scores[slot].qw_skin, "base", sizeof(cl.scores[slot].qw_skin));
817         // TODO: skin cache
818 }
819
820 static void QW_CL_UpdateUserInfo(void)
821 {
822         int slot;
823         slot = MSG_ReadByte();
824         if (slot >= cl.maxclients)
825         {
826                 Con_Printf("svc_updateuserinfo >= cl.maxclients\n");
827                 MSG_ReadLong();
828                 MSG_ReadString();
829                 return;
830         }
831         cl.scores[slot].qw_userid = MSG_ReadLong();
832         strlcpy(cl.scores[slot].qw_userinfo, MSG_ReadString(), sizeof(cl.scores[slot].qw_userinfo));
833
834         QW_CL_ProcessUserInfo(slot);
835 }
836
837 static void QW_CL_SetInfo(void)
838 {
839         int slot;
840         char key[2048];
841         char value[2048];
842         slot = MSG_ReadByte();
843         strlcpy(key, MSG_ReadString(), sizeof(key));
844         strlcpy(value, MSG_ReadString(), sizeof(value));
845         if (slot >= cl.maxclients)
846         {
847                 Con_Printf("svc_setinfo >= cl.maxclients\n");
848                 return;
849         }
850         InfoString_SetValue(cl.scores[slot].qw_userinfo, sizeof(cl.scores[slot].qw_userinfo), key, value);
851
852         QW_CL_ProcessUserInfo(slot);
853 }
854
855 static void QW_CL_ServerInfo(void)
856 {
857         char key[2048];
858         char value[2048];
859         char temp[32];
860         strlcpy(key, MSG_ReadString(), sizeof(key));
861         strlcpy(value, MSG_ReadString(), sizeof(value));
862         Con_DPrintf("SERVERINFO: %s=%s\n", key, value);
863         InfoString_SetValue(cl.qw_serverinfo, sizeof(cl.qw_serverinfo), key, value);
864         InfoString_GetValue(cl.qw_serverinfo, "teamplay", temp, sizeof(temp));
865         cl.qw_teamplay = atoi(temp);
866 }
867
868 static void QW_CL_ParseNails(void)
869 {
870         int i, j;
871         int numnails = MSG_ReadByte();
872         vec_t *v;
873         unsigned char bits[6];
874         for (i = 0;i < numnails;i++)
875         {
876                 for (j = 0;j < 6;j++)
877                         bits[j] = MSG_ReadByte();
878                 if (cl.qw_num_nails > 255)
879                         continue;
880                 v = cl.qw_nails[cl.qw_num_nails++];
881                 v[0] = ( ( bits[0] + ((bits[1]&15)<<8) ) <<1) - 4096;
882                 v[1] = ( ( (bits[1]>>4) + (bits[2]<<4) ) <<1) - 4096;
883                 v[2] = ( ( bits[3] + ((bits[4]&15)<<8) ) <<1) - 4096;
884                 v[3] = -360*(bits[4]>>4)/16;
885                 v[4] = 360*bits[5]/256;
886                 v[5] = 0;
887         }
888 }
889
890 static void CL_UpdateItemsAndWeapon(void)
891 {
892         int j;
893         // check for important changes
894
895         // set flash times
896         if (cl.olditems != cl.stats[STAT_ITEMS])
897                 for (j = 0;j < 32;j++)
898                         if ((cl.stats[STAT_ITEMS] & (1<<j)) && !(cl.olditems & (1<<j)))
899                                 cl.item_gettime[j] = cl.time;
900         cl.olditems = cl.stats[STAT_ITEMS];
901
902         // GAME_NEXUIZ hud needs weapon change time
903         if (cl.activeweapon != cl.stats[STAT_ACTIVEWEAPON])
904                 cl.weapontime = cl.time;
905         cl.activeweapon = cl.stats[STAT_ACTIVEWEAPON];
906 }
907
908 void CL_BeginDownloads(qboolean aborteddownload)
909 {
910         // quakeworld works differently
911         if (cls.protocol == PROTOCOL_QUAKEWORLD)
912                 return;
913
914         // this would be a good place to do curl downloads
915         if(Curl_Have_forthismap())
916         {
917                 Curl_Register_predownload(); // come back later
918                 return;
919         }
920
921         // if we got here...
922         // curl is done, so let's start with the business
923         cl.loadbegun = true;
924
925         // if already downloading something from the previous level, don't stop it
926         if (cls.qw_downloadname[0])
927                 return;
928
929         if (cl.downloadcsqc)
930         {
931                 size_t progsize;
932                 cl.downloadcsqc = false;
933                 if (cls.netcon
934                  && !sv.active
935                  && csqc_progname.string
936                  && csqc_progname.string[0]
937                  && csqc_progcrc.integer >= 0
938                  && cl_serverextension_download.integer
939                  && (FS_CRCFile(csqc_progname.string, &progsize) != csqc_progcrc.integer || ((int)progsize != csqc_progsize.integer && csqc_progsize.integer != -1))
940                  && !FS_FileExists(va("dlcache/%s.%i.%i", csqc_progname.string, csqc_progsize.integer, csqc_progcrc.integer)))
941                         Cmd_ForwardStringToServer(va("download %s", csqc_progname.string));
942         }
943
944         if (cl.loadmodel_current < cl.loadmodel_total)
945         {
946                 // loading models
947
948                 for (;cl.loadmodel_current < cl.loadmodel_total;cl.loadmodel_current++)
949                 {
950                         if (cl.model_precache[cl.loadmodel_current] && cl.model_precache[cl.loadmodel_current]->Draw)
951                                 continue;
952                         if (cls.signon < SIGNONS)
953                                 CL_KeepaliveMessage(true);
954                         cl.model_precache[cl.loadmodel_current] = Mod_ForName(cl.model_name[cl.loadmodel_current], false, false, cl.loadmodel_current == 1);
955                         if (cl.model_precache[cl.loadmodel_current] && cl.model_precache[cl.loadmodel_current]->Draw && cl.loadmodel_current == 1)
956                         {
957                                 // we now have the worldmodel so we can set up the game world
958                                 cl.entities[0].render.model = cl.worldmodel = cl.model_precache[1];
959                                 CL_UpdateRenderEntity(&cl.entities[0].render);
960                                 CL_Locs_Reload_f();
961                                 R_Modules_NewMap();
962                                 cl.foundtalk2wav = FS_FileExists("sound/misc/talk2.wav");
963                                 // check memory integrity
964                                 Mem_CheckSentinelsGlobal();
965                                 if (!cl.loadfinished && cl_joinbeforedownloadsfinish.integer)
966                                 {
967                                         cl.loadfinished = true;
968                                         // now issue the spawn to move on to signon 2 like normal
969                                         if (cls.netcon)
970                                                 Cmd_ForwardStringToServer("prespawn");
971                                 }
972                         }
973                 }
974
975                 // finished loading models
976         }
977
978         if (cl.loadsound_current < cl.loadsound_total)
979         {
980                 // loading sounds
981
982                 for (;cl.loadsound_current < cl.loadsound_total;cl.loadsound_current++)
983                 {
984                         if (cl.sound_precache[cl.loadsound_current] && S_IsSoundPrecached(cl.sound_precache[cl.loadsound_current]))
985                                 continue;
986                         if (cls.signon < SIGNONS)
987                                 CL_KeepaliveMessage(true);
988                         // Don't lock the sfx here, S_ServerSounds already did that
989                         cl.sound_precache[cl.loadsound_current] = S_PrecacheSound(cl.sound_name[cl.loadsound_current], false, false);
990                 }
991
992                 // finished loading sounds
993         }
994
995         // note: the reason these loops skip already-loaded things is that it
996         // enables this command to be issued during the game if desired
997
998         if (cl.downloadmodel_current < cl.loadmodel_total)
999         {
1000                 // loading models
1001
1002                 for (;cl.downloadmodel_current < cl.loadmodel_total;cl.downloadmodel_current++)
1003                 {
1004                         if (aborteddownload)
1005                         {
1006                                 if (cl.downloadmodel_current == 1)
1007                                 {
1008                                         // the worldmodel failed, but we need to set up anyway
1009                                         cl.entities[0].render.model = cl.worldmodel = cl.model_precache[1];
1010                                         CL_UpdateRenderEntity(&cl.entities[0].render);
1011                                         CL_Locs_Reload_f();
1012                                         R_Modules_NewMap();
1013                                         cl.foundtalk2wav = FS_FileExists("sound/misc/talk2.wav");
1014                                         // check memory integrity
1015                                         Mem_CheckSentinelsGlobal();
1016                                         if (!cl.loadfinished && cl_joinbeforedownloadsfinish.integer)
1017                                         {
1018                                                 cl.loadfinished = true;
1019                                                 // now issue the spawn to move on to signon 2 like normal
1020                                                 if (cls.netcon)
1021                                                         Cmd_ForwardStringToServer("prespawn");
1022                                         }
1023                                 }
1024                                 aborteddownload = false;
1025                                 continue;
1026                         }
1027                         if (cl.model_precache[cl.downloadmodel_current] && cl.model_precache[cl.downloadmodel_current]->Draw)
1028                                 continue;
1029                         if (cls.signon < SIGNONS)
1030                                 CL_KeepaliveMessage(true);
1031                         if (!FS_FileExists(cl.model_name[cl.downloadmodel_current]))
1032                         {
1033                                 if (cl.downloadmodel_current == 1)
1034                                         Con_Printf("Map %s not found\n", cl.model_name[cl.downloadmodel_current]);
1035                                 else
1036                                         Con_Printf("Model %s not found\n", cl.model_name[cl.downloadmodel_current]);
1037                                 // regarding the * check: don't try to download submodels
1038                                 if (cl_serverextension_download.integer && cls.netcon && cl.model_name[cl.downloadmodel_current][0] != '*' && !sv.active)
1039                                 {
1040                                         Cmd_ForwardStringToServer(va("download %s", cl.model_name[cl.downloadmodel_current]));
1041                                         // we'll try loading again when the download finishes
1042                                         return;
1043                                 }
1044                         }
1045                         cl.model_precache[cl.downloadmodel_current] = Mod_ForName(cl.model_name[cl.downloadmodel_current], false, false, cl.downloadmodel_current == 1);
1046                         if (cl.downloadmodel_current == 1)
1047                         {
1048                                 // we now have the worldmodel so we can set up the game world
1049                                 cl.entities[0].render.model = cl.worldmodel = cl.model_precache[1];
1050                                 CL_UpdateRenderEntity(&cl.entities[0].render);
1051                                 CL_Locs_Reload_f();
1052                                 R_Modules_NewMap();
1053                                 cl.foundtalk2wav = FS_FileExists("sound/misc/talk2.wav");
1054                                 // check memory integrity
1055                                 Mem_CheckSentinelsGlobal();
1056                                 if (!cl.loadfinished && cl_joinbeforedownloadsfinish.integer)
1057                                 {
1058                                         cl.loadfinished = true;
1059                                         // now issue the spawn to move on to signon 2 like normal
1060                                         if (cls.netcon)
1061                                                 Cmd_ForwardStringToServer("prespawn");
1062                                 }
1063                         }
1064                 }
1065
1066                 // finished loading models
1067         }
1068
1069         if (cl.downloadsound_current < cl.loadsound_total)
1070         {
1071                 // loading sounds
1072
1073                 for (;cl.downloadsound_current < cl.loadsound_total;cl.downloadsound_current++)
1074                 {
1075                         char soundname[MAX_QPATH];
1076                         if (aborteddownload)
1077                         {
1078                                 aborteddownload = false;
1079                                 continue;
1080                         }
1081                         if (cl.sound_precache[cl.downloadsound_current] && S_IsSoundPrecached(cl.sound_precache[cl.downloadsound_current]))
1082                                 continue;
1083                         if (cls.signon < SIGNONS)
1084                                 CL_KeepaliveMessage(true);
1085                         dpsnprintf(soundname, sizeof(soundname), "sound/%s", cl.sound_name[cl.downloadsound_current]);
1086                         if (!FS_FileExists(soundname) && !FS_FileExists(cl.sound_name[cl.downloadsound_current]))
1087                         {
1088                                 Con_Printf("Sound %s not found\n", soundname);
1089                                 if (cl_serverextension_download.integer && cls.netcon && !sv.active)
1090                                 {
1091                                         Cmd_ForwardStringToServer(va("download %s", soundname));
1092                                         // we'll try loading again when the download finishes
1093                                         return;
1094                                 }
1095                         }
1096                         // Don't lock the sfx here, S_ServerSounds already did that
1097                         cl.sound_precache[cl.downloadsound_current] = S_PrecacheSound(cl.sound_name[cl.downloadsound_current], false, false);
1098                 }
1099
1100                 // finished loading sounds
1101         }
1102
1103         if (!cl.loadfinished)
1104         {
1105                 cl.loadfinished = true;
1106
1107                 // check memory integrity
1108                 Mem_CheckSentinelsGlobal();
1109
1110                 // now issue the spawn to move on to signon 2 like normal
1111                 if (cls.netcon)
1112                         Cmd_ForwardStringToServer("prespawn");
1113         }
1114 }
1115
1116 void CL_BeginDownloads_f(void)
1117 {
1118         // prevent cl_begindownloads from being issued multiple times in one match
1119         // to prevent accidentally cancelled downloads
1120         if(cl.loadbegun)
1121                 Con_DPrintf("cl_begindownloads is only valid once per match\n");
1122         else
1123                 CL_BeginDownloads(false);
1124 }
1125
1126 void CL_StopDownload(int size, int crc)
1127 {
1128         if (cls.qw_downloadmemory && cls.qw_downloadmemorycursize == size && CRC_Block(cls.qw_downloadmemory, size) == crc)
1129         {
1130                 int existingcrc;
1131                 size_t existingsize;
1132                 const char *extension;
1133
1134                 // finished file
1135                 // save to disk only if we don't already have it
1136                 // (this is mainly for playing back demos)
1137                 existingcrc = FS_CRCFile(cls.qw_downloadname, &existingsize);
1138                 if (existingsize)
1139                 {
1140                         if ((int)existingsize != size || existingcrc != crc)
1141                         {
1142                                 // we have a mismatching file, pick another name for it
1143                                 char name[MAX_QPATH*2];
1144                                 dpsnprintf(name, sizeof(name), "dlcache/%s.%i.%i", cls.qw_downloadname, size, crc);
1145                                 if (!FS_FileExists(name))
1146                                 {
1147                                         Con_Printf("Downloaded \"%s\" (%i bytes, %i CRC)\n", name, size, crc);
1148                                         FS_WriteFile(name, cls.qw_downloadmemory, cls.qw_downloadmemorycursize);
1149                                 }
1150                         }
1151                 }
1152                 else
1153                 {
1154                         // we either don't have it or have a mismatching file...
1155                         // so it's time to accept the file
1156                         // but if we already have a mismatching file we need to rename
1157                         // this new one, and if we already have this file in renamed form,
1158                         // we do nothing
1159                         Con_Printf("Downloaded \"%s\" (%i bytes, %i CRC)\n", cls.qw_downloadname, size, crc);
1160                         FS_WriteFile(cls.qw_downloadname, cls.qw_downloadmemory, cls.qw_downloadmemorycursize);
1161                         extension = FS_FileExtension(cls.qw_downloadname);
1162                         if (!strcasecmp(extension, "pak") || !strcasecmp(extension, "pk3"))
1163                                 FS_Rescan();
1164                 }
1165         }
1166
1167         if (cls.qw_downloadmemory)
1168                 Mem_Free(cls.qw_downloadmemory);
1169         cls.qw_downloadmemory = NULL;
1170         cls.qw_downloadname[0] = 0;
1171         cls.qw_downloadmemorymaxsize = 0;
1172         cls.qw_downloadmemorycursize = 0;
1173         cls.qw_downloadpercent = 0;
1174 }
1175
1176 void CL_ParseDownload(void)
1177 {
1178         int i, start, size;
1179         unsigned char data[65536];
1180         start = MSG_ReadLong();
1181         size = (unsigned short)MSG_ReadShort();
1182
1183         // record the start/size information to ack in the next input packet
1184         for (i = 0;i < CL_MAX_DOWNLOADACKS;i++)
1185         {
1186                 if (!cls.dp_downloadack[i].start && !cls.dp_downloadack[i].size)
1187                 {
1188                         cls.dp_downloadack[i].start = start;
1189                         cls.dp_downloadack[i].size = size;
1190                         break;
1191                 }
1192         }
1193
1194         MSG_ReadBytes(size, data);
1195
1196         if (!cls.qw_downloadname[0])
1197         {
1198                 if (size > 0)
1199                         Con_Printf("CL_ParseDownload: received %i bytes with no download active\n", size);
1200                 return;
1201         }
1202
1203         if (start + size > cls.qw_downloadmemorymaxsize)
1204                 Host_Error("corrupt download message\n");
1205
1206         // only advance cursize if the data is at the expected position
1207         // (gaps are unacceptable)
1208         memcpy(cls.qw_downloadmemory + start, data, size);
1209         cls.qw_downloadmemorycursize = start + size;
1210         cls.qw_downloadpercent = (int)floor((start+size) * 100.0 / cls.qw_downloadmemorymaxsize);
1211         cls.qw_downloadpercent = bound(0, cls.qw_downloadpercent, 100);
1212         cls.qw_downloadspeedcount += size;
1213 }
1214
1215 void CL_DownloadBegin_f(void)
1216 {
1217         int size = atoi(Cmd_Argv(1));
1218
1219         if (size < 0 || size > 1<<30 || FS_CheckNastyPath(Cmd_Argv(2), false))
1220         {
1221                 Con_Printf("cl_downloadbegin: received bogus information\n");
1222                 CL_StopDownload(0, 0);
1223                 return;
1224         }
1225
1226         if (cls.qw_downloadname[0])
1227                 Con_Printf("Download of %s aborted\n", cls.qw_downloadname);
1228
1229         CL_StopDownload(0, 0);
1230
1231         // we're really beginning a download now, so initialize stuff
1232         strlcpy(cls.qw_downloadname, Cmd_Argv(2), sizeof(cls.qw_downloadname));
1233         cls.qw_downloadmemorymaxsize = size;
1234         cls.qw_downloadmemory = Mem_Alloc(cls.permanentmempool, cls.qw_downloadmemorymaxsize);
1235         cls.qw_downloadnumber++;
1236
1237         Cmd_ForwardStringToServer("sv_startdownload");
1238 }
1239
1240 void CL_StopDownload_f(void)
1241 {
1242         if (cls.qw_downloadname[0])
1243         {
1244                 Con_Printf("Download of %s aborted\n", cls.qw_downloadname);
1245                 CL_StopDownload(0, 0);
1246         }
1247         CL_BeginDownloads(true);
1248 }
1249
1250 void CL_DownloadFinished_f(void)
1251 {
1252         if (Cmd_Argc() < 3)
1253         {
1254                 Con_Printf("Malformed cl_downloadfinished command\n");
1255                 return;
1256         }
1257         CL_StopDownload(atoi(Cmd_Argv(1)), atoi(Cmd_Argv(2)));
1258         CL_BeginDownloads(false);
1259 }
1260
1261 static void CL_SendPlayerInfo(void)
1262 {
1263         MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1264         MSG_WriteString (&cls.netcon->message, va("name \"%s\"", cl_name.string));
1265
1266         MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1267         MSG_WriteString (&cls.netcon->message, va("color %i %i", cl_color.integer >> 4, cl_color.integer & 15));
1268
1269         MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1270         MSG_WriteString (&cls.netcon->message, va("rate %i", cl_rate.integer));
1271
1272         if (cl_pmodel.integer)
1273         {
1274                 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1275                 MSG_WriteString (&cls.netcon->message, va("pmodel %i", cl_pmodel.integer));
1276         }
1277         if (*cl_playermodel.string)
1278         {
1279                 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1280                 MSG_WriteString (&cls.netcon->message, va("playermodel %s", cl_playermodel.string));
1281         }
1282         if (*cl_playerskin.string)
1283         {
1284                 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1285                 MSG_WriteString (&cls.netcon->message, va("playerskin %s", cl_playerskin.string));
1286         }
1287 }
1288
1289 /*
1290 =====================
1291 CL_SignonReply
1292
1293 An svc_signonnum has been received, perform a client side setup
1294 =====================
1295 */
1296 static void CL_SignonReply (void)
1297 {
1298         Con_DPrintf("CL_SignonReply: %i\n", cls.signon);
1299
1300         switch (cls.signon)
1301         {
1302         case 1:
1303                 if (cls.netcon)
1304                 {
1305                         // send player info before we begin downloads
1306                         // (so that the server can see the player name while downloading)
1307                         CL_SendPlayerInfo();
1308
1309                         // execute cl_begindownloads next frame
1310                         // (after any commands added by svc_stufftext have been executed)
1311                         // when done with downloads the "prespawn" will be sent
1312                         Cbuf_AddText("\ncl_begindownloads\n");
1313
1314                         //MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1315                         //MSG_WriteString (&cls.netcon->message, "prespawn");
1316                 }
1317                 else // playing a demo...  make sure loading occurs as soon as possible
1318                         CL_BeginDownloads(false);
1319                 break;
1320
1321         case 2:
1322                 if (cls.netcon)
1323                 {
1324                         // LordHavoc: quake sent the player info here but due to downloads
1325                         // it is sent earlier instead
1326                         // CL_SendPlayerInfo();
1327
1328                         // LordHavoc: changed to begin a loading stage and issue this when done
1329                         MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1330                         MSG_WriteString (&cls.netcon->message, "spawn");
1331                 }
1332                 break;
1333
1334         case 3:
1335                 if (cls.netcon)
1336                 {
1337                         MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
1338                         MSG_WriteString (&cls.netcon->message, "begin");
1339                 }
1340                 break;
1341
1342         case 4:
1343                 Con_ClearNotify();
1344                 break;
1345         }
1346 }
1347
1348 /*
1349 ==================
1350 CL_ParseServerInfo
1351 ==================
1352 */
1353 void CL_ParseServerInfo (void)
1354 {
1355         char *str;
1356         int i;
1357         protocolversion_t protocol;
1358         int nummodels, numsounds;
1359
1360         Con_DPrint("Serverinfo packet received.\n");
1361
1362         // if server is active, we already began a loading plaque
1363         if (!sv.active)
1364                 SCR_BeginLoadingPlaque();
1365
1366         // check memory integrity
1367         Mem_CheckSentinelsGlobal();
1368
1369         // clear cl_serverextension cvars
1370         Cvar_SetValueQuick(&cl_serverextension_download, 0);
1371
1372 //
1373 // wipe the client_state_t struct
1374 //
1375         CL_ClearState ();
1376
1377 // parse protocol version number
1378         i = MSG_ReadLong ();
1379         protocol = Protocol_EnumForNumber(i);
1380         if (protocol == PROTOCOL_UNKNOWN)
1381         {
1382                 Host_Error("CL_ParseServerInfo: Server is unrecognized protocol number (%i)", i);
1383                 return;
1384         }
1385         // hack for unmarked Nehahra movie demos which had a custom protocol
1386         if (protocol == PROTOCOL_QUAKEDP && cls.demoplayback && demo_nehahra.integer)
1387                 protocol = PROTOCOL_NEHAHRAMOVIE;
1388         cls.protocol = protocol;
1389         Con_DPrintf("Server protocol is %s\n", Protocol_NameForEnum(cls.protocol));
1390
1391         cl.num_entities = 1;
1392
1393         if (protocol == PROTOCOL_QUAKEWORLD)
1394         {
1395                 char gamedir[1][MAX_QPATH];
1396
1397                 cl.qw_servercount = MSG_ReadLong();
1398
1399                 str = MSG_ReadString();
1400                 Con_Printf("server gamedir is %s\n", str);
1401                 strlcpy(gamedir[0], str, sizeof(gamedir[0]));
1402
1403                 // change gamedir if needed
1404                 if (!FS_ChangeGameDirs(1, gamedir, true, false))
1405                         Host_Error("CL_ParseServerInfo: unable to switch to server specified gamedir");
1406
1407                 cl.gametype = GAME_DEATHMATCH;
1408                 cl.maxclients = 32;
1409
1410                 // parse player number
1411                 i = MSG_ReadByte();
1412                 // cl.qw_spectator is an unneeded flag, cl.scores[cl.playerentity].qw_spectator works better (it can be updated by the server during the game)
1413                 //cl.qw_spectator = (i & 128) != 0;
1414                 cl.playerentity = cl.viewentity = (i & 127) + 1;
1415                 cl.scores = (scoreboard_t *)Mem_Alloc(cls.levelmempool, cl.maxclients*sizeof(*cl.scores));
1416
1417                 // get the full level name
1418                 str = MSG_ReadString ();
1419                 strlcpy (cl.levelname, str, sizeof(cl.levelname));
1420
1421                 // get the movevars
1422                 cl.qw_movevars_gravity            = MSG_ReadFloat();
1423                 cl.qw_movevars_stopspeed          = MSG_ReadFloat();
1424                 cl.qw_movevars_maxspeed           = MSG_ReadFloat();
1425                 cl.qw_movevars_spectatormaxspeed  = MSG_ReadFloat();
1426                 cl.qw_movevars_accelerate         = MSG_ReadFloat();
1427                 cl.qw_movevars_airaccelerate      = MSG_ReadFloat();
1428                 cl.qw_movevars_wateraccelerate    = MSG_ReadFloat();
1429                 cl.qw_movevars_friction           = MSG_ReadFloat();
1430                 cl.qw_movevars_waterfriction      = MSG_ReadFloat();
1431                 cl.qw_movevars_entgravity         = MSG_ReadFloat();
1432
1433                 // seperate the printfs so the server message can have a color
1434                 Con_Printf("\n\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\37\n\n\2%s\n", str);
1435
1436                 // check memory integrity
1437                 Mem_CheckSentinelsGlobal();
1438
1439                 if (cls.netcon)
1440                 {
1441                         MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
1442                         MSG_WriteString(&cls.netcon->message, va("soundlist %i %i", cl.qw_servercount, 0));
1443                 }
1444
1445                 cl.loadbegun = false;
1446                 cl.loadfinished = false;
1447
1448                 cls.state = ca_connected;
1449                 cls.signon = 1;
1450
1451                 // note: on QW protocol we can't set up the gameworld until after
1452                 // downloads finish...
1453                 // (we don't even know the name of the map yet)
1454         }
1455         else
1456         {
1457         // parse maxclients
1458                 cl.maxclients = MSG_ReadByte ();
1459                 if (cl.maxclients < 1 || cl.maxclients > MAX_SCOREBOARD)
1460                 {
1461                         Host_Error("Bad maxclients (%u) from server", cl.maxclients);
1462                         return;
1463                 }
1464                 cl.scores = (scoreboard_t *)Mem_Alloc(cls.levelmempool, cl.maxclients*sizeof(*cl.scores));
1465
1466         // parse gametype
1467                 cl.gametype = MSG_ReadByte ();
1468
1469         // parse signon message
1470                 str = MSG_ReadString ();
1471                 strlcpy (cl.levelname, str, sizeof(cl.levelname));
1472
1473         // seperate the printfs so the server message can have a color
1474                 if (cls.protocol != PROTOCOL_NEHAHRAMOVIE) // no messages when playing the Nehahra movie
1475                         Con_Printf("\n\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\37\n\n\2%s\n", str);
1476
1477                 // check memory integrity
1478                 Mem_CheckSentinelsGlobal();
1479
1480                 // parse model precache list
1481                 for (nummodels=1 ; ; nummodels++)
1482                 {
1483                         str = MSG_ReadString();
1484                         if (!str[0])
1485                                 break;
1486                         if (nummodels==MAX_MODELS)
1487                                 Host_Error ("Server sent too many model precaches");
1488                         if (strlen(str) >= MAX_QPATH)
1489                                 Host_Error ("Server sent a precache name of %i characters (max %i)", (int)strlen(str), MAX_QPATH - 1);
1490                         strlcpy (cl.model_name[nummodels], str, sizeof (cl.model_name[nummodels]));
1491                 }
1492                 // parse sound precache list
1493                 for (numsounds=1 ; ; numsounds++)
1494                 {
1495                         str = MSG_ReadString();
1496                         if (!str[0])
1497                                 break;
1498                         if (numsounds==MAX_SOUNDS)
1499                                 Host_Error("Server sent too many sound precaches");
1500                         if (strlen(str) >= MAX_QPATH)
1501                                 Host_Error("Server sent a precache name of %i characters (max %i)", (int)strlen(str), MAX_QPATH - 1);
1502                         strlcpy (cl.sound_name[numsounds], str, sizeof (cl.sound_name[numsounds]));
1503                 }
1504
1505                 // touch all of the precached models that are still loaded so we can free
1506                 // anything that isn't needed
1507                 if (!sv.active)
1508                         Mod_ClearUsed();
1509                 for (i = 1;i < nummodels;i++)
1510                         Mod_FindName(cl.model_name[i]);
1511                 // precache any models used by the client (this also marks them used)
1512                 cl.model_bolt = Mod_ForName("progs/bolt.mdl", false, false, false);
1513                 cl.model_bolt2 = Mod_ForName("progs/bolt2.mdl", false, false, false);
1514                 cl.model_bolt3 = Mod_ForName("progs/bolt3.mdl", false, false, false);
1515                 cl.model_beam = Mod_ForName("progs/beam.mdl", false, false, false);
1516                 Mod_PurgeUnused();
1517
1518                 // do the same for sounds
1519                 // FIXME: S_ServerSounds does not know about cl.sfx_ sounds
1520                 S_ServerSounds (cl.sound_name, numsounds);
1521
1522                 // precache any sounds used by the client
1523                 cl.sfx_wizhit = S_PrecacheSound(cl_sound_wizardhit.string, false, true);
1524                 cl.sfx_knighthit = S_PrecacheSound(cl_sound_hknighthit.string, false, true);
1525                 cl.sfx_tink1 = S_PrecacheSound(cl_sound_tink1.string, false, true);
1526                 cl.sfx_ric1 = S_PrecacheSound(cl_sound_ric1.string, false, true);
1527                 cl.sfx_ric2 = S_PrecacheSound(cl_sound_ric2.string, false, true);
1528                 cl.sfx_ric3 = S_PrecacheSound(cl_sound_ric3.string, false, true);
1529                 cl.sfx_r_exp3 = S_PrecacheSound(cl_sound_r_exp3.string, false, true);
1530
1531                 // now we try to load everything that is new
1532                 cl.loadmodel_current = 1;
1533                 cl.downloadmodel_current = 1;
1534                 cl.loadmodel_total = nummodels;
1535                 cl.loadsound_current = 1;
1536                 cl.downloadsound_current = 1;
1537                 cl.loadsound_total = numsounds;
1538                 cl.downloadcsqc = true;
1539                 cl.loadbegun = false;
1540                 cl.loadfinished = false;
1541         }
1542
1543         // check memory integrity
1544         Mem_CheckSentinelsGlobal();
1545
1546 // if cl_autodemo is set, automatically start recording a demo if one isn't being recorded already
1547         if (cl_autodemo.integer && cls.netcon && cls.protocol != PROTOCOL_QUAKEWORLD)
1548         {
1549                 char demofile[MAX_OSPATH];
1550                 char levelname[MAX_QPATH];
1551
1552                 if (cls.demorecording)
1553                 {
1554                         // finish the previous level's demo file
1555                         CL_Stop_f();
1556                 }
1557
1558                 // start a new demo file
1559                 strlcpy(levelname, FS_FileWithoutPath(cl.model_name[1]), sizeof(levelname));
1560                 if (strrchr(levelname, '.'))
1561                         *(strrchr(levelname, '.')) = 0;
1562                 dpsnprintf (demofile, sizeof(demofile), "%s_%s.dem", Sys_TimeString (cl_autodemo_nameformat.string), levelname);
1563
1564                 Con_Printf ("Auto-recording to %s.\n", demofile);
1565
1566                 cls.demofile = FS_Open (demofile, "wb", false, false);
1567                 if (cls.demofile)
1568                 {
1569                         cls.forcetrack = -1;
1570                         FS_Printf (cls.demofile, "%i\n", cls.forcetrack);
1571                         cls.demorecording = true;
1572                 }
1573                 else
1574                         Con_Print ("ERROR: couldn't open.\n");
1575         }
1576 }
1577
1578 void CL_ValidateState(entity_state_t *s)
1579 {
1580         model_t *model;
1581
1582         if (!s->active)
1583                 return;
1584
1585         if (s->modelindex >= MAX_MODELS)
1586                 Host_Error("CL_ValidateState: modelindex (%i) >= MAX_MODELS (%i)\n", s->modelindex, MAX_MODELS);
1587
1588         // colormap is client index + 1
1589         if ((!s->flags & RENDER_COLORMAPPED) && s->colormap > cl.maxclients)
1590         {
1591                 Con_DPrintf("CL_ValidateState: colormap (%i) > cl.maxclients (%i)\n", s->colormap, cl.maxclients);
1592                 s->colormap = 0;
1593         }
1594
1595         model = cl.model_precache[s->modelindex];
1596         if (model && model->type && s->frame >= model->numframes)
1597         {
1598                 Con_DPrintf("CL_ValidateState: no such frame %i in \"%s\" (which has %i frames)\n", s->frame, model->name, model->numframes);
1599                 s->frame = 0;
1600         }
1601         if (model && model->type && s->skin > 0 && s->skin >= model->numskins && !(s->lightpflags & PFLAGS_FULLDYNAMIC))
1602         {
1603                 Con_DPrintf("CL_ValidateState: no such skin %i in \"%s\" (which has %i skins)\n", s->skin, model->name, model->numskins);
1604                 s->skin = 0;
1605         }
1606 }
1607
1608 void CL_MoveLerpEntityStates(entity_t *ent)
1609 {
1610         float odelta[3], adelta[3];
1611         CL_ValidateState(&ent->state_current);
1612         VectorSubtract(ent->state_current.origin, ent->persistent.neworigin, odelta);
1613         VectorSubtract(ent->state_current.angles, ent->persistent.newangles, adelta);
1614         if (!ent->state_previous.active || ent->state_previous.modelindex != ent->state_current.modelindex)
1615         {
1616                 // reset all persistent stuff if this is a new entity
1617                 ent->persistent.lerpdeltatime = 0;
1618                 ent->persistent.lerpstarttime = cl.mtime[1];
1619                 VectorCopy(ent->state_current.origin, ent->persistent.oldorigin);
1620                 VectorCopy(ent->state_current.angles, ent->persistent.oldangles);
1621                 VectorCopy(ent->state_current.origin, ent->persistent.neworigin);
1622                 VectorCopy(ent->state_current.angles, ent->persistent.newangles);
1623                 // reset animation interpolation as well
1624                 ent->render.frame = ent->render.frame1 = ent->render.frame2 = ent->state_current.frame;
1625                 ent->render.frame1time = ent->render.frame2time = cl.time;
1626                 ent->render.framelerp = 1;
1627                 // reset various persistent stuff
1628                 ent->persistent.muzzleflash = 0;
1629                 ent->persistent.trail_allowed = false;
1630         }
1631         else if (DotProduct(odelta, odelta) > 1000*1000 || (cl.fixangle[0] && !cl.fixangle[1]))
1632         {
1633                 // don't interpolate the move
1634                 // (the fixangle[] check detects teleports, but not constant fixangles
1635                 //  such as when spectating)
1636                 ent->persistent.lerpdeltatime = 0;
1637                 ent->persistent.lerpstarttime = cl.mtime[1];
1638                 VectorCopy(ent->state_current.origin, ent->persistent.oldorigin);
1639                 VectorCopy(ent->state_current.angles, ent->persistent.oldangles);
1640                 VectorCopy(ent->state_current.origin, ent->persistent.neworigin);
1641                 VectorCopy(ent->state_current.angles, ent->persistent.newangles);
1642                 ent->persistent.trail_allowed = false;
1643         }
1644         else if (ent->state_current.flags & RENDER_STEP)
1645         {
1646                 // monster interpolation
1647                 if (DotProduct(odelta, odelta) + DotProduct(adelta, adelta) > 0.01)
1648                 {
1649                         ent->persistent.lerpdeltatime = bound(0, cl.mtime[1] - ent->persistent.lerpstarttime, 0.1);
1650                         ent->persistent.lerpstarttime = cl.mtime[1];
1651                         VectorCopy(ent->persistent.neworigin, ent->persistent.oldorigin);
1652                         VectorCopy(ent->persistent.newangles, ent->persistent.oldangles);
1653                         VectorCopy(ent->state_current.origin, ent->persistent.neworigin);
1654                         VectorCopy(ent->state_current.angles, ent->persistent.newangles);
1655                 }
1656         }
1657         else
1658         {
1659                 // not a monster
1660                 ent->persistent.lerpstarttime = ent->state_previous.time;
1661                 // no lerp if it's singleplayer
1662                 if (cl.islocalgame && !sv_fixedframeratesingleplayer.integer)
1663                         ent->persistent.lerpdeltatime = 0;
1664                 else
1665                         ent->persistent.lerpdeltatime = bound(0, ent->state_current.time - ent->state_previous.time, 0.1);
1666                 VectorCopy(ent->persistent.neworigin, ent->persistent.oldorigin);
1667                 VectorCopy(ent->persistent.newangles, ent->persistent.oldangles);
1668                 VectorCopy(ent->state_current.origin, ent->persistent.neworigin);
1669                 VectorCopy(ent->state_current.angles, ent->persistent.newangles);
1670         }
1671         // trigger muzzleflash effect if necessary
1672         if (ent->state_current.effects & EF_MUZZLEFLASH)
1673                 ent->persistent.muzzleflash = 1;
1674 }
1675
1676 /*
1677 ==================
1678 CL_ParseBaseline
1679 ==================
1680 */
1681 void CL_ParseBaseline (entity_t *ent, int large)
1682 {
1683         int i;
1684
1685         ent->state_baseline = defaultstate;
1686         // FIXME: set ent->state_baseline.number?
1687         ent->state_baseline.active = true;
1688         if (large)
1689         {
1690                 ent->state_baseline.modelindex = (unsigned short) MSG_ReadShort ();
1691                 ent->state_baseline.frame = (unsigned short) MSG_ReadShort ();
1692         }
1693         else
1694         {
1695                 ent->state_baseline.modelindex = MSG_ReadByte ();
1696                 ent->state_baseline.frame = MSG_ReadByte ();
1697         }
1698         ent->state_baseline.colormap = MSG_ReadByte();
1699         ent->state_baseline.skin = MSG_ReadByte();
1700         for (i = 0;i < 3;i++)
1701         {
1702                 ent->state_baseline.origin[i] = MSG_ReadCoord(cls.protocol);
1703                 ent->state_baseline.angles[i] = MSG_ReadAngle(cls.protocol);
1704         }
1705         ent->state_previous = ent->state_current = ent->state_baseline;
1706 }
1707
1708
1709 /*
1710 ==================
1711 CL_ParseClientdata
1712
1713 Server information pertaining to this client only
1714 ==================
1715 */
1716 void CL_ParseClientdata (void)
1717 {
1718         int i, bits;
1719
1720         VectorCopy (cl.mpunchangle[0], cl.mpunchangle[1]);
1721         VectorCopy (cl.mpunchvector[0], cl.mpunchvector[1]);
1722         VectorCopy (cl.mvelocity[0], cl.mvelocity[1]);
1723         cl.mviewzoom[1] = cl.mviewzoom[0];
1724
1725         if (cls.protocol == PROTOCOL_QUAKE || cls.protocol == PROTOCOL_QUAKEDP || cls.protocol == PROTOCOL_NEHAHRAMOVIE || cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3 || cls.protocol == PROTOCOL_DARKPLACES4 || cls.protocol == PROTOCOL_DARKPLACES5)
1726         {
1727                 cl.stats[STAT_VIEWHEIGHT] = DEFAULT_VIEWHEIGHT;
1728                 cl.stats[STAT_ITEMS] = 0;
1729                 cl.stats[STAT_VIEWZOOM] = 255;
1730         }
1731         cl.idealpitch = 0;
1732         cl.mpunchangle[0][0] = 0;
1733         cl.mpunchangle[0][1] = 0;
1734         cl.mpunchangle[0][2] = 0;
1735         cl.mpunchvector[0][0] = 0;
1736         cl.mpunchvector[0][1] = 0;
1737         cl.mpunchvector[0][2] = 0;
1738         cl.mvelocity[0][0] = 0;
1739         cl.mvelocity[0][1] = 0;
1740         cl.mvelocity[0][2] = 0;
1741         cl.mviewzoom[0] = 1;
1742
1743         bits = (unsigned short) MSG_ReadShort ();
1744         if (bits & SU_EXTEND1)
1745                 bits |= (MSG_ReadByte() << 16);
1746         if (bits & SU_EXTEND2)
1747                 bits |= (MSG_ReadByte() << 24);
1748
1749         if (bits & SU_VIEWHEIGHT)
1750                 cl.stats[STAT_VIEWHEIGHT] = MSG_ReadChar ();
1751
1752         if (bits & SU_IDEALPITCH)
1753                 cl.idealpitch = MSG_ReadChar ();
1754
1755         for (i = 0;i < 3;i++)
1756         {
1757                 if (bits & (SU_PUNCH1<<i) )
1758                 {
1759                         if (cls.protocol == PROTOCOL_QUAKE || cls.protocol == PROTOCOL_QUAKEDP || cls.protocol == PROTOCOL_NEHAHRAMOVIE)
1760                                 cl.mpunchangle[0][i] = MSG_ReadChar();
1761                         else
1762                                 cl.mpunchangle[0][i] = MSG_ReadAngle16i();
1763                 }
1764                 if (bits & (SU_PUNCHVEC1<<i))
1765                 {
1766                         if (cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3 || cls.protocol == PROTOCOL_DARKPLACES4)
1767                                 cl.mpunchvector[0][i] = MSG_ReadCoord16i();
1768                         else
1769                                 cl.mpunchvector[0][i] = MSG_ReadCoord32f();
1770                 }
1771                 if (bits & (SU_VELOCITY1<<i) )
1772                 {
1773                         if (cls.protocol == PROTOCOL_QUAKE || cls.protocol == PROTOCOL_QUAKEDP || cls.protocol == PROTOCOL_NEHAHRAMOVIE || cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3 || cls.protocol == PROTOCOL_DARKPLACES4)
1774                                 cl.mvelocity[0][i] = MSG_ReadChar()*16;
1775                         else
1776                                 cl.mvelocity[0][i] = MSG_ReadCoord32f();
1777                 }
1778         }
1779
1780         // LordHavoc: hipnotic demos don't have this bit set but should
1781         if (bits & SU_ITEMS || cls.protocol == PROTOCOL_QUAKE || cls.protocol == PROTOCOL_QUAKEDP || cls.protocol == PROTOCOL_NEHAHRAMOVIE || cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3 || cls.protocol == PROTOCOL_DARKPLACES4 || cls.protocol == PROTOCOL_DARKPLACES5)
1782                 cl.stats[STAT_ITEMS] = MSG_ReadLong ();
1783
1784         cl.onground = (bits & SU_ONGROUND) != 0;
1785         cl.inwater = (bits & SU_INWATER) != 0;
1786
1787         if (cls.protocol == PROTOCOL_DARKPLACES5)
1788         {
1789                 cl.stats[STAT_WEAPONFRAME] = (bits & SU_WEAPONFRAME) ? MSG_ReadShort() : 0;
1790                 cl.stats[STAT_ARMOR] = (bits & SU_ARMOR) ? MSG_ReadShort() : 0;
1791                 cl.stats[STAT_WEAPON] = (bits & SU_WEAPON) ? MSG_ReadShort() : 0;
1792                 cl.stats[STAT_HEALTH] = MSG_ReadShort();
1793                 cl.stats[STAT_AMMO] = MSG_ReadShort();
1794                 cl.stats[STAT_SHELLS] = MSG_ReadShort();
1795                 cl.stats[STAT_NAILS] = MSG_ReadShort();
1796                 cl.stats[STAT_ROCKETS] = MSG_ReadShort();
1797                 cl.stats[STAT_CELLS] = MSG_ReadShort();
1798                 cl.stats[STAT_ACTIVEWEAPON] = (unsigned short) MSG_ReadShort ();
1799         }
1800         else if (cls.protocol == PROTOCOL_QUAKE || cls.protocol == PROTOCOL_QUAKEDP || cls.protocol == PROTOCOL_NEHAHRAMOVIE || cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3 || cls.protocol == PROTOCOL_DARKPLACES4)
1801         {
1802                 cl.stats[STAT_WEAPONFRAME] = (bits & SU_WEAPONFRAME) ? MSG_ReadByte() : 0;
1803                 cl.stats[STAT_ARMOR] = (bits & SU_ARMOR) ? MSG_ReadByte() : 0;
1804                 cl.stats[STAT_WEAPON] = (bits & SU_WEAPON) ? MSG_ReadByte() : 0;
1805                 cl.stats[STAT_HEALTH] = MSG_ReadShort();
1806                 cl.stats[STAT_AMMO] = MSG_ReadByte();
1807                 cl.stats[STAT_SHELLS] = MSG_ReadByte();
1808                 cl.stats[STAT_NAILS] = MSG_ReadByte();
1809                 cl.stats[STAT_ROCKETS] = MSG_ReadByte();
1810                 cl.stats[STAT_CELLS] = MSG_ReadByte();
1811                 if (gamemode == GAME_HIPNOTIC || gamemode == GAME_ROGUE || gamemode == GAME_NEXUIZ)
1812                         cl.stats[STAT_ACTIVEWEAPON] = (1<<MSG_ReadByte ());
1813                 else
1814                         cl.stats[STAT_ACTIVEWEAPON] = MSG_ReadByte ();
1815         }
1816
1817         if (bits & SU_VIEWZOOM)
1818         {
1819                 if (cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3 || cls.protocol == PROTOCOL_DARKPLACES4)
1820                         cl.stats[STAT_VIEWZOOM] = MSG_ReadByte();
1821                 else
1822                         cl.stats[STAT_VIEWZOOM] = (unsigned short) MSG_ReadShort();
1823         }
1824
1825         // viewzoom interpolation
1826         cl.mviewzoom[0] = (float) max(cl.stats[STAT_VIEWZOOM], 2) * (1.0f / 255.0f);
1827 }
1828
1829 /*
1830 =====================
1831 CL_ParseStatic
1832 =====================
1833 */
1834 void CL_ParseStatic (int large)
1835 {
1836         entity_t *ent;
1837
1838         if (cl.num_static_entities >= cl.max_static_entities)
1839                 Host_Error ("Too many static entities");
1840         ent = &cl.static_entities[cl.num_static_entities++];
1841         CL_ParseBaseline (ent, large);
1842
1843         if (ent->state_baseline.modelindex == 0)
1844         {
1845                 Con_DPrintf("svc_parsestatic: static entity without model at %f %f %f\n", ent->state_baseline.origin[0], ent->state_baseline.origin[1], ent->state_baseline.origin[2]);
1846                 cl.num_static_entities--;
1847                 // This is definitely a cheesy way to conserve resources...
1848                 return;
1849         }
1850
1851 // copy it to the current state
1852         ent->render.model = cl.model_precache[ent->state_baseline.modelindex];
1853         ent->render.frame = ent->render.frame1 = ent->render.frame2 = ent->state_baseline.frame;
1854         ent->render.framelerp = 0;
1855         // make torchs play out of sync
1856         ent->render.frame1time = ent->render.frame2time = lhrandom(-10, -1);
1857         ent->render.colormap = -1; // no special coloring
1858         ent->render.skinnum = ent->state_baseline.skin;
1859         ent->render.effects = ent->state_baseline.effects;
1860         ent->render.alpha = 1;
1861
1862         //VectorCopy (ent->state_baseline.origin, ent->render.origin);
1863         //VectorCopy (ent->state_baseline.angles, ent->render.angles);
1864
1865         Matrix4x4_CreateFromQuakeEntity(&ent->render.matrix, ent->state_baseline.origin[0], ent->state_baseline.origin[1], ent->state_baseline.origin[2], ent->state_baseline.angles[0], ent->state_baseline.angles[1], ent->state_baseline.angles[2], 1);
1866         CL_UpdateRenderEntity(&ent->render);
1867 }
1868
1869 /*
1870 ===================
1871 CL_ParseStaticSound
1872 ===================
1873 */
1874 void CL_ParseStaticSound (int large)
1875 {
1876         vec3_t          org;
1877         int                     sound_num, vol, atten;
1878
1879         MSG_ReadVector(org, cls.protocol);
1880         if (large)
1881                 sound_num = (unsigned short) MSG_ReadShort ();
1882         else
1883                 sound_num = MSG_ReadByte ();
1884         vol = MSG_ReadByte ();
1885         atten = MSG_ReadByte ();
1886
1887         S_StaticSound (cl.sound_precache[sound_num], org, vol/255.0f, atten);
1888 }
1889
1890 void CL_ParseEffect (void)
1891 {
1892         vec3_t          org;
1893         int                     modelindex, startframe, framecount, framerate;
1894
1895         MSG_ReadVector(org, cls.protocol);
1896         modelindex = MSG_ReadByte ();
1897         startframe = MSG_ReadByte ();
1898         framecount = MSG_ReadByte ();
1899         framerate = MSG_ReadByte ();
1900
1901         CL_Effect(org, modelindex, startframe, framecount, framerate);
1902 }
1903
1904 void CL_ParseEffect2 (void)
1905 {
1906         vec3_t          org;
1907         int                     modelindex, startframe, framecount, framerate;
1908
1909         MSG_ReadVector(org, cls.protocol);
1910         modelindex = (unsigned short) MSG_ReadShort ();
1911         startframe = (unsigned short) MSG_ReadShort ();
1912         framecount = MSG_ReadByte ();
1913         framerate = MSG_ReadByte ();
1914
1915         CL_Effect(org, modelindex, startframe, framecount, framerate);
1916 }
1917
1918 void CL_NewBeam (int ent, vec3_t start, vec3_t end, model_t *m, int lightning)
1919 {
1920         int i;
1921         beam_t *b = NULL;
1922
1923         if (ent >= MAX_EDICTS)
1924         {
1925                 Con_Printf("CL_NewBeam: invalid entity number %i\n", ent);
1926                 ent = 0;
1927         }
1928
1929         if (ent >= cl.max_entities)
1930                 CL_ExpandEntities(ent);
1931
1932         // override any beam with the same entity
1933         i = cl.max_beams;
1934         if (ent)
1935                 for (i = 0, b = cl.beams;i < cl.max_beams;i++, b++)
1936                         if (b->entity == ent)
1937                                 break;
1938         // if the entity was not found then just replace an unused beam
1939         if (i == cl.max_beams)
1940                 for (i = 0, b = cl.beams;i < cl.max_beams;i++, b++)
1941                         if (!b->model)
1942                                 break;
1943         if (i < cl.max_beams)
1944         {
1945                 cl.num_beams = max(cl.num_beams, i + 1);
1946                 b->entity = ent;
1947                 b->lightning = lightning;
1948                 b->model = m;
1949                 b->endtime = cl.mtime[0] + 0.2;
1950                 VectorCopy (start, b->start);
1951                 VectorCopy (end, b->end);
1952         }
1953         else
1954                 Con_Print("beam list overflow!\n");
1955 }
1956
1957 void CL_ParseBeam (model_t *m, int lightning)
1958 {
1959         int ent;
1960         vec3_t start, end;
1961
1962         ent = (unsigned short) MSG_ReadShort ();
1963         MSG_ReadVector(start, cls.protocol);
1964         MSG_ReadVector(end, cls.protocol);
1965
1966         if (ent >= MAX_EDICTS)
1967         {
1968                 Con_Printf("CL_ParseBeam: invalid entity number %i\n", ent);
1969                 ent = 0;
1970         }
1971
1972         CL_NewBeam(ent, start, end, m, lightning);
1973 }
1974
1975 void CL_ParseTempEntity(void)
1976 {
1977         int type;
1978         vec3_t pos, pos2;
1979         vec3_t vel1, vel2;
1980         vec3_t dir;
1981         vec3_t color;
1982         int rnd;
1983         int colorStart, colorLength, count;
1984         float velspeed, radius;
1985         unsigned char *tempcolor;
1986         matrix4x4_t tempmatrix;
1987
1988         if (cls.protocol == PROTOCOL_QUAKEWORLD)
1989         {
1990                 type = MSG_ReadByte();
1991                 switch (type)
1992                 {
1993                 case QW_TE_WIZSPIKE:
1994                         // spike hitting wall
1995                         MSG_ReadVector(pos, cls.protocol);
1996                         CL_FindNonSolidLocation(pos, pos, 4);
1997                         CL_ParticleEffect(EFFECT_TE_WIZSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1998                         S_StartSound(-1, 0, cl.sfx_wizhit, pos, 1, 1);
1999                         break;
2000
2001                 case QW_TE_KNIGHTSPIKE:
2002                         // spike hitting wall
2003                         MSG_ReadVector(pos, cls.protocol);
2004                         CL_FindNonSolidLocation(pos, pos, 4);
2005                         CL_ParticleEffect(EFFECT_TE_KNIGHTSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2006                         S_StartSound(-1, 0, cl.sfx_knighthit, pos, 1, 1);
2007                         break;
2008
2009                 case QW_TE_SPIKE:
2010                         // spike hitting wall
2011                         MSG_ReadVector(pos, cls.protocol);
2012                         CL_FindNonSolidLocation(pos, pos, 4);
2013                         CL_ParticleEffect(EFFECT_TE_SPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2014                         if (rand() % 5)
2015                                 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2016                         else
2017                         {
2018                                 rnd = rand() & 3;
2019                                 if (rnd == 1)
2020                                         S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2021                                 else if (rnd == 2)
2022                                         S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2023                                 else
2024                                         S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2025                         }
2026                         break;
2027                 case QW_TE_SUPERSPIKE:
2028                         // super spike hitting wall
2029                         MSG_ReadVector(pos, cls.protocol);
2030                         CL_FindNonSolidLocation(pos, pos, 4);
2031                         CL_ParticleEffect(EFFECT_TE_SUPERSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2032                         if (rand() % 5)
2033                                 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2034                         else
2035                         {
2036                                 rnd = rand() & 3;
2037                                 if (rnd == 1)
2038                                         S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2039                                 else if (rnd == 2)
2040                                         S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2041                                 else
2042                                         S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2043                         }
2044                         break;
2045
2046                 case QW_TE_EXPLOSION:
2047                         // rocket explosion
2048                         MSG_ReadVector(pos, cls.protocol);
2049                         CL_FindNonSolidLocation(pos, pos, 10);
2050                         CL_ParticleEffect(EFFECT_TE_EXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2051                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2052                         CL_Effect(pos, cl.qw_modelindex_s_explod, 0, 6, 10);
2053                         break;
2054
2055                 case QW_TE_TAREXPLOSION:
2056                         // tarbaby explosion
2057                         MSG_ReadVector(pos, cls.protocol);
2058                         CL_FindNonSolidLocation(pos, pos, 10);
2059                         CL_ParticleEffect(EFFECT_TE_TAREXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2060                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2061                         break;
2062
2063                 case QW_TE_LIGHTNING1:
2064                         // lightning bolts
2065                         CL_ParseBeam(cl.model_bolt, true);
2066                         break;
2067
2068                 case QW_TE_LIGHTNING2:
2069                         // lightning bolts
2070                         CL_ParseBeam(cl.model_bolt2, true);
2071                         break;
2072
2073                 case QW_TE_LIGHTNING3:
2074                         // lightning bolts
2075                         CL_ParseBeam(cl.model_bolt3, false);
2076                         break;
2077
2078                 case QW_TE_LAVASPLASH:
2079                         MSG_ReadVector(pos, cls.protocol);
2080                         CL_ParticleEffect(EFFECT_TE_LAVASPLASH, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2081                         break;
2082
2083                 case QW_TE_TELEPORT:
2084                         MSG_ReadVector(pos, cls.protocol);
2085                         CL_ParticleEffect(EFFECT_TE_TELEPORT, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2086                         break;
2087
2088                 case QW_TE_GUNSHOT:
2089                         // bullet hitting wall
2090                         radius = MSG_ReadByte();
2091                         MSG_ReadVector(pos, cls.protocol);
2092                         CL_FindNonSolidLocation(pos, pos, 4);
2093                         VectorSet(pos2, pos[0] + radius, pos[1] + radius, pos[2] + radius);
2094                         VectorSet(pos, pos[0] - radius, pos[1] - radius, pos[2] - radius);
2095                         CL_ParticleEffect(EFFECT_TE_GUNSHOT, radius, pos, pos2, vec3_origin, vec3_origin, NULL, 0);
2096                         if(cl_sound_ric_gunshot.integer & RIC_GUNSHOT)
2097                         {
2098                                 if (rand() % 5)
2099                                         S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2100                                 else
2101                                 {
2102                                         rnd = rand() & 3;
2103                                         if (rnd == 1)
2104                                                 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2105                                         else if (rnd == 2)
2106                                                 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2107                                         else
2108                                                 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2109                                 }
2110                         }
2111                         break;
2112
2113                 case QW_TE_BLOOD:
2114                         count = MSG_ReadByte();
2115                         MSG_ReadVector(pos, cls.protocol);
2116                         CL_FindNonSolidLocation(pos, pos, 4);
2117                         CL_ParticleEffect(EFFECT_TE_BLOOD, count, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2118                         break;
2119
2120                 case QW_TE_LIGHTNINGBLOOD:
2121                         MSG_ReadVector(pos, cls.protocol);
2122                         CL_FindNonSolidLocation(pos, pos, 4);
2123                         CL_ParticleEffect(EFFECT_TE_BLOOD, 2.5, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2124                         break;
2125
2126                 default:
2127                         Host_Error("CL_ParseTempEntity: bad type %d (hex %02X)", type, type);
2128                 }
2129         }
2130         else
2131         {
2132                 type = MSG_ReadByte();
2133                 switch (type)
2134                 {
2135                 case TE_WIZSPIKE:
2136                         // spike hitting wall
2137                         MSG_ReadVector(pos, cls.protocol);
2138                         CL_FindNonSolidLocation(pos, pos, 4);
2139                         CL_ParticleEffect(EFFECT_TE_WIZSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2140                         S_StartSound(-1, 0, cl.sfx_wizhit, pos, 1, 1);
2141                         break;
2142
2143                 case TE_KNIGHTSPIKE:
2144                         // spike hitting wall
2145                         MSG_ReadVector(pos, cls.protocol);
2146                         CL_FindNonSolidLocation(pos, pos, 4);
2147                         CL_ParticleEffect(EFFECT_TE_KNIGHTSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2148                         S_StartSound(-1, 0, cl.sfx_knighthit, pos, 1, 1);
2149                         break;
2150
2151                 case TE_SPIKE:
2152                         // spike hitting wall
2153                         MSG_ReadVector(pos, cls.protocol);
2154                         CL_FindNonSolidLocation(pos, pos, 4);
2155                         CL_ParticleEffect(EFFECT_TE_SPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2156                         if (rand() % 5)
2157                                 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2158                         else
2159                         {
2160                                 rnd = rand() & 3;
2161                                 if (rnd == 1)
2162                                         S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2163                                 else if (rnd == 2)
2164                                         S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2165                                 else
2166                                         S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2167                         }
2168                         break;
2169                 case TE_SPIKEQUAD:
2170                         // quad spike hitting wall
2171                         MSG_ReadVector(pos, cls.protocol);
2172                         CL_FindNonSolidLocation(pos, pos, 4);
2173                         CL_ParticleEffect(EFFECT_TE_SPIKEQUAD, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2174                         if (rand() % 5)
2175                                 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2176                         else
2177                         {
2178                                 rnd = rand() & 3;
2179                                 if (rnd == 1)
2180                                         S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2181                                 else if (rnd == 2)
2182                                         S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2183                                 else
2184                                         S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2185                         }
2186                         break;
2187                 case TE_SUPERSPIKE:
2188                         // super spike hitting wall
2189                         MSG_ReadVector(pos, cls.protocol);
2190                         CL_FindNonSolidLocation(pos, pos, 4);
2191                         CL_ParticleEffect(EFFECT_TE_SUPERSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2192                         if (rand() % 5)
2193                                 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2194                         else
2195                         {
2196                                 rnd = rand() & 3;
2197                                 if (rnd == 1)
2198                                         S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2199                                 else if (rnd == 2)
2200                                         S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2201                                 else
2202                                         S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2203                         }
2204                         break;
2205                 case TE_SUPERSPIKEQUAD:
2206                         // quad super spike hitting wall
2207                         MSG_ReadVector(pos, cls.protocol);
2208                         CL_FindNonSolidLocation(pos, pos, 4);
2209                         CL_ParticleEffect(EFFECT_TE_SUPERSPIKEQUAD, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2210                         if (rand() % 5)
2211                                 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2212                         else
2213                         {
2214                                 rnd = rand() & 3;
2215                                 if (rnd == 1)
2216                                         S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2217                                 else if (rnd == 2)
2218                                         S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2219                                 else
2220                                         S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2221                         }
2222                         break;
2223                         // LordHavoc: added for improved blood splatters
2224                 case TE_BLOOD:
2225                         // blood puff
2226                         MSG_ReadVector(pos, cls.protocol);
2227                         CL_FindNonSolidLocation(pos, pos, 4);
2228                         dir[0] = MSG_ReadChar();
2229                         dir[1] = MSG_ReadChar();
2230                         dir[2] = MSG_ReadChar();
2231                         count = MSG_ReadByte();
2232                         CL_ParticleEffect(EFFECT_TE_BLOOD, count, pos, pos, dir, dir, NULL, 0);
2233                         break;
2234                 case TE_SPARK:
2235                         // spark shower
2236                         MSG_ReadVector(pos, cls.protocol);
2237                         CL_FindNonSolidLocation(pos, pos, 4);
2238                         dir[0] = MSG_ReadChar();
2239                         dir[1] = MSG_ReadChar();
2240                         dir[2] = MSG_ReadChar();
2241                         count = MSG_ReadByte();
2242                         CL_ParticleEffect(EFFECT_TE_SPARK, count, pos, pos, dir, dir, NULL, 0);
2243                         break;
2244                 case TE_PLASMABURN:
2245                         MSG_ReadVector(pos, cls.protocol);
2246                         CL_FindNonSolidLocation(pos, pos, 4);
2247                         CL_ParticleEffect(EFFECT_TE_PLASMABURN, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2248                         break;
2249                         // LordHavoc: added for improved gore
2250                 case TE_BLOODSHOWER:
2251                         // vaporized body
2252                         MSG_ReadVector(pos, cls.protocol); // mins
2253                         MSG_ReadVector(pos2, cls.protocol); // maxs
2254                         velspeed = MSG_ReadCoord(cls.protocol); // speed
2255                         count = (unsigned short) MSG_ReadShort(); // number of particles
2256                         vel1[0] = -velspeed;
2257                         vel1[1] = -velspeed;
2258                         vel1[2] = -velspeed;
2259                         vel2[0] = velspeed;
2260                         vel2[1] = velspeed;
2261                         vel2[2] = velspeed;
2262                         CL_ParticleEffect(EFFECT_TE_BLOOD, count, pos, pos2, vel1, vel2, NULL, 0);
2263                         break;
2264
2265                 case TE_PARTICLECUBE:
2266                         // general purpose particle effect
2267                         MSG_ReadVector(pos, cls.protocol); // mins
2268                         MSG_ReadVector(pos2, cls.protocol); // maxs
2269                         MSG_ReadVector(dir, cls.protocol); // dir
2270                         count = (unsigned short) MSG_ReadShort(); // number of particles
2271                         colorStart = MSG_ReadByte(); // color
2272                         colorLength = MSG_ReadByte(); // gravity (1 or 0)
2273                         velspeed = MSG_ReadCoord(cls.protocol); // randomvel
2274                         CL_ParticleCube(pos, pos2, dir, count, colorStart, colorLength != 0, velspeed);
2275                         break;
2276
2277                 case TE_PARTICLERAIN:
2278                         // general purpose particle effect
2279                         MSG_ReadVector(pos, cls.protocol); // mins
2280                         MSG_ReadVector(pos2, cls.protocol); // maxs
2281                         MSG_ReadVector(dir, cls.protocol); // dir
2282                         count = (unsigned short) MSG_ReadShort(); // number of particles
2283                         colorStart = MSG_ReadByte(); // color
2284                         CL_ParticleRain(pos, pos2, dir, count, colorStart, 0);
2285                         break;
2286
2287                 case TE_PARTICLESNOW:
2288                         // general purpose particle effect
2289                         MSG_ReadVector(pos, cls.protocol); // mins
2290                         MSG_ReadVector(pos2, cls.protocol); // maxs
2291                         MSG_ReadVector(dir, cls.protocol); // dir
2292                         count = (unsigned short) MSG_ReadShort(); // number of particles
2293                         colorStart = MSG_ReadByte(); // color
2294                         CL_ParticleRain(pos, pos2, dir, count, colorStart, 1);
2295                         break;
2296
2297                 case TE_GUNSHOT:
2298                         // bullet hitting wall
2299                         MSG_ReadVector(pos, cls.protocol);
2300                         CL_FindNonSolidLocation(pos, pos, 4);
2301                         CL_ParticleEffect(EFFECT_TE_GUNSHOT, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2302                         if(cl_sound_ric_gunshot.integer & RIC_GUNSHOT)
2303                         {
2304                                 if (rand() % 5)
2305                                         S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2306                                 else
2307                                 {
2308                                         rnd = rand() & 3;
2309                                         if (rnd == 1)
2310                                                 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2311                                         else if (rnd == 2)
2312                                                 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2313                                         else
2314                                                 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2315                                 }
2316                         }
2317                         break;
2318
2319                 case TE_GUNSHOTQUAD:
2320                         // quad bullet hitting wall
2321                         MSG_ReadVector(pos, cls.protocol);
2322                         CL_FindNonSolidLocation(pos, pos, 4);
2323                         CL_ParticleEffect(EFFECT_TE_GUNSHOTQUAD, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2324                         if(cl_sound_ric_gunshot.integer & RIC_GUNSHOTQUAD)
2325                         {
2326                                 if (rand() % 5)
2327                                         S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
2328                                 else
2329                                 {
2330                                         rnd = rand() & 3;
2331                                         if (rnd == 1)
2332                                                 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
2333                                         else if (rnd == 2)
2334                                                 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
2335                                         else
2336                                                 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
2337                                 }
2338                         }
2339                         break;
2340
2341                 case TE_EXPLOSION:
2342                         // rocket explosion
2343                         MSG_ReadVector(pos, cls.protocol);
2344                         CL_FindNonSolidLocation(pos, pos, 10);
2345                         CL_ParticleEffect(EFFECT_TE_EXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2346                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2347                         break;
2348
2349                 case TE_EXPLOSIONQUAD:
2350                         // quad rocket explosion
2351                         MSG_ReadVector(pos, cls.protocol);
2352                         CL_FindNonSolidLocation(pos, pos, 10);
2353                         CL_ParticleEffect(EFFECT_TE_EXPLOSIONQUAD, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2354                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2355                         break;
2356
2357                 case TE_EXPLOSION3:
2358                         // Nehahra movie colored lighting explosion
2359                         MSG_ReadVector(pos, cls.protocol);
2360                         CL_FindNonSolidLocation(pos, pos, 10);
2361                         color[0] = MSG_ReadCoord(cls.protocol) * (2.0f / 1.0f);
2362                         color[1] = MSG_ReadCoord(cls.protocol) * (2.0f / 1.0f);
2363                         color[2] = MSG_ReadCoord(cls.protocol) * (2.0f / 1.0f);
2364                         CL_ParticleExplosion(pos);
2365                         Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]);
2366                         CL_AllocLightFlash(NULL, &tempmatrix, 350, color[0], color[1], color[2], 700, 0.5, 0, -1, true, 1, 0.25, 0.25, 1, 1, LIGHTFLAG_NORMALMODE | LIGHTFLAG_REALTIMEMODE);
2367                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2368                         break;
2369
2370                 case TE_EXPLOSIONRGB:
2371                         // colored lighting explosion
2372                         MSG_ReadVector(pos, cls.protocol);
2373                         CL_FindNonSolidLocation(pos, pos, 10);
2374                         CL_ParticleExplosion(pos);
2375                         color[0] = MSG_ReadByte() * (2.0f / 255.0f);
2376                         color[1] = MSG_ReadByte() * (2.0f / 255.0f);
2377                         color[2] = MSG_ReadByte() * (2.0f / 255.0f);
2378                         Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]);
2379                         CL_AllocLightFlash(NULL, &tempmatrix, 350, color[0], color[1], color[2], 700, 0.5, 0, -1, true, 1, 0.25, 0.25, 1, 1, LIGHTFLAG_NORMALMODE | LIGHTFLAG_REALTIMEMODE);
2380                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2381                         break;
2382
2383                 case TE_TAREXPLOSION:
2384                         // tarbaby explosion
2385                         MSG_ReadVector(pos, cls.protocol);
2386                         CL_FindNonSolidLocation(pos, pos, 10);
2387                         CL_ParticleEffect(EFFECT_TE_TAREXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2388                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2389                         break;
2390
2391                 case TE_SMALLFLASH:
2392                         MSG_ReadVector(pos, cls.protocol);
2393                         CL_FindNonSolidLocation(pos, pos, 10);
2394                         CL_ParticleEffect(EFFECT_TE_SMALLFLASH, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2395                         break;
2396
2397                 case TE_CUSTOMFLASH:
2398                         MSG_ReadVector(pos, cls.protocol);
2399                         CL_FindNonSolidLocation(pos, pos, 4);
2400                         radius = (MSG_ReadByte() + 1) * 8;
2401                         velspeed = (MSG_ReadByte() + 1) * (1.0 / 256.0);
2402                         color[0] = MSG_ReadByte() * (2.0f / 255.0f);
2403                         color[1] = MSG_ReadByte() * (2.0f / 255.0f);
2404                         color[2] = MSG_ReadByte() * (2.0f / 255.0f);
2405                         Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]);
2406                         CL_AllocLightFlash(NULL, &tempmatrix, radius, color[0], color[1], color[2], radius / velspeed, velspeed, 0, -1, true, 1, 0.25, 1, 1, 1, LIGHTFLAG_NORMALMODE | LIGHTFLAG_REALTIMEMODE);
2407                         break;
2408
2409                 case TE_FLAMEJET:
2410                         MSG_ReadVector(pos, cls.protocol);
2411                         MSG_ReadVector(dir, cls.protocol);
2412                         count = MSG_ReadByte();
2413                         CL_ParticleEffect(EFFECT_TE_FLAMEJET, count, pos, pos, dir, dir, NULL, 0);
2414                         break;
2415
2416                 case TE_LIGHTNING1:
2417                         // lightning bolts
2418                         CL_ParseBeam(cl.model_bolt, true);
2419                         break;
2420
2421                 case TE_LIGHTNING2:
2422                         // lightning bolts
2423                         CL_ParseBeam(cl.model_bolt2, true);
2424                         break;
2425
2426                 case TE_LIGHTNING3:
2427                         // lightning bolts
2428                         CL_ParseBeam(cl.model_bolt3, false);
2429                         break;
2430
2431         // PGM 01/21/97
2432                 case TE_BEAM:
2433                         // grappling hook beam
2434                         CL_ParseBeam(cl.model_beam, false);
2435                         break;
2436         // PGM 01/21/97
2437
2438         // LordHavoc: for compatibility with the Nehahra movie...
2439                 case TE_LIGHTNING4NEH:
2440                         CL_ParseBeam(Mod_ForName(MSG_ReadString(), true, false, false), false);
2441                         break;
2442
2443                 case TE_LAVASPLASH:
2444                         MSG_ReadVector(pos, cls.protocol);
2445                         CL_ParticleEffect(EFFECT_TE_LAVASPLASH, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2446                         break;
2447
2448                 case TE_TELEPORT:
2449                         MSG_ReadVector(pos, cls.protocol);
2450                         CL_ParticleEffect(EFFECT_TE_TELEPORT, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2451                         break;
2452
2453                 case TE_EXPLOSION2:
2454                         // color mapped explosion
2455                         MSG_ReadVector(pos, cls.protocol);
2456                         CL_FindNonSolidLocation(pos, pos, 10);
2457                         colorStart = MSG_ReadByte();
2458                         colorLength = MSG_ReadByte();
2459                         CL_ParticleExplosion2(pos, colorStart, colorLength);
2460                         tempcolor = (unsigned char *)&palette_complete[(rand()%colorLength) + colorStart];
2461                         color[0] = tempcolor[0] * (2.0f / 255.0f);
2462                         color[1] = tempcolor[1] * (2.0f / 255.0f);
2463                         color[2] = tempcolor[2] * (2.0f / 255.0f);
2464                         Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]);
2465                         CL_AllocLightFlash(NULL, &tempmatrix, 350, color[0], color[1], color[2], 700, 0.5, 0, -1, true, 1, 0.25, 0.25, 1, 1, LIGHTFLAG_NORMALMODE | LIGHTFLAG_REALTIMEMODE);
2466                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2467                         break;
2468
2469                 case TE_TEI_G3:
2470                         MSG_ReadVector(pos, cls.protocol);
2471                         MSG_ReadVector(pos2, cls.protocol);
2472                         MSG_ReadVector(dir, cls.protocol);
2473                         CL_ParticleEffect(EFFECT_TE_TEI_G3, 1, pos, pos2, dir, dir, NULL, 0);
2474                         break;
2475
2476                 case TE_TEI_SMOKE:
2477                         MSG_ReadVector(pos, cls.protocol);
2478                         MSG_ReadVector(dir, cls.protocol);
2479                         count = MSG_ReadByte();
2480                         CL_FindNonSolidLocation(pos, pos, 4);
2481                         CL_ParticleEffect(EFFECT_TE_TEI_SMOKE, count, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2482                         break;
2483
2484                 case TE_TEI_BIGEXPLOSION:
2485                         MSG_ReadVector(pos, cls.protocol);
2486                         CL_FindNonSolidLocation(pos, pos, 10);
2487                         CL_ParticleEffect(EFFECT_TE_TEI_BIGEXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2488                         S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2489                         break;
2490
2491                 case TE_TEI_PLASMAHIT:
2492                         MSG_ReadVector(pos, cls.protocol);
2493                         MSG_ReadVector(dir, cls.protocol);
2494                         count = MSG_ReadByte();
2495                         CL_FindNonSolidLocation(pos, pos, 5);
2496                         CL_ParticleEffect(EFFECT_TE_TEI_PLASMAHIT, count, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2497                         break;
2498
2499                 default:
2500                         Host_Error("CL_ParseTempEntity: bad type %d (hex %02X)", type, type);
2501                 }
2502         }
2503 }
2504
2505 void CL_ParseTrailParticles(void)
2506 {
2507         int entityindex;
2508         int effectindex;
2509         vec3_t start, end;
2510         entityindex = (unsigned short)MSG_ReadShort();
2511         if (entityindex >= MAX_EDICTS)
2512                 entityindex = 0;
2513         if (entityindex >= cl.max_entities)
2514                 CL_ExpandEntities(entityindex);
2515         effectindex = (unsigned short)MSG_ReadShort();
2516         MSG_ReadVector(start, cls.protocol);
2517         MSG_ReadVector(end, cls.protocol);
2518         CL_ParticleEffect(effectindex, VectorDistance(start, end), start, end, vec3_origin, vec3_origin, entityindex > 0 ? cl.entities + entityindex : NULL, 0);
2519 }
2520
2521 void CL_ParsePointParticles(void)
2522 {
2523         int effectindex, count;
2524         vec3_t origin, velocity;
2525         effectindex = (unsigned short)MSG_ReadShort();
2526         MSG_ReadVector(origin, cls.protocol);
2527         MSG_ReadVector(velocity, cls.protocol);
2528         count = (unsigned short)MSG_ReadShort();
2529         CL_ParticleEffect(effectindex, count, origin, origin, velocity, velocity, NULL, 0);
2530 }
2531
2532 typedef struct cl_iplog_item_s
2533 {
2534         char *address;
2535         char *name;
2536 }
2537 cl_iplog_item_t;
2538
2539 static qboolean cl_iplog_loaded = false;
2540 static int cl_iplog_numitems = 0;
2541 static int cl_iplog_maxitems = 0;
2542 static cl_iplog_item_t *cl_iplog_items;
2543
2544 static void CL_IPLog_Load(void);
2545 static void CL_IPLog_Add(const char *address, const char *name, qboolean checkexisting, qboolean addtofile)
2546 {
2547         int i;
2548         if (!address || !address[0] || !name || !name[0])
2549                 return;
2550         if (!cl_iplog_loaded)
2551                 CL_IPLog_Load();
2552         if (developer.integer >= 100)
2553                 Con_Printf("CL_IPLog_Add(\"%s\", \"%s\", %i, %i);\n", address, name, checkexisting, addtofile);
2554         // see if it already exists
2555         if (checkexisting)
2556         {
2557                 for (i = 0;i < cl_iplog_numitems;i++)
2558                 {
2559                         if (!strcmp(cl_iplog_items[i].address, address) && !strcmp(cl_iplog_items[i].name, name))
2560                         {
2561                                 if (developer.integer >= 100)
2562                                         Con_Printf("... found existing \"%s\" \"%s\"\n", cl_iplog_items[i].address, cl_iplog_items[i].name);
2563                                 return;
2564                         }
2565                 }
2566         }
2567         // it does not already exist in the iplog, so add it
2568         if (cl_iplog_maxitems <= cl_iplog_numitems || !cl_iplog_items)
2569         {
2570                 cl_iplog_item_t *olditems = cl_iplog_items;
2571                 cl_iplog_maxitems = max(1024, cl_iplog_maxitems + 256);
2572                 cl_iplog_items = Mem_Alloc(cls.permanentmempool, cl_iplog_maxitems * sizeof(cl_iplog_item_t));
2573                 if (olditems)
2574                 {
2575                         if (cl_iplog_numitems)
2576                                 memcpy(cl_iplog_items, olditems, cl_iplog_numitems * sizeof(cl_iplog_item_t));
2577                         Mem_Free(olditems);
2578                 }
2579         }
2580         cl_iplog_items[cl_iplog_numitems].address = Mem_Alloc(cls.permanentmempool, strlen(address) + 1);
2581         cl_iplog_items[cl_iplog_numitems].name = Mem_Alloc(cls.permanentmempool, strlen(name) + 1);
2582         strlcpy(cl_iplog_items[cl_iplog_numitems].address, address, strlen(address) + 1);
2583         // TODO: maybe it would be better to strip weird characters from name when
2584         // copying it here rather than using a straight strcpy?
2585         strlcpy(cl_iplog_items[cl_iplog_numitems].name, name, strlen(name) + 1);
2586         cl_iplog_numitems++;
2587         if (addtofile)
2588         {
2589                 // add it to the iplog.txt file
2590                 // TODO: this ought to open the one in the userpath version of the base
2591                 // gamedir, not the current gamedir
2592                 Log_Printf(cl_iplog_name.string, "%s %s\n", address, name);
2593                 if (developer.integer >= 100)
2594                         Con_Printf("CL_IPLog_Add: appending this line to %s: %s %s\n", cl_iplog_name.string, address, name);
2595         }
2596 }
2597
2598 static void CL_IPLog_Load(void)
2599 {
2600         int i, len, linenumber;
2601         char *text, *textend;
2602         unsigned char *filedata;
2603         fs_offset_t filesize;
2604         char line[MAX_INPUTLINE];
2605         char address[MAX_INPUTLINE];
2606         cl_iplog_loaded = true;
2607         // TODO: this ought to open the one in the userpath version of the base
2608         // gamedir, not the current gamedir
2609         filedata = FS_LoadFile(cl_iplog_name.string, tempmempool, true, &filesize);
2610         if (!filedata)
2611                 return;
2612         text = (char *)filedata;
2613         textend = text + filesize;
2614         for (linenumber = 1;text < textend;linenumber++)
2615         {
2616                 for (len = 0;text < textend && *text != '\r' && *text != '\n';text++)
2617                         if (len < (int)sizeof(line) - 1)
2618                                 line[len++] = *text;
2619                 line[len] = 0;
2620                 if (text < textend && *text == '\r' && text[1] == '\n')
2621                         text++;
2622                 if (text < textend && *text == '\n')
2623                         text++;
2624                 if (line[0] == '/' && line[1] == '/')
2625                         continue; // skip comments if anyone happens to add them
2626                 for (i = 0;i < len && line[i] > ' ';i++)
2627                         address[i] = line[i];
2628                 address[i] = 0;
2629                 // skip exactly one space character
2630                 i++;
2631                 // address contains the address with termination,
2632                 // line + i contains the name with termination
2633                 if (address[0] && line[i])
2634                         CL_IPLog_Add(address, line + i, false, false);
2635                 else
2636                         Con_Printf("%s:%i: could not parse address and name:\n%s\n", cl_iplog_name.string, linenumber, line);
2637         }
2638 }
2639
2640 static void CL_IPLog_List_f(void)
2641 {
2642         int i, j;
2643         const char *addressprefix;
2644         if (Cmd_Argc() > 2)
2645         {
2646                 Con_Printf("usage: %s 123.456.789.\n", Cmd_Argv(0));
2647                 return;
2648         }
2649         addressprefix = "";
2650         if (Cmd_Argc() >= 2)
2651                 addressprefix = Cmd_Argv(1);
2652         if (!cl_iplog_loaded)
2653                 CL_IPLog_Load();
2654         if (addressprefix && addressprefix[0])
2655                 Con_Printf("Listing iplog addresses beginning with %s\n", addressprefix);
2656         else
2657                 Con_Printf("Listing all iplog entries\n");
2658         Con_Printf("address         name\n");
2659         for (i = 0;i < cl_iplog_numitems;i++)
2660         {
2661                 if (addressprefix && addressprefix[0])
2662                 {
2663                         for (j = 0;addressprefix[j];j++)
2664                                 if (addressprefix[j] != cl_iplog_items[i].address[j])
2665                                         break;
2666                         // if this address does not begin with the addressprefix string
2667                         // simply omit it from the output
2668                         if (addressprefix[j])
2669                                 continue;
2670                 }
2671                 // if name is less than 15 characters, left justify it and pad
2672                 // if name is more than 15 characters, print all of it, not worrying
2673                 // about the fact it will misalign the columns
2674                 if (strlen(cl_iplog_items[i].address) < 15)
2675                         Con_Printf("%-15s %s\n", cl_iplog_items[i].address, cl_iplog_items[i].name);
2676                 else
2677                         Con_Printf("%5s %s\n", cl_iplog_items[i].address, cl_iplog_items[i].name);
2678         }
2679 }
2680
2681 // look for anything interesting like player IP addresses or ping reports
2682 qboolean CL_ExaminePrintString(const char *text)
2683 {
2684         int len;
2685         const char *t;
2686         char temp[MAX_INPUTLINE];
2687         if (!strcmp(text, "Client ping times:\n"))
2688         {
2689                 cl.parsingtextmode = CL_PARSETEXTMODE_PING;
2690                 for(cl.parsingtextplayerindex = 0; cl.parsingtextplayerindex < cl.maxclients && !cl.scores[cl.parsingtextplayerindex].name[0]; cl.parsingtextplayerindex++)
2691                         ;
2692                 if (cl.parsingtextplayerindex >= cl.maxclients) // should never happen, since the client itself should be in cl.scores
2693                 {
2694                         Con_Printf("ping reply but empty scoreboard?!?\n");
2695                         cl.parsingtextmode = CL_PARSETEXTMODE_NONE;
2696                         cl.parsingtextexpectingpingforscores = 0;
2697                 }
2698                 cl.parsingtextexpectingpingforscores = cl.parsingtextexpectingpingforscores ? 2 : 0;
2699                 return !cl.parsingtextexpectingpingforscores;
2700         }
2701         if (!strncmp(text, "host:    ", 9))
2702         {
2703                 // cl.parsingtextexpectingpingforscores = false; // really?
2704                 cl.parsingtextmode = CL_PARSETEXTMODE_STATUS;
2705                 cl.parsingtextplayerindex = 0;
2706                 return true;
2707         }
2708         if (cl.parsingtextmode == CL_PARSETEXTMODE_PING)
2709         {
2710                 // if anything goes wrong, we'll assume this is not a ping report
2711                 qboolean expected = cl.parsingtextexpectingpingforscores;
2712                 cl.parsingtextexpectingpingforscores = 0;
2713                 cl.parsingtextmode = CL_PARSETEXTMODE_NONE;
2714                 t = text;
2715                 while (*t == ' ')
2716                         t++;
2717                 if ((*t >= '0' && *t <= '9') || *t == '-')
2718                 {
2719                         int ping = atoi(t);
2720                         while ((*t >= '0' && *t <= '9') || *t == '-')
2721                                 t++;
2722                         if (*t == ' ')
2723                         {
2724                                 int charindex = 0;
2725                                 t++;
2726                                 if(cl.parsingtextplayerindex < cl.maxclients)
2727                                 {
2728                                         for (charindex = 0;cl.scores[cl.parsingtextplayerindex].name[charindex] == t[charindex];charindex++)
2729                                                 ;
2730                                         // note: the matching algorithm stops at the end of the player name because some servers append text such as " READY" after the player name in the scoreboard but not in the ping report
2731                                         //if (cl.scores[cl.parsingtextplayerindex].name[charindex] == 0 && t[charindex] == '\n')
2732                                         if (t[charindex] == '\n')
2733                                         {
2734                                                 cl.scores[cl.parsingtextplayerindex].qw_ping = bound(0, ping, 9999);
2735                                                 for (cl.parsingtextplayerindex++;cl.parsingtextplayerindex < cl.maxclients && !cl.scores[cl.parsingtextplayerindex].name[0];cl.parsingtextplayerindex++)
2736                                                         ;
2737                                                 //if (cl.parsingtextplayerindex < cl.maxclients) // we could still get unconnecteds!
2738                                                 {
2739                                                         // we parsed a valid ping entry, so expect another to follow
2740                                                         cl.parsingtextmode = CL_PARSETEXTMODE_PING;
2741                                                         cl.parsingtextexpectingpingforscores = expected;
2742                                                 }
2743                                                 return !expected;
2744                                         }
2745                                 }
2746                                 if (!strncmp(t, "unconnected\n", 12))
2747                                 {
2748                                         // just ignore
2749                                         cl.parsingtextmode = CL_PARSETEXTMODE_PING;
2750                                         cl.parsingtextexpectingpingforscores = expected;
2751                                         return !expected;
2752                                 }
2753                                 else
2754                                         Con_DPrintf("player names '%s' and '%s' didn't match\n", cl.scores[cl.parsingtextplayerindex].name, t);
2755                         }
2756                 }
2757         }
2758         if (cl.parsingtextmode == CL_PARSETEXTMODE_STATUS)
2759         {
2760                 if (!strncmp(text, "players: ", 9))
2761                 {
2762                         cl.parsingtextmode = CL_PARSETEXTMODE_STATUS_PLAYERID;
2763                         cl.parsingtextplayerindex = 0;
2764                         return true;
2765                 }
2766                 else if (!strstr(text, ": "))
2767                 {
2768                         cl.parsingtextmode = CL_PARSETEXTMODE_NONE; // status report ended
2769                         return true;
2770                 }
2771         }
2772         if (cl.parsingtextmode == CL_PARSETEXTMODE_STATUS_PLAYERID)
2773         {
2774                 // if anything goes wrong, we'll assume this is not a status report
2775                 cl.parsingtextmode = CL_PARSETEXTMODE_NONE;
2776                 if (text[0] == '#' && text[1] >= '0' && text[1] <= '9')
2777                 {
2778                         t = text + 1;
2779                         cl.parsingtextplayerindex = atoi(t) - 1;
2780                         while (*t >= '0' && *t <= '9')
2781                                 t++;
2782                         if (*t == ' ')
2783                         {
2784                                 cl.parsingtextmode = CL_PARSETEXTMODE_STATUS_PLAYERIP;
2785                                 return true;
2786                         }
2787                         // the player name follows here, along with frags and time
2788                 }
2789         }
2790         if (cl.parsingtextmode == CL_PARSETEXTMODE_STATUS_PLAYERIP)
2791         {
2792                 // if anything goes wrong, we'll assume this is not a status report
2793                 cl.parsingtextmode = CL_PARSETEXTMODE_NONE;
2794                 if (text[0] == ' ')
2795                 {
2796                         t = text;
2797                         while (*t == ' ')
2798                                 t++;
2799                         for (len = 0;*t && *t != '\n';t++)
2800                                 if (len < (int)sizeof(temp) - 1)
2801                                         temp[len++] = *t;
2802                         temp[len] = 0;
2803                         // botclient is perfectly valid, but we don't care about bots
2804                         // also don't try to look up the name of an invalid player index
2805                         if (strcmp(temp, "botclient")
2806                          && cl.parsingtextplayerindex >= 0
2807                          && cl.parsingtextplayerindex < cl.maxclients
2808                          && cl.scores[cl.parsingtextplayerindex].name[0])
2809                         {
2810                                 // log the player name and IP address string
2811                                 // (this operates entirely on strings to avoid issues with the
2812                                 //  nature of a network address)
2813                                 CL_IPLog_Add(temp, cl.scores[cl.parsingtextplayerindex].name, true, true);
2814                         }
2815                         cl.parsingtextmode = CL_PARSETEXTMODE_STATUS_PLAYERID;
2816                         return true;
2817                 }
2818         }
2819         return true;
2820 }
2821
2822 extern cvar_t slowmo;
2823 static void CL_NetworkTimeReceived(double newtime)
2824 {
2825         double timehigh;
2826         cl.mtime[1] = max(cl.mtime[0], newtime - 0.1);
2827         cl.mtime[0] = newtime;
2828         if (cls.timedemo || (cl.islocalgame && !sv_fixedframeratesingleplayer.integer) || cl.mtime[1] == cl.mtime[0] || cls.signon < SIGNONS)
2829                 cl.time = cl.mtime[1] = newtime;
2830         else if (cls.protocol != PROTOCOL_QUAKEWORLD)
2831         {
2832                 if (developer.integer >= 100 && vid_activewindow)
2833                 {
2834                         if (cl.time < cl.mtime[1] - (cl.mtime[0] - cl.mtime[1]))
2835                                 Con_Printf("--- cl.time < cl.mtime[1] (%f < %f ... %f)\n", cl.time, cl.mtime[1], cl.mtime[0]);
2836                         else if (cl.time > cl.mtime[0] + (cl.mtime[0] - cl.mtime[1]))
2837                                 Con_Printf("--- cl.time > cl.mtime[0] (%f > %f ... %f)\n", cl.time, cl.mtime[1], cl.mtime[0]);
2838                 }
2839                 cl.time += (cl.mtime[1] - cl.time) * bound(0, cl_nettimesyncfactor.value, 1);
2840                 timehigh = cl.mtime[1] + (cl.mtime[0] - cl.mtime[1]) * cl_nettimesyncboundtolerance.value;
2841                 if (cl_nettimesyncboundmode.integer == 1)
2842                         cl.time = bound(cl.mtime[1], cl.time, cl.mtime[0]);
2843                 else if (cl_nettimesyncboundmode.integer == 2)
2844                 {
2845                         if (cl.time < cl.mtime[1] || cl.time > timehigh)
2846                                 cl.time = cl.mtime[1];
2847                 }
2848                 else if (cl_nettimesyncboundmode.integer == 3)
2849                 {
2850                         if ((cl.time < cl.mtime[1] && cl.oldtime < cl.mtime[1]) || (cl.time > timehigh && cl.oldtime > timehigh))
2851                                 cl.time = cl.mtime[1];
2852                 }
2853                 else if (cl_nettimesyncboundmode.integer == 4)
2854                 {
2855                         if (fabs(cl.time - cl.mtime[1]) > 0.5)
2856                                 cl.time = cl.mtime[1]; // reset
2857                         else if (fabs(cl.time - cl.mtime[1]) > 0.1)
2858                                 cl.time += 0.5 * (cl.mtime[1] - cl.time); // fast
2859                         else if (cl.time > cl.mtime[1])
2860                                 cl.time -= 0.002 * slowmo.value; // fall into the past by 2ms
2861                         else
2862                                 cl.time += 0.001 * slowmo.value; // creep forward 1ms
2863                 }
2864         }
2865         // this packet probably contains a player entity update, so we will need
2866         // to update the prediction
2867         cl.movement_needupdate = true;
2868         // this may get updated later in parsing by svc_clientdata
2869         cl.onground = false;
2870         // if true the cl.viewangles are interpolated from cl.mviewangles[]
2871         // during this frame
2872         // (makes spectating players much smoother and prevents mouse movement from turning)
2873         cl.fixangle[1] = cl.fixangle[0];
2874         cl.fixangle[0] = false;
2875         if (!cls.demoplayback)
2876                 VectorCopy(cl.mviewangles[0], cl.mviewangles[1]);
2877 }
2878
2879 #define SHOWNET(x) if(cl_shownet.integer==2)Con_Printf("%3i:%s\n", msg_readcount-1, x);
2880
2881 //[515]: csqc
2882 void CL_VM_Init (void);
2883 qboolean CL_VM_Parse_TempEntity (void);
2884 void CL_VM_Parse_StuffCmd (const char *msg);
2885 void CL_VM_Parse_CenterPrint (const char *msg);
2886 void CSQC_AddPrintText (const char *msg);
2887 void CSQC_ReadEntities (void);
2888
2889 /*
2890 =====================
2891 CL_ParseServerMessage
2892 =====================
2893 */
2894 int parsingerror = false;
2895 void CL_ParseServerMessage(void)
2896 {
2897         int                     cmd;
2898         int                     i;
2899         protocolversion_t protocol;
2900         unsigned char           cmdlog[32];
2901         char            *cmdlogname[32], *temp;
2902         int                     cmdindex, cmdcount = 0;
2903
2904         // LordHavoc: moved demo message writing from before the packet parse to
2905         // after the packet parse so that CL_Stop_f can be called by cl_autodemo
2906         // code in CL_ParseServerinfo
2907         //if (cls.demorecording)
2908         //      CL_WriteDemoMessage (&net_message);
2909
2910         cl.last_received_message = realtime;
2911
2912         if (cls.netcon && cls.signon < SIGNONS)
2913                 CL_KeepaliveMessage(false);
2914
2915 //
2916 // if recording demos, copy the message out
2917 //
2918         if (cl_shownet.integer == 1)
2919                 Con_Printf("%f %i\n", realtime, net_message.cursize);
2920         else if (cl_shownet.integer == 2)
2921                 Con_Print("------------------\n");
2922
2923 //
2924 // parse the message
2925 //
2926         //MSG_BeginReading ();
2927
2928         parsingerror = true;
2929
2930         if (cls.protocol == PROTOCOL_QUAKEWORLD)
2931         {
2932                 CL_NetworkTimeReceived(realtime); // qw has no clock
2933
2934                 // slightly kill qw player entities each frame
2935                 for (i = 1;i < cl.maxclients;i++)
2936                         cl.entities_active[i] = false;
2937
2938                 // kill all qw nails
2939                 cl.qw_num_nails = 0;
2940
2941                 // fade weapon view kick
2942                 cl.qw_weaponkick = min(cl.qw_weaponkick + 10 * bound(0, cl.time - cl.oldtime, 0.1), 0);
2943
2944                 cls.servermovesequence = cls.netcon->qw.incoming_sequence;
2945
2946                 while (1)
2947                 {
2948                         if (msg_badread)
2949                                 Host_Error ("CL_ParseServerMessage: Bad QW server message");
2950
2951                         cmd = MSG_ReadByte ();
2952
2953                         if (cmd == -1)
2954                         {
2955                                 SHOWNET("END OF MESSAGE");
2956                                 break;          // end of message
2957                         }
2958
2959                         cmdindex = cmdcount & 31;
2960                         cmdcount++;
2961                         cmdlog[cmdindex] = cmd;
2962
2963                         SHOWNET(qw_svc_strings[cmd]);
2964                         cmdlogname[cmdindex] = qw_svc_strings[cmd];
2965                         if (!cmdlogname[cmdindex])
2966                         {
2967                                 // LordHavoc: fix for bizarre problem in MSVC that I do not understand (if I assign the string pointer directly it ends up storing a NULL pointer)
2968                                 temp = "<unknown>";
2969                                 cmdlogname[cmdindex] = temp;
2970                         }
2971
2972                         // other commands
2973                         switch (cmd)
2974                         {
2975                         default:
2976                                 {
2977                                         char description[32*64], temp[64];
2978                                         int count;
2979                                         strlcpy(description, "packet dump: ", sizeof(description));
2980                                         i = cmdcount - 32;
2981                                         if (i < 0)
2982                                                 i = 0;
2983                                         count = cmdcount - i;
2984                                         i &= 31;
2985                                         while(count > 0)
2986                                         {
2987                                                 dpsnprintf(temp, sizeof(temp), "%3i:%s ", cmdlog[i], cmdlogname[i]);
2988                                                 strlcat(description, temp, sizeof(description));
2989                                                 count--;
2990                                                 i++;
2991                                                 i &= 31;
2992                                         }
2993                                         description[strlen(description)-1] = '\n'; // replace the last space with a newline
2994                                         Con_Print(description);
2995                                         Host_Error("CL_ParseServerMessage: Illegible server message");
2996                                 }
2997                                 break;
2998
2999                         case qw_svc_nop:
3000                                 //Con_Printf("qw_svc_nop\n");
3001                                 break;
3002
3003                         case qw_svc_disconnect:
3004                                 Con_Printf("Server disconnected\n");
3005                                 if (cls.demonum != -1)
3006                                         CL_NextDemo();
3007                                 else
3008                                         CL_Disconnect();
3009                                 return;
3010
3011                         case qw_svc_print:
3012                                 i = MSG_ReadByte();
3013                                 temp = MSG_ReadString();
3014                                 if (CL_ExaminePrintString(temp)) // look for anything interesting like player IP addresses or ping reports
3015                                 {
3016                                         if (i == 3) // chat
3017                                                 CSQC_AddPrintText(va("\1%s", temp));    //[515]: csqc
3018                                         else
3019                                                 CSQC_AddPrintText(temp);
3020                                 }
3021                                 break;
3022
3023                         case qw_svc_centerprint:
3024                                 CL_VM_Parse_CenterPrint(MSG_ReadString ());     //[515]: csqc
3025                                 break;
3026
3027                         case qw_svc_stufftext:
3028                                 CL_VM_Parse_StuffCmd(MSG_ReadString ());        //[515]: csqc
3029                                 break;
3030
3031                         case qw_svc_damage:
3032                                 // svc_damage protocol is identical to nq
3033                                 V_ParseDamage ();
3034                                 break;
3035
3036                         case qw_svc_serverdata:
3037                                 //Cbuf_Execute(); // make sure any stuffed commands are done
3038                                 CL_ParseServerInfo();
3039                                 CL_VM_Init();   //[515]: init csqc
3040                                 break;
3041
3042                         case qw_svc_setangle:
3043                                 for (i=0 ; i<3 ; i++)
3044                                         cl.viewangles[i] = MSG_ReadAngle (cls.protocol);
3045                                 if (!cls.demoplayback)
3046                                 {
3047                                         cl.fixangle[0] = true;
3048                                         VectorCopy(cl.viewangles, cl.mviewangles[0]);
3049                                         // disable interpolation if this is new
3050                                         if (!cl.fixangle[1])
3051                                                 VectorCopy(cl.viewangles, cl.mviewangles[1]);
3052                                 }
3053                                 break;
3054
3055                         case qw_svc_lightstyle:
3056                                 i = MSG_ReadByte ();
3057                                 if (i >= cl.max_lightstyle)
3058                                 {
3059                                         Con_Printf ("svc_lightstyle >= MAX_LIGHTSTYLES");
3060                                         break;
3061                                 }
3062                                 strlcpy (cl.lightstyle[i].map,  MSG_ReadString(), sizeof (cl.lightstyle[i].map));
3063                                 cl.lightstyle[i].map[MAX_STYLESTRING - 1] = 0;
3064                                 cl.lightstyle[i].length = (int)strlen(cl.lightstyle[i].map);
3065                                 break;
3066
3067                         case qw_svc_sound:
3068                                 CL_ParseStartSoundPacket(false);
3069                                 break;
3070
3071                         case qw_svc_stopsound:
3072                                 i = (unsigned short) MSG_ReadShort();
3073                                 S_StopSound(i>>3, i&7);
3074                                 break;
3075
3076                         case qw_svc_updatefrags:
3077                                 i = MSG_ReadByte();
3078                                 if (i >= cl.maxclients)
3079                                         Host_Error("CL_ParseServerMessage: svc_updatefrags >= cl.maxclients");
3080                                 cl.scores[i].frags = (signed short) MSG_ReadShort();
3081                                 break;
3082
3083                         case qw_svc_updateping:
3084                                 i = MSG_ReadByte();
3085                                 if (i >= cl.maxclients)
3086                                         Host_Error("CL_ParseServerMessage: svc_updateping >= cl.maxclients");
3087                                 cl.scores[i].qw_ping = MSG_ReadShort();
3088                                 break;
3089
3090                         case qw_svc_updatepl:
3091                                 i = MSG_ReadByte();
3092                                 if (i >= cl.maxclients)
3093                                         Host_Error("CL_ParseServerMessage: svc_updatepl >= cl.maxclients");
3094                                 cl.scores[i].qw_packetloss = MSG_ReadByte();
3095                                 break;
3096
3097                         case qw_svc_updateentertime:
3098                                 i = MSG_ReadByte();
3099                                 if (i >= cl.maxclients)
3100                                         Host_Error("CL_ParseServerMessage: svc_updateentertime >= cl.maxclients");
3101                                 // seconds ago
3102                                 cl.scores[i].qw_entertime = cl.time - MSG_ReadFloat();
3103                                 break;
3104
3105                         case qw_svc_spawnbaseline:
3106                                 i = (unsigned short) MSG_ReadShort();
3107                                 if (i < 0 || i >= MAX_EDICTS)
3108                                         Host_Error ("CL_ParseServerMessage: svc_spawnbaseline: invalid entity number %i", i);
3109                                 if (i >= cl.max_entities)
3110                                         CL_ExpandEntities(i);
3111                                 CL_ParseBaseline(cl.entities + i, false);
3112                                 break;
3113                         case qw_svc_spawnstatic:
3114                                 CL_ParseStatic(false);
3115                                 break;
3116                         case qw_svc_temp_entity:
3117                                 if(!CL_VM_Parse_TempEntity())
3118                                         CL_ParseTempEntity ();
3119                                 break;
3120
3121                         case qw_svc_killedmonster:
3122                                 cl.stats[STAT_MONSTERS]++;
3123                                 break;
3124
3125                         case qw_svc_foundsecret:
3126                                 cl.stats[STAT_SECRETS]++;
3127                                 break;
3128
3129                         case qw_svc_updatestat:
3130                                 i = MSG_ReadByte ();
3131                                 if (i < 0 || i >= MAX_CL_STATS)
3132                                         Host_Error ("svc_updatestat: %i is invalid", i);
3133                                 cl.stats[i] = MSG_ReadByte ();
3134                                 break;
3135
3136                         case qw_svc_updatestatlong:
3137                                 i = MSG_ReadByte ();
3138                                 if (i < 0 || i >= MAX_CL_STATS)
3139                                         Host_Error ("svc_updatestatlong: %i is invalid", i);
3140                                 cl.stats[i] = MSG_ReadLong ();
3141                                 break;
3142
3143                         case qw_svc_spawnstaticsound:
3144                                 CL_ParseStaticSound (false);
3145                                 break;
3146
3147                         case qw_svc_cdtrack:
3148                                 cl.cdtrack = cl.looptrack = MSG_ReadByte ();
3149                                 if ( (cls.demoplayback || cls.demorecording) && (cls.forcetrack != -1) )
3150                                         CDAudio_Play ((unsigned char)cls.forcetrack, true);
3151                                 else
3152                                         CDAudio_Play ((unsigned char)cl.cdtrack, true);
3153                                 break;
3154
3155                         case qw_svc_intermission:
3156                                 cl.intermission = 1;
3157                                 cl.completed_time = cl.time;
3158                                 MSG_ReadVector(cl.qw_intermission_origin, cls.protocol);
3159                                 for (i = 0;i < 3;i++)
3160                                         cl.qw_intermission_angles[i] = MSG_ReadAngle(cls.protocol);
3161                                 break;
3162
3163                         case qw_svc_finale:
3164                                 cl.intermission = 2;
3165                                 cl.completed_time = cl.time;
3166                                 SCR_CenterPrint(MSG_ReadString ());
3167                                 break;
3168
3169                         case qw_svc_sellscreen:
3170                                 Cmd_ExecuteString ("help", src_command);
3171                                 break;
3172
3173                         case qw_svc_smallkick:
3174                                 cl.qw_weaponkick = -2;
3175                                 break;
3176                         case qw_svc_bigkick:
3177                                 cl.qw_weaponkick = -4;
3178                                 break;
3179
3180                         case qw_svc_muzzleflash:
3181                                 i = (unsigned short) MSG_ReadShort();
3182                                 // NOTE: in QW this only worked on clients
3183                                 if (i < 0 || i >= MAX_EDICTS)
3184                                         Host_Error("CL_ParseServerMessage: svc_spawnbaseline: invalid entity number %i", i);
3185                                 if (i >= cl.max_entities)
3186                                         CL_ExpandEntities(i);
3187                                 cl.entities[i].persistent.muzzleflash = 1.0f;
3188                                 break;
3189
3190                         case qw_svc_updateuserinfo:
3191                                 QW_CL_UpdateUserInfo();
3192                                 break;
3193
3194                         case qw_svc_setinfo:
3195                                 QW_CL_SetInfo();
3196                                 break;
3197
3198                         case qw_svc_serverinfo:
3199                                 QW_CL_ServerInfo();
3200                                 break;
3201
3202                         case qw_svc_download:
3203                                 QW_CL_ParseDownload();
3204                                 break;
3205
3206                         case qw_svc_playerinfo:
3207                                 EntityStateQW_ReadPlayerUpdate();
3208                                 break;
3209
3210                         case qw_svc_nails:
3211                                 QW_CL_ParseNails();
3212                                 break;
3213
3214                         case qw_svc_chokecount:
3215                                 i = MSG_ReadByte();
3216                                 // FIXME: apply to netgraph
3217                                 //for (j = 0;j < i;j++)
3218                                 //      cl.frames[(cls.netcon->qw.incoming_acknowledged-1-j)&QW_UPDATE_MASK].receivedtime = -2;
3219                                 break;
3220
3221                         case qw_svc_modellist:
3222                                 QW_CL_ParseModelList();
3223                                 break;
3224
3225                         case qw_svc_soundlist:
3226                                 QW_CL_ParseSoundList();
3227                                 break;
3228
3229                         case qw_svc_packetentities:
3230                                 EntityFrameQW_CL_ReadFrame(false);
3231                                 // first update is the final signon stage
3232                                 if (cls.signon == SIGNONS - 1)
3233                                         cls.signon = SIGNONS;
3234                                 break;
3235
3236                         case qw_svc_deltapacketentities:
3237                                 EntityFrameQW_CL_ReadFrame(true);
3238                                 // first update is the final signon stage
3239                                 if (cls.signon == SIGNONS - 1)
3240                                         cls.signon = SIGNONS;
3241                                 break;
3242
3243                         case qw_svc_maxspeed:
3244                                 cl.qw_movevars_maxspeed = MSG_ReadFloat();
3245                                 break;
3246
3247                         case qw_svc_entgravity:
3248                                 cl.qw_movevars_entgravity = MSG_ReadFloat();
3249                                 break;
3250
3251                         case qw_svc_setpause:
3252                                 cl.paused = MSG_ReadByte ();
3253                                 if (cl.paused)
3254                                         CDAudio_Pause ();
3255                                 else
3256                                         CDAudio_Resume ();
3257                                 S_PauseGameSounds (cl.paused);
3258                                 break;
3259                         }
3260                 }
3261
3262                 // fully kill the still slightly dead qw player entities each frame,
3263                 // but only if a player update was received
3264                 for (i = 1;i <= cl.maxclients;i++)
3265                         if (cl.entities_active[i])
3266                                 break;
3267                 if (i <= cl.maxclients)
3268                 {
3269                         // kill all non-updated entities this frame
3270                         for (i = 1;i <= cl.maxclients;i++)
3271                                 if (!cl.entities_active[i])
3272                                         cl.entities[i].state_current.active = false;
3273                 }
3274                 else
3275                 {
3276                         // no update this frame, restore the cl.entities_active for good measure
3277                         for (i = 1;i <= cl.maxclients;i++)
3278                                 cl.entities_active[i] = cl.entities[i].state_current.active;
3279                 }
3280         }
3281         else
3282         {
3283                 while (1)
3284                 {
3285                         if (msg_badread)
3286                                 Host_Error ("CL_ParseServerMessage: Bad server message");
3287
3288                         cmd = MSG_ReadByte ();
3289
3290                         if (cmd == -1)
3291                         {
3292                                 SHOWNET("END OF MESSAGE");
3293                                 break;          // end of message
3294                         }
3295
3296                         cmdindex = cmdcount & 31;
3297                         cmdcount++;
3298                         cmdlog[cmdindex] = cmd;
3299
3300                         // if the high bit of the command byte is set, it is a fast update
3301                         if (cmd & 128)
3302                         {
3303                                 // LordHavoc: fix for bizarre problem in MSVC that I do not understand (if I assign the string pointer directly it ends up storing a NULL pointer)
3304                                 temp = "entity";
3305                                 cmdlogname[cmdindex] = temp;
3306                                 SHOWNET("fast update");
3307                                 if (cls.signon == SIGNONS - 1)
3308                                 {
3309                                         // first update is the final signon stage
3310                                         cls.signon = SIGNONS;
3311                                         CL_SignonReply ();
3312                                 }
3313                                 EntityFrameQuake_ReadEntity (cmd&127);
3314                                 continue;
3315                         }
3316
3317                         SHOWNET(svc_strings[cmd]);
3318                         cmdlogname[cmdindex] = svc_strings[cmd];
3319                         if (!cmdlogname[cmdindex])
3320                         {
3321                                 // LordHavoc: fix for bizarre problem in MSVC that I do not understand (if I assign the string pointer directly it ends up storing a NULL pointer)
3322                                 temp = "<unknown>";
3323                                 cmdlogname[cmdindex] = temp;
3324                         }
3325
3326                         // other commands
3327                         switch (cmd)
3328                         {
3329                         default:
3330                                 {
3331                                         char description[32*64], temp[64];
3332                                         int count;
3333                                         strlcpy (description, "packet dump: ", sizeof(description));
3334                                         i = cmdcount - 32;
3335                                         if (i < 0)
3336                                                 i = 0;
3337                                         count = cmdcount - i;
3338                                         i &= 31;
3339                                         while(count > 0)
3340                                         {
3341                                                 dpsnprintf (temp, sizeof (temp), "%3i:%s ", cmdlog[i], cmdlogname[i]);
3342                                                 strlcat (description, temp, sizeof (description));
3343                                                 count--;
3344                                                 i++;
3345                                                 i &= 31;
3346                                         }
3347                                         description[strlen(description)-1] = '\n'; // replace the last space with a newline
3348                                         Con_Print(description);
3349                                         Host_Error ("CL_ParseServerMessage: Illegible server message");
3350                                 }
3351                                 break;
3352
3353                         case svc_nop:
3354                                 if (cls.signon < SIGNONS)
3355                                         Con_Print("<-- server to client keepalive\n");
3356                                 break;
3357
3358                         case svc_time:
3359                                 CL_NetworkTimeReceived(MSG_ReadFloat());
3360                                 break;
3361
3362                         case svc_clientdata:
3363                                 CL_ParseClientdata();
3364                                 break;
3365
3366                         case svc_version:
3367                                 i = MSG_ReadLong ();
3368                                 protocol = Protocol_EnumForNumber(i);
3369                                 if (protocol == PROTOCOL_UNKNOWN)
3370                                         Host_Error("CL_ParseServerMessage: Server is unrecognized protocol number (%i)", i);
3371                                 // hack for unmarked Nehahra movie demos which had a custom protocol
3372                                 if (protocol == PROTOCOL_QUAKEDP && cls.demoplayback && demo_nehahra.integer)
3373                                         protocol = PROTOCOL_NEHAHRAMOVIE;
3374                                 cls.protocol = protocol;
3375                                 break;
3376
3377                         case svc_disconnect:
3378                                 Con_Printf ("Server disconnected\n");
3379                                 if (cls.demonum != -1)
3380                                         CL_NextDemo ();
3381                                 else
3382                                         CL_Disconnect ();
3383                                 break;
3384
3385                         case svc_print:
3386                                 temp = MSG_ReadString();
3387                                 if (CL_ExaminePrintString(temp)) // look for anything interesting like player IP addresses or ping reports
3388                                         CSQC_AddPrintText(temp);        //[515]: csqc
3389                                 break;
3390
3391                         case svc_centerprint:
3392                                 CL_VM_Parse_CenterPrint(MSG_ReadString ());     //[515]: csqc
3393                                 break;
3394
3395                         case svc_stufftext:
3396                                 CL_VM_Parse_StuffCmd(MSG_ReadString ());        //[515]: csqc
3397                                 break;
3398
3399                         case svc_damage:
3400                                 V_ParseDamage ();
3401                                 break;
3402
3403                         case svc_serverinfo:
3404                                 CL_ParseServerInfo ();
3405                                 CL_VM_Init();   //[515]: init csqc
3406                                 break;
3407
3408                         case svc_setangle:
3409                                 for (i=0 ; i<3 ; i++)
3410                                         cl.viewangles[i] = MSG_ReadAngle (cls.protocol);
3411                                 if (!cls.demoplayback)
3412                                 {
3413                                         cl.fixangle[0] = true;
3414                                         VectorCopy(cl.viewangles, cl.mviewangles[0]);
3415                                         // disable interpolation if this is new
3416                                         if (!cl.fixangle[1])
3417                                                 VectorCopy(cl.viewangles, cl.mviewangles[1]);
3418                                 }
3419                                 break;
3420
3421                         case svc_setview:
3422                                 cl.viewentity = (unsigned short)MSG_ReadShort ();
3423                                 if (cl.viewentity >= MAX_EDICTS)
3424                                         Host_Error("svc_setview >= MAX_EDICTS");
3425                                 if (cl.viewentity >= cl.max_entities)
3426                                         CL_ExpandEntities(cl.viewentity);
3427                                 // LordHavoc: assume first setview recieved is the real player entity
3428                                 if (!cl.playerentity)
3429                                         cl.playerentity = cl.viewentity;
3430                                 break;
3431
3432                         case svc_lightstyle:
3433                                 i = MSG_ReadByte ();
3434                                 if (i >= cl.max_lightstyle)
3435                                 {
3436                                         Con_Printf ("svc_lightstyle >= MAX_LIGHTSTYLES");
3437                                         break;
3438                                 }
3439                                 strlcpy (cl.lightstyle[i].map,  MSG_ReadString(), sizeof (cl.lightstyle[i].map));
3440                                 cl.lightstyle[i].map[MAX_STYLESTRING - 1] = 0;
3441                                 cl.lightstyle[i].length = (int)strlen(cl.lightstyle[i].map);
3442                                 break;
3443
3444                         case svc_sound:
3445                                 CL_ParseStartSoundPacket(false);
3446                                 break;
3447
3448                         case svc_precache:
3449                                 if (cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3)
3450                                 {
3451                                         // was svc_sound2 in protocols 1, 2, 3, removed in 4, 5, changed to svc_precache in 6
3452                                         CL_ParseStartSoundPacket(true);
3453                                 }
3454                                 else
3455                                 {
3456                                         int i = (unsigned short)MSG_ReadShort();
3457                                         char *s = MSG_ReadString();
3458                                         if (i < 32768)
3459                                         {
3460                                                 if (i >= 1 && i < MAX_MODELS)
3461                                                 {
3462                                                         model_t *model = Mod_ForName(s, false, false, i == 1);
3463                                                         if (!model)
3464                                                                 Con_DPrintf("svc_precache: Mod_ForName(\"%s\") failed\n", s);
3465                                                         cl.model_precache[i] = model;
3466                                                 }
3467                                                 else
3468                                                         Con_Printf("svc_precache: index %i outside range %i...%i\n", i, 1, MAX_MODELS);
3469                                         }
3470                                         else
3471                                         {
3472                                                 i -= 32768;
3473                                                 if (i >= 1 && i < MAX_SOUNDS)
3474                                                 {
3475                                                         sfx_t *sfx = S_PrecacheSound (s, true, false);
3476                                                         if (!sfx && snd_initialized.integer)
3477                                                                 Con_DPrintf("svc_precache: S_PrecacheSound(\"%s\") failed\n", s);
3478                                                         cl.sound_precache[i] = sfx;
3479                                                 }
3480                                                 else
3481                                                         Con_Printf("svc_precache: index %i outside range %i...%i\n", i, 1, MAX_SOUNDS);
3482                                         }
3483                                 }
3484                                 break;
3485
3486                         case svc_stopsound:
3487                                 i = (unsigned short) MSG_ReadShort();
3488                                 S_StopSound(i>>3, i&7);
3489                                 break;
3490
3491                         case svc_updatename:
3492                                 i = MSG_ReadByte ();
3493                                 if (i >= cl.maxclients)
3494                                         Host_Error ("CL_ParseServerMessage: svc_updatename >= cl.maxclients");
3495                                 strlcpy (cl.scores[i].name, MSG_ReadString (), sizeof (cl.scores[i].name));
3496                                 break;
3497
3498                         case svc_updatefrags:
3499                                 i = MSG_ReadByte ();
3500                                 if (i >= cl.maxclients)
3501                                         Host_Error ("CL_ParseServerMessage: svc_updatefrags >= cl.maxclients");
3502                                 cl.scores[i].frags = (signed short) MSG_ReadShort ();
3503                                 break;
3504
3505                         case svc_updatecolors:
3506                                 i = MSG_ReadByte ();
3507                                 if (i >= cl.maxclients)
3508                                         Host_Error ("CL_ParseServerMessage: svc_updatecolors >= cl.maxclients");
3509                                 cl.scores[i].colors = MSG_ReadByte ();
3510                                 break;
3511
3512                         case svc_particle:
3513                                 CL_ParseParticleEffect ();
3514                                 break;
3515
3516                         case svc_effect:
3517                                 CL_ParseEffect ();
3518                                 break;
3519
3520                         case svc_effect2:
3521                                 CL_ParseEffect2 ();
3522                                 break;
3523
3524                         case svc_spawnbaseline:
3525                                 i = (unsigned short) MSG_ReadShort ();
3526                                 if (i < 0 || i >= MAX_EDICTS)
3527                                         Host_Error ("CL_ParseServerMessage: svc_spawnbaseline: invalid entity number %i", i);
3528                                 if (i >= cl.max_entities)
3529                                         CL_ExpandEntities(i);
3530                                 CL_ParseBaseline (cl.entities + i, false);
3531                                 break;
3532                         case svc_spawnbaseline2:
3533                                 i = (unsigned short) MSG_ReadShort ();
3534                                 if (i < 0 || i >= MAX_EDICTS)
3535                                         Host_Error ("CL_ParseServerMessage: svc_spawnbaseline2: invalid entity number %i", i);
3536                                 if (i >= cl.max_entities)
3537                                         CL_ExpandEntities(i);
3538                                 CL_ParseBaseline (cl.entities + i, true);
3539                                 break;
3540                         case svc_spawnstatic:
3541                                 CL_ParseStatic (false);
3542                                 break;
3543                         case svc_spawnstatic2:
3544                                 CL_ParseStatic (true);
3545                                 break;
3546                         case svc_temp_entity:
3547                                 if(!CL_VM_Parse_TempEntity())
3548                                         CL_ParseTempEntity ();
3549                                 break;
3550
3551                         case svc_setpause:
3552                                 cl.paused = MSG_ReadByte ();
3553                                 if (cl.paused)
3554                                         CDAudio_Pause ();
3555                                 else
3556                                         CDAudio_Resume ();
3557                                 S_PauseGameSounds (cl.paused);
3558                                 break;
3559
3560                         case svc_signonnum:
3561                                 i = MSG_ReadByte ();
3562                                 // LordHavoc: it's rude to kick off the client if they missed the
3563                                 // reconnect somehow, so allow signon 1 even if at signon 1
3564                                 if (i <= cls.signon && i != 1)
3565                                         Host_Error ("Received signon %i when at %i", i, cls.signon);
3566                                 cls.signon = i;
3567                                 CL_SignonReply ();
3568                                 break;
3569
3570                         case svc_killedmonster:
3571                                 cl.stats[STAT_MONSTERS]++;
3572                                 break;
3573
3574                         case svc_foundsecret:
3575                                 cl.stats[STAT_SECRETS]++;
3576                                 break;
3577
3578                         case svc_updatestat:
3579                                 i = MSG_ReadByte ();
3580                                 if (i < 0 || i >= MAX_CL_STATS)
3581                                         Host_Error ("svc_updatestat: %i is invalid", i);
3582                                 cl.stats[i] = MSG_ReadLong ();
3583                                 break;
3584
3585                         case svc_updatestatubyte:
3586                                 i = MSG_ReadByte ();
3587                                 if (i < 0 || i >= MAX_CL_STATS)
3588                                         Host_Error ("svc_updatestat: %i is invalid", i);
3589                                 cl.stats[i] = MSG_ReadByte ();
3590                                 break;
3591
3592                         case svc_spawnstaticsound:
3593                                 CL_ParseStaticSound (false);
3594                                 break;
3595
3596                         case svc_spawnstaticsound2:
3597                                 CL_ParseStaticSound (true);
3598                                 break;
3599
3600                         case svc_cdtrack:
3601                                 cl.cdtrack = MSG_ReadByte ();
3602                                 cl.looptrack = MSG_ReadByte ();
3603                                 if ( (cls.demoplayback || cls.demorecording) && (cls.forcetrack != -1) )
3604                                         CDAudio_Play ((unsigned char)cls.forcetrack, true);
3605                                 else
3606                                         CDAudio_Play ((unsigned char)cl.cdtrack, true);
3607                                 break;
3608
3609                         case svc_intermission:
3610                                 cl.intermission = 1;
3611                                 cl.completed_time = cl.time;
3612                                 break;
3613
3614                         case svc_finale:
3615                                 cl.intermission = 2;
3616                                 cl.completed_time = cl.time;
3617                                 SCR_CenterPrint(MSG_ReadString ());
3618                                 break;
3619
3620                         case svc_cutscene:
3621                                 cl.intermission = 3;
3622                                 cl.completed_time = cl.time;
3623                                 SCR_CenterPrint(MSG_ReadString ());
3624                                 break;
3625
3626                         case svc_sellscreen:
3627                                 Cmd_ExecuteString ("help", src_command);
3628                                 break;
3629                         case svc_hidelmp:
3630                                 if (gamemode == GAME_TENEBRAE)
3631                                 {
3632                                         // repeating particle effect
3633                                         MSG_ReadCoord(cls.protocol);
3634                                         MSG_ReadCoord(cls.protocol);
3635                                         MSG_ReadCoord(cls.protocol);
3636                                         MSG_ReadCoord(cls.protocol);
3637                                         MSG_ReadCoord(cls.protocol);
3638                                         MSG_ReadCoord(cls.protocol);
3639                                         MSG_ReadByte();
3640                                         MSG_ReadLong();
3641                                         MSG_ReadLong();
3642                                         MSG_ReadString();
3643                                 }
3644                                 else
3645                                         SHOWLMP_decodehide();
3646                                 break;
3647                         case svc_showlmp:
3648                                 if (gamemode == GAME_TENEBRAE)
3649                                 {
3650                                         // particle effect
3651                                         MSG_ReadCoord(cls.protocol);
3652                                         MSG_ReadCoord(cls.protocol);
3653                                         MSG_ReadCoord(cls.protocol);
3654                                         MSG_ReadByte();
3655                                         MSG_ReadString();
3656                                 }
3657                                 else
3658                                         SHOWLMP_decodeshow();
3659                                 break;
3660                         case svc_skybox:
3661                                 R_SetSkyBox(MSG_ReadString());
3662                                 break;
3663                         case svc_entities:
3664                                 if (cls.signon == SIGNONS - 1)
3665                                 {
3666                                         // first update is the final signon stage
3667                                         cls.signon = SIGNONS;
3668                                         CL_SignonReply ();
3669                                 }
3670                                 if (cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3)
3671                                         EntityFrame_CL_ReadFrame();
3672                                 else if (cls.protocol == PROTOCOL_DARKPLACES4)
3673                                         EntityFrame4_CL_ReadFrame();
3674                                 else
3675                                         EntityFrame5_CL_ReadFrame();
3676                                 break;
3677                         case svc_csqcentities:
3678                                 CSQC_ReadEntities();
3679                                 break;
3680                         case svc_downloaddata:
3681                                 CL_ParseDownload();
3682                                 break;
3683                         case svc_trailparticles:
3684                                 CL_ParseTrailParticles();
3685                                 break;
3686                         case svc_pointparticles:
3687                                 CL_ParsePointParticles();
3688                                 break;
3689                         }
3690                 }
3691         }
3692
3693         if (cls.signon == SIGNONS)
3694                 CL_UpdateItemsAndWeapon();
3695
3696         EntityFrameQuake_ISeeDeadEntities();
3697
3698         parsingerror = false;
3699
3700         // LordHavoc: this was at the start of the function before cl_autodemo was
3701         // implemented
3702         if (cls.demorecording)
3703                 CL_WriteDemoMessage (&net_message);
3704 }
3705
3706 void CL_Parse_DumpPacket(void)
3707 {
3708         if (!parsingerror)
3709                 return;
3710         Con_Print("Packet dump:\n");
3711         SZ_HexDumpToConsole(&net_message);
3712         parsingerror = false;
3713 }
3714
3715 void CL_Parse_ErrorCleanUp(void)
3716 {
3717         CL_StopDownload(0, 0);
3718         QW_CL_StopUpload();
3719 }
3720
3721 void CL_Parse_Init(void)
3722 {
3723         // LordHavoc: added demo_nehahra cvar
3724         Cvar_RegisterVariable (&demo_nehahra);
3725         if (gamemode == GAME_NEHAHRA)
3726                 Cvar_SetValue("demo_nehahra", 1);
3727         Cvar_RegisterVariable(&developer_networkentities);
3728
3729         Cvar_RegisterVariable(&cl_sound_wizardhit);
3730         Cvar_RegisterVariable(&cl_sound_hknighthit);
3731         Cvar_RegisterVariable(&cl_sound_tink1);
3732         Cvar_RegisterVariable(&cl_sound_ric1);
3733         Cvar_RegisterVariable(&cl_sound_ric2);
3734         Cvar_RegisterVariable(&cl_sound_ric3);
3735         Cvar_RegisterVariable(&cl_sound_ric_gunshot);
3736         Cvar_RegisterVariable(&cl_sound_r_exp3);
3737
3738         Cvar_RegisterVariable(&cl_joinbeforedownloadsfinish);
3739
3740         // server extension cvars set by commands issued from the server during connect
3741         Cvar_RegisterVariable(&cl_serverextension_download);
3742
3743         Cvar_RegisterVariable(&cl_nettimesyncfactor);
3744         Cvar_RegisterVariable(&cl_nettimesyncboundmode);
3745         Cvar_RegisterVariable(&cl_nettimesyncboundtolerance);
3746         Cvar_RegisterVariable(&cl_iplog_name);
3747
3748         Cmd_AddCommand("nextul", QW_CL_NextUpload, "sends next fragment of current upload buffer (screenshot for example)");
3749         Cmd_AddCommand("stopul", QW_CL_StopUpload, "aborts current upload (screenshot for example)");
3750         Cmd_AddCommand("skins", QW_CL_Skins_f, "downloads missing qw skins from server");
3751         Cmd_AddCommand("changing", QW_CL_Changing_f, "sent by qw servers to tell client to wait for level change");
3752         Cmd_AddCommand("cl_begindownloads", CL_BeginDownloads_f, "used internally by darkplaces client while connecting (causes loading of models and sounds or triggers downloads for missing ones)");
3753         Cmd_AddCommand("cl_downloadbegin", CL_DownloadBegin_f, "(networking) informs client of download file information, client replies with sv_startsoundload to begin the transfer");
3754         Cmd_AddCommand("stopdownload", CL_StopDownload_f, "terminates a download");
3755         Cmd_AddCommand("cl_downloadfinished", CL_DownloadFinished_f, "signals that a download has finished and provides the client with file size and crc to check its integrity");
3756         Cmd_AddCommand("iplog_list", CL_IPLog_List_f, "lists names of players whose IP address begins with the supplied text (example: iplog_list 123.456.789)");
3757 }
3758
3759 void CL_Parse_Shutdown(void)
3760 {
3761 }