]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/g_world.qc
just in case... bound(0, x, -1) is BAD
[divverent/nexuiz.git] / data / qcsrc / server / g_world.qc
1 string GetMapname();
2 void GotoNextMap();
3
4 void SetDefaultAlpha()
5 {
6         if(cvar("g_cloaked"))
7         {
8                 default_player_alpha = cvar("g_balance_cloaked_alpha");
9         }
10         else
11         {
12                 default_player_alpha = cvar("g_player_alpha");
13                 if(default_player_alpha <= 0)
14                         default_player_alpha = 1;
15         }
16 }
17
18 void fteqcc_testbugs()
19 {
20         float a, b;
21
22         if(!cvar("developer_fteqccbugs"))
23                 return;
24
25         dprint("*** fteqcc test: checking for bugs...\n");
26
27         a = 1;
28         b = 5;
29         if(sqrt(a) - sqrt(b - a) == 0)
30                 dprint("*** fteqcc test: found same-function-twice bug\n");
31         else
32                 dprint("*** fteqcc test: same-function-twice bug got FINALLY FIXED! HOORAY!\n");
33
34         world.frags = -10;
35         world.enemy = world;
36         world.enemy.frags += 10;
37         if(world.frags > 0.2 || world.frags < -0.2) // don't error out if it's just roundoff errors
38                 dprint("*** fteqcc test: found += bug\n");
39         else
40                 dprint("*** fteqcc test: += bug got FINALLY FIXED! HOORAY!\n");
41         world.frags = 0;
42 }
43
44 void GotoFirstMap()
45 {
46         if(cvar("_sv_init"))
47         {
48                 cvar_set("_sv_init", "0");
49                 tokenize(cvar_string("g_maplist"));
50                 if(argv(0) != GetMapname())
51                 {
52                         cvar_set("nextmap", argv(0));
53                         GotoNextMap();
54                 }
55         }
56 }
57
58 void worldspawn (void)
59 {
60
61         // Precache all player models
62         // Workaround for "invisible players"
63         precache_model("models/player/carni.zym");
64         precache_model("models/player/crash.zym");
65         precache_model("models/player/grunt.zym");
66         precache_model("models/player/headhunter.zym");
67         precache_model("models/player/insurrectionist.zym");
68         precache_model("models/player/jeandarc.zym");
69         precache_model("models/player/lurk.zym");
70         precache_model("models/player/lycanthrope.zym");
71         precache_model("models/player/marine.zym");
72         precache_model("models/player/nexus.zym");
73         precache_model("models/player/pyria.zym");
74         precache_model("models/player/shock.zym");
75         precache_model("models/player/skadi.zym");
76         precache_model("models/player/specop.zym");
77         precache_model("models/player/visitant.zym");
78
79         //precache_model ("progs/beam.mdl");
80         precache_model ("models/bullet.mdl");
81         precache_model ("models/casing_bronze.mdl");
82         precache_model ("models/casing_shell.mdl");
83         precache_model ("models/casing_steel.mdl");
84         precache_model ("models/ebomb.mdl");
85         precache_model ("models/elaser.mdl");
86         precache_model ("models/flash.md3");
87         precache_model ("models/gibs/bloodyskull.md3");
88         precache_model ("models/gibs/chunk.mdl");
89         precache_model ("models/gibs/eye.md3");
90         precache_model ("models/gibs/gib1.md3");
91         //precache_model ("models/gibs/gib2.md3");
92         //precache_model ("models/gibs/gib3.md3");
93         //precache_model ("models/gibs/gib4.md3");
94         precache_model ("models/gibs/gib5.md3");
95         //precache_model ("models/gibs/gib6.md3");
96         precache_model ("models/gibs/gib1.mdl");
97         precache_model ("models/gibs/gib2.mdl");
98         precache_model ("models/gibs/gib3.mdl");
99         precache_model ("models/grenademodel.md3");
100         precache_model ("models/hagarmissile.mdl");
101         precache_model ("models/items/a_bullets.mdl");
102         precache_model ("models/items/a_cells.md3");
103         precache_model ("models/items/a_rockets.md3");
104         precache_model ("models/items/a_shells.md3");
105         precache_model ("models/items/g_a1.md3");
106         precache_model ("models/items/g_a25.md3");
107         precache_model ("models/items/g_h1.md3");
108         precache_model ("models/items/g_h25.md3");
109         precache_model ("models/items/g_h100.md3");
110         precache_model ("models/items/g_invincible.md3");
111         precache_model ("models/items/g_strength.md3");
112         precache_model ("models/laser.mdl");
113         precache_model ("models/misc/chatbubble.spr");
114         precache_model ("models/misc/teambubble.spr");
115         precache_model ("models/nexflash.md3");
116         precache_model ("models/plasma.mdl");
117         precache_model ("models/plasmatrail.mdl");
118         precache_model ("models/rocket.md3");
119         //precache_model ("models/sprites/grenexpl.spr");
120         precache_model ("models/runematch/rune.mdl");
121         precache_model ("models/runematch/curse.mdl");
122         //precache_model ("models/sprites/hagar.spr");
123         //precache_model ("models/sprites/muzzleflash.spr32");
124         //precache_model ("models/sprites/electrocombo.spr32");
125         //precache_model ("models/sprites/plasmahitwall.spr32");
126         //precache_model ("models/sprites/plasmashot.spr32");
127         //precache_model ("models/sprites/rockexpl.spr");
128         precache_model ("models/tracer.mdl");
129         precache_model ("models/uziflash.md3");
130         precache_model ("models/weapons/g_crylink.md3");
131         precache_model ("models/weapons/g_electro.md3");
132         precache_model ("models/weapons/g_gl.md3");
133         precache_model ("models/weapons/g_hagar.md3");
134         precache_model ("models/weapons/g_nex.md3");
135         precache_model ("models/weapons/g_rl.md3");
136         precache_model ("models/weapons/g_shotgun.md3");
137         precache_model ("models/weapons/g_uzi.md3");
138         precache_model ("models/weapons/v_crylink.md3");
139         precache_model ("models/weapons/v_electro.md3");
140         precache_model ("models/weapons/v_gl.md3");
141         precache_model ("models/weapons/v_hagar.md3");
142         precache_model ("models/weapons/v_laser.md3");
143         precache_model ("models/weapons/v_nex.md3");
144         precache_model ("models/weapons/v_rl.md3");
145         precache_model ("models/weapons/v_shotgun.md3");
146         precache_model ("models/weapons/v_uzi.md3");
147         precache_model ("models/weapons/w_crylink.zym");
148         precache_model ("models/weapons/w_electro.zym");
149         precache_model ("models/weapons/w_gl.zym");
150         precache_model ("models/weapons/w_hagar.zym");
151         precache_model ("models/weapons/w_laser.zym");
152         precache_model ("models/weapons/w_nex.zym");
153         precache_model ("models/weapons/w_rl.zym");
154         precache_model ("models/weapons/w_shotgun.zym");
155         precache_model ("models/weapons/w_uzi.zym");
156
157         // laser for laser-guided weapons
158         precache_model ("models/laser_dot.mdl");
159
160         precache_sound ("misc/null.wav");
161         precache_sound ("misc/armor1.wav");
162         precache_sound ("misc/armor25.wav");
163         precache_sound ("misc/armorimpact.wav");
164         precache_sound ("misc/bodyimpact1.wav");
165         precache_sound ("misc/bodyimpact2.wav");
166         precache_sound ("misc/gib.wav");
167         precache_sound ("misc/gib_splat01.wav");
168         precache_sound ("misc/gib_splat02.wav");
169         precache_sound ("misc/gib_splat03.wav");
170         precache_sound ("misc/gib_splat04.wav");
171         //precache_sound ("misc/h2ohit.wav");
172         precache_sound ("misc/hit.wav");
173         precache_sound ("misc/footstep01.wav");
174         precache_sound ("misc/footstep02.wav");
175         precache_sound ("misc/footstep03.wav");
176         precache_sound ("misc/footstep04.wav");
177         precache_sound ("misc/footstep05.wav");
178         precache_sound ("misc/footstep06.wav");
179         precache_sound ("misc/hitground1.ogg");
180         precache_sound ("misc/hitground2.ogg");
181         precache_sound ("misc/hitground3.ogg");
182         precache_sound ("misc/hitground4.ogg");
183         precache_sound ("misc/itempickup.ogg");
184         precache_sound ("misc/itemrespawn.ogg");
185         precache_sound ("misc/jumppad.ogg");
186         precache_sound ("misc/mediumhealth.ogg");
187         precache_sound ("misc/megahealth.ogg");
188         precache_sound ("misc/minihealth.ogg");
189         precache_sound ("misc/powerup.ogg");
190         precache_sound ("misc/powerup_shield.ogg");
191         precache_sound ("misc/talk.wav");
192         precache_sound ("misc/teleport.ogg");
193         precache_sound ("plats/medplat1.wav");
194         precache_sound ("plats/medplat2.wav");
195         precache_sound ("player/lava.wav");
196         precache_sound ("player/slime.wav");
197         precache_sound ("weapons/crylink_fire.ogg");
198         precache_sound ("weapons/electro_bounce.ogg");
199         precache_sound ("weapons/electro_fire.ogg");
200         precache_sound ("weapons/electro_fire2.ogg");
201         precache_sound ("weapons/electro_fly.wav");
202         precache_sound ("weapons/electro_impact.ogg");
203         precache_sound ("weapons/electro_impact_combo.ogg");
204         //precache_sound ("weapons/grenade_bounce.ogg");
205         precache_sound ("weapons/grenade_bounce1.ogg");
206         precache_sound ("weapons/grenade_bounce2.ogg");
207         precache_sound ("weapons/grenade_bounce3.ogg");
208         precache_sound ("weapons/grenade_fire.ogg");
209         precache_sound ("weapons/grenade_impact.ogg");
210         precache_sound ("weapons/hagar_fire.ogg");
211         precache_sound ("weapons/hagexp1.ogg");
212         precache_sound ("weapons/hagexp2.ogg");
213         precache_sound ("weapons/hagexp3.ogg");
214         precache_sound ("weapons/hook_fire.ogg");
215         precache_sound ("weapons/hook_impact.ogg");
216         precache_sound ("weapons/lasergun_fire.ogg");
217         precache_sound ("weapons/laserimpact.ogg");
218         precache_sound ("weapons/nexfire.ogg");
219         precache_sound ("weapons/neximpact.ogg");
220         precache_sound ("weapons/ric1.ogg");
221         precache_sound ("weapons/ric2.ogg");
222         precache_sound ("weapons/ric3.ogg");
223         precache_sound ("weapons/rocket_fire.ogg");
224         precache_sound ("weapons/rocket_fly.wav");
225         precache_sound ("weapons/rocket_impact.ogg");
226         precache_sound ("weapons/rocket_det.ogg");
227         precache_sound ("weapons/shotgun_fire.ogg");
228         precache_sound ("weapons/tink1.ogg");
229         precache_sound ("weapons/uzi_fire.ogg");
230         precache_sound ("weapons/weapon_switch.ogg");
231         precache_sound ("weapons/weaponpickup.ogg");
232         precache_sound ("weapons/strength_fire.ogg");
233
234         //precache_sound ("announce/male/kill10.ogg");
235         //precache_sound ("announce/male/kill15.ogg");
236         //precache_sound ("announce/male/kill20.ogg");
237         //precache_sound ("announce/male/kill25.ogg");
238         //precache_sound ("announce/male/kill3.ogg");
239         //precache_sound ("announce/male/kill30.ogg");
240         //precache_sound ("announce/male/kill4.ogg");
241         //precache_sound ("announce/male/kill5.ogg");
242         //precache_sound ("announce/male/kill6.ogg");
243         //precache_sound ("announce/male/mapkill1.ogg");
244         //precache_sound ("announce/robotic/last_second_save.ogg");
245         //precache_sound ("announce/robotic/narrowly_averted.ogg");
246         //precache_sound ("minstagib/mockery.ogg");
247
248         // announcer sounds - male
249         precache_sound ("announcer/male/03kills.ogg");
250         precache_sound ("announcer/male/05kills.ogg");
251         precache_sound ("announcer/male/10kills.ogg");
252         precache_sound ("announcer/male/15kills.ogg");
253         precache_sound ("announcer/male/20kills.ogg");
254         precache_sound ("announcer/male/25kills.ogg");
255         precache_sound ("announcer/male/30kills.ogg");
256         precache_sound ("announcer/male/botlike.ogg");
257         precache_sound ("announcer/male/electrobitch.ogg");
258         precache_sound ("announcer/male/welcome.ogg");
259         precache_sound ("announcer/male/yoda.ogg");
260
261         // announcer sounds - robotic
262         precache_sound ("announcer/robotic/1fragleft.ogg");
263         precache_sound ("announcer/robotic/1minuteremains.ogg");
264         precache_sound ("announcer/robotic/2fragsleft.ogg");
265         precache_sound ("announcer/robotic/3fragsleft.ogg");
266         precache_sound ("announcer/robotic/lastsecond.ogg");
267         precache_sound ("announcer/robotic/narrowly.ogg");
268
269         // plays music for the level if there is any
270         if (self.noise)
271         {
272                 precache_sound (self.noise);
273                 ambientsound ('0 0 0', self.noise, 1.00, ATTN_NONE);
274         }
275
276                 // 0 normal
277         lightstyle(0, "m");
278
279         // 1 FLICKER (first variety)
280         lightstyle(1, "mmnmmommommnonmmonqnmmo");
281
282         // 2 SLOW STRONG PULSE
283         lightstyle(2, "abcdefghijklmnopqrstuvwxyzyxwvutsrqponmlkjihgfedcba");
284
285         // 3 CANDLE (first variety)
286         lightstyle(3, "mmmmmaaaaammmmmaaaaaabcdefgabcdefg");
287
288         // 4 FAST STROBE
289         lightstyle(4, "mamamamamama");
290
291         // 5 GENTLE PULSE 1
292         lightstyle(5,"jklmnopqrstuvwxyzyxwvutsrqponmlkj");
293
294         // 6 FLICKER (second variety)
295         lightstyle(6, "nmonqnmomnmomomno");
296
297         // 7 CANDLE (second variety)
298         lightstyle(7, "mmmaaaabcdefgmmmmaaaammmaamm");
299
300         // 8 CANDLE (third variety)
301         lightstyle(8, "mmmaaammmaaammmabcdefaaaammmmabcdefmmmaaaa");
302
303         // 9 SLOW STROBE (fourth variety)
304         lightstyle(9, "aaaaaaaazzzzzzzz");
305
306         // 10 FLUORESCENT FLICKER
307         lightstyle(10, "mmamammmmammamamaaamammma");
308
309         // 11 SLOW PULSE NOT FADE TO BLACK
310         lightstyle(11, "abcdefghijklmnopqrrqponmlkjihgfedcba");
311
312         // styles 32-62 are assigned by the light program for switchable lights
313
314         // 63 testing
315         lightstyle(63, "a");
316
317         player_count = 0;
318         lms_dead_count = 0;
319         lms_lowest_lives = 0;
320         lms_next_place = 0;
321
322         GotoFirstMap();
323
324         if(cvar("g_campaign"))
325                 CampaignPreInit();
326
327         InitGameplayMode();
328         //if (cvar("g_domination"))
329         //      dom_init();
330
331         local entity head;
332         head = nextent(world);
333         maxclients = 0;
334         while(head)
335         {
336                 maxclients++;
337                 head = nextent(head);
338         }
339
340         GameLogInit(); // prepare everything
341         if(cvar("sv_eventlog"))
342         {
343                 local string s;
344                 GameLogEcho(":logversion:2", FALSE);
345                 s = strcat(cvar_string("sv_eventlog_files_counter"), ".");
346                 s = strcat(s, ftos(random()));
347                 GameLogEcho(strcat(":gamestart:", GetMapname(), ":", s), FALSE);
348                 s = ":gameinfo:mutators:LIST";
349                 if(cvar("g_grappling_hook"))
350                         s = strcat(s, ":grappling_hook");
351                 if(!cvar("g_use_ammunition"))
352                         s = strcat(s, ":no_use_ammunition");
353                 if(!cvar("g_pickup_items"))
354                         s = strcat(s, ":no_pickup_items");
355                 if(cvar("g_instagib"))
356                         s = strcat(s, ":instagib");
357                 if(cvar("g_rocketarena"))
358                         s = strcat(s, ":rockerarena");
359                 if(cvar("g_nixnex"))
360                         s = strcat(s, ":nixnex");
361                 if(cvar("g_vampire"))
362                         s = strcat(s, ":vampire");
363                 if(cvar("g_laserguided_missile"))
364                         s = strcat(s, ":laserguided_missile");
365                 if(cvar("g_norecoil"))
366                         s = strcat(s, ":norecoil");
367                 if(cvar("g_midair"))
368                         s = strcat(s, ":midair");
369                 if(cvar("g_minstagib"))
370                         s = strcat(s, ":minstagib");
371                 GameLogEcho(s, FALSE);
372                 GameLogEcho(":gameinfo:end", FALSE);
373         }
374
375         cvar_set("nextmap", "");
376
377         SetDefaultAlpha();
378
379         if(cvar("g_campaign"))
380                 CampaignPostInit();
381
382         fteqcc_testbugs();
383 }
384
385 void light (void)
386 {
387         makestatic (self);
388 }
389
390 float( string pFilename ) TryFile =
391 {
392         local float lHandle;
393         dprint("TryFile(\"", pFilename, "\")\n");
394         lHandle = fopen( pFilename, FILE_READ );
395         if( lHandle != -1 ) {
396                 fclose( lHandle );
397                 return TRUE;
398         } else {
399                 return FALSE;
400         }
401 };
402
403 string GetMapname()
404 {
405         if (game == GAME_DEATHMATCH)
406                 return strcat("dm_", mapname);
407         else if (game == GAME_TEAM_DEATHMATCH)
408                 return strcat("tdm_", mapname);
409         else if (game == GAME_DOMINATION)
410                 return strcat("dom_", mapname);
411         else if (game == GAME_CTF)
412                 return strcat("ctf_", mapname);
413         else if (game == GAME_RUNEMATCH)
414                 return strcat("rune_", mapname);
415         else if (game == GAME_LMS)
416                 return strcat("lms_", mapname);
417         return strcat("dm_", mapname);
418 }
419
420 float GetMaplistPosition()
421 {
422         float pos, f;
423         string map, s;
424
425         map = strzone(GetMapname());
426         pos = 0;
427         f = tokenize(cvar_string("g_maplist"));
428
429         while(pos < f)
430         {
431                 s = strzone(argv(pos));
432                 if(s == map)
433                 {
434                         strunzone(s);
435                         strunzone(map);
436                         return pos;
437                 }
438                 strunzone(s);
439                 pos++;
440         }
441
442         strunzone(map);
443         // resume normal maplist rotation if current map is not in g_maplist
444         return cvar("g_maplist_index");
445 }
446
447 float MapHasRightSize(string map)
448 {
449         // open map size restriction file
450         float fh;
451         dprint("opensize "); dprint(map);
452         fh = fopen(strcat("maps/", map, ".sizes"), FILE_READ);
453         if(fh >= 0)
454         {
455                 float mapmin, mapmax;
456                 dprint(": ok, ");
457                 mapmin = stof(fgets(fh));
458                 mapmax = stof(fgets(fh));
459                 fclose(fh);
460                 if(player_count < mapmin)
461                 {
462                         dprint("not enough\n");
463                         return FALSE;
464                 }
465                 if(player_count > mapmax)
466                 {
467                         dprint("too many\n");
468                         return FALSE;
469                 }
470                 dprint("right size\n");
471                 return TRUE;
472         }
473         dprint(": not found\n");
474         return TRUE;
475 }
476
477 void() GotoNextMap =
478 {
479         //local string nextmap;
480         //local float n, nummaps;
481         //local string s;
482         string exit_cfg;
483         if (alreadychangedlevel)
484                 return;
485         alreadychangedlevel = TRUE;
486
487         if(cvar("g_campaign"))
488         {
489                 CampaignPostIntermission();
490                 return;
491         }
492
493         if (cvar("samelevel")) // if samelevel is set, stay on same level
494         {
495                 // this does not work because it tries to exec maps/nexdm01.mapcfg (which doesn't exist, it should be trying maps/dm_nexdm01.mapcfg for example)
496                 //localcmd(strcat("exec \"maps/", mapname, ".mapcfg\"\n"));
497                 // so instead just restart the current map using the restart command (DOES NOT WORK PROPERLY WITH exit_cfg STUFF)
498                 localcmd("restart\n");
499                 //changelevel (mapname);
500                 return;
501         }
502
503         // if an exit cfg is defined by exiting map, exec it.
504         exit_cfg = cvar_string("exit_cfg");
505         if(exit_cfg != "")
506                 localcmd(strcat("exec \"", exit_cfg, "\"\n"));
507
508         ResetGameCvars();
509
510
511         if (cvar("lastlevel"))
512         {
513                 localcmd(strcat("set lastlevel 0\n"));
514                 localcmd(strcat("togglemenu\n"));
515         }
516         else
517         {
518                 // method 0
519                 local float lCurrent;
520                 local float lSize;
521                 local float lOldCurrent;
522                 local float lBeforeCurrent;
523                 local float pass;
524                 local float found_but_wrong_size;
525                 found_but_wrong_size = FALSE;
526
527                 if(TryFile(strcat("maps/", cvar_string("nextmap"), ".mapcfg")))
528                 {
529                         localcmd(strcat("exec \"maps/", cvar_string("nextmap"), ".mapcfg\"\n"));
530                         return;
531                 }
532
533                 pass = 0;
534                 while (pass < 2)
535                 {
536                         pass = pass + 1;
537                         local string temp;
538                         temp = cvar_string( "g_maplist" );
539                         if(temp == "")
540                         {
541                                 bprint( "Maplist is empty!  Resetting it to default map list.\n" );
542                                 cvar_set("g_maplist", cvar_string("g_maplist_defaultlist"));
543                                 temp = cvar_string( "g_maplist" );
544                         }
545                         temp = strzone(temp);
546                         dprint("g_maplist is ", temp, "\n");
547                         lSize = tokenize( temp );
548                         lCurrent = GetMaplistPosition();
549                         lCurrent = max(0, min(floor(lCurrent), lSize - 1));
550                         lOldCurrent = lCurrent;
551                         dprint(ftos(lOldCurrent), " / ", ftos(lSize), " (start)\n");
552
553                         // if we want a random map selection...
554                         if(cvar("g_maplist_selectrandom") && lSize > 1)
555                         {
556                                 lBeforeCurrent = lCurrent - 1;
557                                 if(lBeforeCurrent < 0)
558                                         lBeforeCurrent = lSize - 1;
559                                 lCurrent = ceil(random() * (lSize - 1)) - 1; // random in 0..lsize-2
560                                 if(lCurrent >= lBeforeCurrent)
561                                         lCurrent += 1;
562                                 // choose any map except for the current one
563                         }
564
565                         while( 1 ) {
566                                 local string lFilename;
567
568                                 lCurrent = lCurrent + 1;
569                                 dprint(ftos(lCurrent), " / ", ftos(lSize), "\n");
570                                 if( lCurrent >= lSize ) {
571                                         lCurrent = 0;
572                                 }
573                                 if( lOldCurrent == lCurrent ) {
574                                         // we couldn't find a valid map at all
575                                         if (pass == 1)
576                                         {
577                                                 if(!found_but_wrong_size)
578                                                 {
579                                                         bprint( "Maplist is bad/messed up. Not one good mapcfg can be found in it!  Resetting it to default map list.\n" );
580                                                         cvar_set("g_maplist", cvar_string("g_maplist_defaultlist"));
581                                                         // let the loop restart with the default list now
582                                                 }
583                                                 else
584                                                 {
585                                                         dprint("wrong size, now trying all\n");
586                                                 }
587                                         }
588                                         else
589                                         {
590                                                 bprint( "Both g_maplist and g_maplist_defaultlist are messed up!  Complain to developers!\n" );
591                                                 localcmd( "disconnect\n" );
592                                         }
593                                         break;
594                                 }
595
596                                 lFilename = strzone(strcat( "maps/", argv( lCurrent ), ".mapcfg" ));
597                                 if( TryFile( lFilename ) ) {
598                                         if((pass == 2) || MapHasRightSize(argv(lCurrent)))
599                                         {
600                                                 cvar_set( "g_maplist_index", ftos( lCurrent ) );
601                                                 localcmd(strcat("exec \"", lFilename ,"\"\n"));
602                                                 strunzone(lFilename);
603                                                 pass = 2; // exit the outer loop
604                                                 break;
605                                         }
606                                         else
607                                                 found_but_wrong_size = TRUE;
608                                 } else {
609                                         dprint( "Couldn't find '", lFilename, "'..\n" );
610                                 }
611                                 strunzone(lFilename);
612                                 //changelevel( argv( lCurrent ) );
613                         }
614                         strunzone(temp);
615                 }
616
617                 /*
618                 // method 1
619
620                 //local entity pos;
621                 local float fh;
622                 local string line;
623
624                 // restart current map if no cycle is found
625                 nextmap = strzone(mapname);
626                 fh = fopen("maplist.cfg", FILE_READ);
627                 if (fh >= 0)
628                 {
629                         while (1)
630                         {
631                                 line = fgets(fh);
632                                 if (nextmap == mapname)
633                                 {
634                                         strunzone(nextmap);
635                                         nextmap = strzone(line);
636                                 }
637                                 if (!line)
638                                         break;
639                                 if (line == mapname)
640                                 {
641                                         line = fgets(fh);
642                                         if (!line)
643                                                 break;
644                                         strunzone(nextmap);
645                                         nextmap = strzone(line);
646                                         break;
647                                 }
648                         }
649                         fclose(fh);
650                 }
651                 changelevel (nextmap);
652                 strunzone(nextmap);*/
653
654                 // method 3
655                 /*
656                 s = cvar_string("g_maplist");
657                 nummaps = tokenize(s);
658                 // if no map list, restart current one
659                 nextmap = mapname;
660                 if (nummaps >= 1)
661                 {
662                         n = 0;
663                         while (n < nummaps)
664                         {
665                                 if (argv(n) == mapname)
666                                         break;
667                                 n = n + 1;
668                         }
669                         n = n + 1;
670                         if (n >= nummaps)
671                                 n = 0;
672                         nextmap = argv(n);
673                 }
674                 changelevel (nextmap);
675                 */
676         }
677 };
678
679
680 /*
681 ============
682 IntermissionThink
683
684 When the player presses attack or jump, change to the next level
685 ============
686 */
687 void() IntermissionThink =
688 {
689         if (time < intermission_exittime)
690                 return;
691
692         if (time < intermission_exittime + 10 && !self.button0 && !self.button1 && !self.button2 && !self.button3)
693                 return;
694
695         GotoNextMap ();
696 };
697
698 /*
699 ============
700 FindIntermission
701
702 Returns the entity to view from
703 ============
704 */
705 /*
706 entity() FindIntermission =
707 {
708         local   entity spot;
709         local   float cyc;
710
711 // look for info_intermission first
712         spot = find (world, classname, "info_intermission");
713         if (spot)
714         {       // pick a random one
715                 cyc = random() * 4;
716                 while (cyc > 1)
717                 {
718                         spot = find (spot, classname, "info_intermission");
719                         if (!spot)
720                                 spot = find (spot, classname, "info_intermission");
721                         cyc = cyc - 1;
722                 }
723                 return spot;
724         }
725
726 // then look for the start position
727         spot = find (world, classname, "info_player_start");
728         if (spot)
729                 return spot;
730
731 // testinfo_player_start is only found in regioned levels
732         spot = find (world, classname, "testplayerstart");
733         if (spot)
734                 return spot;
735
736 // then look for the start position
737         spot = find (world, classname, "info_player_deathmatch");
738         if (spot)
739                 return spot;
740
741         //objerror ("FindIntermission: no spot");
742         return world;
743 };
744 */
745
746 /*
747 ===============================================================================
748
749 RULES
750
751 ===============================================================================
752 */
753
754 void() DumpStats =
755 {
756         local float file;
757         local string s;
758
759         if(cvar("_printstats"))
760                 cvar_set("_printstats", "0");
761         else if(!gameover)
762                 return;
763
764         if(gameover)
765                 s = ":scores:";
766         else
767                 s = ":status:";
768
769         s = strcat(s, GetMapname(), ":", ftos(rint(time)));
770
771         if(cvar("sv_eventlog") && gameover)
772                 GameLogEcho(s, FALSE);
773         else if(cvar("sv_logscores_console"))
774                 ServerConsoleEcho(s, FALSE);
775         if(cvar("sv_logscores_file"))
776         {
777                 file = fopen(cvar_string("sv_logscores_filename"), FILE_APPEND);
778                 fputs(file, strcat(s, "\n"));
779         }
780
781         other = findchainflags(flags, FL_CLIENT);
782         while (other)
783         {
784                 if ((clienttype(other) == CLIENTTYPE_REAL) || (clienttype(other) == CLIENTTYPE_BOT && cvar("sv_logscores_bots")))
785                 {
786                         s = strcat(":player:", ftos(other.frags), ":");
787                         s = strcat(s, ftos(other.deaths), ":");
788                         s = strcat(s, ftos(rint(time - other.jointime)), ":");
789                         s = strcat(s, ftos(other.team), ":");
790
791                         if(cvar("sv_logscores_file"))
792                                 fputs(file, strcat(s, other.netname, "\n"));
793                         if(cvar("sv_eventlog") && gameover)
794                                 GameLogEcho(strcat(s, ftos(other.playerid), ":", other.netname), TRUE);
795                         else if(cvar("sv_logscores_console"))
796                                 ServerConsoleEcho(strcat(s, other.netname), TRUE);
797                 }
798                 other = other.chain;
799         }
800
801         if(cvar("sv_eventlog") && gameover)
802                 GameLogEcho(":end", FALSE);
803         else if(cvar("sv_logscores_console"))
804                 ServerConsoleEcho(":end", FALSE);
805         if(cvar("sv_logscores_file"))
806         {
807                 fputs(file, ":end\n");
808                 fclose(file);
809         }
810 }
811
812
813 /*
814 go to the next level for deathmatch
815 only called if a time or frag limit has expired
816 */
817 void() NextLevel =
818 {
819         gameover = TRUE;
820
821         intermission_running = 1;
822
823 // enforce a wait time before allowing changelevel
824         if(player_count > 0)
825                 intermission_exittime = time + cvar("sv_mapchange_delay");
826         else
827                 intermission_exittime = -60;
828
829         WriteByte (MSG_ALL, SVC_CDTRACK);
830         WriteByte (MSG_ALL, 3);
831         WriteByte (MSG_ALL, 3);
832
833         //pos = FindIntermission ();
834
835         VoteReset();
836
837         DumpStats();
838
839         if(cvar("sv_eventlog"))
840                 GameLogEcho(":gameover", FALSE);
841
842         GameLogClose();
843
844         other = findchainflags(flags, FL_CLIENT);
845         while (other != world)
846         {
847                 //other.nextthink = time + 0.5;
848                 other.takedamage = DAMAGE_NO;
849                 other.solid = SOLID_NOT;
850                 other.movetype = MOVETYPE_NONE;
851                 other.angles = other.v_angle;
852                 other.angles_x = other.angles_x * -1;
853
854                 self = other;
855
856                 if(other.winning)
857                         bprint(strcat(other.netname, " ^7wins.\n"));
858
859                 /*
860                 if (pos != world);
861                 {
862                         other.modelindex = 0;
863                         other.weaponentity = world; // remove weapon model
864                         other.view_ofs = '0 0 0';
865                         other.angles = other.v_angle = pos.mangle;
866                         if (!other.angles)
867                         {
868                                 other.angles = other.v_angle = pos.angles;
869                                 other.v_angle_x = other.v_angle_x * -1;
870                         }
871                         other.fixangle = TRUE;          // turn this way immediately
872                         setorigin (other, pos.origin);
873                 }
874                 */
875                 other = other.chain;
876         }
877
878         if(cvar("g_campaign"))
879                 CampaignPreIntermission();
880
881         WriteByte (MSG_ALL, SVC_INTERMISSION);
882
883         other = findchainflags(flags, FL_CLIENT);
884         while(other)
885         {
886                 if(clienttype(other) == CLIENTTYPE_REAL)
887                 if(cvar("sv_autoscreenshot"))
888                         stuffcmd(other, "wait\nscreenshot\necho \"^5A screenshot has been taken at request of the server.\"\n");
889                 other = other.chain;
890         }
891 };
892
893 /*
894 ============
895 CheckRules_Player
896
897 Exit deathmatch games upon conditions
898 ============
899 */
900 void() CheckRules_Player =
901 {
902         if (gameover)   // someone else quit the game already
903                 return;
904
905         // fixme: don't check players; instead check dom_team and ctf_team entities
906         //   (div0: and that in CheckRules_World please)
907         centermsg_check();
908 };
909
910 float checkrules_oneminutewarning;
911 float checkrules_leaderfrags;
912 float tdm_max_score, tdm_old_score;
913
914 float checkrules_equality;
915 float checkrules_overtimewarning;
916 float checkrules_overtimeend;
917
918 void() InitiateOvertime =
919 {
920         if(!checkrules_overtimeend)
921                 checkrules_overtimeend = time + 60 * cvar("timelimit_maxovertime");
922 }
923
924 float WINNING_NO = 0; // no winner, but time limits may terminate the game
925 float WINNING_YES = 1; // winner found
926 float WINNING_NEVER = 2; // no winner, enter overtime if time limit is reached
927 float WINNING_STARTOVERTIME = 3; // no winner, enter overtime NOW
928
929 float(float fraglimitreached, float equality) GetWinningCode =
930 {
931         if(equality)
932                 if(fraglimitreached)
933                         return WINNING_STARTOVERTIME;
934                 else
935                         return WINNING_NEVER;
936         else
937                 if(fraglimitreached)
938                         return WINNING_YES;
939                 else
940                         return WINNING_NO;
941 }
942
943 // set the .winning flag for exactly those players with a given field value
944 void(.float field, float value) SetWinners =
945 {
946         entity head;
947         head = findchain(classname, "player");
948         while (head)
949         {
950                 head.winning = (head.field == value);
951                 head = head.chain;
952         }
953 }
954
955 // set the .winning flag for those players with a given field value
956 void(.float field, float value) AddWinners =
957 {
958         entity head;
959         head = findchain(classname, "player");
960         while (head)
961         {
962                 if(head.field == value)
963                         head.winning = 1;
964                 head = head.chain;
965         }
966 }
967
968 // clear the .winning flags
969 void(void) ClearWinners =
970 {
971         entity head;
972         head = findchain(classname, "player");
973         while (head)
974         {
975                 head.winning = 0;
976                 head = head.chain;
977         }
978 }
979
980 // LMS winning condition: game terminates if and only if there's at most one
981 // one player who's living lives. Top two scores being equal cancels the time
982 // limit.
983 float() WinningCondition_LMS =
984 {
985         entity head;
986
987         if(lms_dead_count < 0)
988                 lms_dead_count = 0;
989
990         if(player_count > 1 && lms_dead_count >= player_count - 1)
991                 return WINNING_YES; // He's the last man standing!
992
993         if((player_count == 1 && lms_dead_count == 1))
994                 return WINNING_YES; // All dead... (n:n is handled by the test above)
995
996         dprint("player count = "); dprint(ftos(player_count));
997         dprint(", dead count = "); dprint(ftos(lms_dead_count));
998         dprint("\n");
999
1000         // When we get here, we have at least two players who are actually LIVING,
1001         // or one player who is still waiting for a victim to join the server. Now
1002         // check if the top two players have equal score.
1003
1004         checkrules_leaderfrags = 0;
1005         head = findchain(classname, "player");
1006         checkrules_equality = FALSE;
1007         while (head)
1008         {
1009                 if(head.frags > checkrules_leaderfrags)
1010                 {
1011                         checkrules_leaderfrags = head.frags;
1012                         checkrules_equality = FALSE;
1013                 }
1014                 else if(head.frags > 0 && head.frags == checkrules_leaderfrags)
1015                         checkrules_equality = TRUE;
1016                 head = head.chain;
1017         }
1018
1019         SetWinners(frags, checkrules_leaderfrags);
1020
1021         // The top two players have the same amount of lives? No timelimit then,
1022         // enter overtime...
1023
1024         if(checkrules_equality)
1025                 return WINNING_NEVER;
1026
1027         // Top two have different scores? Way to go for our beloved TIMELIMIT!
1028         return WINNING_NO;
1029 }
1030
1031 // DM winning condition: game terminates if a player reached the fraglimit,
1032 // unless the first two players have the same score. The latter case also
1033 // breaks the time limit.
1034 float(float fraglimit) WinningCondition_MaxIndividualScore =
1035 {
1036         float checkrules_oldleaderfrags;
1037         entity head;
1038
1039         checkrules_oldleaderfrags = checkrules_leaderfrags;
1040         checkrules_leaderfrags = 0;
1041         head = findchain(classname, "player");
1042         checkrules_equality = FALSE;
1043         while (head)
1044         {
1045                 if(head.frags > checkrules_leaderfrags)
1046                 {
1047                         checkrules_leaderfrags = head.frags;
1048                         checkrules_equality = FALSE;
1049                 }
1050                 else if(head.frags > 0 && head.frags == checkrules_leaderfrags)
1051                         checkrules_equality = TRUE;
1052                 head = head.chain;
1053         }
1054
1055         SetWinners(frags, checkrules_leaderfrags);
1056
1057         if (!cvar("g_runematch"))
1058                 if (checkrules_leaderfrags != checkrules_oldleaderfrags)
1059                 {
1060                         if (checkrules_leaderfrags == fraglimit - 1)
1061                                 sound(world, CHAN_AUTO, "announcer/robotic/1fragleft.ogg", 1, ATTN_NONE);
1062                         else if (checkrules_leaderfrags == fraglimit - 2)
1063                                 sound(world, CHAN_AUTO, "announcer/robotic/2fragsleft.ogg", 1, ATTN_NONE);
1064                         else if (checkrules_leaderfrags == fraglimit - 3)
1065                                 sound(world, CHAN_AUTO, "announcer/robotic/3fragsleft.ogg", 1, ATTN_NONE);
1066                 }
1067
1068         return GetWinningCode(fraglimit && checkrules_leaderfrags >= fraglimit, checkrules_equality);
1069 }
1070
1071 float(float fraglimit) WinningConditionBase_Teamplay =
1072 {
1073         tdm_old_score = tdm_max_score;
1074         tdm_max_score = max(team1_score, team2_score, team3_score, team4_score);
1075
1076         checkrules_equality =
1077         (
1078                 (tdm_max_score > 0)
1079                 &&
1080                 (
1081                           (team1_score == tdm_max_score)
1082                         + (team2_score == tdm_max_score)
1083                         + (team3_score == tdm_max_score)
1084                         + (team4_score == tdm_max_score)
1085                         >= 2));
1086
1087         ClearWinners();
1088         if(team1_score == tdm_max_score)
1089                 AddWinners(team, COLOR_TEAM1);
1090         if(team2_score == tdm_max_score)
1091                 AddWinners(team, COLOR_TEAM2);
1092         if(team3_score == tdm_max_score)
1093                 AddWinners(team, COLOR_TEAM3);
1094         if(team4_score == tdm_max_score)
1095                 AddWinners(team, COLOR_TEAM4);
1096
1097         if(!cvar("g_runematch") && !cvar("g_domination"))
1098                 if(tdm_max_score != tdm_old_score)
1099                 {
1100                         if(tdm_max_score == fraglimit - 1)
1101                                 sound(world, CHAN_AUTO, "announcer/robotic/1fragleft.ogg", 1, ATTN_NONE);
1102                         else if(tdm_max_score == fraglimit - 2)
1103                                 sound(world, CHAN_AUTO, "announcer/robotic/2fragsleft.ogg", 1, ATTN_NONE);
1104                         else if(tdm_max_score == fraglimit - 3)
1105                                 sound(world, CHAN_AUTO, "announcer/robotic/3fragsleft.ogg", 1, ATTN_NONE);
1106                 }
1107
1108         return GetWinningCode(fraglimit && tdm_max_score >= fraglimit, checkrules_equality);
1109 }
1110
1111 // TDM winning condition: game terminates if a team's score sum reached the
1112 // fraglimit, unless the first two teams have the same total score. The latter
1113 // case also breaks the time limit.
1114 float(float fraglimit) WinningCondition_MaxTeamSum =
1115 {
1116         entity head;
1117
1118         team1_score = team2_score = team3_score = team4_score = 0;
1119
1120         head = findchain(classname, "player");
1121         while (head)
1122         {
1123                 if(head.team == COLOR_TEAM1)
1124                         team1_score += head.frags;
1125                 else if(head.team == COLOR_TEAM2)
1126                         team2_score += head.frags;
1127                 else if(head.team == COLOR_TEAM3)
1128                         team3_score += head.frags;
1129                 else if(head.team == COLOR_TEAM4)
1130                         team4_score += head.frags;
1131                 head = head.chain;
1132         }
1133
1134         return WinningConditionBase_Teamplay(fraglimit);
1135 }
1136
1137 // DOM/CTF winning condition: game terminates if the max of a team's players'
1138 // score reached the fraglimit, unless the first two teams have the same
1139 // maximum score. The latter case also breaks the time limit.
1140 float(float fraglimit) WinningCondition_MaxTeamMax =
1141 {
1142         entity head;
1143
1144         team1_score = team2_score = team3_score = team4_score = 0;
1145
1146         head = findchain(classname, "player");
1147         while (head)
1148         {
1149                 if(head.team == COLOR_TEAM1)
1150                 {
1151                         if(head.frags > team1_score)
1152                                 team1_score = head.frags;
1153                 }
1154                 else if(head.team == COLOR_TEAM2)
1155                 {
1156                         if(head.frags > team2_score)
1157                                 team2_score = head.frags;
1158                 }
1159                 else if(head.team == COLOR_TEAM3)
1160                 {
1161                         if(head.frags > team3_score)
1162                                 team3_score = head.frags;
1163                 }
1164                 else if(head.team == COLOR_TEAM4)
1165                 {
1166                         if(head.frags > team4_score)
1167                                 team4_score = head.frags;
1168                 }
1169                 head = head.chain;
1170         }
1171
1172         return WinningConditionBase_Teamplay(fraglimit);
1173 }
1174
1175 void PrintScoreboardFor(string name, string colorcode, float whichteam)
1176 {
1177         entity head;
1178         float fragtotal;
1179         string s;
1180         float found;
1181         found = FALSE;
1182         head = find(world, classname, "player");
1183         while(head)
1184         {
1185                 if(!whichteam || head.team == whichteam)
1186                 {
1187                         if(name != "")
1188                                 if(!found)
1189                                         ServerConsoleEcho(strcat(" ", colorcode, name, ":"), FALSE);
1190                         found = TRUE;
1191                         fragtotal = fragtotal + head.frags;
1192                         s = ftos(head.frags);
1193                         s = strcat(s, "/", ftos(head.deaths));
1194                         s = strcat(s, " @ ", ftos(head.ping));
1195                         if(clienttype(head) == CLIENTTYPE_BOT)
1196                                 s = strcat(s, "botms");
1197                         else
1198                                 s = strcat(s, "ms");
1199                         ServerConsoleEcho(strcat("  ", colorcode, head.netname, colorcode, " (", s, ")"), TRUE);
1200                 }
1201                 head = find(head, classname, "player");
1202         }
1203         if(whichteam && found)
1204                 ServerConsoleEcho(strcat(colorcode, "  (total: ", ftos(fragtotal), ")"), FALSE);
1205 }
1206
1207 void PrintScoreboard()
1208 {
1209         ServerConsoleEcho("Scoreboard:", FALSE);
1210         if(teams_matter)
1211         {
1212                 PrintScoreboardFor("Red", "^1", COLOR_TEAM1);
1213                 PrintScoreboardFor("Blue", "^4", COLOR_TEAM2);
1214                 PrintScoreboardFor("Pink", "^6", COLOR_TEAM3);
1215                 PrintScoreboardFor("Yellow", "^3", COLOR_TEAM4);
1216         }
1217         else
1218         {
1219                 PrintScoreboardFor("", "^7", 0);
1220         }
1221         ServerConsoleEcho(".", FALSE);
1222 }
1223
1224
1225 /*
1226 ============
1227 CheckRules_World
1228
1229 Exit deathmatch games upon conditions
1230 ============
1231 */
1232 void() CheckRules_World =
1233 {
1234         local float status;
1235         local float timelimit;
1236         local float fraglimit;
1237
1238         VoteThink();
1239
1240         SetDefaultAlpha();
1241
1242         if (intermission_running)
1243                 if (time >= intermission_exittime + 60)
1244                 {
1245                         GotoNextMap();
1246                         return;
1247                 }
1248
1249         if (gameover)   // someone else quit the game already
1250                 return;
1251
1252         DumpStats();
1253
1254         if(cvar("_scoreboard"))
1255         {
1256                 cvar_set("_scoreboard", "0");
1257                 PrintScoreboard();
1258         }
1259
1260         timelimit = cvar("timelimit") * 60;
1261         fraglimit = cvar("fraglimit");
1262
1263         if (timelimit && time >= timelimit)
1264                 InitiateOvertime();
1265
1266         if (checkrules_overtimeend && time >= checkrules_overtimeend)
1267         {
1268                 NextLevel();
1269                 return;
1270         }
1271
1272         if(!checkrules_overtimewarning && checkrules_overtimeend)
1273         {
1274                 checkrules_overtimewarning = TRUE;
1275                 //sound(world, CHAN_AUTO, "announcer/robotic/1minuteremains.ogg", 1, ATTN_NONE);
1276                 bcenterprint("^3Now playing ^1OVERTIME^3!\n\n^3Keep fragging until we have a ^1winner^3!");
1277         }
1278
1279         if (!checkrules_oneminutewarning && timelimit > 0 && time > timelimit - 60)
1280         {
1281                 checkrules_oneminutewarning = TRUE;
1282                 sound(world, CHAN_AUTO, "announcer/robotic/1minuteremains.ogg", 1, ATTN_NONE);
1283         }
1284
1285         status = WINNING_NO;
1286         if(cvar("g_lms"))
1287         {
1288                 status = WinningCondition_LMS();
1289         }
1290         else
1291         {
1292                 if(teams_matter)
1293                 {
1294                         if(cvar("g_tdm") || cvar("g_runematch") || cvar("g_ctf") || cvar("g_domination"))
1295                                 status = WinningCondition_MaxTeamSum(fraglimit);
1296                         //else if()
1297                         //      status = WinningCondition_MaxTeamMax(fraglimit);
1298                         else
1299                         {
1300                                 dprint("div0: How can this happen?\n");
1301                                 status = WinningCondition_MaxTeamMax(fraglimit);
1302                         }
1303                 }
1304                 else
1305                         status = WinningCondition_MaxIndividualScore(fraglimit);
1306         }
1307
1308         if(status == WINNING_STARTOVERTIME)
1309         {
1310                 status = WINNING_NEVER;
1311                 InitiateOvertime();
1312         }
1313
1314         if(status == WINNING_NEVER)
1315                 // equality cases! Nobody wins if the overtime ends in a draw.
1316                 ClearWinners();
1317
1318         if(checkrules_overtimeend)
1319                 if(status != WINNING_NEVER)
1320                         status = WINNING_YES;
1321
1322         if(status == WINNING_YES)
1323                 NextLevel();
1324 };