2 Copyright (C) 1996-1997 Id Software, Inc.
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.
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.
13 See the GNU General Public License for more details.
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.
20 // cl_parse.c -- parse a message received from the server
24 #include "cl_collision.h"
27 char *svc_strings[128] =
33 "svc_version", // [int] server version
34 "svc_setview", // [short] entity number
35 "svc_sound", // <see code>
36 "svc_time", // [float] server time
37 "svc_print", // [string] null terminated string
38 "svc_stufftext", // [string] stuffed into client's console buffer
39 // the string should be \n terminated
40 "svc_setangle", // [vec3] set the view angle to this absolute value
42 "svc_serverinfo", // [int] version
43 // [string] signon string
44 // [string]..[0]model cache [string]...[0]sounds cache
45 // [string]..[0]item cache
46 "svc_lightstyle", // [byte] [string]
47 "svc_updatename", // [byte] [string]
48 "svc_updatefrags", // [byte] [short]
49 "svc_clientdata", // <shortbits + data>
50 "svc_stopsound", // <see code>
51 "svc_updatecolors", // [byte] [byte]
52 "svc_particle", // [vec3] <variable>
53 "svc_damage", // [byte] impact [byte] blood [vec3] from
56 "OBSOLETE svc_spawnbinary",
59 "svc_temp_entity", // <variable>
65 "svc_spawnstaticsound",
67 "svc_finale", // [string] music [string] text
68 "svc_cdtrack", // [byte] track [byte] looptrack
71 "svc_showlmp", // [string] iconlabel [string] lmpfile [short] x [short] y
72 "svc_hidelmp", // [string] iconlabel
73 "svc_skybox", // [string] skyname
86 "svc_unusedlh1", // 50 //
87 "svc_updatestatubyte", // 51 // [byte] stat [byte] value
88 "svc_effect", // 52 // [vector] org [byte] modelindex [byte] startframe [byte] framecount [byte] framerate
89 "svc_effect2", // 53 // [vector] org [short] modelindex [short] startframe [byte] framecount [byte] framerate
90 "svc_sound2", // 54 // short soundindex instead of byte
91 "svc_spawnbaseline2", // 55 // short modelindex instead of byte
92 "svc_spawnstatic2", // 56 // short modelindex instead of byte
93 "svc_entities", // 57 // [int] deltaframe [int] thisframe [float vector] eye [variable length] entitydata
94 "svc_csqcentities", // 58 // [short] entnum [variable length] entitydata ... [short] 0x0000
95 "svc_spawnstaticsound2", // 59 // [coord3] [short] samp [byte] vol [byte] aten
98 char *qw_svc_strings[128] =
102 "qw_svc_disconnect", // 2
103 "qw_svc_updatestat", // 3 // [byte] [byte]
105 "qw_svc_setview", // 5 // [short] entity number
106 "qw_svc_sound", // 6 // <see code>
108 "qw_svc_print", // 8 // [byte] id [string] null terminated string
109 "qw_svc_stufftext", // 9 // [string] stuffed into client's console buffer
110 "qw_svc_setangle", // 10 // [angle3] set the view angle to this absolute value
111 "qw_svc_serverdata", // 11 // [long] protocol ...
112 "qw_svc_lightstyle", // 12 // [byte] [string]
114 "qw_svc_updatefrags", // 14 // [byte] [short]
116 "qw_svc_stopsound", // 16 // <see code>
119 "qw_svc_damage", // 19
120 "qw_svc_spawnstatic", // 20
122 "qw_svc_spawnbaseline", // 22
123 "qw_svc_temp_entity", // 23 // variable
124 "qw_svc_setpause", // 24 // [byte] on / off
126 "qw_svc_centerprint", // 26 // [string] to put in center of the screen
127 "qw_svc_killedmonster", // 27
128 "qw_svc_foundsecret", // 28
129 "qw_svc_spawnstaticsound", // 29 // [coord3] [byte] samp [byte] vol [byte] aten
130 "qw_svc_intermission", // 30 // [vec3_t] origin [vec3_t] angle
131 "qw_svc_finale", // 31 // [string] text
132 "qw_svc_cdtrack", // 32 // [byte] track
133 "qw_svc_sellscreen", // 33
134 "qw_svc_smallkick", // 34 // set client punchangle to 2
135 "qw_svc_bigkick", // 35 // set client punchangle to 4
136 "qw_svc_updateping", // 36 // [byte] [short]
137 "qw_svc_updateentertime", // 37 // [byte] [float]
138 "qw_svc_updatestatlong", // 38 // [byte] [long]
139 "qw_svc_muzzleflash", // 39 // [short] entity
140 "qw_svc_updateuserinfo", // 40 // [byte] slot [long] uid
141 "qw_svc_download", // 41 // [short] size [size bytes]
142 "qw_svc_playerinfo", // 42 // variable
143 "qw_svc_nails", // 43 // [byte] num [48 bits] xyzpy 12 12 12 4 8
144 "qw_svc_chokecount", // 44 // [byte] packets choked
145 "qw_svc_modellist", // 45 // [strings]
146 "qw_svc_soundlist", // 46 // [strings]
147 "qw_svc_packetentities", // 47 // [...]
148 "qw_svc_deltapacketentities", // 48 // [...]
149 "qw_svc_maxspeed", // 49 // maxspeed change, for prediction
150 "qw_svc_entgravity", // 50 // gravity change, for prediction
151 "qw_svc_setinfo", // 51 // setinfo on a client
152 "qw_svc_serverinfo", // 52 // serverinfo
153 "qw_svc_updatepl", // 53 // [byte] [byte]
156 //=============================================================================
158 cvar_t demo_nehahra = {0, "demo_nehahra", "0", "reads all quake demos as nehahra movie protocol"};
159 cvar_t developer_networkentities = {0, "developer_networkentities", "0", "prints received entities, value is 0-4 (higher for more info)"};
160 cvar_t cl_sound_wizardhit = {0, "cl_sound_wizardhit", "wizard/hit.wav", "sound to play during TE_WIZSPIKE (empty cvar disables sound)"};
161 cvar_t cl_sound_hknighthit = {0, "cl_sound_hknighthit", "hknight/hit.wav", "sound to play during TE_KNIGHTSPIKE (empty cvar disables sound)"};
162 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)"};
163 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)"};
164 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)"};
165 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)"};
166 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)"};
168 static qboolean QW_CL_CheckOrDownloadFile(const char *filename);
169 static void QW_CL_RequestNextDownload(void);
170 static void QW_CL_NextUpload(void);
171 void QW_CL_StartUpload(unsigned char *data, int size);
172 //static qboolean QW_CL_IsUploading(void);
173 static void QW_CL_StopUpload(void);
177 CL_ParseStartSoundPacket
180 void CL_ParseStartSoundPacket(int largesoundindex)
189 if (cls.protocol == PROTOCOL_QUAKEWORLD)
191 channel = MSG_ReadShort();
193 if (channel & (1<<15))
194 volume = MSG_ReadByte ();
196 volume = DEFAULT_SOUND_PACKET_VOLUME;
198 if (channel & (1<<14))
199 attenuation = MSG_ReadByte () / 64.0;
201 attenuation = DEFAULT_SOUND_PACKET_ATTENUATION;
203 ent = (channel>>3)&1023;
206 sound_num = MSG_ReadByte ();
210 field_mask = MSG_ReadByte();
212 if (field_mask & SND_VOLUME)
213 volume = MSG_ReadByte ();
215 volume = DEFAULT_SOUND_PACKET_VOLUME;
217 if (field_mask & SND_ATTENUATION)
218 attenuation = MSG_ReadByte () / 64.0;
220 attenuation = DEFAULT_SOUND_PACKET_ATTENUATION;
222 if (field_mask & SND_LARGEENTITY)
224 ent = (unsigned short) MSG_ReadShort ();
225 channel = MSG_ReadByte ();
229 channel = (unsigned short) MSG_ReadShort ();
234 if (largesoundindex || field_mask & SND_LARGESOUND)
235 sound_num = (unsigned short) MSG_ReadShort ();
237 sound_num = MSG_ReadByte ();
240 MSG_ReadVector(pos, cls.protocol);
242 if (sound_num >= MAX_SOUNDS)
244 Con_Printf("CL_ParseStartSoundPacket: sound_num (%i) >= MAX_SOUNDS (%i)\n", sound_num, MAX_SOUNDS);
248 if (ent >= MAX_EDICTS)
250 Con_Printf("CL_ParseStartSoundPacket: ent = %i", ent);
254 S_StartSound (ent, channel, cl.sound_precache[sound_num], pos, volume/255.0f, attenuation);
261 When the client is taking a long time to load stuff, send keepalive messages
262 so the server doesn't disconnect.
266 static unsigned char olddata[NET_MAXMESSAGE];
267 void CL_KeepaliveMessage (void)
270 static double nextmsg = -1;
275 // no need if server is local and definitely not if this is a demo
276 if (sv.active || !cls.netcon || cls.protocol == PROTOCOL_QUAKEWORLD)
279 // read messages from server, should just be nops
280 oldreadcount = msg_readcount;
281 oldbadread = msg_badread;
283 memcpy(olddata, net_message.data, net_message.cursize);
285 NetConn_ClientFrame();
287 msg_readcount = oldreadcount;
288 msg_badread = oldbadread;
290 memcpy(net_message.data, olddata, net_message.cursize);
292 if (cls.netcon && (time = Sys_DoubleTime()) >= nextmsg)
295 unsigned char buf[4];
298 // LordHavoc: must use unreliable because reliable could kill the sigon message!
299 Con_Print("--> client to server keepalive\n");
300 memset(&msg, 0, sizeof(msg));
302 msg.maxsize = sizeof(buf);
303 MSG_WriteChar(&msg, svc_nop);
304 NetConn_SendUnreliableMessage(cls.netcon, &msg, cls.protocol);
308 void CL_ParseEntityLump(char *entdata)
311 char key[128], value[MAX_INPUTLINE];
312 FOG_clear(); // LordHavoc: no fog until set
313 // LordHavoc: default to the map's sky (q3 shader parsing sets this)
314 R_SetSkyBox(cl.worldmodel->brush.skybox);
318 if (!COM_ParseTokenConsole(&data))
320 if (com_token[0] != '{')
324 if (!COM_ParseTokenConsole(&data))
326 if (com_token[0] == '}')
327 break; // end of worldspawn
328 if (com_token[0] == '_')
329 strlcpy (key, com_token + 1, sizeof (key));
331 strlcpy (key, com_token, sizeof (key));
332 while (key[strlen(key)-1] == ' ') // remove trailing spaces
333 key[strlen(key)-1] = 0;
334 if (!COM_ParseTokenConsole(&data))
336 strlcpy (value, com_token, sizeof (value));
337 if (!strcmp("sky", key))
339 else if (!strcmp("skyname", key)) // non-standard, introduced by QuakeForge... sigh.
341 else if (!strcmp("qlsky", key)) // non-standard, introduced by QuakeLives (EEK)
343 else if (!strcmp("fog", key))
344 sscanf(value, "%f %f %f %f", &r_refdef.fog_density, &r_refdef.fog_red, &r_refdef.fog_green, &r_refdef.fog_blue);
345 else if (!strcmp("fog_density", key))
346 r_refdef.fog_density = atof(value);
347 else if (!strcmp("fog_red", key))
348 r_refdef.fog_red = atof(value);
349 else if (!strcmp("fog_green", key))
350 r_refdef.fog_green = atof(value);
351 else if (!strcmp("fog_blue", key))
352 r_refdef.fog_blue = atof(value);
356 static qboolean QW_CL_CheckOrDownloadFile(const char *filename)
360 // see if the file already exists
361 file = FS_Open(filename, "rb", true, false);
368 // download messages in a demo would be bad
369 if (cls.demorecording)
371 Con_Printf("Unable to download \"%s\" when recording.\n", filename);
375 // don't try to download when playing a demo
379 strlcpy(cls.qw_downloadname, filename, sizeof(cls.qw_downloadname));
380 Con_Printf("Downloading %s\n", filename);
382 if (!cls.qw_downloadmemory)
384 cls.qw_downloadmemory = NULL;
385 cls.qw_downloadmemorycursize = 0;
386 cls.qw_downloadmemorymaxsize = 1024*1024; // start out with a 1MB buffer
389 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
390 MSG_WriteString(&cls.netcon->message, va("download %s", filename));
392 cls.qw_downloadnumber++;
393 cls.qw_downloadpercent = 0;
394 cls.qw_downloadmemorycursize = 0;
399 static void QW_CL_ProcessUserInfo(int slot);
400 static void QW_CL_RequestNextDownload(void)
404 // clear name of file that just finished
405 cls.qw_downloadname[0] = 0;
407 switch (cls.qw_downloadtype)
412 if (cls.qw_downloadnumber == 0)
413 Con_Printf("Checking skins...\n");
414 for (;cls.qw_downloadnumber < cl.maxclients;cls.qw_downloadnumber++)
416 if (!cl.scores[cls.qw_downloadnumber].name[0])
418 // check if we need to download the file, and return if so
419 if (!QW_CL_CheckOrDownloadFile(va("skins/%s.pcx", cl.scores[cls.qw_downloadnumber].qw_skin)))
423 cls.qw_downloadtype = dl_none;
425 // load any newly downloaded skins
426 for (i = 0;i < cl.maxclients;i++)
427 QW_CL_ProcessUserInfo(i);
429 // if we're still in signon stages, request the next one
430 if (cls.signon != SIGNONS)
432 cls.signon = SIGNONS-1;
433 // we'll go to SIGNONS when the first entity update is received
434 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
435 MSG_WriteString(&cls.netcon->message, va("begin %i", cl.qw_servercount));
439 if (cls.qw_downloadnumber == 0)
441 Con_Printf("Checking models...\n");
442 cls.qw_downloadnumber = 1;
445 for (;cls.qw_downloadnumber < MAX_MODELS && cl.model_name[cls.qw_downloadnumber][0];cls.qw_downloadnumber++)
448 if (cl.model_name[cls.qw_downloadnumber][0] == '*')
450 if (!strcmp(cl.model_name[cls.qw_downloadnumber], "progs/spike.mdl"))
451 cl.qw_modelindex_spike = cls.qw_downloadnumber;
452 if (!strcmp(cl.model_name[cls.qw_downloadnumber], "progs/player.mdl"))
453 cl.qw_modelindex_player = cls.qw_downloadnumber;
454 if (!strcmp(cl.model_name[cls.qw_downloadnumber], "progs/flag.mdl"))
455 cl.qw_modelindex_flag = cls.qw_downloadnumber;
456 if (!strcmp(cl.model_name[cls.qw_downloadnumber], "progs/s_explod.spr"))
457 cl.qw_modelindex_s_explod = cls.qw_downloadnumber;
458 // check if we need to download the file, and return if so
459 if (!QW_CL_CheckOrDownloadFile(cl.model_name[cls.qw_downloadnumber]))
463 cls.qw_downloadtype = dl_none;
465 // touch all of the precached models that are still loaded so we can free
466 // anything that isn't needed
468 for (i = 1;i < MAX_MODELS && cl.model_name[i][0];i++)
469 Mod_FindName(cl.model_name[i]);
470 // precache any models used by the client (this also marks them used)
471 cl.model_bolt = Mod_ForName("progs/bolt.mdl", false, false, false);
472 cl.model_bolt2 = Mod_ForName("progs/bolt2.mdl", false, false, false);
473 cl.model_bolt3 = Mod_ForName("progs/bolt3.mdl", false, false, false);
474 cl.model_beam = Mod_ForName("progs/beam.mdl", false, false, false);
477 // now we try to load everything that is new
480 cl.model_precache[1] = Mod_ForName(cl.model_name[1], false, false, true);
481 if (cl.model_precache[1]->Draw == NULL)
482 Con_Printf("Map %s could not be found or downloaded\n", cl.model_name[1]);
485 for (i = 2;i < MAX_MODELS && cl.model_name[i][0];i++)
486 if ((cl.model_precache[i] = Mod_ForName(cl.model_name[i], false, false, false))->Draw == NULL)
487 Con_Printf("Model %s could not be found or downloaded\n", cl.model_name[i]);
489 // check memory integrity
490 Mem_CheckSentinelsGlobal();
492 // now that we have a world model, set up the world entity, renderer
494 cl.entities[0].render.model = cl.worldmodel = cl.model_precache[1];
495 CL_BoundingBoxForEntity(&cl.entities[0].render);
499 // TODO: add pmodel/emodel player.mdl/eyes.mdl CRCs to userinfo
501 // done checking sounds and models, send a prespawn command now
502 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
503 MSG_WriteString(&cls.netcon->message, va("prespawn %i 0 %i", cl.qw_servercount, cl.model_precache[1]->brush.qw_md4sum2));
505 if (cls.qw_downloadmemory)
507 Mem_Free(cls.qw_downloadmemory);
508 cls.qw_downloadmemory = NULL;
512 if (cls.qw_downloadnumber == 0)
514 Con_Printf("Checking sounds...\n");
515 cls.qw_downloadnumber = 1;
518 for (;cl.sound_name[cls.qw_downloadnumber][0];cls.qw_downloadnumber++)
520 // check if we need to download the file, and return if so
521 if (!QW_CL_CheckOrDownloadFile(va("sound/%s", cl.sound_name[cls.qw_downloadnumber])))
525 cls.qw_downloadtype = dl_none;
527 // load new sounds and unload old ones
528 // FIXME: S_ServerSounds does not know about cl.sfx_ sounds
529 S_ServerSounds(cl.sound_name, cls.qw_downloadnumber);
531 // precache any sounds used by the client
532 cl.sfx_wizhit = S_PrecacheSound(cl_sound_wizardhit.string, false, true);
533 cl.sfx_knighthit = S_PrecacheSound(cl_sound_hknighthit.string, false, true);
534 cl.sfx_tink1 = S_PrecacheSound(cl_sound_tink1.string, false, true);
535 cl.sfx_ric1 = S_PrecacheSound(cl_sound_ric1.string, false, true);
536 cl.sfx_ric2 = S_PrecacheSound(cl_sound_ric2.string, false, true);
537 cl.sfx_ric3 = S_PrecacheSound(cl_sound_ric3.string, false, true);
538 cl.sfx_r_exp3 = S_PrecacheSound(cl_sound_r_exp3.string, false, true);
541 for (i = 1;i < MAX_SOUNDS && cl.sound_name[i][0];i++)
543 // Don't lock the sfx here, S_ServerSounds already did that
544 cl.sound_precache[i] = S_PrecacheSound(cl.sound_name[i], true, false);
547 // check memory integrity
548 Mem_CheckSentinelsGlobal();
550 // done with sound downloads, next we check models
551 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
552 MSG_WriteString(&cls.netcon->message, va("modellist %i %i", cl.qw_servercount, 0));
556 Con_Printf("Unknown download type.\n");
560 static void QW_CL_ParseDownload(void)
562 int size = (signed short)MSG_ReadShort();
563 int percent = MSG_ReadByte();
565 //Con_Printf("download %i %i%% (%i/%i)\n", size, percent, cls.qw_downloadmemorycursize, cls.qw_downloadmemorymaxsize);
567 // skip the download fragment if playing a demo
571 msg_readcount += size;
577 Con_Printf("File not found.\n");
578 QW_CL_RequestNextDownload();
582 if (msg_readcount + (unsigned short)size > net_message.cursize)
583 Host_Error("corrupt download message\n");
585 // make sure the buffer is big enough to include this new fragment
586 if (!cls.qw_downloadmemory || cls.qw_downloadmemorymaxsize < cls.qw_downloadmemorycursize + size)
589 while (cls.qw_downloadmemorymaxsize < cls.qw_downloadmemorycursize + size)
590 cls.qw_downloadmemorymaxsize *= 2;
591 old = cls.qw_downloadmemory;
592 cls.qw_downloadmemory = (unsigned char *)Mem_Alloc(cls.permanentmempool, cls.qw_downloadmemorymaxsize);
595 memcpy(cls.qw_downloadmemory, old, cls.qw_downloadmemorycursize);
600 // read the fragment out of the packet
601 MSG_ReadBytes(size, cls.qw_downloadmemory + cls.qw_downloadmemorycursize);
602 cls.qw_downloadmemorycursize += size;
604 cls.qw_downloadpercent = percent;
608 // request next fragment
609 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
610 MSG_WriteString(&cls.netcon->message, "nextdl");
615 Con_Printf("Downloaded \"%s\"\n", cls.qw_downloadname);
617 FS_WriteFile(cls.qw_downloadname, cls.qw_downloadmemory, cls.qw_downloadmemorycursize);
619 cls.qw_downloadpercent = 0;
621 // start downloading the next file (or join the game)
622 QW_CL_RequestNextDownload();
626 static void QW_CL_ParseModelList(void)
629 int nummodels = MSG_ReadByte();
632 // parse model precache list
635 str = MSG_ReadString();
639 if (nummodels==MAX_MODELS)
640 Host_Error("Server sent too many model precaches");
641 if (strlen(str) >= MAX_QPATH)
642 Host_Error("Server sent a precache name of %i characters (max %i)", strlen(str), MAX_QPATH - 1);
643 strlcpy(cl.model_name[nummodels], str, sizeof (cl.model_name[nummodels]));
649 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
650 MSG_WriteString(&cls.netcon->message, va("modellist %i %i", cl.qw_servercount, n));
655 cls.qw_downloadnumber = 0;
656 cls.qw_downloadtype = dl_model;
657 QW_CL_RequestNextDownload();
660 static void QW_CL_ParseSoundList(void)
663 int numsounds = MSG_ReadByte();
666 // parse sound precache list
669 str = MSG_ReadString();
673 if (numsounds==MAX_SOUNDS)
674 Host_Error("Server sent too many sound precaches");
675 if (strlen(str) >= MAX_QPATH)
676 Host_Error("Server sent a precache name of %i characters (max %i)", strlen(str), MAX_QPATH - 1);
677 strlcpy(cl.sound_name[numsounds], str, sizeof (cl.sound_name[numsounds]));
684 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
685 MSG_WriteString(&cls.netcon->message, va("soundlist %i %i", cl.qw_servercount, n));
690 cls.qw_downloadnumber = 0;
691 cls.qw_downloadtype = dl_sound;
692 QW_CL_RequestNextDownload();
695 static void QW_CL_Skins_f(void)
697 cls.qw_downloadnumber = 0;
698 cls.qw_downloadtype = dl_skin;
699 QW_CL_RequestNextDownload();
702 static void QW_CL_Changing_f(void)
704 if (cls.qw_downloadmemory) // don't change when downloading
709 cls.signon = 1; // not active anymore, but not disconnected
710 Con_Printf("\nChanging map...\n");
713 void QW_CL_NextUpload(void)
715 int r, percent, size;
717 if (!cls.qw_uploaddata)
720 r = cls.qw_uploadsize - cls.qw_uploadpos;
723 size = min(1, cls.qw_uploadsize);
724 percent = (cls.qw_uploadpos+r)*100/size;
726 MSG_WriteByte(&cls.netcon->message, qw_clc_upload);
727 MSG_WriteShort(&cls.netcon->message, r);
728 MSG_WriteByte(&cls.netcon->message, percent);
729 SZ_Write(&cls.netcon->message, cls.qw_uploaddata + cls.qw_uploadpos, r);
731 Con_DPrintf("UPLOAD: %6d: %d written\n", cls.qw_uploadpos, r);
733 cls.qw_uploadpos += r;
735 if (cls.qw_uploadpos < cls.qw_uploadsize)
738 Con_Printf("Upload completed\n");
743 void QW_CL_StartUpload(unsigned char *data, int size)
745 // do nothing in demos or if not connected
749 // abort existing upload if in progress
752 Con_DPrintf("Starting upload of %d bytes...\n", size);
754 cls.qw_uploaddata = (unsigned char *)Mem_Alloc(cls.permanentmempool, size);
755 memcpy(cls.qw_uploaddata, data, size);
756 cls.qw_uploadsize = size;
757 cls.qw_uploadpos = 0;
763 qboolean QW_CL_IsUploading(void)
765 return cls.qw_uploaddata != NULL;
769 void QW_CL_StopUpload(void)
771 if (cls.qw_uploaddata)
772 Mem_Free(cls.qw_uploaddata);
773 cls.qw_uploaddata = NULL;
774 cls.qw_uploadsize = 0;
775 cls.qw_uploadpos = 0;
778 static void QW_CL_ProcessUserInfo(int slot)
780 int topcolor, bottomcolor;
782 InfoString_GetValue(cl.scores[slot].qw_userinfo, "name", cl.scores[slot].name, sizeof(cl.scores[slot].name));
783 InfoString_GetValue(cl.scores[slot].qw_userinfo, "topcolor", temp, sizeof(temp));topcolor = atoi(temp);
784 InfoString_GetValue(cl.scores[slot].qw_userinfo, "bottomcolor", temp, sizeof(temp));bottomcolor = atoi(temp);
785 cl.scores[slot].colors = topcolor * 16 + bottomcolor;
786 InfoString_GetValue(cl.scores[slot].qw_userinfo, "*spectator", temp, sizeof(temp));
787 cl.scores[slot].qw_spectator = temp[0] != 0;
788 InfoString_GetValue(cl.scores[slot].qw_userinfo, "team", cl.scores[slot].qw_team, sizeof(cl.scores[slot].qw_team));
789 InfoString_GetValue(cl.scores[slot].qw_userinfo, "skin", cl.scores[slot].qw_skin, sizeof(cl.scores[slot].qw_skin));
790 if (!cl.scores[slot].qw_skin[0])
791 strlcpy(cl.scores[slot].qw_skin, "base", sizeof(cl.scores[slot].qw_skin));
795 static void QW_CL_UpdateUserInfo(void)
798 slot = MSG_ReadByte();
799 if (slot >= cl.maxclients)
801 Con_Printf("svc_updateuserinfo >= cl.maxclients\n");
806 cl.scores[slot].qw_userid = MSG_ReadLong();
807 strlcpy(cl.scores[slot].qw_userinfo, MSG_ReadString(), sizeof(cl.scores[slot].qw_userinfo));
809 QW_CL_ProcessUserInfo(slot);
812 static void QW_CL_SetInfo(void)
817 slot = MSG_ReadByte();
818 strlcpy(key, MSG_ReadString(), sizeof(key));
819 strlcpy(value, MSG_ReadString(), sizeof(value));
820 if (slot >= cl.maxclients)
822 Con_Printf("svc_setinfo >= cl.maxclients\n");
825 InfoString_SetValue(cl.scores[slot].qw_userinfo, sizeof(cl.scores[slot].qw_userinfo), key, value);
827 QW_CL_ProcessUserInfo(slot);
830 static void QW_CL_ServerInfo(void)
835 strlcpy(key, MSG_ReadString(), sizeof(key));
836 strlcpy(value, MSG_ReadString(), sizeof(value));
837 Con_DPrintf("SERVERINFO: %s=%s\n", key, value);
838 InfoString_SetValue(cl.qw_serverinfo, sizeof(cl.qw_serverinfo), key, value);
839 InfoString_GetValue(cl.qw_serverinfo, "teamplay", temp, sizeof(temp));
840 cl.qw_teamplay = atoi(temp);
843 static void QW_CL_ParseNails(void)
846 int numnails = MSG_ReadByte();
848 unsigned char bits[6];
849 for (i = 0;i < numnails;i++)
851 for (j = 0;j < 6;j++)
852 bits[j] = MSG_ReadByte();
853 if (cl.qw_num_nails > 255)
855 v = cl.qw_nails[cl.qw_num_nails++];
856 v[0] = ( ( bits[0] + ((bits[1]&15)<<8) ) <<1) - 4096;
857 v[1] = ( ( (bits[1]>>4) + (bits[2]<<4) ) <<1) - 4096;
858 v[2] = ( ( bits[3] + ((bits[4]&15)<<8) ) <<1) - 4096;
859 v[3] = -360*(bits[4]>>4)/16;
860 v[4] = 360*bits[5]/256;
865 static void CL_UpdateItemsAndWeapon(void)
868 // check for important changes
871 if (cl.olditems != cl.stats[STAT_ITEMS])
872 for (j = 0;j < 32;j++)
873 if ((cl.stats[STAT_ITEMS] & (1<<j)) && !(cl.olditems & (1<<j)))
874 cl.item_gettime[j] = cl.time;
875 cl.olditems = cl.stats[STAT_ITEMS];
877 // GAME_NEXUIZ hud needs weapon change time
878 if (cl.activeweapon != cl.stats[STAT_ACTIVEWEAPON])
879 cl.weapontime = cl.time;
880 cl.activeweapon = cl.stats[STAT_ACTIVEWEAPON];
884 =====================
887 An svc_signonnum has been received, perform a client side setup
888 =====================
890 static void CL_SignonReply (void)
892 Con_DPrintf("CL_SignonReply: %i\n", cls.signon);
899 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
900 MSG_WriteString (&cls.netcon->message, "prespawn");
907 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
908 MSG_WriteString (&cls.netcon->message, va("name \"%s\"", cl_name.string));
910 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
911 MSG_WriteString (&cls.netcon->message, va("color %i %i", cl_color.integer >> 4, cl_color.integer & 15));
913 if (cl_pmodel.integer)
915 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
916 MSG_WriteString (&cls.netcon->message, va("pmodel %i", cl_pmodel.integer));
918 if (*cl_playermodel.string)
920 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
921 MSG_WriteString (&cls.netcon->message, va("playermodel %s", cl_playermodel.string));
923 if (*cl_playerskin.string)
925 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
926 MSG_WriteString (&cls.netcon->message, va("playerskin %s", cl_playerskin.string));
929 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
930 MSG_WriteString (&cls.netcon->message, va("rate %i", cl_rate.integer));
932 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
933 MSG_WriteString (&cls.netcon->message, "spawn");
940 MSG_WriteByte (&cls.netcon->message, clc_stringcmd);
941 MSG_WriteString (&cls.netcon->message, "begin");
956 void CL_ParseServerInfo (void)
960 protocolversion_t protocol;
961 int nummodels, numsounds;
963 Con_DPrint("Serverinfo packet received.\n");
965 // if server is active, we already began a loading plaque
967 SCR_BeginLoadingPlaque();
969 // check memory integrity
970 Mem_CheckSentinelsGlobal();
973 // wipe the client_state_t struct
977 // parse protocol version number
979 protocol = Protocol_EnumForNumber(i);
980 if (protocol == PROTOCOL_UNKNOWN)
982 Host_Error("CL_ParseServerInfo: Server is unrecognized protocol number (%i)", i);
985 // hack for unmarked Nehahra movie demos which had a custom protocol
986 if (protocol == PROTOCOL_QUAKEDP && cls.demoplayback && demo_nehahra.integer)
987 protocol = PROTOCOL_NEHAHRAMOVIE;
988 cls.protocol = protocol;
989 Con_DPrintf("Server protocol is %s\n", Protocol_NameForEnum(cls.protocol));
993 if (protocol == PROTOCOL_QUAKEWORLD)
995 cl.qw_servercount = MSG_ReadLong();
997 str = MSG_ReadString();
998 Con_Printf("server gamedir is %s\n", str);
1000 // FIXME: change gamedir if needed!
1001 if (strcasecmp(gamedirfile, str))
1003 Host_SaveConfig_f();
1007 Com_Gamedir(str); // change gamedir
1011 // exec the new config stuff
1015 cl.gametype = GAME_DEATHMATCH;
1018 // parse player number
1020 cl.qw_spectator = (i & 128) != 0;
1021 cl.playerentity = cl.viewentity = (i & 127) + 1;
1022 cl.scores = (scoreboard_t *)Mem_Alloc(cls.levelmempool, cl.maxclients*sizeof(*cl.scores));
1024 // get the full level name
1025 str = MSG_ReadString ();
1026 strlcpy (cl.levelname, str, sizeof(cl.levelname));
1029 cl.qw_movevars_gravity = MSG_ReadFloat();
1030 cl.qw_movevars_stopspeed = MSG_ReadFloat();
1031 cl.qw_movevars_maxspeed = MSG_ReadFloat();
1032 cl.qw_movevars_spectatormaxspeed = MSG_ReadFloat();
1033 cl.qw_movevars_accelerate = MSG_ReadFloat();
1034 cl.qw_movevars_airaccelerate = MSG_ReadFloat();
1035 cl.qw_movevars_wateraccelerate = MSG_ReadFloat();
1036 cl.qw_movevars_friction = MSG_ReadFloat();
1037 cl.qw_movevars_waterfriction = MSG_ReadFloat();
1038 cl.qw_movevars_entgravity = MSG_ReadFloat();
1040 // seperate the printfs so the server message can have a color
1041 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);
1043 // check memory integrity
1044 Mem_CheckSentinelsGlobal();
1048 MSG_WriteByte(&cls.netcon->message, qw_clc_stringcmd);
1049 MSG_WriteString(&cls.netcon->message, va("soundlist %i %i", cl.qw_servercount, 0));
1052 cls.state = ca_connected;
1055 // note: on QW protocol we can't set up the gameworld until after
1056 // downloads finish...
1057 // (we don't even know the name of the map yet)
1062 cl.maxclients = MSG_ReadByte ();
1063 if (cl.maxclients < 1 || cl.maxclients > MAX_SCOREBOARD)
1065 Host_Error("Bad maxclients (%u) from server", cl.maxclients);
1068 cl.scores = (scoreboard_t *)Mem_Alloc(cls.levelmempool, cl.maxclients*sizeof(*cl.scores));
1071 cl.gametype = MSG_ReadByte ();
1073 // parse signon message
1074 str = MSG_ReadString ();
1075 strlcpy (cl.levelname, str, sizeof(cl.levelname));
1077 // seperate the printfs so the server message can have a color
1078 if (cls.protocol != PROTOCOL_NEHAHRAMOVIE) // no messages when playing the Nehahra movie
1079 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);
1081 // check memory integrity
1082 Mem_CheckSentinelsGlobal();
1084 // parse model precache list
1085 for (nummodels=1 ; ; nummodels++)
1087 str = MSG_ReadString();
1090 if (nummodels==MAX_MODELS)
1091 Host_Error ("Server sent too many model precaches");
1092 if (strlen(str) >= MAX_QPATH)
1093 Host_Error ("Server sent a precache name of %i characters (max %i)", strlen(str), MAX_QPATH - 1);
1094 strlcpy (cl.model_name[nummodels], str, sizeof (cl.model_name[nummodels]));
1096 // parse sound precache list
1097 for (numsounds=1 ; ; numsounds++)
1099 str = MSG_ReadString();
1102 if (numsounds==MAX_SOUNDS)
1103 Host_Error("Server sent too many sound precaches");
1104 if (strlen(str) >= MAX_QPATH)
1105 Host_Error("Server sent a precache name of %i characters (max %i)", strlen(str), MAX_QPATH - 1);
1106 strlcpy (cl.sound_name[numsounds], str, sizeof (cl.sound_name[numsounds]));
1109 // touch all of the precached models that are still loaded so we can free
1110 // anything that isn't needed
1112 for (i = 1;i < nummodels;i++)
1113 Mod_FindName(cl.model_name[i]);
1114 // precache any models used by the client (this also marks them used)
1115 cl.model_bolt = Mod_ForName("progs/bolt.mdl", false, false, false);
1116 cl.model_bolt2 = Mod_ForName("progs/bolt2.mdl", false, false, false);
1117 cl.model_bolt3 = Mod_ForName("progs/bolt3.mdl", false, false, false);
1118 cl.model_beam = Mod_ForName("progs/beam.mdl", false, false, false);
1121 // do the same for sounds
1122 // FIXME: S_ServerSounds does not know about cl.sfx_ sounds
1123 S_ServerSounds (cl.sound_name, numsounds);
1125 // precache any sounds used by the client
1126 cl.sfx_wizhit = S_PrecacheSound(cl_sound_wizardhit.string, false, true);
1127 cl.sfx_knighthit = S_PrecacheSound(cl_sound_hknighthit.string, false, true);
1128 cl.sfx_tink1 = S_PrecacheSound(cl_sound_tink1.string, false, true);
1129 cl.sfx_ric1 = S_PrecacheSound(cl_sound_ric1.string, false, true);
1130 cl.sfx_ric2 = S_PrecacheSound(cl_sound_ric2.string, false, true);
1131 cl.sfx_ric3 = S_PrecacheSound(cl_sound_ric3.string, false, true);
1132 cl.sfx_r_exp3 = S_PrecacheSound(cl_sound_r_exp3.string, false, true);
1134 // now we try to load everything that is new
1137 CL_KeepaliveMessage ();
1138 cl.model_precache[1] = Mod_ForName(cl.model_name[1], false, false, true);
1139 if (cl.model_precache[1]->Draw == NULL)
1140 Con_Printf("Map %s not found\n", cl.model_name[1]);
1143 for (i=2 ; i<nummodels ; i++)
1145 CL_KeepaliveMessage();
1146 if ((cl.model_precache[i] = Mod_ForName(cl.model_name[i], false, false, false))->Draw == NULL)
1147 Con_Printf("Model %s not found\n", cl.model_name[i]);
1151 for (i=1 ; i<numsounds ; i++)
1153 CL_KeepaliveMessage();
1154 // Don't lock the sfx here, S_ServerSounds already did that
1155 cl.sound_precache[i] = S_PrecacheSound (cl.sound_name[i], true, false);
1158 // we now have the worldmodel so we can set up the game world
1159 cl.entities[0].render.model = cl.worldmodel = cl.model_precache[1];
1160 CL_BoundingBoxForEntity(&cl.entities[0].render);
1164 // check memory integrity
1165 Mem_CheckSentinelsGlobal();
1168 void CL_ValidateState(entity_state_t *s)
1175 if (s->modelindex >= MAX_MODELS && (65536-s->modelindex) >= MAX_MODELS)
1176 Host_Error("CL_ValidateState: modelindex (%i) >= MAX_MODELS (%i)\n", s->modelindex, MAX_MODELS);
1178 // colormap is client index + 1
1179 if ((!s->flags & RENDER_COLORMAPPED) && s->colormap > cl.maxclients)
1181 Con_DPrintf("CL_ValidateState: colormap (%i) > cl.maxclients (%i)\n", s->colormap, cl.maxclients);
1185 model = cl.model_precache[s->modelindex];
1186 if (model && model->type && s->frame >= model->numframes)
1188 Con_DPrintf("CL_ValidateState: no such frame %i in \"%s\" (which has %i frames)\n", s->frame, model->name, model->numframes);
1191 if (model && model->type && s->skin > 0 && s->skin >= model->numskins && !(s->lightpflags & PFLAGS_FULLDYNAMIC))
1193 Con_DPrintf("CL_ValidateState: no such skin %i in \"%s\" (which has %i skins)\n", s->skin, model->name, model->numskins);
1198 void CL_MoveLerpEntityStates(entity_t *ent)
1200 float odelta[3], adelta[3];
1201 CL_ValidateState(&ent->state_current);
1202 VectorSubtract(ent->state_current.origin, ent->persistent.neworigin, odelta);
1203 VectorSubtract(ent->state_current.angles, ent->persistent.newangles, adelta);
1204 if (!ent->state_previous.active || ent->state_previous.modelindex != ent->state_current.modelindex)
1206 // reset all persistent stuff if this is a new entity
1207 ent->persistent.lerpdeltatime = 0;
1208 ent->persistent.lerpstarttime = cl.mtime[1];
1209 VectorCopy(ent->state_current.origin, ent->persistent.oldorigin);
1210 VectorCopy(ent->state_current.angles, ent->persistent.oldangles);
1211 VectorCopy(ent->state_current.origin, ent->persistent.neworigin);
1212 VectorCopy(ent->state_current.angles, ent->persistent.newangles);
1213 // reset animation interpolation as well
1214 ent->render.frame = ent->render.frame1 = ent->render.frame2 = ent->state_current.frame;
1215 ent->render.frame1time = ent->render.frame2time = cl.time;
1216 ent->render.framelerp = 1;
1217 // reset various persistent stuff
1218 ent->persistent.muzzleflash = 0;
1219 VectorCopy(ent->state_current.origin, ent->persistent.trail_origin);
1221 else if (cls.timedemo || cl_nolerp.integer || DotProduct(odelta, odelta) > 1000*1000 || (cl.fixangle[0] && !cl.fixangle[1]))
1223 // don't interpolate the move
1224 // (the fixangle[] check detects teleports, but not constant fixangles
1225 // such as when spectating)
1226 ent->persistent.lerpdeltatime = 0;
1227 ent->persistent.lerpstarttime = cl.mtime[1];
1228 VectorCopy(ent->state_current.origin, ent->persistent.oldorigin);
1229 VectorCopy(ent->state_current.angles, ent->persistent.oldangles);
1230 VectorCopy(ent->state_current.origin, ent->persistent.neworigin);
1231 VectorCopy(ent->state_current.angles, ent->persistent.newangles);
1233 else if (ent->state_current.flags & RENDER_STEP)
1235 // monster interpolation
1236 if (DotProduct(odelta, odelta) + DotProduct(adelta, adelta) > 0.01)
1238 ent->persistent.lerpdeltatime = bound(0, cl.mtime[1] - ent->persistent.lerpstarttime, 0.1);
1239 ent->persistent.lerpstarttime = cl.mtime[1];
1240 VectorCopy(ent->persistent.neworigin, ent->persistent.oldorigin);
1241 VectorCopy(ent->persistent.newangles, ent->persistent.oldangles);
1242 VectorCopy(ent->state_current.origin, ent->persistent.neworigin);
1243 VectorCopy(ent->state_current.angles, ent->persistent.newangles);
1249 ent->persistent.lerpstarttime = ent->state_previous.time;
1250 // no lerp if it's singleplayer
1251 if (cl.islocalgame && !sv_fixedframeratesingleplayer.integer)
1252 ent->persistent.lerpdeltatime = 0;
1254 ent->persistent.lerpdeltatime = bound(0, ent->state_current.time - ent->state_previous.time, 0.1);
1255 VectorCopy(ent->persistent.neworigin, ent->persistent.oldorigin);
1256 VectorCopy(ent->persistent.newangles, ent->persistent.oldangles);
1257 VectorCopy(ent->state_current.origin, ent->persistent.neworigin);
1258 VectorCopy(ent->state_current.angles, ent->persistent.newangles);
1267 void CL_ParseBaseline (entity_t *ent, int large)
1271 ent->state_baseline = defaultstate;
1272 // FIXME: set ent->state_baseline.number?
1273 ent->state_baseline.active = true;
1276 ent->state_baseline.modelindex = (unsigned short) MSG_ReadShort ();
1277 ent->state_baseline.frame = (unsigned short) MSG_ReadShort ();
1281 ent->state_baseline.modelindex = MSG_ReadByte ();
1282 ent->state_baseline.frame = MSG_ReadByte ();
1284 ent->state_baseline.colormap = MSG_ReadByte();
1285 ent->state_baseline.skin = MSG_ReadByte();
1286 for (i = 0;i < 3;i++)
1288 ent->state_baseline.origin[i] = MSG_ReadCoord(cls.protocol);
1289 ent->state_baseline.angles[i] = MSG_ReadAngle(cls.protocol);
1291 CL_ValidateState(&ent->state_baseline);
1292 ent->state_previous = ent->state_current = ent->state_baseline;
1300 Server information pertaining to this client only
1303 void CL_ParseClientdata (void)
1307 VectorCopy (cl.mpunchangle[0], cl.mpunchangle[1]);
1308 VectorCopy (cl.mpunchvector[0], cl.mpunchvector[1]);
1309 VectorCopy (cl.mvelocity[0], cl.mvelocity[1]);
1310 cl.mviewzoom[1] = cl.mviewzoom[0];
1312 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)
1314 cl.stats[STAT_VIEWHEIGHT] = DEFAULT_VIEWHEIGHT;
1315 cl.stats[STAT_ITEMS] = 0;
1316 cl.stats[STAT_VIEWZOOM] = 255;
1319 cl.mpunchangle[0][0] = 0;
1320 cl.mpunchangle[0][1] = 0;
1321 cl.mpunchangle[0][2] = 0;
1322 cl.mpunchvector[0][0] = 0;
1323 cl.mpunchvector[0][1] = 0;
1324 cl.mpunchvector[0][2] = 0;
1325 cl.mvelocity[0][0] = 0;
1326 cl.mvelocity[0][1] = 0;
1327 cl.mvelocity[0][2] = 0;
1328 cl.mviewzoom[0] = 1;
1330 bits = (unsigned short) MSG_ReadShort ();
1331 if (bits & SU_EXTEND1)
1332 bits |= (MSG_ReadByte() << 16);
1333 if (bits & SU_EXTEND2)
1334 bits |= (MSG_ReadByte() << 24);
1336 if (bits & SU_VIEWHEIGHT)
1337 cl.stats[STAT_VIEWHEIGHT] = MSG_ReadChar ();
1339 if (bits & SU_IDEALPITCH)
1340 cl.idealpitch = MSG_ReadChar ();
1342 for (i = 0;i < 3;i++)
1344 if (bits & (SU_PUNCH1<<i) )
1346 if (cls.protocol == PROTOCOL_QUAKE || cls.protocol == PROTOCOL_QUAKEDP || cls.protocol == PROTOCOL_NEHAHRAMOVIE)
1347 cl.mpunchangle[0][i] = MSG_ReadChar();
1349 cl.mpunchangle[0][i] = MSG_ReadAngle16i();
1351 if (bits & (SU_PUNCHVEC1<<i))
1353 if (cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3 || cls.protocol == PROTOCOL_DARKPLACES4)
1354 cl.mpunchvector[0][i] = MSG_ReadCoord16i();
1356 cl.mpunchvector[0][i] = MSG_ReadCoord32f();
1358 if (bits & (SU_VELOCITY1<<i) )
1360 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)
1361 cl.mvelocity[0][i] = MSG_ReadChar()*16;
1363 cl.mvelocity[0][i] = MSG_ReadCoord32f();
1367 // LordHavoc: hipnotic demos don't have this bit set but should
1368 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)
1369 cl.stats[STAT_ITEMS] = MSG_ReadLong ();
1371 cl.onground = (bits & SU_ONGROUND) != 0;
1372 csqc_onground = cl.onground; //[515]: cause without this csqc will receive not right value on svc_print =/
1373 cl.inwater = (bits & SU_INWATER) != 0;
1375 if (cls.protocol == PROTOCOL_DARKPLACES5)
1377 cl.stats[STAT_WEAPONFRAME] = (bits & SU_WEAPONFRAME) ? MSG_ReadShort() : 0;
1378 cl.stats[STAT_ARMOR] = (bits & SU_ARMOR) ? MSG_ReadShort() : 0;
1379 cl.stats[STAT_WEAPON] = (bits & SU_WEAPON) ? MSG_ReadShort() : 0;
1380 cl.stats[STAT_HEALTH] = MSG_ReadShort();
1381 cl.stats[STAT_AMMO] = MSG_ReadShort();
1382 cl.stats[STAT_SHELLS] = MSG_ReadShort();
1383 cl.stats[STAT_NAILS] = MSG_ReadShort();
1384 cl.stats[STAT_ROCKETS] = MSG_ReadShort();
1385 cl.stats[STAT_CELLS] = MSG_ReadShort();
1386 cl.stats[STAT_ACTIVEWEAPON] = (unsigned short) MSG_ReadShort ();
1388 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)
1390 cl.stats[STAT_WEAPONFRAME] = (bits & SU_WEAPONFRAME) ? MSG_ReadByte() : 0;
1391 cl.stats[STAT_ARMOR] = (bits & SU_ARMOR) ? MSG_ReadByte() : 0;
1392 cl.stats[STAT_WEAPON] = (bits & SU_WEAPON) ? MSG_ReadByte() : 0;
1393 cl.stats[STAT_HEALTH] = MSG_ReadShort();
1394 cl.stats[STAT_AMMO] = MSG_ReadByte();
1395 cl.stats[STAT_SHELLS] = MSG_ReadByte();
1396 cl.stats[STAT_NAILS] = MSG_ReadByte();
1397 cl.stats[STAT_ROCKETS] = MSG_ReadByte();
1398 cl.stats[STAT_CELLS] = MSG_ReadByte();
1399 if (gamemode == GAME_HIPNOTIC || gamemode == GAME_ROGUE || gamemode == GAME_NEXUIZ)
1400 cl.stats[STAT_ACTIVEWEAPON] = (1<<MSG_ReadByte ());
1402 cl.stats[STAT_ACTIVEWEAPON] = MSG_ReadByte ();
1405 if (bits & SU_VIEWZOOM)
1407 if (cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3 || cls.protocol == PROTOCOL_DARKPLACES4)
1408 cl.stats[STAT_VIEWZOOM] = MSG_ReadByte();
1410 cl.stats[STAT_VIEWZOOM] = (unsigned short) MSG_ReadShort();
1413 // viewzoom interpolation
1414 cl.mviewzoom[0] = (float) max(cl.stats[STAT_VIEWZOOM], 2) * (1.0f / 255.0f);
1418 =====================
1420 =====================
1422 void CL_ParseStatic (int large)
1426 if (cl.num_static_entities >= cl.max_static_entities)
1427 Host_Error ("Too many static entities");
1428 ent = &cl.static_entities[cl.num_static_entities++];
1429 CL_ParseBaseline (ent, large);
1431 // copy it to the current state
1432 ent->render.model = cl.model_precache[ent->state_baseline.modelindex];
1433 ent->render.frame = ent->render.frame1 = ent->render.frame2 = ent->state_baseline.frame;
1434 ent->render.framelerp = 0;
1435 // make torchs play out of sync
1436 ent->render.frame1time = ent->render.frame2time = lhrandom(-10, -1);
1437 ent->render.colormap = -1; // no special coloring
1438 ent->render.skinnum = ent->state_baseline.skin;
1439 ent->render.effects = ent->state_baseline.effects;
1440 ent->render.alpha = 1;
1441 //ent->render.scale = 1;
1443 //VectorCopy (ent->state_baseline.origin, ent->render.origin);
1444 //VectorCopy (ent->state_baseline.angles, ent->render.angles);
1446 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);
1447 Matrix4x4_Invert_Simple(&ent->render.inversematrix, &ent->render.matrix);
1448 CL_BoundingBoxForEntity(&ent->render);
1450 // This is definitely cheating...
1451 if (ent->render.model == NULL)
1452 cl.num_static_entities--;
1460 void CL_ParseStaticSound (int large)
1463 int sound_num, vol, atten;
1465 MSG_ReadVector(org, cls.protocol);
1467 sound_num = (unsigned short) MSG_ReadShort ();
1469 sound_num = MSG_ReadByte ();
1470 vol = MSG_ReadByte ();
1471 atten = MSG_ReadByte ();
1473 S_StaticSound (cl.sound_precache[sound_num], org, vol/255.0f, atten);
1476 void CL_ParseEffect (void)
1479 int modelindex, startframe, framecount, framerate;
1481 MSG_ReadVector(org, cls.protocol);
1482 modelindex = MSG_ReadByte ();
1483 startframe = MSG_ReadByte ();
1484 framecount = MSG_ReadByte ();
1485 framerate = MSG_ReadByte ();
1487 CL_Effect(org, modelindex, startframe, framecount, framerate);
1490 void CL_ParseEffect2 (void)
1493 int modelindex, startframe, framecount, framerate;
1495 MSG_ReadVector(org, cls.protocol);
1496 modelindex = (unsigned short) MSG_ReadShort ();
1497 startframe = (unsigned short) MSG_ReadShort ();
1498 framecount = MSG_ReadByte ();
1499 framerate = MSG_ReadByte ();
1501 CL_Effect(org, modelindex, startframe, framecount, framerate);
1504 void CL_NewBeam (int ent, vec3_t start, vec3_t end, model_t *m, int lightning)
1509 if (ent >= MAX_EDICTS)
1511 Con_Printf("CL_NewBeam: invalid entity number %i\n", ent);
1515 if (ent >= cl.max_entities)
1516 CL_ExpandEntities(ent);
1518 // override any beam with the same entity
1521 for (i = 0, b = cl.beams;i < cl.max_beams;i++, b++)
1522 if (b->entity == ent)
1524 // if the entity was not found then just replace an unused beam
1525 if (i == cl.max_beams)
1526 for (i = 0, b = cl.beams;i < cl.max_beams;i++, b++)
1529 if (i < cl.max_beams)
1531 cl.num_beams = max(cl.num_beams, i + 1);
1533 b->lightning = lightning;
1535 b->endtime = cl.mtime[0] + 0.2;
1536 VectorCopy (start, b->start);
1537 VectorCopy (end, b->end);
1540 Con_Print("beam list overflow!\n");
1543 void CL_ParseBeam (model_t *m, int lightning)
1548 ent = (unsigned short) MSG_ReadShort ();
1549 MSG_ReadVector(start, cls.protocol);
1550 MSG_ReadVector(end, cls.protocol);
1552 if (ent >= MAX_EDICTS)
1554 Con_Printf("CL_ParseBeam: invalid entity number %i\n", ent);
1558 CL_NewBeam(ent, start, end, m, lightning);
1561 void CL_ParseTempEntity(void)
1569 int colorStart, colorLength, count;
1570 float velspeed, radius;
1571 unsigned char *tempcolor;
1572 matrix4x4_t tempmatrix;
1574 if (cls.protocol == PROTOCOL_QUAKEWORLD)
1576 type = MSG_ReadByte();
1579 case QW_TE_WIZSPIKE:
1580 // spike hitting wall
1581 MSG_ReadVector(pos, cls.protocol);
1582 CL_FindNonSolidLocation(pos, pos, 4);
1583 CL_ParticleEffect(EFFECT_TE_WIZSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1584 S_StartSound(-1, 0, cl.sfx_wizhit, pos, 1, 1);
1587 case QW_TE_KNIGHTSPIKE:
1588 // spike hitting wall
1589 MSG_ReadVector(pos, cls.protocol);
1590 CL_FindNonSolidLocation(pos, pos, 4);
1591 CL_ParticleEffect(EFFECT_TE_KNIGHTSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1592 S_StartSound(-1, 0, cl.sfx_knighthit, pos, 1, 1);
1596 // spike hitting wall
1597 MSG_ReadVector(pos, cls.protocol);
1598 CL_FindNonSolidLocation(pos, pos, 4);
1599 CL_ParticleEffect(EFFECT_TE_SPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1601 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
1606 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
1608 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
1610 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
1613 case QW_TE_SUPERSPIKE:
1614 // super spike hitting wall
1615 MSG_ReadVector(pos, cls.protocol);
1616 CL_FindNonSolidLocation(pos, pos, 4);
1617 CL_ParticleEffect(EFFECT_TE_SUPERSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1619 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
1624 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
1626 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
1628 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
1632 case QW_TE_EXPLOSION:
1634 MSG_ReadVector(pos, cls.protocol);
1635 CL_FindNonSolidLocation(pos, pos, 10);
1636 CL_ParticleEffect(EFFECT_TE_EXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1637 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
1638 CL_Effect(pos, cl.qw_modelindex_s_explod, 0, 6, 10);
1641 case QW_TE_TAREXPLOSION:
1642 // tarbaby explosion
1643 MSG_ReadVector(pos, cls.protocol);
1644 CL_FindNonSolidLocation(pos, pos, 10);
1645 CL_ParticleEffect(EFFECT_TE_TAREXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1646 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
1649 case QW_TE_LIGHTNING1:
1651 CL_ParseBeam(cl.model_bolt, true);
1654 case QW_TE_LIGHTNING2:
1656 CL_ParseBeam(cl.model_bolt2, true);
1659 case QW_TE_LIGHTNING3:
1661 CL_ParseBeam(cl.model_bolt3, false);
1664 case QW_TE_LAVASPLASH:
1665 MSG_ReadVector(pos, cls.protocol);
1666 CL_ParticleEffect(EFFECT_TE_LAVASPLASH, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1669 case QW_TE_TELEPORT:
1670 MSG_ReadVector(pos, cls.protocol);
1671 CL_ParticleEffect(EFFECT_TE_TELEPORT, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1675 // bullet hitting wall
1676 radius = MSG_ReadByte();
1677 MSG_ReadVector(pos, cls.protocol);
1678 CL_FindNonSolidLocation(pos, pos, 4);
1679 VectorSet(pos2, pos[0] + radius, pos[1] + radius, pos[2] + radius);
1680 VectorSet(pos, pos[0] - radius, pos[1] - radius, pos[2] - radius);
1681 CL_ParticleEffect(EFFECT_TE_GUNSHOT, radius, pos, pos2, vec3_origin, vec3_origin, NULL, 0);
1685 count = MSG_ReadByte();
1686 MSG_ReadVector(pos, cls.protocol);
1687 CL_FindNonSolidLocation(pos, pos, 4);
1688 CL_ParticleEffect(EFFECT_TE_BLOOD, count, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1691 case QW_TE_LIGHTNINGBLOOD:
1692 MSG_ReadVector(pos, cls.protocol);
1693 CL_FindNonSolidLocation(pos, pos, 4);
1694 CL_ParticleEffect(EFFECT_TE_BLOOD, 2.5, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1698 Host_Error("CL_ParseTempEntity: bad type %d (hex %02X)", type, type);
1703 type = MSG_ReadByte();
1707 // spike hitting wall
1708 MSG_ReadVector(pos, cls.protocol);
1709 CL_FindNonSolidLocation(pos, pos, 4);
1710 CL_ParticleEffect(EFFECT_TE_WIZSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1711 S_StartSound(-1, 0, cl.sfx_wizhit, pos, 1, 1);
1714 case TE_KNIGHTSPIKE:
1715 // spike hitting wall
1716 MSG_ReadVector(pos, cls.protocol);
1717 CL_FindNonSolidLocation(pos, pos, 4);
1718 CL_ParticleEffect(EFFECT_TE_KNIGHTSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1719 S_StartSound(-1, 0, cl.sfx_knighthit, pos, 1, 1);
1723 // spike hitting wall
1724 MSG_ReadVector(pos, cls.protocol);
1725 CL_FindNonSolidLocation(pos, pos, 4);
1726 CL_ParticleEffect(EFFECT_TE_SPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1728 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
1733 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
1735 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
1737 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
1741 // quad spike hitting wall
1742 MSG_ReadVector(pos, cls.protocol);
1743 CL_FindNonSolidLocation(pos, pos, 4);
1744 CL_ParticleEffect(EFFECT_TE_SPIKEQUAD, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1746 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
1751 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
1753 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
1755 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
1759 // super spike hitting wall
1760 MSG_ReadVector(pos, cls.protocol);
1761 CL_FindNonSolidLocation(pos, pos, 4);
1762 CL_ParticleEffect(EFFECT_TE_SUPERSPIKE, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1764 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
1769 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
1771 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
1773 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
1776 case TE_SUPERSPIKEQUAD:
1777 // quad super spike hitting wall
1778 MSG_ReadVector(pos, cls.protocol);
1779 CL_FindNonSolidLocation(pos, pos, 4);
1780 CL_ParticleEffect(EFFECT_TE_SUPERSPIKEQUAD, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1782 S_StartSound(-1, 0, cl.sfx_tink1, pos, 1, 1);
1787 S_StartSound(-1, 0, cl.sfx_ric1, pos, 1, 1);
1789 S_StartSound(-1, 0, cl.sfx_ric2, pos, 1, 1);
1791 S_StartSound(-1, 0, cl.sfx_ric3, pos, 1, 1);
1794 // LordHavoc: added for improved blood splatters
1797 MSG_ReadVector(pos, cls.protocol);
1798 CL_FindNonSolidLocation(pos, pos, 4);
1799 dir[0] = MSG_ReadChar();
1800 dir[1] = MSG_ReadChar();
1801 dir[2] = MSG_ReadChar();
1802 count = MSG_ReadByte();
1803 CL_ParticleEffect(EFFECT_TE_BLOOD, count, pos, pos, dir, dir, NULL, 0);
1807 MSG_ReadVector(pos, cls.protocol);
1808 CL_FindNonSolidLocation(pos, pos, 4);
1809 dir[0] = MSG_ReadChar();
1810 dir[1] = MSG_ReadChar();
1811 dir[2] = MSG_ReadChar();
1812 count = MSG_ReadByte();
1813 CL_ParticleEffect(EFFECT_TE_SPARK, count, pos, pos, dir, dir, NULL, 0);
1816 MSG_ReadVector(pos, cls.protocol);
1817 CL_FindNonSolidLocation(pos, pos, 4);
1818 CL_ParticleEffect(EFFECT_TE_PLASMABURN, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1820 // LordHavoc: added for improved gore
1821 case TE_BLOODSHOWER:
1823 MSG_ReadVector(pos, cls.protocol); // mins
1824 MSG_ReadVector(pos2, cls.protocol); // maxs
1825 velspeed = MSG_ReadCoord(cls.protocol); // speed
1826 count = (unsigned short) MSG_ReadShort(); // number of particles
1827 vel1[0] = -velspeed;
1828 vel1[1] = -velspeed;
1829 vel1[2] = -velspeed;
1833 CL_ParticleEffect(EFFECT_TE_BLOOD, count, pos, pos2, vel1, vel2, NULL, 0);
1836 case TE_PARTICLECUBE:
1837 // general purpose particle effect
1838 MSG_ReadVector(pos, cls.protocol); // mins
1839 MSG_ReadVector(pos2, cls.protocol); // maxs
1840 MSG_ReadVector(dir, cls.protocol); // dir
1841 count = (unsigned short) MSG_ReadShort(); // number of particles
1842 colorStart = MSG_ReadByte(); // color
1843 colorLength = MSG_ReadByte(); // gravity (1 or 0)
1844 velspeed = MSG_ReadCoord(cls.protocol); // randomvel
1845 CL_ParticleCube(pos, pos2, dir, count, colorStart, colorLength != 0, velspeed);
1848 case TE_PARTICLERAIN:
1849 // general purpose particle effect
1850 MSG_ReadVector(pos, cls.protocol); // mins
1851 MSG_ReadVector(pos2, cls.protocol); // maxs
1852 MSG_ReadVector(dir, cls.protocol); // dir
1853 count = (unsigned short) MSG_ReadShort(); // number of particles
1854 colorStart = MSG_ReadByte(); // color
1855 CL_ParticleRain(pos, pos2, dir, count, colorStart, 0);
1858 case TE_PARTICLESNOW:
1859 // general purpose particle effect
1860 MSG_ReadVector(pos, cls.protocol); // mins
1861 MSG_ReadVector(pos2, cls.protocol); // maxs
1862 MSG_ReadVector(dir, cls.protocol); // dir
1863 count = (unsigned short) MSG_ReadShort(); // number of particles
1864 colorStart = MSG_ReadByte(); // color
1865 CL_ParticleRain(pos, pos2, dir, count, colorStart, 1);
1869 // bullet hitting wall
1870 MSG_ReadVector(pos, cls.protocol);
1871 CL_FindNonSolidLocation(pos, pos, 4);
1872 CL_ParticleEffect(EFFECT_TE_GUNSHOT, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1875 case TE_GUNSHOTQUAD:
1876 // quad bullet hitting wall
1877 MSG_ReadVector(pos, cls.protocol);
1878 CL_FindNonSolidLocation(pos, pos, 4);
1879 CL_ParticleEffect(EFFECT_TE_GUNSHOTQUAD, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1884 MSG_ReadVector(pos, cls.protocol);
1885 CL_FindNonSolidLocation(pos, pos, 10);
1886 CL_ParticleEffect(EFFECT_TE_EXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1887 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
1890 case TE_EXPLOSIONQUAD:
1891 // quad rocket explosion
1892 MSG_ReadVector(pos, cls.protocol);
1893 CL_FindNonSolidLocation(pos, pos, 10);
1894 CL_ParticleEffect(EFFECT_TE_EXPLOSIONQUAD, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1895 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
1899 // Nehahra movie colored lighting explosion
1900 MSG_ReadVector(pos, cls.protocol);
1901 CL_FindNonSolidLocation(pos, pos, 10);
1902 color[0] = MSG_ReadCoord(cls.protocol) * (2.0f / 1.0f);
1903 color[1] = MSG_ReadCoord(cls.protocol) * (2.0f / 1.0f);
1904 color[2] = MSG_ReadCoord(cls.protocol) * (2.0f / 1.0f);
1905 CL_ParticleExplosion(pos);
1906 Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]);
1907 CL_AllocDlight(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);
1908 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
1911 case TE_EXPLOSIONRGB:
1912 // colored lighting explosion
1913 MSG_ReadVector(pos, cls.protocol);
1914 CL_FindNonSolidLocation(pos, pos, 10);
1915 CL_ParticleExplosion(pos);
1916 color[0] = MSG_ReadByte() * (2.0f / 255.0f);
1917 color[1] = MSG_ReadByte() * (2.0f / 255.0f);
1918 color[2] = MSG_ReadByte() * (2.0f / 255.0f);
1919 Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]);
1920 CL_AllocDlight(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);
1921 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
1924 case TE_TAREXPLOSION:
1925 // tarbaby explosion
1926 MSG_ReadVector(pos, cls.protocol);
1927 CL_FindNonSolidLocation(pos, pos, 10);
1928 CL_ParticleEffect(EFFECT_TE_TAREXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1929 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
1933 MSG_ReadVector(pos, cls.protocol);
1934 CL_FindNonSolidLocation(pos, pos, 10);
1935 CL_ParticleEffect(EFFECT_TE_SMALLFLASH, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1938 case TE_CUSTOMFLASH:
1939 MSG_ReadVector(pos, cls.protocol);
1940 CL_FindNonSolidLocation(pos, pos, 4);
1941 radius = (MSG_ReadByte() + 1) * 8;
1942 velspeed = (MSG_ReadByte() + 1) * (1.0 / 256.0);
1943 color[0] = MSG_ReadByte() * (2.0f / 255.0f);
1944 color[1] = MSG_ReadByte() * (2.0f / 255.0f);
1945 color[2] = MSG_ReadByte() * (2.0f / 255.0f);
1946 Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]);
1947 CL_AllocDlight(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);
1951 MSG_ReadVector(pos, cls.protocol);
1952 MSG_ReadVector(dir, cls.protocol);
1953 count = MSG_ReadByte();
1954 CL_ParticleEffect(EFFECT_TE_FLAMEJET, count, pos, pos, dir, dir, NULL, 0);
1959 CL_ParseBeam(cl.model_bolt, true);
1964 CL_ParseBeam(cl.model_bolt2, true);
1969 CL_ParseBeam(cl.model_bolt3, false);
1974 // grappling hook beam
1975 CL_ParseBeam(cl.model_beam, false);
1979 // LordHavoc: for compatibility with the Nehahra movie...
1980 case TE_LIGHTNING4NEH:
1981 CL_ParseBeam(Mod_ForName(MSG_ReadString(), true, false, false), false);
1985 MSG_ReadVector(pos, cls.protocol);
1986 CL_ParticleEffect(EFFECT_TE_LAVASPLASH, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1990 MSG_ReadVector(pos, cls.protocol);
1991 CL_ParticleEffect(EFFECT_TE_TELEPORT, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
1995 // color mapped explosion
1996 MSG_ReadVector(pos, cls.protocol);
1997 CL_FindNonSolidLocation(pos, pos, 10);
1998 colorStart = MSG_ReadByte();
1999 colorLength = MSG_ReadByte();
2000 CL_ParticleExplosion2(pos, colorStart, colorLength);
2001 tempcolor = (unsigned char *)&palette_complete[(rand()%colorLength) + colorStart];
2002 color[0] = tempcolor[0] * (2.0f / 255.0f);
2003 color[1] = tempcolor[1] * (2.0f / 255.0f);
2004 color[2] = tempcolor[2] * (2.0f / 255.0f);
2005 Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]);
2006 CL_AllocDlight(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);
2007 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2011 MSG_ReadVector(pos, cls.protocol);
2012 MSG_ReadVector(pos2, cls.protocol);
2013 MSG_ReadVector(dir, cls.protocol);
2014 CL_ParticleEffect(EFFECT_TE_TEI_G3, 1, pos, pos2, dir, dir, NULL, 0);
2018 MSG_ReadVector(pos, cls.protocol);
2019 MSG_ReadVector(dir, cls.protocol);
2020 count = MSG_ReadByte();
2021 CL_FindNonSolidLocation(pos, pos, 4);
2022 CL_ParticleEffect(EFFECT_TE_TEI_SMOKE, count, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2025 case TE_TEI_BIGEXPLOSION:
2026 MSG_ReadVector(pos, cls.protocol);
2027 CL_FindNonSolidLocation(pos, pos, 10);
2028 CL_ParticleEffect(EFFECT_TE_TEI_BIGEXPLOSION, 1, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2029 S_StartSound(-1, 0, cl.sfx_r_exp3, pos, 1, 1);
2032 case TE_TEI_PLASMAHIT:
2033 MSG_ReadVector(pos, cls.protocol);
2034 MSG_ReadVector(dir, cls.protocol);
2035 count = MSG_ReadByte();
2036 CL_FindNonSolidLocation(pos, pos, 5);
2037 CL_ParticleEffect(EFFECT_TE_TEI_PLASMAHIT, count, pos, pos, vec3_origin, vec3_origin, NULL, 0);
2041 Host_Error("CL_ParseTempEntity: bad type %d (hex %02X)", type, type);
2046 // look for anything interesting like player IP addresses or ping reports
2047 qboolean CL_ExaminePrintString(const char *text)
2050 if (!strcmp(text, "Client ping times:\n"))
2052 cl.parsingtextmode = CL_PARSETEXTMODE_PING;
2053 cl.parsingtextplayerindex = 0;
2054 return !cl.parsingtextexpectingpingforscores;
2056 if (!strncmp(text, "host: ", 9))
2058 cl.parsingtextexpectingpingforscores = false;
2059 cl.parsingtextmode = CL_PARSETEXTMODE_STATUS;
2060 cl.parsingtextplayerindex = 0;
2063 if (cl.parsingtextmode == CL_PARSETEXTMODE_PING)
2065 // if anything goes wrong, we'll assume this is not a ping report
2066 qboolean expected = cl.parsingtextexpectingpingforscores;
2067 cl.parsingtextexpectingpingforscores = false;
2068 cl.parsingtextmode = CL_PARSETEXTMODE_NONE;
2072 if (*t >= '0' && *t <= '9')
2075 while (*t >= '0' && *t <= '9')
2081 for (charindex = 0;cl.scores[cl.parsingtextplayerindex].name[charindex] == t[charindex];charindex++)
2083 if (cl.scores[cl.parsingtextplayerindex].name[charindex] == 0 && t[charindex] == '\n')
2085 cl.scores[cl.parsingtextplayerindex].qw_ping = bound(0, ping, 9999);
2086 for (cl.parsingtextplayerindex++;cl.parsingtextplayerindex < cl.maxclients && !cl.scores[cl.parsingtextplayerindex].name[0];cl.parsingtextplayerindex++)
2088 if (cl.parsingtextplayerindex < cl.maxclients)
2090 // we parsed a valid ping entry, so expect another to follow
2091 cl.parsingtextmode = CL_PARSETEXTMODE_PING;
2092 cl.parsingtextexpectingpingforscores = expected;
2099 if (cl.parsingtextmode == CL_PARSETEXTMODE_STATUS)
2101 if (!strncmp(text, "players: ", 9))
2103 cl.parsingtextmode = CL_PARSETEXTMODE_STATUS_PLAYERID;
2104 cl.parsingtextplayerindex = 0;
2107 else if (!strstr(text, ": "))
2109 cl.parsingtextmode = CL_PARSETEXTMODE_NONE; // status report ended
2113 if (cl.parsingtextmode == CL_PARSETEXTMODE_STATUS_PLAYERID)
2115 // if anything goes wrong, we'll assume this is not a status report
2116 cl.parsingtextmode = CL_PARSETEXTMODE_NONE;
2117 if (text[0] == '#' && text[1] >= '0' && text[1] <= '9')
2120 cl.parsingtextplayerindex = atoi(t);
2121 while (*t >= '0' && *t <= '9')
2125 cl.parsingtextmode = CL_PARSETEXTMODE_STATUS_PLAYERIP;
2130 if (cl.parsingtextmode == CL_PARSETEXTMODE_STATUS_PLAYERIP)
2132 // if anything goes wrong, we'll assume this is not a status report
2133 cl.parsingtextmode = CL_PARSETEXTMODE_NONE;
2139 // botclient is perfectly valid, but we don't care about bots
2140 if (strcmp(t, "botclient\n"))
2142 lhnetaddress_t address;
2143 LHNETADDRESS_FromString(&address, t, 0);
2144 // TODO: log the IP address and player name?
2146 cl.parsingtextmode = CL_PARSETEXTMODE_STATUS_PLAYERID;
2153 #define SHOWNET(x) if(cl_shownet.integer==2)Con_Printf("%3i:%s\n", msg_readcount-1, x);
2156 void CL_VM_Init (void);
2157 qboolean CL_VM_Parse_TempEntity (void);
2158 void CL_VM_Parse_StuffCmd (const char *msg);
2159 void CL_VM_Parse_CenterPrint (const char *msg);
2160 void CSQC_AddPrintText (const char *msg);
2161 void CSQC_ReadEntities (void);
2164 =====================
2165 CL_ParseServerMessage
2166 =====================
2168 int parsingerror = false;
2169 void CL_ParseServerMessage(void)
2173 protocolversion_t protocol;
2174 unsigned char cmdlog[32];
2175 char *cmdlogname[32], *temp;
2176 int cmdindex, cmdcount = 0;
2178 if (cls.demorecording)
2179 CL_WriteDemoMessage ();
2181 cl.last_received_message = realtime;
2184 // if recording demos, copy the message out
2186 if (cl_shownet.integer == 1)
2187 Con_Printf("%f %i\n", realtime, net_message.cursize);
2188 else if (cl_shownet.integer == 2)
2189 Con_Print("------------------\n");
2192 // parse the message
2194 //MSG_BeginReading ();
2196 parsingerror = true;
2198 if (cls.protocol == PROTOCOL_QUAKEWORLD)
2200 cl.mtime[1] = cl.mtime[0];
2201 cl.mtime[0] = realtime; // qw has no clock
2202 cl.movement_needupdate = true;
2203 // if true the cl.viewangles are interpolated from cl.mviewangles[]
2204 // during this frame
2205 // (makes spectating players much smoother and prevents mouse movement from turning)
2206 cl.fixangle[1] = cl.fixangle[0];
2207 cl.fixangle[0] = false;
2208 if (!cls.demoplayback)
2209 VectorCopy(cl.mviewangles[0], cl.mviewangles[1]);
2211 // slightly kill qw player entities each frame
2212 for (i = 1;i < cl.maxclients;i++)
2213 cl.entities_active[i] = false;
2215 // kill all qw nails
2216 cl.qw_num_nails = 0;
2218 // fade weapon view kick
2219 cl.qw_weaponkick = min(cl.qw_weaponkick + 10 * (cl.time - cl.oldtime), 0);
2224 Host_Error ("CL_ParseServerMessage: Bad QW server message");
2226 cmd = MSG_ReadByte ();
2230 SHOWNET("END OF MESSAGE");
2231 break; // end of message
2234 cmdindex = cmdcount & 31;
2236 cmdlog[cmdindex] = cmd;
2238 SHOWNET(qw_svc_strings[cmd]);
2239 cmdlogname[cmdindex] = qw_svc_strings[cmd];
2240 if (!cmdlogname[cmdindex])
2242 // 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)
2244 cmdlogname[cmdindex] = temp;
2252 char description[32*64], temp[64];
2254 strlcpy(description, "packet dump: ", sizeof(description));
2258 count = cmdcount - i;
2262 dpsnprintf(temp, sizeof(temp), "%3i:%s ", cmdlog[i], cmdlogname[i]);
2263 strlcat(description, temp, sizeof(description));
2268 description[strlen(description)-1] = '\n'; // replace the last space with a newline
2269 Con_Print(description);
2270 Host_Error("CL_ParseServerMessage: Illegible server message");
2275 //Con_Printf("qw_svc_nop\n");
2278 case qw_svc_disconnect:
2279 Con_Printf("Server disconnected\n");
2280 if (cls.demonum != -1)
2288 temp = MSG_ReadString();
2289 if (CL_ExaminePrintString(temp)) // look for anything interesting like player IP addresses or ping reports
2292 CSQC_AddPrintText(va("\1%s", temp)); //[515]: csqc
2294 CSQC_AddPrintText(temp);
2298 case qw_svc_centerprint:
2299 CL_VM_Parse_CenterPrint(MSG_ReadString ()); //[515]: csqc
2302 case qw_svc_stufftext:
2303 CL_VM_Parse_StuffCmd(MSG_ReadString ()); //[515]: csqc
2307 // svc_damage protocol is identical to nq
2311 case qw_svc_serverdata:
2312 //Cbuf_Execute(); // make sure any stuffed commands are done
2313 CL_ParseServerInfo();
2314 CL_VM_Init(); //[515]: init csqc
2317 case qw_svc_setangle:
2318 for (i=0 ; i<3 ; i++)
2319 cl.viewangles[i] = MSG_ReadAngle (cls.protocol);
2320 if (!cls.demoplayback)
2322 cl.fixangle[0] = true;
2323 VectorCopy(cl.viewangles, cl.mviewangles[0]);
2324 // disable interpolation if this is new
2325 if (!cl.fixangle[1])
2326 VectorCopy(cl.viewangles, cl.mviewangles[1]);
2330 case qw_svc_lightstyle:
2331 i = MSG_ReadByte ();
2332 if (i >= cl.max_lightstyle)
2334 Con_Printf ("svc_lightstyle >= MAX_LIGHTSTYLES");
2337 strlcpy (cl.lightstyle[i].map, MSG_ReadString(), sizeof (cl.lightstyle[i].map));
2338 cl.lightstyle[i].map[MAX_STYLESTRING - 1] = 0;
2339 cl.lightstyle[i].length = (int)strlen(cl.lightstyle[i].map);
2343 CL_ParseStartSoundPacket(false);
2346 case qw_svc_stopsound:
2347 i = (unsigned short) MSG_ReadShort();
2348 S_StopSound(i>>3, i&7);
2351 case qw_svc_updatefrags:
2353 if (i >= cl.maxclients)
2354 Host_Error("CL_ParseServerMessage: svc_updatefrags >= cl.maxclients");
2355 cl.scores[i].frags = (signed short) MSG_ReadShort();
2358 case qw_svc_updateping:
2360 if (i >= cl.maxclients)
2361 Host_Error("CL_ParseServerMessage: svc_updateping >= cl.maxclients");
2362 cl.scores[i].qw_ping = MSG_ReadShort();
2365 case qw_svc_updatepl:
2367 if (i >= cl.maxclients)
2368 Host_Error("CL_ParseServerMessage: svc_updatepl >= cl.maxclients");
2369 cl.scores[i].qw_packetloss = MSG_ReadByte();
2372 case qw_svc_updateentertime:
2374 if (i >= cl.maxclients)
2375 Host_Error("CL_ParseServerMessage: svc_updateentertime >= cl.maxclients");
2377 cl.scores[i].qw_entertime = cl.time - MSG_ReadFloat();
2380 case qw_svc_spawnbaseline:
2381 i = (unsigned short) MSG_ReadShort();
2382 if (i < 0 || i >= MAX_EDICTS)
2383 Host_Error ("CL_ParseServerMessage: svc_spawnbaseline: invalid entity number %i", i);
2384 if (i >= cl.max_entities)
2385 CL_ExpandEntities(i);
2386 CL_ParseBaseline(cl.entities + i, false);
2388 case qw_svc_spawnstatic:
2389 CL_ParseStatic(false);
2391 case qw_svc_temp_entity:
2392 if(!CL_VM_Parse_TempEntity())
2393 CL_ParseTempEntity ();
2396 case qw_svc_killedmonster:
2397 cl.stats[STAT_MONSTERS]++;
2400 case qw_svc_foundsecret:
2401 cl.stats[STAT_SECRETS]++;
2404 case qw_svc_updatestat:
2405 i = MSG_ReadByte ();
2406 if (i < 0 || i >= MAX_CL_STATS)
2407 Host_Error ("svc_updatestat: %i is invalid", i);
2408 cl.stats[i] = MSG_ReadByte ();
2411 case qw_svc_updatestatlong:
2412 i = MSG_ReadByte ();
2413 if (i < 0 || i >= MAX_CL_STATS)
2414 Host_Error ("svc_updatestatlong: %i is invalid", i);
2415 cl.stats[i] = MSG_ReadLong ();
2418 case qw_svc_spawnstaticsound:
2419 CL_ParseStaticSound (false);
2422 case qw_svc_cdtrack:
2423 cl.cdtrack = cl.looptrack = MSG_ReadByte ();
2424 if ( (cls.demoplayback || cls.demorecording) && (cls.forcetrack != -1) )
2425 CDAudio_Play ((unsigned char)cls.forcetrack, true);
2427 CDAudio_Play ((unsigned char)cl.cdtrack, true);
2430 case qw_svc_intermission:
2431 cl.intermission = 1;
2432 cl.completed_time = cl.time;
2433 MSG_ReadVector(cl.qw_intermission_origin, cls.protocol);
2434 for (i = 0;i < 3;i++)
2435 cl.qw_intermission_angles[i] = MSG_ReadAngle(cls.protocol);
2439 cl.intermission = 2;
2440 cl.completed_time = cl.time;
2441 SCR_CenterPrint(MSG_ReadString ());
2444 case qw_svc_sellscreen:
2445 Cmd_ExecuteString ("help", src_command);
2448 case qw_svc_smallkick:
2449 cl.qw_weaponkick = -2;
2451 case qw_svc_bigkick:
2452 cl.qw_weaponkick = -4;
2455 case qw_svc_muzzleflash:
2456 i = (unsigned short) MSG_ReadShort();
2457 // NOTE: in QW this only worked on clients
2458 if (i < 0 || i >= MAX_EDICTS)
2459 Host_Error("CL_ParseServerMessage: svc_spawnbaseline: invalid entity number %i", i);
2460 if (i >= cl.max_entities)
2461 CL_ExpandEntities(i);
2462 cl.entities[i].persistent.muzzleflash = 1.0f;
2465 case qw_svc_updateuserinfo:
2466 QW_CL_UpdateUserInfo();
2469 case qw_svc_setinfo:
2473 case qw_svc_serverinfo:
2477 case qw_svc_download:
2478 QW_CL_ParseDownload();
2481 case qw_svc_playerinfo:
2482 EntityStateQW_ReadPlayerUpdate();
2489 case qw_svc_chokecount:
2491 // FIXME: apply to netgraph
2492 //for (j = 0;j < i;j++)
2493 // cl.frames[(cls.netcon->qw.incoming_acknowledged-1-j)&QW_UPDATE_MASK].receivedtime = -2;
2496 case qw_svc_modellist:
2497 QW_CL_ParseModelList();
2500 case qw_svc_soundlist:
2501 QW_CL_ParseSoundList();
2504 case qw_svc_packetentities:
2505 EntityFrameQW_CL_ReadFrame(false);
2506 // first update is the final signon stage
2507 if (cls.signon == SIGNONS - 1)
2508 cls.signon = SIGNONS;
2511 case qw_svc_deltapacketentities:
2512 EntityFrameQW_CL_ReadFrame(true);
2513 // first update is the final signon stage
2514 if (cls.signon == SIGNONS - 1)
2515 cls.signon = SIGNONS;
2518 case qw_svc_maxspeed:
2519 cl.qw_movevars_maxspeed = MSG_ReadFloat();
2522 case qw_svc_entgravity:
2523 cl.qw_movevars_entgravity = MSG_ReadFloat();
2526 case qw_svc_setpause:
2527 cl.paused = MSG_ReadByte ();
2532 S_PauseGameSounds (cl.paused);
2537 // fully kill the still slightly dead qw player entities each frame
2538 for (i = 1;i < cl.maxclients;i++)
2539 if (!cl.entities_active[i])
2540 cl.entities[i].state_current.active = false;
2547 Host_Error ("CL_ParseServerMessage: Bad server message");
2549 cmd = MSG_ReadByte ();
2553 SHOWNET("END OF MESSAGE");
2554 break; // end of message
2557 cmdindex = cmdcount & 31;
2559 cmdlog[cmdindex] = cmd;
2561 // if the high bit of the command byte is set, it is a fast update
2564 // 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)
2566 cmdlogname[cmdindex] = temp;
2567 SHOWNET("fast update");
2568 if (cls.signon == SIGNONS - 1)
2570 // first update is the final signon stage
2571 cls.signon = SIGNONS;
2574 EntityFrameQuake_ReadEntity (cmd&127);
2578 SHOWNET(svc_strings[cmd]);
2579 cmdlogname[cmdindex] = svc_strings[cmd];
2580 if (!cmdlogname[cmdindex])
2582 // 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)
2584 cmdlogname[cmdindex] = temp;
2592 char description[32*64], temp[64];
2594 strlcpy (description, "packet dump: ", sizeof(description));
2598 count = cmdcount - i;
2602 dpsnprintf (temp, sizeof (temp), "%3i:%s ", cmdlog[i], cmdlogname[i]);
2603 strlcat (description, temp, sizeof (description));
2608 description[strlen(description)-1] = '\n'; // replace the last space with a newline
2609 Con_Print(description);
2610 Host_Error ("CL_ParseServerMessage: Illegible server message");
2615 if (cls.signon < SIGNONS)
2616 Con_Print("<-- server to client keepalive\n");
2620 cl.mtime[1] = cl.mtime[0];
2621 cl.mtime[0] = MSG_ReadFloat ();
2622 cl.movement_needupdate = true;
2623 // if true the cl.viewangles are interpolated from cl.mviewangles[]
2624 // during this frame
2625 // (makes spectating players much smoother and prevents mouse movement from turning)
2626 cl.fixangle[1] = cl.fixangle[0];
2627 cl.fixangle[0] = false;
2628 if (!cls.demoplayback)
2629 VectorCopy(cl.mviewangles[0], cl.mviewangles[1]);
2632 case svc_clientdata:
2633 CL_ParseClientdata();
2637 i = MSG_ReadLong ();
2638 protocol = Protocol_EnumForNumber(i);
2639 if (protocol == PROTOCOL_UNKNOWN)
2640 Host_Error("CL_ParseServerMessage: Server is unrecognized protocol number (%i)", i);
2641 // hack for unmarked Nehahra movie demos which had a custom protocol
2642 if (protocol == PROTOCOL_QUAKEDP && cls.demoplayback && demo_nehahra.integer)
2643 protocol = PROTOCOL_NEHAHRAMOVIE;
2644 cls.protocol = protocol;
2647 case svc_disconnect:
2648 Con_Printf ("Server disconnected\n");
2649 if (cls.demonum != -1)
2656 temp = MSG_ReadString();
2657 if (CL_ExaminePrintString(temp)) // look for anything interesting like player IP addresses or ping reports
2658 CSQC_AddPrintText(temp); //[515]: csqc
2661 case svc_centerprint:
2662 CL_VM_Parse_CenterPrint(MSG_ReadString ()); //[515]: csqc
2666 CL_VM_Parse_StuffCmd(MSG_ReadString ()); //[515]: csqc
2673 case svc_serverinfo:
2674 CL_ParseServerInfo ();
2675 CL_VM_Init(); //[515]: init csqc
2679 for (i=0 ; i<3 ; i++)
2680 cl.viewangles[i] = MSG_ReadAngle (cls.protocol);
2681 if (!cls.demoplayback)
2683 cl.fixangle[0] = true;
2684 VectorCopy(cl.viewangles, cl.mviewangles[0]);
2685 // disable interpolation if this is new
2686 if (!cl.fixangle[1])
2687 VectorCopy(cl.viewangles, cl.mviewangles[1]);
2692 cl.viewentity = (unsigned short)MSG_ReadShort ();
2693 if (cl.viewentity >= MAX_EDICTS)
2694 Host_Error("svc_setview >= MAX_EDICTS");
2695 if (cl.viewentity >= cl.max_entities)
2696 CL_ExpandEntities(cl.viewentity);
2697 // LordHavoc: assume first setview recieved is the real player entity
2698 if (!cl.playerentity)
2699 cl.playerentity = cl.viewentity;
2702 case svc_lightstyle:
2703 i = MSG_ReadByte ();
2704 if (i >= cl.max_lightstyle)
2706 Con_Printf ("svc_lightstyle >= MAX_LIGHTSTYLES");
2709 strlcpy (cl.lightstyle[i].map, MSG_ReadString(), sizeof (cl.lightstyle[i].map));
2710 cl.lightstyle[i].map[MAX_STYLESTRING - 1] = 0;
2711 cl.lightstyle[i].length = (int)strlen(cl.lightstyle[i].map);
2715 CL_ParseStartSoundPacket(false);
2719 if (cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3)
2721 // was svc_sound2 in protocols 1, 2, 3, removed in 4, 5, changed to svc_precache in 6
2722 CL_ParseStartSoundPacket(true);
2726 int i = (unsigned short)MSG_ReadShort();
2727 char *s = MSG_ReadString();
2730 if (i >= 1 && i < MAX_MODELS)
2732 model_t *model = Mod_ForName(s, false, false, i == 1);
2734 Con_Printf("svc_precache: Mod_ForName(\"%s\") failed\n", s);
2735 cl.model_precache[i] = model;
2738 Con_Printf("svc_precache: index %i outside range %i...%i\n", i, 1, MAX_MODELS);
2743 if (i >= 1 && i < MAX_SOUNDS)
2745 sfx_t *sfx = S_PrecacheSound (s, true, false);
2746 if (!sfx && snd_initialized.integer)
2747 Con_Printf("svc_precache: S_PrecacheSound(\"%s\") failed\n", s);
2748 cl.sound_precache[i] = sfx;
2751 Con_Printf("svc_precache: index %i outside range %i...%i\n", i, 1, MAX_SOUNDS);
2757 i = (unsigned short) MSG_ReadShort();
2758 S_StopSound(i>>3, i&7);
2761 case svc_updatename:
2762 i = MSG_ReadByte ();
2763 if (i >= cl.maxclients)
2764 Host_Error ("CL_ParseServerMessage: svc_updatename >= cl.maxclients");
2765 strlcpy (cl.scores[i].name, MSG_ReadString (), sizeof (cl.scores[i].name));
2768 case svc_updatefrags:
2769 i = MSG_ReadByte ();
2770 if (i >= cl.maxclients)
2771 Host_Error ("CL_ParseServerMessage: svc_updatefrags >= cl.maxclients");
2772 cl.scores[i].frags = (signed short) MSG_ReadShort ();
2775 case svc_updatecolors:
2776 i = MSG_ReadByte ();
2777 if (i >= cl.maxclients)
2778 Host_Error ("CL_ParseServerMessage: svc_updatecolors >= cl.maxclients");
2779 cl.scores[i].colors = MSG_ReadByte ();
2783 CL_ParseParticleEffect ();
2794 case svc_spawnbaseline:
2795 i = (unsigned short) MSG_ReadShort ();
2796 if (i < 0 || i >= MAX_EDICTS)
2797 Host_Error ("CL_ParseServerMessage: svc_spawnbaseline: invalid entity number %i", i);
2798 if (i >= cl.max_entities)
2799 CL_ExpandEntities(i);
2800 CL_ParseBaseline (cl.entities + i, false);
2802 case svc_spawnbaseline2:
2803 i = (unsigned short) MSG_ReadShort ();
2804 if (i < 0 || i >= MAX_EDICTS)
2805 Host_Error ("CL_ParseServerMessage: svc_spawnbaseline2: invalid entity number %i", i);
2806 if (i >= cl.max_entities)
2807 CL_ExpandEntities(i);
2808 CL_ParseBaseline (cl.entities + i, true);
2810 case svc_spawnstatic:
2811 CL_ParseStatic (false);
2813 case svc_spawnstatic2:
2814 CL_ParseStatic (true);
2816 case svc_temp_entity:
2817 if(!CL_VM_Parse_TempEntity())
2818 CL_ParseTempEntity ();
2822 cl.paused = MSG_ReadByte ();
2827 S_PauseGameSounds (cl.paused);
2831 i = MSG_ReadByte ();
2832 // LordHavoc: it's rude to kick off the client if they missed the
2833 // reconnect somehow, so allow signon 1 even if at signon 1
2834 if (i <= cls.signon && i != 1)
2835 Host_Error ("Received signon %i when at %i", i, cls.signon);
2840 case svc_killedmonster:
2841 cl.stats[STAT_MONSTERS]++;
2844 case svc_foundsecret:
2845 cl.stats[STAT_SECRETS]++;
2848 case svc_updatestat:
2849 i = MSG_ReadByte ();
2850 if (i < 0 || i >= MAX_CL_STATS)
2851 Host_Error ("svc_updatestat: %i is invalid", i);
2852 cl.stats[i] = MSG_ReadLong ();
2855 case svc_updatestatubyte:
2856 i = MSG_ReadByte ();
2857 if (i < 0 || i >= MAX_CL_STATS)
2858 Host_Error ("svc_updatestat: %i is invalid", i);
2859 cl.stats[i] = MSG_ReadByte ();
2862 case svc_spawnstaticsound:
2863 CL_ParseStaticSound (false);
2866 case svc_spawnstaticsound2:
2867 CL_ParseStaticSound (true);
2871 cl.cdtrack = MSG_ReadByte ();
2872 cl.looptrack = MSG_ReadByte ();
2873 if ( (cls.demoplayback || cls.demorecording) && (cls.forcetrack != -1) )
2874 CDAudio_Play ((unsigned char)cls.forcetrack, true);
2876 CDAudio_Play ((unsigned char)cl.cdtrack, true);
2879 case svc_intermission:
2880 cl.intermission = 1;
2881 cl.completed_time = cl.time;
2885 cl.intermission = 2;
2886 cl.completed_time = cl.time;
2887 SCR_CenterPrint(MSG_ReadString ());
2891 cl.intermission = 3;
2892 cl.completed_time = cl.time;
2893 SCR_CenterPrint(MSG_ReadString ());
2896 case svc_sellscreen:
2897 Cmd_ExecuteString ("help", src_command);
2900 if (gamemode == GAME_TENEBRAE)
2902 // repeating particle effect
2903 MSG_ReadCoord(cls.protocol);
2904 MSG_ReadCoord(cls.protocol);
2905 MSG_ReadCoord(cls.protocol);
2906 MSG_ReadCoord(cls.protocol);
2907 MSG_ReadCoord(cls.protocol);
2908 MSG_ReadCoord(cls.protocol);
2915 SHOWLMP_decodehide();
2918 if (gamemode == GAME_TENEBRAE)
2921 MSG_ReadCoord(cls.protocol);
2922 MSG_ReadCoord(cls.protocol);
2923 MSG_ReadCoord(cls.protocol);
2928 SHOWLMP_decodeshow();
2931 R_SetSkyBox(MSG_ReadString());
2934 if (cls.signon == SIGNONS - 1)
2936 // first update is the final signon stage
2937 cls.signon = SIGNONS;
2940 if (cls.protocol == PROTOCOL_DARKPLACES1 || cls.protocol == PROTOCOL_DARKPLACES2 || cls.protocol == PROTOCOL_DARKPLACES3)
2941 EntityFrame_CL_ReadFrame();
2942 else if (cls.protocol == PROTOCOL_DARKPLACES4)
2943 EntityFrame4_CL_ReadFrame();
2945 EntityFrame5_CL_ReadFrame();
2947 case svc_csqcentities:
2948 CSQC_ReadEntities();
2954 CL_UpdateItemsAndWeapon();
2956 EntityFrameQuake_ISeeDeadEntities();
2958 parsingerror = false;
2961 void CL_Parse_DumpPacket(void)
2965 Con_Print("Packet dump:\n");
2966 SZ_HexDumpToConsole(&net_message);
2967 parsingerror = false;
2970 void CL_Parse_ErrorCleanUp(void)
2972 if (cls.qw_downloadmemory)
2974 Mem_Free(cls.qw_downloadmemory);
2975 cls.qw_downloadmemory = NULL;
2977 cls.qw_downloadpercent = 0;
2981 void CL_Parse_Init(void)
2983 // LordHavoc: added demo_nehahra cvar
2984 Cvar_RegisterVariable (&demo_nehahra);
2985 if (gamemode == GAME_NEHAHRA)
2986 Cvar_SetValue("demo_nehahra", 1);
2987 Cvar_RegisterVariable(&developer_networkentities);
2989 Cvar_RegisterVariable(&cl_sound_wizardhit);
2990 Cvar_RegisterVariable(&cl_sound_hknighthit);
2991 Cvar_RegisterVariable(&cl_sound_tink1);
2992 Cvar_RegisterVariable(&cl_sound_ric1);
2993 Cvar_RegisterVariable(&cl_sound_ric2);
2994 Cvar_RegisterVariable(&cl_sound_ric3);
2995 Cvar_RegisterVariable(&cl_sound_r_exp3);
2997 Cmd_AddCommand("nextul", QW_CL_NextUpload, "sends next fragment of current upload buffer (screenshot for example)");
2998 Cmd_AddCommand("stopul", QW_CL_StopUpload, "aborts current upload (screenshot for example)");
2999 Cmd_AddCommand("skins", QW_CL_Skins_f, "downloads missing qw skins from server");
3000 Cmd_AddCommand("changing", QW_CL_Changing_f, "sent by qw servers to tell client to wait for level change");
3003 void CL_Parse_Shutdown(void)