]> icculus.org git repositories - divverent/darkplaces.git/blob - menu.c
eliminated rsurface.model, so there is now no dependence on having an
[divverent/darkplaces.git] / menu.c
1 /*
2 Copyright (C) 1996-1997 Id Software, Inc.
3
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License
6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
13 See the GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
18
19 */
20 #include "quakedef.h"
21 #include "cdaudio.h"
22 #include "image.h"
23 #include "progsvm.h"
24
25 #include "mprogdefs.h"
26
27 #define TYPE_DEMO 1
28 #define TYPE_GAME 2
29 #define TYPE_BOTH 3
30
31 static cvar_t forceqmenu = { 0, "forceqmenu", "0", "enables the quake menu instead of the quakec menu.dat (if present)" };
32
33 static int NehGameType;
34
35 enum m_state_e m_state;
36 char m_return_reason[32];
37
38 void M_Menu_Main_f (void);
39         void M_Menu_SinglePlayer_f (void);
40                 void M_Menu_Transfusion_Episode_f (void);
41                         void M_Menu_Transfusion_Skill_f (void);
42                 void M_Menu_Load_f (void);
43                 void M_Menu_Save_f (void);
44         void M_Menu_MultiPlayer_f (void);
45                 void M_Menu_Setup_f (void);
46         void M_Menu_Options_f (void);
47         void M_Menu_Options_Effects_f (void);
48         void M_Menu_Options_Graphics_f (void);
49         void M_Menu_Options_ColorControl_f (void);
50                 void M_Menu_Keys_f (void);
51                 void M_Menu_Reset_f (void);
52                 void M_Menu_Video_f (void);
53         void M_Menu_Help_f (void);
54         void M_Menu_Credits_f (void);
55         void M_Menu_Quit_f (void);
56 void M_Menu_LanConfig_f (void);
57 void M_Menu_GameOptions_f (void);
58 void M_Menu_ServerList_f (void);
59 void M_Menu_ModList_f (void);
60
61 static void M_Main_Draw (void);
62         static void M_SinglePlayer_Draw (void);
63                 static void M_Transfusion_Episode_Draw (void);
64                         static void M_Transfusion_Skill_Draw (void);
65                 static void M_Load_Draw (void);
66                 static void M_Save_Draw (void);
67         static void M_MultiPlayer_Draw (void);
68                 static void M_Setup_Draw (void);
69         static void M_Options_Draw (void);
70         static void M_Options_Effects_Draw (void);
71         static void M_Options_Graphics_Draw (void);
72         static void M_Options_ColorControl_Draw (void);
73                 static void M_Keys_Draw (void);
74                 static void M_Reset_Draw (void);
75                 static void M_Video_Draw (void);
76         static void M_Help_Draw (void);
77         static void M_Credits_Draw (void);
78         static void M_Quit_Draw (void);
79 static void M_LanConfig_Draw (void);
80 static void M_GameOptions_Draw (void);
81 static void M_ServerList_Draw (void);
82 static void M_ModList_Draw (void);
83
84
85 static void M_Main_Key (int key, char ascii);
86         static void M_SinglePlayer_Key (int key, char ascii);
87                 static void M_Transfusion_Episode_Key (int key, char ascii);
88                         static void M_Transfusion_Skill_Key (int key, char ascii);
89                 static void M_Load_Key (int key, char ascii);
90                 static void M_Save_Key (int key, char ascii);
91         static void M_MultiPlayer_Key (int key, char ascii);
92                 static void M_Setup_Key (int key, char ascii);
93         static void M_Options_Key (int key, char ascii);
94         static void M_Options_Effects_Key (int key, char ascii);
95         static void M_Options_Graphics_Key (int key, char ascii);
96         static void M_Options_ColorControl_Key (int key, char ascii);
97                 static void M_Keys_Key (int key, char ascii);
98                 static void M_Reset_Key (int key, char ascii);
99                 static void M_Video_Key (int key, char ascii);
100         static void M_Help_Key (int key, char ascii);
101         static void M_Credits_Key (int key, char ascii);
102         static void M_Quit_Key (int key, char ascii);
103 static void M_LanConfig_Key (int key, char ascii);
104 static void M_GameOptions_Key (int key, char ascii);
105 static void M_ServerList_Key (int key, char ascii);
106 static void M_ModList_Key (int key, char ascii);
107
108 static qboolean m_entersound;           // play after drawing a frame, so caching won't disrupt the sound
109
110 void M_Update_Return_Reason(char *s)
111 {
112         strlcpy(m_return_reason, s, sizeof(m_return_reason));
113         if (s)
114                 Con_Printf("%s\n", s);
115 }
116
117 #define StartingGame    (m_multiplayer_cursor == 1)
118 #define JoiningGame             (m_multiplayer_cursor == 0)
119
120 // Nehahra
121 #define NumberOfNehahraDemos 34
122 typedef struct nehahrademonames_s
123 {
124         char *name;
125         char *desc;
126 } nehahrademonames_t;
127
128 static nehahrademonames_t NehahraDemos[NumberOfNehahraDemos] =
129 {
130         {"intro", "Prologue"},
131         {"genf", "The Beginning"},
132         {"genlab", "A Doomed Project"},
133         {"nehcre", "The New Recruits"},
134         {"maxneh", "Breakthrough"},
135         {"maxchar", "Renewal and Duty"},
136         {"crisis", "Worlds Collide"},
137         {"postcris", "Darkening Skies"},
138         {"hearing", "The Hearing"},
139         {"getjack", "On a Mexican Radio"},
140         {"prelude", "Honor and Justice"},
141         {"abase", "A Message Sent"},
142         {"effect", "The Other Side"},
143         {"uhoh", "Missing in Action"},
144         {"prepare", "The Response"},
145         {"vision", "Farsighted Eyes"},
146         {"maxturns", "Enter the Immortal"},
147         {"backlot", "Separate Ways"},
148         {"maxside", "The Ancient Runes"},
149         {"counter", "The New Initiative"},
150         {"warprep", "Ghosts to the World"},
151         {"counter1", "A Fate Worse Than Death"},
152         {"counter2", "Friendly Fire"},
153         {"counter3", "Minor Setback"},
154         {"madmax", "Scores to Settle"},
155         {"quake", "One Man"},
156         {"cthmm", "Shattered Masks"},
157         {"shades", "Deal with the Dead"},
158         {"gophil", "An Unlikely Hero"},
159         {"cstrike", "War in Hell"},
160         {"shubset", "The Conspiracy"},
161         {"shubdie", "Even Death May Die"},
162         {"newranks", "An Empty Throne"},
163         {"seal", "The Seal is Broken"}
164 };
165
166 static float menu_x, menu_y, menu_width, menu_height;
167
168 static void M_Background(int width, int height)
169 {
170         menu_width = bound(1, width, vid_conwidth.integer);
171         menu_height = bound(1, height, vid_conheight.integer);
172         menu_x = (vid_conwidth.integer - menu_width) * 0.5;
173         menu_y = (vid_conheight.integer - menu_height) * 0.5;
174         //DrawQ_Fill(menu_x, menu_y, menu_width, menu_height, 0, 0, 0, 0.5, 0);
175         DrawQ_Fill(0, 0, vid_conwidth.integer, vid_conheight.integer, 0, 0, 0, 0.5, 0);
176 }
177
178 /*
179 ================
180 M_DrawCharacter
181
182 Draws one solid graphics character
183 ================
184 */
185 static void M_DrawCharacter (float cx, float cy, int num)
186 {
187         char temp[2];
188         temp[0] = num;
189         temp[1] = 0;
190         DrawQ_String(menu_x + cx, menu_y + cy, temp, 1, 8, 8, 1, 1, 1, 1, 0, NULL, true);
191 }
192
193 static void M_PrintColored(float cx, float cy, const char *str)
194 {
195         DrawQ_String(menu_x + cx, menu_y + cy, str, 0, 8, 8, 1, 1, 1, 1, 0, NULL, false);
196 }
197
198 static void M_Print(float cx, float cy, const char *str)
199 {
200         DrawQ_String(menu_x + cx, menu_y + cy, str, 0, 8, 8, 1, 1, 1, 1, 0, NULL, true);
201 }
202
203 static void M_PrintRed(float cx, float cy, const char *str)
204 {
205         DrawQ_String(menu_x + cx, menu_y + cy, str, 0, 8, 8, 1, 0, 0, 1, 0, NULL, true);
206 }
207
208 static void M_ItemPrint(float cx, float cy, const char *str, int unghosted)
209 {
210         if (unghosted)
211                 DrawQ_String(menu_x + cx, menu_y + cy, str, 0, 8, 8, 1, 1, 1, 1, 0, NULL, true);
212         else
213                 DrawQ_String(menu_x + cx, menu_y + cy, str, 0, 8, 8, 0.4, 0.4, 0.4, 1, 0, NULL, true);
214 }
215
216 static void M_DrawPic(float cx, float cy, const char *picname)
217 {
218         DrawQ_Pic(menu_x + cx, menu_y + cy, Draw_CachePic(picname, true), 0, 0, 1, 1, 1, 1, 0);
219 }
220
221 static unsigned char identityTable[256];
222 static unsigned char translationTable[256];
223
224 static void M_BuildTranslationTable(int top, int bottom)
225 {
226         int j;
227         unsigned char *dest, *source;
228
229         for (j = 0; j < 256; j++)
230                 identityTable[j] = j;
231         dest = translationTable;
232         source = identityTable;
233         memcpy (dest, source, 256);
234
235         // LordHavoc: corrected skin color ranges
236         if (top < 128 || (top >= 224 && top < 240))     // the artists made some backwards ranges.  sigh.
237                 memcpy (dest + TOP_RANGE, source + top, 16);
238         else
239                 for (j=0 ; j<16 ; j++)
240                         dest[TOP_RANGE+j] = source[top+15-j];
241
242         // LordHavoc: corrected skin color ranges
243         if (bottom < 128 || (bottom >= 224 && bottom < 240))
244                 memcpy (dest + BOTTOM_RANGE, source + bottom, 16);
245         else
246                 for (j=0 ; j<16 ; j++)
247                         dest[BOTTOM_RANGE+j] = source[bottom+15-j];
248 }
249
250 static void M_DrawTextBox(float x, float y, float width, float height)
251 {
252         int n;
253         float cx, cy;
254
255         // draw left side
256         cx = x;
257         cy = y;
258         M_DrawPic (cx, cy, "gfx/box_tl");
259         for (n = 0; n < height; n++)
260         {
261                 cy += 8;
262                 M_DrawPic (cx, cy, "gfx/box_ml");
263         }
264         M_DrawPic (cx, cy+8, "gfx/box_bl");
265
266         // draw middle
267         cx += 8;
268         while (width > 0)
269         {
270                 cy = y;
271                 M_DrawPic (cx, cy, "gfx/box_tm");
272                 for (n = 0; n < height; n++)
273                 {
274                         cy += 8;
275                         if (n >= 1)
276                                 M_DrawPic (cx, cy, "gfx/box_mm2");
277                         else
278                                 M_DrawPic (cx, cy, "gfx/box_mm");
279                 }
280                 M_DrawPic (cx, cy+8, "gfx/box_bm");
281                 width -= 2;
282                 cx += 16;
283         }
284
285         // draw right side
286         cy = y;
287         M_DrawPic (cx, cy, "gfx/box_tr");
288         for (n = 0; n < height; n++)
289         {
290                 cy += 8;
291                 M_DrawPic (cx, cy, "gfx/box_mr");
292         }
293         M_DrawPic (cx, cy+8, "gfx/box_br");
294 }
295
296 //=============================================================================
297
298 //int m_save_demonum;
299
300 /*
301 ================
302 M_ToggleMenu_f
303 ================
304 */
305 void M_ToggleMenu_f (void)
306 {
307         m_entersound = true;
308
309         if (key_dest != key_menu || m_state != m_main)
310         {
311                 if(Cmd_Argc() == 2 && !strcmp(Cmd_Argv(1), "1"))
312                         return;
313                 M_Menu_Main_f ();
314         }
315         else
316         {
317                 if(Cmd_Argc() == 2 && !strcmp(Cmd_Argv(1), "0"))
318                         return;
319                 key_dest = key_game;
320                 m_state = m_none;
321         }
322 }
323
324
325 static int demo_cursor;
326 static void M_Demo_Draw (void)
327 {
328         int i;
329
330         M_Background(320, 200);
331
332         for (i = 0;i < NumberOfNehahraDemos;i++)
333                 M_Print(16, 16 + 8*i, NehahraDemos[i].desc);
334
335         // line cursor
336         M_DrawCharacter (8, 16 + demo_cursor*8, 12+((int)(realtime*4)&1));
337 }
338
339
340 void M_Menu_Demos_f (void)
341 {
342         key_dest = key_menu;
343         m_state = m_demo;
344         m_entersound = true;
345 }
346
347
348 static void M_Demo_Key (int k, char ascii)
349 {
350         switch (k)
351         {
352         case K_ESCAPE:
353                 M_Menu_Main_f ();
354                 break;
355
356         case K_ENTER:
357                 S_LocalSound ("sound/misc/menu2.wav");
358                 m_state = m_none;
359                 key_dest = key_game;
360                 Cbuf_AddText (va ("playdemo %s\n", NehahraDemos[demo_cursor].name));
361                 return;
362
363         case K_UPARROW:
364         case K_LEFTARROW:
365                 S_LocalSound ("sound/misc/menu1.wav");
366                 demo_cursor--;
367                 if (demo_cursor < 0)
368                         demo_cursor = NumberOfNehahraDemos-1;
369                 break;
370
371         case K_DOWNARROW:
372         case K_RIGHTARROW:
373                 S_LocalSound ("sound/misc/menu1.wav");
374                 demo_cursor++;
375                 if (demo_cursor >= NumberOfNehahraDemos)
376                         demo_cursor = 0;
377                 break;
378         }
379 }
380
381 //=============================================================================
382 /* MAIN MENU */
383
384 static int      m_main_cursor;
385 static qboolean m_missingdata = false;
386
387 static int MAIN_ITEMS = 4; // Nehahra: Menu Disable
388
389
390 void M_Menu_Main_f (void)
391 {
392         const char *s;
393         s = "gfx/mainmenu";
394         if (gamemode == GAME_NEHAHRA)
395         {
396                 if (NehGameType == TYPE_DEMO)
397                         MAIN_ITEMS = 4;
398                 else if (NehGameType == TYPE_GAME)
399                         MAIN_ITEMS = 5;
400                 else
401                         MAIN_ITEMS = 6;
402         }
403         else if (gamemode == GAME_NETHERWORLD)//VORTEX: menu restarting item
404                 MAIN_ITEMS = 6;
405         else if (gamemode == GAME_TRANSFUSION)
406         {
407                 s = "gfx/menu/mainmenu1";
408                 if (sv.active && !cl.intermission && cl.islocalgame)
409                         MAIN_ITEMS = 8;
410                 else
411                         MAIN_ITEMS = 7;
412         }
413         else
414                 MAIN_ITEMS = 5;
415
416         // check if the game data is missing and use a different main menu if so
417         m_missingdata = !forceqmenu.integer && Draw_CachePic (s, true)->tex == r_texture_notexture;
418         if (m_missingdata)
419                 MAIN_ITEMS = 2;
420
421         /*
422         if (key_dest != key_menu)
423         {
424                 m_save_demonum = cls.demonum;
425                 cls.demonum = -1;
426         }
427         */
428         key_dest = key_menu;
429         m_state = m_main;
430         m_entersound = true;
431 }
432
433
434 static void M_Main_Draw (void)
435 {
436         int             f;
437         cachepic_t      *p;
438
439         if (m_missingdata)
440         {
441                 float y;
442                 const char *s;
443                 M_Background(640, 480); //fall back is always to 640x480, this makes it most readable at that.
444                 y = 480/3-16;
445                 s = "You have reached this menu due to missing or unlocatable content/data";M_PrintRed ((640-strlen(s)*8)*0.5, (480/3)-16, s);y+=8;
446                 y+=8;
447                 s = "You may consider adding";M_Print ((640-strlen(s)*8)*0.5, y, s);y+=8;
448                 s = "-basedir /path/to/game";M_Print ((640-strlen(s)*8)*0.5, y, s);y+=8;
449                 s = "to your launch commandline";M_Print ((640-strlen(s)*8)*0.5, y, s);y+=8;
450                 M_Print (640/2 - 48, 480/2, "Open Console"); //The console usually better shows errors (failures)
451                 M_Print (640/2 - 48, 480/2 + 8, "Quit");
452                 M_DrawCharacter(640/2 - 56, 480/2 + (8 * m_main_cursor), 12+((int)(realtime*4)&1));
453                 return;
454         }
455
456         if (gamemode == GAME_TRANSFUSION) {
457                 int y1, y2, y3;
458                 M_Background(640, 480);
459                 p = Draw_CachePic ("gfx/menu/tb-transfusion", true);
460                 M_DrawPic (640/2 - p->width/2, 40, "gfx/menu/tb-transfusion");
461                 y2 = 120;
462                 // 8 rather than MAIN_ITEMS to skip a number and not miss the last option
463                 for (y1 = 1; y1 <= 8; y1++)
464                 {
465                         if (MAIN_ITEMS == 7 && y1 == 4)
466                                 y1++;
467                         M_DrawPic (0, y2, va("gfx/menu/mainmenu%i", y1));
468                         y2 += 40;
469                 }
470                 if (MAIN_ITEMS == 7 && m_main_cursor > 2)
471                         y3 = m_main_cursor + 2;
472                 else
473                         y3 = m_main_cursor + 1;
474                 M_DrawPic (0, 120 + m_main_cursor * 40, va("gfx/menu/mainmenu%iselected", y3));
475                 return;
476         }
477
478         M_Background(320, 200);
479         M_DrawPic (16, 4, "gfx/qplaque");
480         p = Draw_CachePic ("gfx/ttl_main", true);
481         M_DrawPic ( (320-p->width)/2, 4, "gfx/ttl_main");
482 // Nehahra
483         if (gamemode == GAME_NEHAHRA)
484         {
485                 if (NehGameType == TYPE_BOTH)
486                         M_DrawPic (72, 32, "gfx/mainmenu");
487                 else if (NehGameType == TYPE_GAME)
488                         M_DrawPic (72, 32, "gfx/gamemenu");
489                 else
490                         M_DrawPic (72, 32, "gfx/demomenu");
491         }
492         else
493                 M_DrawPic (72, 32, "gfx/mainmenu");
494
495         f = (int)(realtime * 10)%6;
496
497         M_DrawPic (54, 32 + m_main_cursor * 20, va("gfx/menudot%i", f+1));
498 }
499
500
501 static void M_Main_Key (int key, char ascii)
502 {
503         switch (key)
504         {
505         case K_ESCAPE:
506                 key_dest = key_game;
507                 m_state = m_none;
508                 //cls.demonum = m_save_demonum;
509                 //if (cls.demonum != -1 && !cls.demoplayback && cls.state != ca_connected)
510                 //      CL_NextDemo ();
511                 break;
512
513         case K_DOWNARROW:
514                 S_LocalSound ("sound/misc/menu1.wav");
515                 if (++m_main_cursor >= MAIN_ITEMS)
516                         m_main_cursor = 0;
517                 break;
518
519         case K_UPARROW:
520                 S_LocalSound ("sound/misc/menu1.wav");
521                 if (--m_main_cursor < 0)
522                         m_main_cursor = MAIN_ITEMS - 1;
523                 break;
524
525         case K_ENTER:
526                 m_entersound = true;
527
528                 if (m_missingdata)
529                 {
530                         switch (m_main_cursor)
531                         {
532                         case 0:
533                                 if (cls.state == ca_connected)
534                                 {
535                                         m_state = m_none;
536                                         key_dest = key_game;
537                                 }
538                                 Con_ToggleConsole_f ();
539                                 break;
540                         case 1:
541                                 M_Menu_Quit_f ();
542                                 break;
543                         }
544                 }
545                 else if (gamemode == GAME_NEHAHRA)
546                 {
547                         switch (NehGameType)
548                         {
549                         case TYPE_BOTH:
550                                 switch (m_main_cursor)
551                                 {
552                                 case 0:
553                                         M_Menu_SinglePlayer_f ();
554                                         break;
555
556                                 case 1:
557                                         M_Menu_Demos_f ();
558                                         break;
559
560                                 case 2:
561                                         M_Menu_MultiPlayer_f ();
562                                         break;
563
564                                 case 3:
565                                         M_Menu_Options_f ();
566                                         break;
567
568                                 case 4:
569                                         key_dest = key_game;
570                                         if (sv.active)
571                                                 Cbuf_AddText ("disconnect\n");
572                                         Cbuf_AddText ("playdemo endcred\n");
573                                         break;
574
575                                 case 5:
576                                         M_Menu_Quit_f ();
577                                         break;
578                                 }
579                                 break;
580                         case TYPE_GAME:
581                                 switch (m_main_cursor)
582                                 {
583                                 case 0:
584                                         M_Menu_SinglePlayer_f ();
585                                         break;
586
587                                 case 1:
588                                         M_Menu_MultiPlayer_f ();
589                                         break;
590
591                                 case 2:
592                                         M_Menu_Options_f ();
593                                         break;
594
595                                 case 3:
596                                         key_dest = key_game;
597                                         if (sv.active)
598                                                 Cbuf_AddText ("disconnect\n");
599                                         Cbuf_AddText ("playdemo endcred\n");
600                                         break;
601
602                                 case 4:
603                                         M_Menu_Quit_f ();
604                                         break;
605                                 }
606                                 break;
607                         case TYPE_DEMO:
608                                 switch (m_main_cursor)
609                                 {
610                                 case 0:
611                                         M_Menu_Demos_f ();
612                                         break;
613
614                                 case 1:
615                                         key_dest = key_game;
616                                         if (sv.active)
617                                                 Cbuf_AddText ("disconnect\n");
618                                         Cbuf_AddText ("playdemo endcred\n");
619                                         break;
620
621                                 case 2:
622                                         M_Menu_Options_f ();
623                                         break;
624
625                                 case 3:
626                                         M_Menu_Quit_f ();
627                                         break;
628                                 }
629                                 break;
630                         }
631                 }
632                 else if (gamemode == GAME_NETHERWORLD)//VORTEX: menu restarting item
633                 {
634                         switch (m_main_cursor)
635                         {
636                         case 0:
637                                 M_Menu_SinglePlayer_f ();
638                                 break;
639
640                         case 1:
641                                 M_Menu_MultiPlayer_f ();
642                                 break;
643
644                         case 2:
645                                 M_Menu_Options_f ();
646                                 break;
647
648                         case 3:
649                                 M_Menu_Help_f ();
650                                 break;
651
652                         case 4:
653                                 M_Menu_Quit_f ();
654                                 break;
655                         case 5:
656                                 MR_Restart();
657                                 break;
658                         }
659                 }
660                 else if (gamemode == GAME_TRANSFUSION) {
661                         if (MAIN_ITEMS == 7)
662                         {
663                                 switch (m_main_cursor)
664                                 {
665                                 case 0:
666                                         M_Menu_Transfusion_Episode_f ();
667                                         break;
668
669                                 case 1:
670                                         M_Menu_MultiPlayer_f ();
671                                         break;
672
673                                 case 2:
674                                         M_Menu_Options_f ();
675                                         break;
676
677                                 case 3:
678                                         M_Menu_Load_f ();
679                                         break;
680
681                                 case 4:
682                                         M_Menu_Help_f ();
683                                         break;
684
685                                 case 5:
686                                         M_Menu_Credits_f ();
687                                         break;
688
689                                 case 6:
690                                         M_Menu_Quit_f ();
691                                         break;
692                                 }
693                         }
694                         else
695                         {
696                                 switch (m_main_cursor)
697                                 {
698                                 case 0:
699                                         M_Menu_Transfusion_Episode_f ();
700                                         break;
701
702                                 case 1:
703                                         M_Menu_MultiPlayer_f ();
704                                         break;
705
706                                 case 2:
707                                         M_Menu_Options_f ();
708                                         break;
709
710                                 case 3:
711                                         M_Menu_Save_f ();
712                                         break;
713
714                                 case 4:
715                                         M_Menu_Load_f ();
716                                         break;
717
718                                 case 5:
719                                         M_Menu_Help_f ();
720                                         break;
721
722                                 case 6:
723                                         M_Menu_Credits_f ();
724                                         break;
725
726                                 case 7:
727                                         M_Menu_Quit_f ();
728                                         break;
729                                 }
730                         }
731                 }
732                 else
733                 {
734                         switch (m_main_cursor)
735                         {
736                         case 0:
737                                 M_Menu_SinglePlayer_f ();
738                                 break;
739
740                         case 1:
741                                 M_Menu_MultiPlayer_f ();
742                                 break;
743
744                         case 2:
745                                 M_Menu_Options_f ();
746                                 break;
747
748                         case 3:
749                                 M_Menu_Help_f ();
750                                 break;
751
752                         case 4:
753                                 M_Menu_Quit_f ();
754                                 break;
755                         }
756                 }
757         }
758 }
759
760 //=============================================================================
761 /* SINGLE PLAYER MENU */
762
763 static int      m_singleplayer_cursor;
764 #define SINGLEPLAYER_ITEMS      3
765
766
767 void M_Menu_SinglePlayer_f (void)
768 {
769         key_dest = key_menu;
770         m_state = m_singleplayer;
771         m_entersound = true;
772 }
773
774
775 static void M_SinglePlayer_Draw (void)
776 {
777         cachepic_t      *p;
778
779         M_Background(320, 200);
780
781         M_DrawPic (16, 4, "gfx/qplaque");
782         p = Draw_CachePic ("gfx/ttl_sgl", true);
783
784         // Some mods don't have a single player mode
785         if (gamemode == GAME_GOODVSBAD2 || gamemode == GAME_BATTLEMECH)
786         {
787                 M_DrawPic ((320 - p->width) / 2, 4, "gfx/ttl_sgl");
788
789                 M_DrawTextBox (60, 8 * 8, 23, 4);
790                 if (gamemode == GAME_GOODVSBAD2)
791                         M_Print(95, 10 * 8, "Good Vs Bad 2 is for");
792                 else  // if (gamemode == GAME_BATTLEMECH)
793                         M_Print(95, 10 * 8, "Battlemech is for");
794                 M_Print(83, 11 * 8, "multiplayer play only");
795         }
796         else
797         {
798                 int             f;
799
800                 M_DrawPic ( (320-p->width)/2, 4, "gfx/ttl_sgl");
801                 M_DrawPic (72, 32, "gfx/sp_menu");
802
803                 f = (int)(realtime * 10)%6;
804
805                 M_DrawPic (54, 32 + m_singleplayer_cursor * 20, va("gfx/menudot%i", f+1));
806         }
807 }
808
809
810 static void M_SinglePlayer_Key (int key, char ascii)
811 {
812         if (gamemode == GAME_GOODVSBAD2 || gamemode == GAME_BATTLEMECH)
813         {
814                 if (key == K_ESCAPE || key == K_ENTER)
815                         m_state = m_main;
816                 return;
817         }
818
819         switch (key)
820         {
821         case K_ESCAPE:
822                 M_Menu_Main_f ();
823                 break;
824
825         case K_DOWNARROW:
826                 S_LocalSound ("sound/misc/menu1.wav");
827                 if (++m_singleplayer_cursor >= SINGLEPLAYER_ITEMS)
828                         m_singleplayer_cursor = 0;
829                 break;
830
831         case K_UPARROW:
832                 S_LocalSound ("sound/misc/menu1.wav");
833                 if (--m_singleplayer_cursor < 0)
834                         m_singleplayer_cursor = SINGLEPLAYER_ITEMS - 1;
835                 break;
836
837         case K_ENTER:
838                 m_entersound = true;
839
840                 switch (m_singleplayer_cursor)
841                 {
842                 case 0:
843                         key_dest = key_game;
844                         if (sv.active)
845                                 Cbuf_AddText ("disconnect\n");
846                         Cbuf_AddText ("maxplayers 1\n");
847                         Cbuf_AddText ("deathmatch 0\n");
848                         Cbuf_AddText ("coop 0\n");
849                         if (gamemode == GAME_TRANSFUSION)
850                         {
851                                 key_dest = key_menu;
852                                 M_Menu_Transfusion_Episode_f ();
853                                 break;
854                         }
855                         Cbuf_AddText ("startmap_sp\n");
856                         break;
857
858                 case 1:
859                         M_Menu_Load_f ();
860                         break;
861
862                 case 2:
863                         M_Menu_Save_f ();
864                         break;
865                 }
866         }
867 }
868
869 //=============================================================================
870 /* LOAD/SAVE MENU */
871
872 static int              load_cursor;            // 0 < load_cursor < MAX_SAVEGAMES
873
874 #define MAX_SAVEGAMES           12
875 static char     m_filenames[MAX_SAVEGAMES][SAVEGAME_COMMENT_LENGTH+1];
876 static int              loadable[MAX_SAVEGAMES];
877
878 static void M_ScanSaves (void)
879 {
880         int             i, j, len;
881         char    name[MAX_OSPATH];
882         char    buf[SAVEGAME_COMMENT_LENGTH + 256];
883         const char *t;
884         qfile_t *f;
885         int             version;
886
887         for (i=0 ; i<MAX_SAVEGAMES ; i++)
888         {
889                 strlcpy (m_filenames[i], "--- UNUSED SLOT ---", sizeof(m_filenames[i]));
890                 loadable[i] = false;
891                 sprintf (name, "s%i.sav", (int)i);
892                 f = FS_Open (name, "rb", false, false);
893                 if (!f)
894                         continue;
895                 // read enough to get the comment
896                 len = FS_Read(f, buf, sizeof(buf) - 1);
897                 buf[sizeof(buf) - 1] = 0;
898                 t = buf;
899                 // version
900                 COM_ParseToken_Simple(&t, false);
901                 version = atoi(com_token);
902                 // description
903                 COM_ParseToken_Simple(&t, false);
904                 strlcpy (m_filenames[i], com_token, sizeof (m_filenames[i]));
905
906         // change _ back to space
907                 for (j=0 ; j<SAVEGAME_COMMENT_LENGTH ; j++)
908                         if (m_filenames[i][j] == '_')
909                                 m_filenames[i][j] = ' ';
910                 loadable[i] = true;
911                 FS_Close (f);
912         }
913 }
914
915 void M_Menu_Load_f (void)
916 {
917         m_entersound = true;
918         m_state = m_load;
919         key_dest = key_menu;
920         M_ScanSaves ();
921 }
922
923
924 void M_Menu_Save_f (void)
925 {
926         if (!sv.active)
927                 return;
928         if (cl.intermission)
929                 return;
930         if (!cl.islocalgame)
931                 return;
932         m_entersound = true;
933         m_state = m_save;
934         key_dest = key_menu;
935         M_ScanSaves ();
936 }
937
938
939 static void M_Load_Draw (void)
940 {
941         int             i;
942         cachepic_t      *p;
943
944         M_Background(320, 200);
945
946         p = Draw_CachePic ("gfx/p_load", true);
947         M_DrawPic ( (320-p->width)/2, 4, "gfx/p_load" );
948
949         for (i=0 ; i< MAX_SAVEGAMES; i++)
950                 M_Print(16, 32 + 8*i, m_filenames[i]);
951
952 // line cursor
953         M_DrawCharacter (8, 32 + load_cursor*8, 12+((int)(realtime*4)&1));
954 }
955
956
957 static void M_Save_Draw (void)
958 {
959         int             i;
960         cachepic_t      *p;
961
962         M_Background(320, 200);
963
964         p = Draw_CachePic ("gfx/p_save", true);
965         M_DrawPic ( (320-p->width)/2, 4, "gfx/p_save");
966
967         for (i=0 ; i<MAX_SAVEGAMES ; i++)
968                 M_Print(16, 32 + 8*i, m_filenames[i]);
969
970 // line cursor
971         M_DrawCharacter (8, 32 + load_cursor*8, 12+((int)(realtime*4)&1));
972 }
973
974
975 static void M_Load_Key (int k, char ascii)
976 {
977         switch (k)
978         {
979         case K_ESCAPE:
980                 if (gamemode == GAME_TRANSFUSION)
981                         M_Menu_Main_f ();
982                 else
983                         M_Menu_SinglePlayer_f ();
984                 break;
985
986         case K_ENTER:
987                 S_LocalSound ("sound/misc/menu2.wav");
988                 if (!loadable[load_cursor])
989                         return;
990                 m_state = m_none;
991                 key_dest = key_game;
992
993                 // issue the load command
994                 Cbuf_AddText (va ("load s%i\n", load_cursor) );
995                 return;
996
997         case K_UPARROW:
998         case K_LEFTARROW:
999                 S_LocalSound ("sound/misc/menu1.wav");
1000                 load_cursor--;
1001                 if (load_cursor < 0)
1002                         load_cursor = MAX_SAVEGAMES-1;
1003                 break;
1004
1005         case K_DOWNARROW:
1006         case K_RIGHTARROW:
1007                 S_LocalSound ("sound/misc/menu1.wav");
1008                 load_cursor++;
1009                 if (load_cursor >= MAX_SAVEGAMES)
1010                         load_cursor = 0;
1011                 break;
1012         }
1013 }
1014
1015
1016 static void M_Save_Key (int k, char ascii)
1017 {
1018         switch (k)
1019         {
1020         case K_ESCAPE:
1021                 if (gamemode == GAME_TRANSFUSION)
1022                         M_Menu_Main_f ();
1023                 else
1024                         M_Menu_SinglePlayer_f ();
1025                 break;
1026
1027         case K_ENTER:
1028                 m_state = m_none;
1029                 key_dest = key_game;
1030                 Cbuf_AddText (va("save s%i\n", load_cursor));
1031                 return;
1032
1033         case K_UPARROW:
1034         case K_LEFTARROW:
1035                 S_LocalSound ("sound/misc/menu1.wav");
1036                 load_cursor--;
1037                 if (load_cursor < 0)
1038                         load_cursor = MAX_SAVEGAMES-1;
1039                 break;
1040
1041         case K_DOWNARROW:
1042         case K_RIGHTARROW:
1043                 S_LocalSound ("sound/misc/menu1.wav");
1044                 load_cursor++;
1045                 if (load_cursor >= MAX_SAVEGAMES)
1046                         load_cursor = 0;
1047                 break;
1048         }
1049 }
1050
1051 //=============================================================================
1052 /* Transfusion Single Player Episode Menu */
1053
1054 static int      m_episode_cursor;
1055 #define EPISODE_ITEMS   6
1056
1057 void M_Menu_Transfusion_Episode_f (void)
1058 {
1059         m_entersound = true;
1060         m_state = m_transfusion_episode;
1061         key_dest = key_menu;
1062 }
1063
1064 static void M_Transfusion_Episode_Draw (void)
1065 {
1066         int y;
1067         cachepic_t *p;
1068         M_Background(640, 480);
1069
1070         p = Draw_CachePic ("gfx/menu/tb-episodes", true);
1071         M_DrawPic (640/2 - p->width/2, 40, "gfx/menu/tb-episodes");
1072         for (y = 0; y < EPISODE_ITEMS; y++){
1073                 M_DrawPic (0, 160 + y * 40, va("gfx/menu/episode%i", y+1));
1074         }
1075
1076         M_DrawPic (0, 120 + (m_episode_cursor + 1) * 40, va("gfx/menu/episode%iselected", m_episode_cursor + 1));
1077 }
1078
1079 static void M_Transfusion_Episode_Key (int key, char ascii)
1080 {
1081         switch (key)
1082         {
1083         case K_ESCAPE:
1084                 M_Menu_Main_f ();
1085                 break;
1086
1087         case K_DOWNARROW:
1088                 S_LocalSound ("sound/misc/menu1.wav");
1089                 m_episode_cursor++;
1090                 if (m_episode_cursor >= EPISODE_ITEMS)
1091                         m_episode_cursor = 0;
1092                 break;
1093
1094         case K_UPARROW:
1095                 S_LocalSound ("sound/misc/menu1.wav");
1096                 m_episode_cursor--;
1097                 if (m_episode_cursor < 0)
1098                         m_episode_cursor = EPISODE_ITEMS - 1;
1099                 break;
1100
1101         case K_ENTER:
1102                 Cbuf_AddText ("deathmatch 0\n");
1103                 m_entersound = true;
1104                 M_Menu_Transfusion_Skill_f ();
1105         }
1106 }
1107
1108 //=============================================================================
1109 /* Transfusion Single Player Skill Menu */
1110
1111 static int      m_skill_cursor = 2;
1112 #define SKILL_ITEMS     5
1113
1114 void M_Menu_Transfusion_Skill_f (void)
1115 {
1116         m_entersound = true;
1117         m_state = m_transfusion_skill;
1118         key_dest = key_menu;
1119 }
1120
1121 static void M_Transfusion_Skill_Draw (void)
1122 {
1123         int y;
1124         cachepic_t      *p;
1125         M_Background(640, 480);
1126
1127         p = Draw_CachePic ("gfx/menu/tb-difficulty", true);
1128         M_DrawPic(640/2 - p->width/2, 40, "gfx/menu/tb-difficulty");
1129
1130         for (y = 0; y < SKILL_ITEMS; y++)
1131         {
1132                 M_DrawPic (0, 180 + y * 40, va("gfx/menu/difficulty%i", y+1));
1133         }
1134         M_DrawPic (0, 140 + (m_skill_cursor + 1) *40, va("gfx/menu/difficulty%iselected", m_skill_cursor + 1));
1135 }
1136
1137 static void M_Transfusion_Skill_Key (int key, char ascii)
1138 {
1139         switch (key)
1140         {
1141         case K_ESCAPE:
1142                 M_Menu_Transfusion_Episode_f ();
1143                 break;
1144
1145         case K_DOWNARROW:
1146                 S_LocalSound ("sound/misc/menu1.wav");
1147                 m_skill_cursor++;
1148                 if (m_skill_cursor >= SKILL_ITEMS)
1149                         m_skill_cursor = 0;
1150                 break;
1151
1152         case K_UPARROW:
1153                 S_LocalSound ("sound/misc/menu1.wav");
1154                 m_skill_cursor--;
1155                 if (m_skill_cursor < 0)
1156                         m_skill_cursor = SKILL_ITEMS - 1;
1157                 break;
1158
1159         case K_ENTER:
1160                 m_entersound = true;
1161                 switch (m_skill_cursor)
1162                 {
1163                 case 0:
1164                         Cbuf_AddText ("skill 1\n");
1165                         break;
1166                 case 1:
1167                         Cbuf_AddText ("skill 2\n");
1168                         break;
1169                 case 2:
1170                         Cbuf_AddText ("skill 3\n");
1171                         break;
1172                 case 3:
1173                         Cbuf_AddText ("skill 4\n");
1174                         break;
1175                 case 4:
1176                         Cbuf_AddText ("skill 5\n");
1177                         break;
1178                 }
1179                 key_dest = key_game;
1180                 if (sv.active)
1181                         Cbuf_AddText ("disconnect\n");
1182                 Cbuf_AddText ("maxplayers 1\n");
1183                 Cbuf_AddText ("deathmatch 0\n");
1184                 Cbuf_AddText ("coop 0\n");
1185                 switch (m_episode_cursor)
1186                 {
1187                 case 0:
1188                         Cbuf_AddText ("map e1m1\n");
1189                         break;
1190                 case 1:
1191                         Cbuf_AddText ("map e2m1\n");
1192                         break;
1193                 case 2:
1194                         Cbuf_AddText ("map e3m1\n");
1195                         break;
1196                 case 3:
1197                         Cbuf_AddText ("map e4m1\n");
1198                         break;
1199                 case 4:
1200                         Cbuf_AddText ("map e6m1\n");
1201                         break;
1202                 case 5:
1203                         Cbuf_AddText ("map cp01\n");
1204                         break;
1205                 }
1206         }
1207 }
1208 //=============================================================================
1209 /* MULTIPLAYER MENU */
1210
1211 static int      m_multiplayer_cursor;
1212 #define MULTIPLAYER_ITEMS       3
1213
1214
1215 void M_Menu_MultiPlayer_f (void)
1216 {
1217         key_dest = key_menu;
1218         m_state = m_multiplayer;
1219         m_entersound = true;
1220 }
1221
1222
1223 static void M_MultiPlayer_Draw (void)
1224 {
1225         int             f;
1226         cachepic_t      *p;
1227
1228         if (gamemode == GAME_TRANSFUSION)
1229         {
1230                 M_Background(640, 480);
1231                 p = Draw_CachePic ("gfx/menu/tb-online", true);
1232                 M_DrawPic (640/2 - p->width/2, 140, "gfx/menu/tb-online");
1233                 for (f = 1; f <= MULTIPLAYER_ITEMS; f++)
1234                         M_DrawPic (0, 180 + f*40, va("gfx/menu/online%i", f));
1235                 M_DrawPic (0, 220 + m_multiplayer_cursor * 40, va("gfx/menu/online%iselected", m_multiplayer_cursor + 1));
1236                 return;
1237         }
1238         M_Background(320, 200);
1239
1240         M_DrawPic (16, 4, "gfx/qplaque");
1241         p = Draw_CachePic ("gfx/p_multi", true);
1242         M_DrawPic ( (320-p->width)/2, 4, "gfx/p_multi");
1243         M_DrawPic (72, 32, "gfx/mp_menu");
1244
1245         f = (int)(realtime * 10)%6;
1246
1247         M_DrawPic (54, 32 + m_multiplayer_cursor * 20, va("gfx/menudot%i", f+1));
1248 }
1249
1250
1251 static void M_MultiPlayer_Key (int key, char ascii)
1252 {
1253         switch (key)
1254         {
1255         case K_ESCAPE:
1256                 M_Menu_Main_f ();
1257                 break;
1258
1259         case K_DOWNARROW:
1260                 S_LocalSound ("sound/misc/menu1.wav");
1261                 if (++m_multiplayer_cursor >= MULTIPLAYER_ITEMS)
1262                         m_multiplayer_cursor = 0;
1263                 break;
1264
1265         case K_UPARROW:
1266                 S_LocalSound ("sound/misc/menu1.wav");
1267                 if (--m_multiplayer_cursor < 0)
1268                         m_multiplayer_cursor = MULTIPLAYER_ITEMS - 1;
1269                 break;
1270
1271         case K_ENTER:
1272                 m_entersound = true;
1273                 switch (m_multiplayer_cursor)
1274                 {
1275                 case 0:
1276                 case 1:
1277                         M_Menu_LanConfig_f ();
1278                         break;
1279
1280                 case 2:
1281                         M_Menu_Setup_f ();
1282                         break;
1283                 }
1284         }
1285 }
1286
1287 //=============================================================================
1288 /* SETUP MENU */
1289
1290 static int              setup_cursor = 4;
1291 static int              setup_cursor_table[] = {40, 64, 88, 124, 140};
1292
1293 static char     setup_myname[32];
1294 static int              setup_oldtop;
1295 static int              setup_oldbottom;
1296 static int              setup_top;
1297 static int              setup_bottom;
1298 static int              setup_rate;
1299 static int              setup_oldrate;
1300
1301 #define NUM_SETUP_CMDS  5
1302
1303 void M_Menu_Setup_f (void)
1304 {
1305         key_dest = key_menu;
1306         m_state = m_setup;
1307         m_entersound = true;
1308         strlcpy(setup_myname, cl_name.string, sizeof(setup_myname));
1309         setup_top = setup_oldtop = cl_color.integer >> 4;
1310         setup_bottom = setup_oldbottom = cl_color.integer & 15;
1311         setup_rate = cl_rate.integer;
1312 }
1313
1314 static int menuplyr_width, menuplyr_height, menuplyr_top, menuplyr_bottom, menuplyr_load;
1315 static unsigned char *menuplyr_pixels;
1316 static unsigned int *menuplyr_translated;
1317
1318 typedef struct ratetable_s
1319 {
1320         int rate;
1321         char *name;
1322 }
1323 ratetable_t;
1324
1325 #define RATES ((int)(sizeof(setup_ratetable)/sizeof(setup_ratetable[0])))
1326 static ratetable_t setup_ratetable[] =
1327 {
1328         {1000, "28.8 bad"},
1329         {1500, "28.8 mediocre"},
1330         {2000, "28.8 good"},
1331         {2500, "33.6 mediocre"},
1332         {3000, "33.6 good"},
1333         {3500, "56k bad"},
1334         {4000, "56k mediocre"},
1335         {4500, "56k adequate"},
1336         {5000, "56k good"},
1337         {7000, "64k ISDN"},
1338         {15000, "128k ISDN"},
1339         {25000, "broadband"}
1340 };
1341
1342 static int setup_rateindex(int rate)
1343 {
1344         int i;
1345         for (i = 0;i < RATES;i++)
1346                 if (setup_ratetable[i].rate > setup_rate)
1347                         break;
1348         return bound(1, i, RATES) - 1;
1349 }
1350
1351 static void M_Setup_Draw (void)
1352 {
1353         int i;
1354         cachepic_t      *p;
1355
1356         M_Background(320, 200);
1357
1358         M_DrawPic (16, 4, "gfx/qplaque");
1359         p = Draw_CachePic ("gfx/p_multi", true);
1360         M_DrawPic ( (320-p->width)/2, 4, "gfx/p_multi");
1361
1362         M_Print(64, 40, "Your name");
1363         M_DrawTextBox (160, 32, 16, 1);
1364         M_PrintColored(168, 40, setup_myname);
1365
1366         if (gamemode != GAME_GOODVSBAD2)
1367         {
1368                 M_Print(64, 64, "Shirt color");
1369                 M_Print(64, 88, "Pants color");
1370         }
1371
1372         M_Print(64, 124-8, "Network speed limit");
1373         M_Print(168, 124, va("%i (%s)", setup_rate, setup_ratetable[setup_rateindex(setup_rate)].name));
1374
1375         M_DrawTextBox (64, 140-8, 14, 1);
1376         M_Print(72, 140, "Accept Changes");
1377
1378         // LordHavoc: rewrote this code greatly
1379         if (menuplyr_load)
1380         {
1381                 unsigned char *data, *f;
1382                 fs_offset_t filesize;
1383                 menuplyr_load = false;
1384                 menuplyr_top = -1;
1385                 menuplyr_bottom = -1;
1386                 if ((f = FS_LoadFile("gfx/menuplyr.lmp", tempmempool, true, &filesize)))
1387                 {
1388                         data = LoadLMP (f, filesize, 0, 0, true);
1389                         menuplyr_width = image_width;
1390                         menuplyr_height = image_height;
1391                         Mem_Free(f);
1392                         menuplyr_pixels = (unsigned char *)Mem_Alloc(cls.permanentmempool, menuplyr_width * menuplyr_height);
1393                         menuplyr_translated = (unsigned int *)Mem_Alloc(cls.permanentmempool, menuplyr_width * menuplyr_height * 4);
1394                         memcpy(menuplyr_pixels, data, menuplyr_width * menuplyr_height);
1395                         Mem_Free(data);
1396                 }
1397         }
1398
1399         if (menuplyr_pixels)
1400         {
1401                 if (menuplyr_top != setup_top || menuplyr_bottom != setup_bottom)
1402                 {
1403                         menuplyr_top = setup_top;
1404                         menuplyr_bottom = setup_bottom;
1405                         M_BuildTranslationTable(menuplyr_top*16, menuplyr_bottom*16);
1406                         for (i = 0;i < menuplyr_width * menuplyr_height;i++)
1407                                 menuplyr_translated[i] = palette_transparent[translationTable[menuplyr_pixels[i]]];
1408                         Draw_NewPic("gfx/menuplyr", menuplyr_width, menuplyr_height, true, (unsigned char *)menuplyr_translated);
1409                 }
1410                 M_DrawPic(160, 48, "gfx/bigbox");
1411                 M_DrawPic(172, 56, "gfx/menuplyr");
1412         }
1413
1414         if (setup_cursor == 0)
1415                 M_DrawCharacter (168 + 8*strlen(setup_myname), setup_cursor_table [setup_cursor], 10+((int)(realtime*4)&1));
1416         else
1417                 M_DrawCharacter (56, setup_cursor_table [setup_cursor], 12+((int)(realtime*4)&1));
1418 }
1419
1420
1421 static void M_Setup_Key (int k, char ascii)
1422 {
1423         int                     l;
1424
1425         switch (k)
1426         {
1427         case K_ESCAPE:
1428                 M_Menu_MultiPlayer_f ();
1429                 break;
1430
1431         case K_UPARROW:
1432                 S_LocalSound ("sound/misc/menu1.wav");
1433                 setup_cursor--;
1434                 if (setup_cursor < 0)
1435                         setup_cursor = NUM_SETUP_CMDS-1;
1436                 break;
1437
1438         case K_DOWNARROW:
1439                 S_LocalSound ("sound/misc/menu1.wav");
1440                 setup_cursor++;
1441                 if (setup_cursor >= NUM_SETUP_CMDS)
1442                         setup_cursor = 0;
1443                 break;
1444
1445         case K_LEFTARROW:
1446                 if (setup_cursor < 1)
1447                         return;
1448                 S_LocalSound ("sound/misc/menu3.wav");
1449                 if (setup_cursor == 1)
1450                         setup_top = setup_top - 1;
1451                 if (setup_cursor == 2)
1452                         setup_bottom = setup_bottom - 1;
1453                 if (setup_cursor == 3)
1454                 {
1455                         l = setup_rateindex(setup_rate) - 1;
1456                         if (l < 0)
1457                                 l = RATES - 1;
1458                         setup_rate = setup_ratetable[l].rate;
1459                 }
1460                 break;
1461         case K_RIGHTARROW:
1462                 if (setup_cursor < 1)
1463                         return;
1464 forward:
1465                 S_LocalSound ("sound/misc/menu3.wav");
1466                 if (setup_cursor == 1)
1467                         setup_top = setup_top + 1;
1468                 if (setup_cursor == 2)
1469                         setup_bottom = setup_bottom + 1;
1470                 if (setup_cursor == 3)
1471                 {
1472                         l = setup_rateindex(setup_rate) + 1;
1473                         if (l >= RATES)
1474                                 l = 0;
1475                         setup_rate = setup_ratetable[l].rate;
1476                 }
1477                 break;
1478
1479         case K_ENTER:
1480                 if (setup_cursor == 0)
1481                         return;
1482
1483                 if (setup_cursor == 1 || setup_cursor == 2 || setup_cursor == 3)
1484                         goto forward;
1485
1486                 // setup_cursor == 4 (Accept changes)
1487                 if (strcmp(cl_name.string, setup_myname) != 0)
1488                         Cbuf_AddText ( va ("name \"%s\"\n", setup_myname) );
1489                 if (setup_top != setup_oldtop || setup_bottom != setup_oldbottom)
1490                         Cbuf_AddText( va ("color %i %i\n", setup_top, setup_bottom) );
1491                 if (setup_rate != setup_oldrate)
1492                         Cbuf_AddText(va("rate %i\n", setup_rate));
1493
1494                 m_entersound = true;
1495                 M_Menu_MultiPlayer_f ();
1496                 break;
1497
1498         case K_BACKSPACE:
1499                 if (setup_cursor == 0)
1500                 {
1501                         if (strlen(setup_myname))
1502                                 setup_myname[strlen(setup_myname)-1] = 0;
1503                 }
1504                 break;
1505
1506         default:
1507                 if (ascii < 32)
1508                         break;
1509                 if (setup_cursor == 0)
1510                 {
1511                         l = (int)strlen(setup_myname);
1512                         if (l < 15)
1513                         {
1514                                 setup_myname[l+1] = 0;
1515                                 setup_myname[l] = ascii;
1516                         }
1517                 }
1518         }
1519
1520         if (setup_top > 15)
1521                 setup_top = 0;
1522         if (setup_top < 0)
1523                 setup_top = 15;
1524         if (setup_bottom > 15)
1525                 setup_bottom = 0;
1526         if (setup_bottom < 0)
1527                 setup_bottom = 15;
1528 }
1529
1530 //=============================================================================
1531 /* OPTIONS MENU */
1532
1533 #define SLIDER_RANGE    10
1534
1535 static void M_DrawSlider (int x, int y, float num, float rangemin, float rangemax)
1536 {
1537         char text[16];
1538         int i;
1539         float range;
1540         range = bound(0, (num - rangemin) / (rangemax - rangemin), 1);
1541         M_DrawCharacter (x-8, y, 128);
1542         for (i = 0;i < SLIDER_RANGE;i++)
1543                 M_DrawCharacter (x + i*8, y, 129);
1544         M_DrawCharacter (x+i*8, y, 130);
1545         M_DrawCharacter (x + (SLIDER_RANGE-1)*8 * range, y, 131);
1546         if (fabs((int)num - num) < 0.01)
1547                 sprintf(text, "%i", (int)num);
1548         else
1549                 sprintf(text, "%.3f", num);
1550         M_Print(x + (SLIDER_RANGE+2) * 8, y, text);
1551 }
1552
1553 static void M_DrawCheckbox (int x, int y, int on)
1554 {
1555         if (on)
1556                 M_Print(x, y, "on");
1557         else
1558                 M_Print(x, y, "off");
1559 }
1560
1561
1562 //#define OPTIONS_ITEMS 25 aule was here
1563 #define OPTIONS_ITEMS 26
1564
1565
1566 static int options_cursor;
1567
1568 void M_Menu_Options_f (void)
1569 {
1570         key_dest = key_menu;
1571         m_state = m_options;
1572         m_entersound = true;
1573 }
1574
1575 extern cvar_t slowmo;
1576 extern dllhandle_t jpeg_dll;
1577 extern cvar_t gl_texture_anisotropy;
1578 extern cvar_t r_textshadow;
1579 extern cvar_t r_hdr_scenebrightness;
1580
1581 static void M_Menu_Options_AdjustSliders (int dir)
1582 {
1583         int optnum;
1584         double f;
1585         S_LocalSound ("sound/misc/menu3.wav");
1586
1587         optnum = 0;
1588              if (options_cursor == optnum++) ;
1589         else if (options_cursor == optnum++) ;
1590         else if (options_cursor == optnum++) ;
1591         else if (options_cursor == optnum++) ;
1592         else if (options_cursor == optnum++) Cvar_SetValueQuick(&crosshair, bound(0, crosshair.integer + dir, 6));
1593         else if (options_cursor == optnum++) Cvar_SetValueQuick(&sensitivity, bound(1, sensitivity.value + dir * 0.5, 50));
1594         else if (options_cursor == optnum++) Cvar_SetValueQuick(&m_pitch, -m_pitch.value);
1595         else if (options_cursor == optnum++) Cvar_SetValueQuick(&scr_fov, bound(1, scr_fov.integer + dir * 1, 170));
1596         else if (options_cursor == optnum++) Cvar_SetValueQuick(&showfps, !showfps.integer);
1597         else if (options_cursor == optnum++) {f = !(showdate.integer && showtime.integer);Cvar_SetValueQuick(&showdate, f);Cvar_SetValueQuick(&showtime, f);}
1598         else if (options_cursor == optnum++) ;
1599         else if (options_cursor == optnum++) Cvar_SetValueQuick(&r_hdr_scenebrightness, bound(1, r_hdr_scenebrightness.value + dir * 0.0625, 4));
1600         else if (options_cursor == optnum++) Cvar_SetValueQuick(&v_contrast, bound(1, v_contrast.value + dir * 0.0625, 4));
1601         else if (options_cursor == optnum++) Cvar_SetValueQuick(&v_gamma, bound(0.5, v_gamma.value + dir * 0.0625, 3));
1602         else if (options_cursor == optnum++) Cvar_SetValueQuick(&volume, bound(0, volume.value + dir * 0.0625, 1));
1603         else if (options_cursor == optnum++) Cvar_SetValueQuick(&bgmvolume, bound(0, bgmvolume.value + dir * 0.0625, 1));
1604 }
1605
1606 static int optnum;
1607 static int opty;
1608 static int optcursor;
1609
1610 static void M_Options_PrintCommand(const char *s, int enabled)
1611 {
1612         if (opty >= 32)
1613         {
1614                 if (optnum == optcursor)
1615                         DrawQ_Fill(menu_x + 48, menu_y + opty, 320, 8, optnum == optcursor ? (0.5 + 0.2 * sin(realtime * M_PI)) : 0, 0, 0, 0.5, 0);
1616                 M_ItemPrint(0 + 48, opty, s, enabled);
1617         }
1618         opty += 8;
1619         optnum++;
1620 }
1621
1622 static void M_Options_PrintCheckbox(const char *s, int enabled, int yes)
1623 {
1624         if (opty >= 32)
1625         {
1626                 if (optnum == optcursor)
1627                         DrawQ_Fill(menu_x + 48, menu_y + opty, 320, 8, optnum == optcursor ? (0.5 + 0.2 * sin(realtime * M_PI)) : 0, 0, 0, 0.5, 0);
1628                 M_ItemPrint(0 + 48, opty, s, enabled);
1629                 M_DrawCheckbox(0 + 48 + (int)strlen(s) * 8 + 8, opty, yes);
1630         }
1631         opty += 8;
1632         optnum++;
1633 }
1634
1635 static void M_Options_PrintSlider(const char *s, int enabled, float value, float minvalue, float maxvalue)
1636 {
1637         if (opty >= 32)
1638         {
1639                 if (optnum == optcursor)
1640                         DrawQ_Fill(menu_x + 48, menu_y + opty, 320, 8, optnum == optcursor ? (0.5 + 0.2 * sin(realtime * M_PI)) : 0, 0, 0, 0.5, 0);
1641                 M_ItemPrint(0 + 48, opty, s, enabled);
1642                 M_DrawSlider(0 + 48 + (int)strlen(s) * 8 + 8, opty, value, minvalue, maxvalue);
1643         }
1644         opty += 8;
1645         optnum++;
1646 }
1647
1648 static void M_Options_Draw (void)
1649 {
1650         int visible;
1651         cachepic_t      *p;
1652
1653         M_Background(320, bound(200, 32 + OPTIONS_ITEMS * 8, vid_conheight.integer));
1654
1655         M_DrawPic(16, 4, "gfx/qplaque");
1656         p = Draw_CachePic("gfx/p_option", true);
1657         M_DrawPic((320-p->width)/2, 4, "gfx/p_option");
1658
1659         optnum = 0;
1660         optcursor = options_cursor;
1661         visible = (int)((menu_height - 32) / 8);
1662         opty = 32 - bound(0, optcursor - (visible >> 1), max(0, OPTIONS_ITEMS - visible)) * 8;
1663
1664         M_Options_PrintCommand( "    Customize controls", true);
1665         M_Options_PrintCommand( "         Go to console", true);
1666         M_Options_PrintCommand( "     Reset to defaults", true);
1667         M_Options_PrintCommand( "     Change Video Mode", true);
1668         M_Options_PrintSlider(  "             Crosshair", true, crosshair.value, 0, 5);
1669         M_Options_PrintSlider(  "           Mouse Speed", true, sensitivity.value, 1, 50);
1670         M_Options_PrintCheckbox("          Invert Mouse", true, m_pitch.value < 0);
1671         M_Options_PrintSlider(  "         Field of View", true, scr_fov.integer, 1, 170);
1672         M_Options_PrintCheckbox("        Show Framerate", true, showfps.integer);
1673         M_Options_PrintCheckbox("    Show Date and Time", true, showdate.integer && showtime.integer);
1674         M_Options_PrintCommand( "     Custom Brightness", true);
1675         M_Options_PrintSlider(  "       Game Brightness", true, r_hdr_scenebrightness.value, 1, 4);
1676         M_Options_PrintSlider(  "            Brightness", true, v_contrast.value, 1, 2);
1677         M_Options_PrintSlider(  "                 Gamma", true, v_gamma.value, 0.5, 3);
1678         M_Options_PrintSlider(  "          Sound Volume", snd_initialized.integer, volume.value, 0, 1);
1679         M_Options_PrintSlider(  "          Music Volume", cdaudioinitialized.integer, bgmvolume.value, 0, 1);
1680         M_Options_PrintCommand( "     Customize Effects", true);
1681         M_Options_PrintCommand( "       Effects:  Quake", true);
1682         M_Options_PrintCommand( "       Effects: Normal", true);
1683         M_Options_PrintCommand( "       Effects:   High", true);
1684         M_Options_PrintCommand( "    Customize Lighting", true);
1685         M_Options_PrintCommand( "      Lighting: Flares", true);
1686         M_Options_PrintCommand( "      Lighting: Normal", true);
1687         M_Options_PrintCommand( "      Lighting:   High", true);
1688         M_Options_PrintCommand( "      Lighting:   Full", true);
1689         M_Options_PrintCommand( "           Browse Mods", true);
1690 }
1691
1692
1693 static void M_Options_Key (int k, char ascii)
1694 {
1695         switch (k)
1696         {
1697         case K_ESCAPE:
1698                 M_Menu_Main_f ();
1699                 break;
1700
1701         case K_ENTER:
1702                 m_entersound = true;
1703                 switch (options_cursor)
1704                 {
1705                 case 0:
1706                         M_Menu_Keys_f ();
1707                         break;
1708                 case 1:
1709                         m_state = m_none;
1710                         key_dest = key_game;
1711                         Con_ToggleConsole_f ();
1712                         break;
1713                 case 2:
1714                         M_Menu_Reset_f ();
1715                         break;
1716                 case 3:
1717                         M_Menu_Video_f ();
1718                         break;
1719                 case 10:
1720                         M_Menu_Options_ColorControl_f ();
1721                         break;
1722                 case 16: // Customize Effects
1723                         M_Menu_Options_Effects_f ();
1724                         break;
1725                 case 17: // Effects: Quake
1726                         Cbuf_AddText("cl_particles 1;cl_particles_quake 1;cl_particles_quality 1;cl_particles_explosions_shell 0;r_explosionclip 1;cl_stainmaps 0;cl_stainmaps_clearonload 1;cl_decals 0;cl_particles_bulletimpacts 1;cl_particles_smoke 1;cl_particles_sparks 1;cl_particles_bubbles 1;cl_particles_blood 1;cl_particles_blood_alpha 1;cl_particles_blood_bloodhack 0;cl_beams_polygons 0;cl_beams_instantaimhack 0;cl_beams_quakepositionhack 1;cl_beams_lightatend 0;r_lerpmodels 1;r_lerpsprites 1;gl_polyblend 1;r_skyscroll1 1;r_skyscroll2 2;r_waterwarp 1;r_wateralpha 1;r_waterscroll 1\n");
1727                         break;
1728                 case 18: // Effects: Normal
1729                         Cbuf_AddText("cl_particles 1;cl_particles_quake 0;cl_particles_quality 1;cl_particles_explosions_shell 0;r_explosionclip 1;cl_stainmaps 0;cl_stainmaps_clearonload 1;cl_decals 1;cl_particles_bulletimpacts 1;cl_particles_smoke 1;cl_particles_sparks 1;cl_particles_bubbles 1;cl_particles_blood 1;cl_particles_blood_alpha 1;cl_particles_blood_bloodhack 1;cl_beams_polygons 1;cl_beams_instantaimhack 0;cl_beams_quakepositionhack 1;cl_beams_lightatend 0;r_lerpmodels 1;r_lerpsprites 1;gl_polyblend 1;r_skyscroll1 1;r_skyscroll2 2;r_waterwarp 1;r_wateralpha 1;r_waterscroll 1\n");
1730                         break;
1731                 case 19: // Effects: High
1732                         Cbuf_AddText("cl_particles 1;cl_particles_quake 0;cl_particles_quality 2;cl_particles_explosions_shell 0;r_explosionclip 1;cl_stainmaps 1;cl_stainmaps_clearonload 1;cl_decals 1;cl_particles_bulletimpacts 1;cl_particles_smoke 1;cl_particles_sparks 1;cl_particles_bubbles 1;cl_particles_blood 1;cl_particles_blood_alpha 1;cl_particles_blood_bloodhack 1;cl_beams_polygons 1;cl_beams_instantaimhack 0;cl_beams_quakepositionhack 1;cl_beams_lightatend 0;r_lerpmodels 1;r_lerpsprites 1;gl_polyblend 1;r_skyscroll1 1;r_skyscroll2 2;r_waterwarp 1;r_wateralpha 1;r_waterscroll 1\n");
1733                         break;
1734                 case 20:
1735                         M_Menu_Options_Graphics_f ();
1736                         break;
1737                 case 21: // Lighting: Flares
1738                         Cbuf_AddText("r_coronas 1;gl_flashblend 1;r_shadow_gloss 0;r_shadow_realtime_dlight 0;r_shadow_realtime_dlight_shadows 0;r_shadow_realtime_world 0;r_shadow_realtime_world_lightmaps 0;r_shadow_realtime_world_shadows 1;r_bloom 0;r_hdr 0");
1739                         break;
1740                 case 22: // Lighting: Normal
1741                         Cbuf_AddText("r_coronas 1;gl_flashblend 0;r_shadow_gloss 1;r_shadow_realtime_dlight 1;r_shadow_realtime_dlight_shadows 0;r_shadow_realtime_world 0;r_shadow_realtime_world_lightmaps 0;r_shadow_realtime_world_shadows 1;r_bloom 0;r_hdr 0");
1742                         break;
1743                 case 23: // Lighting: High
1744                         Cbuf_AddText("r_coronas 1;gl_flashblend 0;r_shadow_gloss 1;r_shadow_realtime_dlight 1;r_shadow_realtime_dlight_shadows 1;r_shadow_realtime_world 0;r_shadow_realtime_world_lightmaps 0;r_shadow_realtime_world_shadows 1;r_bloom 1;r_hdr 0");
1745                         break;
1746                 case 24: // Lighting: Full
1747                         Cbuf_AddText("r_coronas 1;gl_flashblend 0;r_shadow_gloss 1;r_shadow_realtime_dlight 1;r_shadow_realtime_dlight_shadows 1;r_shadow_realtime_world 1;r_shadow_realtime_world_lightmaps 0;r_shadow_realtime_world_shadows 1;r_bloom 1;r_hdr 0");
1748                         break;
1749                 case 25:
1750                         M_Menu_ModList_f ();
1751                         break;
1752                 default:
1753                         M_Menu_Options_AdjustSliders (1);
1754                         break;
1755                 }
1756                 return;
1757
1758         case K_UPARROW:
1759                 S_LocalSound ("sound/misc/menu1.wav");
1760                 options_cursor--;
1761                 if (options_cursor < 0)
1762                         options_cursor = OPTIONS_ITEMS-1;
1763                 break;
1764
1765         case K_DOWNARROW:
1766                 S_LocalSound ("sound/misc/menu1.wav");
1767                 options_cursor++;
1768                 if (options_cursor >= OPTIONS_ITEMS)
1769                         options_cursor = 0;
1770                 break;
1771
1772         case K_LEFTARROW:
1773                 M_Menu_Options_AdjustSliders (-1);
1774                 break;
1775
1776         case K_RIGHTARROW:
1777                 M_Menu_Options_AdjustSliders (1);
1778                 break;
1779         }
1780 }
1781
1782 #define OPTIONS_EFFECTS_ITEMS   34
1783
1784 static int options_effects_cursor;
1785
1786 void M_Menu_Options_Effects_f (void)
1787 {
1788         key_dest = key_menu;
1789         m_state = m_options_effects;
1790         m_entersound = true;
1791 }
1792
1793
1794 extern cvar_t cl_stainmaps;
1795 extern cvar_t cl_stainmaps_clearonload;
1796 extern cvar_t r_explosionclip;
1797 extern cvar_t r_coronas;
1798 extern cvar_t gl_flashblend;
1799 extern cvar_t cl_beams_polygons;
1800 extern cvar_t cl_beams_quakepositionhack;
1801 extern cvar_t cl_beams_instantaimhack;
1802 extern cvar_t cl_beams_lightatend;
1803 extern cvar_t r_lightningbeam_thickness;
1804 extern cvar_t r_lightningbeam_scroll;
1805 extern cvar_t r_lightningbeam_repeatdistance;
1806 extern cvar_t r_lightningbeam_color_red;
1807 extern cvar_t r_lightningbeam_color_green;
1808 extern cvar_t r_lightningbeam_color_blue;
1809 extern cvar_t r_lightningbeam_qmbtexture;
1810
1811 static void M_Menu_Options_Effects_AdjustSliders (int dir)
1812 {
1813         int optnum;
1814         S_LocalSound ("sound/misc/menu3.wav");
1815
1816         optnum = 0;
1817              if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles, !cl_particles.integer);
1818         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_quake, !cl_particles_quake.integer);
1819         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_quality, bound(1, cl_particles_quality.value + dir * 0.5, 4));
1820         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_explosions_shell, !cl_particles_explosions_shell.integer);
1821         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_explosionclip, !r_explosionclip.integer);
1822         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_stainmaps, !cl_stainmaps.integer);
1823         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_stainmaps_clearonload, !cl_stainmaps_clearonload.integer);
1824         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_decals, !cl_decals.integer);
1825         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_bulletimpacts, !cl_particles_bulletimpacts.integer);
1826         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_smoke, !cl_particles_smoke.integer);
1827         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_sparks, !cl_particles_sparks.integer);
1828         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_bubbles, !cl_particles_bubbles.integer);
1829         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_blood, !cl_particles_blood.integer);
1830         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_blood_alpha, bound(0.2, cl_particles_blood_alpha.value + dir * 0.1, 1));
1831         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_particles_blood_bloodhack, !cl_particles_blood_bloodhack.integer);
1832         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_beams_polygons, !cl_beams_polygons.integer);
1833         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_beams_instantaimhack, !cl_beams_instantaimhack.integer);
1834         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_beams_quakepositionhack, !cl_beams_quakepositionhack.integer);
1835         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&cl_beams_lightatend, !cl_beams_lightatend.integer);
1836         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lightningbeam_thickness, bound(1, r_lightningbeam_thickness.integer + dir, 10));
1837         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lightningbeam_scroll, bound(0, r_lightningbeam_scroll.integer + dir, 10));
1838         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lightningbeam_repeatdistance, bound(64, r_lightningbeam_repeatdistance.integer + dir * 64, 1024));
1839         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lightningbeam_color_red, bound(0, r_lightningbeam_color_red.value + dir * 0.1, 1));
1840         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lightningbeam_color_green, bound(0, r_lightningbeam_color_green.value + dir * 0.1, 1));
1841         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lightningbeam_color_blue, bound(0, r_lightningbeam_color_blue.value + dir * 0.1, 1));
1842         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lightningbeam_qmbtexture, !r_lightningbeam_qmbtexture.integer);
1843         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lerpmodels, !r_lerpmodels.integer);
1844         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_lerpsprites, !r_lerpsprites.integer);
1845         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&gl_polyblend, bound(0, gl_polyblend.value + dir * 0.1, 1));
1846         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_skyscroll1, bound(-8, r_skyscroll1.value + dir * 0.1, 8));
1847         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_skyscroll2, bound(-8, r_skyscroll2.value + dir * 0.1, 8));
1848         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_waterwarp, bound(0, r_waterwarp.value + dir * 0.1, 1));
1849         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_wateralpha, bound(0, r_wateralpha.value + dir * 0.1, 1));
1850         else if (options_effects_cursor == optnum++) Cvar_SetValueQuick (&r_waterscroll, bound(0, r_waterscroll.value + dir * 0.5, 10));
1851 }
1852
1853 static void M_Options_Effects_Draw (void)
1854 {
1855         int visible;
1856         cachepic_t      *p;
1857
1858         M_Background(320, bound(200, 32 + OPTIONS_EFFECTS_ITEMS * 8, vid_conheight.integer));
1859
1860         M_DrawPic(16, 4, "gfx/qplaque");
1861         p = Draw_CachePic("gfx/p_option", true);
1862         M_DrawPic((320-p->width)/2, 4, "gfx/p_option");
1863
1864         optcursor = options_effects_cursor;
1865         optnum = 0;
1866         visible = (int)((menu_height - 32) / 8);
1867         opty = 32 - bound(0, optcursor - (visible >> 1), max(0, OPTIONS_EFFECTS_ITEMS - visible)) * 8;
1868
1869         M_Options_PrintCheckbox("             Particles", true, cl_particles.integer);
1870         M_Options_PrintCheckbox(" Quake-style Particles", true, cl_particles_quake.integer);
1871         M_Options_PrintSlider(  "     Particles Quality", true, cl_particles_quality.value, 1, 4);
1872         M_Options_PrintCheckbox("       Explosion Shell", true, cl_particles_explosions_shell.integer);
1873         M_Options_PrintCheckbox("  Explosion Shell Clip", true, r_explosionclip.integer);
1874         M_Options_PrintCheckbox("             Stainmaps", true, cl_stainmaps.integer);
1875         M_Options_PrintCheckbox("Onload Clear Stainmaps", true, cl_stainmaps_clearonload.integer);
1876         M_Options_PrintCheckbox("                Decals", true, cl_decals.integer);
1877         M_Options_PrintCheckbox("        Bullet Impacts", true, cl_particles_bulletimpacts.integer);
1878         M_Options_PrintCheckbox("                 Smoke", true, cl_particles_smoke.integer);
1879         M_Options_PrintCheckbox("                Sparks", true, cl_particles_sparks.integer);
1880         M_Options_PrintCheckbox("               Bubbles", true, cl_particles_bubbles.integer);
1881         M_Options_PrintCheckbox("                 Blood", true, cl_particles_blood.integer);
1882         M_Options_PrintSlider(  "         Blood Opacity", true, cl_particles_blood_alpha.value, 0.2, 1);
1883         M_Options_PrintCheckbox("Force New Blood Effect", true, cl_particles_blood_bloodhack.integer);
1884         M_Options_PrintCheckbox("     Polygon Lightning", true, cl_beams_polygons.integer);
1885         M_Options_PrintCheckbox("Smooth Sweep Lightning", true, cl_beams_instantaimhack.integer);
1886         M_Options_PrintCheckbox(" Waist-level Lightning", true, cl_beams_quakepositionhack.integer);
1887         M_Options_PrintCheckbox("   Lightning End Light", true, cl_beams_lightatend.integer);
1888         M_Options_PrintSlider(  "   Lightning Thickness", cl_beams_polygons.integer, r_lightningbeam_thickness.integer, 1, 10);
1889         M_Options_PrintSlider(  "      Lightning Scroll", cl_beams_polygons.integer, r_lightningbeam_scroll.integer, 0, 10);
1890         M_Options_PrintSlider(  " Lightning Repeat Dist", cl_beams_polygons.integer, r_lightningbeam_repeatdistance.integer, 64, 1024);
1891         M_Options_PrintSlider(  "   Lightning Color Red", cl_beams_polygons.integer, r_lightningbeam_color_red.value, 0, 1);
1892         M_Options_PrintSlider(  " Lightning Color Green", cl_beams_polygons.integer, r_lightningbeam_color_green.value, 0, 1);
1893         M_Options_PrintSlider(  "  Lightning Color Blue", cl_beams_polygons.integer, r_lightningbeam_color_blue.value, 0, 1);
1894         M_Options_PrintCheckbox(" Lightning QMB Texture", cl_beams_polygons.integer, r_lightningbeam_qmbtexture.integer);
1895         M_Options_PrintCheckbox("   Model Interpolation", true, r_lerpmodels.integer);
1896         M_Options_PrintCheckbox("  Sprite Interpolation", true, r_lerpsprites.integer);
1897         M_Options_PrintSlider(  "            View Blend", true, gl_polyblend.value, 0, 1);
1898         M_Options_PrintSlider(  "Upper Sky Scroll Speed", true, r_skyscroll1.value, -8, 8);
1899         M_Options_PrintSlider(  "Lower Sky Scroll Speed", true, r_skyscroll2.value, -8, 8);
1900         M_Options_PrintSlider(  "  Underwater View Warp", true, r_waterwarp.value, 0, 1);
1901         M_Options_PrintSlider(  " Water Alpha (opacity)", true, r_wateralpha.value, 0, 1);
1902         M_Options_PrintSlider(  "        Water Movement", true, r_waterscroll.value, 0, 10);
1903 }
1904
1905
1906 static void M_Options_Effects_Key (int k, char ascii)
1907 {
1908         switch (k)
1909         {
1910         case K_ESCAPE:
1911                 M_Menu_Options_f ();
1912                 break;
1913
1914         case K_ENTER:
1915                 M_Menu_Options_Effects_AdjustSliders (1);
1916                 break;
1917
1918         case K_UPARROW:
1919                 S_LocalSound ("sound/misc/menu1.wav");
1920                 options_effects_cursor--;
1921                 if (options_effects_cursor < 0)
1922                         options_effects_cursor = OPTIONS_EFFECTS_ITEMS-1;
1923                 break;
1924
1925         case K_DOWNARROW:
1926                 S_LocalSound ("sound/misc/menu1.wav");
1927                 options_effects_cursor++;
1928                 if (options_effects_cursor >= OPTIONS_EFFECTS_ITEMS)
1929                         options_effects_cursor = 0;
1930                 break;
1931
1932         case K_LEFTARROW:
1933                 M_Menu_Options_Effects_AdjustSliders (-1);
1934                 break;
1935
1936         case K_RIGHTARROW:
1937                 M_Menu_Options_Effects_AdjustSliders (1);
1938                 break;
1939         }
1940 }
1941
1942
1943 #define OPTIONS_GRAPHICS_ITEMS  20
1944
1945 static int options_graphics_cursor;
1946
1947 void M_Menu_Options_Graphics_f (void)
1948 {
1949         key_dest = key_menu;
1950         m_state = m_options_graphics;
1951         m_entersound = true;
1952 }
1953
1954 extern cvar_t r_shadow_gloss;
1955 extern cvar_t r_shadow_realtime_dlight;
1956 extern cvar_t r_shadow_realtime_dlight_shadows;
1957 extern cvar_t r_shadow_realtime_world;
1958 extern cvar_t r_shadow_realtime_world_lightmaps;
1959 extern cvar_t r_shadow_realtime_world_shadows;
1960 extern cvar_t r_bloom;
1961 extern cvar_t r_bloom_colorscale;
1962 extern cvar_t r_bloom_colorsubtract;
1963 extern cvar_t r_bloom_colorexponent;
1964 extern cvar_t r_bloom_blur;
1965 extern cvar_t r_bloom_brighten;
1966 extern cvar_t r_bloom_resolution;
1967 extern cvar_t r_hdr;
1968 extern cvar_t r_hdr_scenebrightness;
1969 extern cvar_t r_hdr_glowintensity;
1970 extern cvar_t r_hdr_range;
1971 extern cvar_t gl_picmip;
1972
1973 static void M_Menu_Options_Graphics_AdjustSliders (int dir)
1974 {
1975         int optnum;
1976         S_LocalSound ("sound/misc/menu3.wav");
1977
1978         optnum = 0;
1979
1980              if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_coronas, bound(0, r_coronas.value + dir * 0.125, 4));
1981         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&gl_flashblend, !gl_flashblend.integer);
1982         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_shadow_gloss,                                                      bound(0, r_shadow_gloss.integer + dir, 2));
1983         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_shadow_realtime_dlight,                            !r_shadow_realtime_dlight.integer);
1984         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_shadow_realtime_dlight_shadows,            !r_shadow_realtime_dlight_shadows.integer);
1985         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_shadow_realtime_world,                                     !r_shadow_realtime_world.integer);
1986         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_shadow_realtime_world_lightmaps,           bound(0, r_shadow_realtime_world_lightmaps.value + dir * 0.1, 1));
1987         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_shadow_realtime_world_shadows,                     !r_shadow_realtime_world_shadows.integer);
1988         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_hdr_scenebrightness,                   bound(0.25, r_hdr_scenebrightness.value + dir * 0.125, 4));
1989         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_bloom,                                 !r_bloom.integer);
1990         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_hdr,                                   !r_hdr.integer);
1991         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_hdr_range,                             bound(1, r_hdr_range.value + dir * 0.25, 16));
1992         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_hdr_glowintensity,                     bound(0, r_hdr_glowintensity.value + dir * 0.25, 4));
1993         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_bloom_colorscale,                      bound(0.0625, r_bloom_colorscale.value + dir * 0.0625, 1));
1994         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_bloom_colorsubtract,                   bound(0, r_bloom_colorsubtract.value + dir * 0.0625, 1-0.0625));
1995         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_bloom_colorexponent,                   bound(1, r_bloom_colorexponent.value *= (dir > 0 ? 2 : 0.5), 8));
1996         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_bloom_brighten,                        bound(1, r_bloom_brighten.value + dir * 0.0625, 4));
1997         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_bloom_blur,                            bound(1, r_bloom_blur.value + dir * 1, 16));
1998         else if (options_graphics_cursor == optnum++) Cvar_SetValueQuick (&r_bloom_resolution,                      bound(64, r_bloom_resolution.value + dir * 64, 2048));
1999         else if (options_graphics_cursor == optnum++) Cbuf_AddText ("r_restart\n");
2000 }
2001
2002
2003 static void M_Options_Graphics_Draw (void)
2004 {
2005         int visible;
2006         cachepic_t      *p;
2007
2008         M_Background(320, bound(200, 32 + OPTIONS_GRAPHICS_ITEMS * 8, vid_conheight.integer));
2009
2010         M_DrawPic(16, 4, "gfx/qplaque");
2011         p = Draw_CachePic("gfx/p_option", true);
2012         M_DrawPic((320-p->width)/2, 4, "gfx/p_option");
2013
2014         optcursor = options_graphics_cursor;
2015         optnum = 0;
2016         visible = (int)((menu_height - 32) / 8);
2017         opty = 32 - bound(0, optcursor - (visible >> 1), max(0, OPTIONS_GRAPHICS_ITEMS - visible)) * 8;
2018
2019         M_Options_PrintSlider(  "      Corona Intensity", true, r_coronas.value, 0, 4);
2020         M_Options_PrintCheckbox("      Use Only Coronas", true, gl_flashblend.integer);
2021         M_Options_PrintSlider(  "            Gloss Mode", true, r_shadow_gloss.integer, 0, 2);
2022         M_Options_PrintCheckbox("            RT DLights", !gl_flashblend.integer, r_shadow_realtime_dlight.integer);
2023         M_Options_PrintCheckbox("     RT DLight Shadows", !gl_flashblend.integer, r_shadow_realtime_dlight_shadows.integer);
2024         M_Options_PrintCheckbox("              RT World", true, r_shadow_realtime_world.integer);
2025         M_Options_PrintSlider(  "    RT World Lightmaps", true, r_shadow_realtime_world_lightmaps.value, 0, 1);
2026         M_Options_PrintCheckbox("       RT World Shadow", true, r_shadow_realtime_world_shadows.integer);
2027         M_Options_PrintSlider(  "      Scene Brightness", true, r_hdr_scenebrightness.value, 0.25, 4);
2028         M_Options_PrintCheckbox("          Bloom Effect", !r_hdr.integer, r_bloom.integer);
2029         M_Options_PrintCheckbox("      HDR Bloom Effect", true, r_hdr.integer);
2030         M_Options_PrintSlider(  "     HDR Dynamic Range", r_hdr.integer, r_hdr_range.value, 1, 16);
2031         M_Options_PrintSlider(  "    HDR Glow Intensity", r_hdr.integer, r_hdr_glowintensity.value, 0, 4);
2032         M_Options_PrintSlider(  "     Bloom Color Scale", r_hdr.integer || r_bloom.integer, r_bloom_colorscale.value, 0.0625, 1);
2033         M_Options_PrintSlider(  "  Bloom Color Subtract", r_hdr.integer || r_bloom.integer, r_bloom_colorsubtract.value, 0, 1-0.0625);
2034         M_Options_PrintSlider(  "  Bloom Color Exponent", r_hdr.integer || r_bloom.integer, r_bloom_colorexponent.value, 1, 8);
2035         M_Options_PrintSlider(  "       Bloom Intensity", r_hdr.integer || r_bloom.integer, r_bloom_brighten.value, 1, 4);
2036         M_Options_PrintSlider(  "            Bloom Blur", r_hdr.integer || r_bloom.integer, r_bloom_blur.value, 1, 16);
2037         M_Options_PrintSlider(  "      Bloom Resolution", r_hdr.integer || r_bloom.integer, r_bloom_resolution.value, 64, 2048);
2038         M_Options_PrintCommand( "      Restart Renderer", true);
2039 }
2040
2041
2042 static void M_Options_Graphics_Key (int k, char ascii)
2043 {
2044         switch (k)
2045         {
2046         case K_ESCAPE:
2047                 M_Menu_Options_f ();
2048                 break;
2049
2050         case K_ENTER:
2051                 M_Menu_Options_Graphics_AdjustSliders (1);
2052                 break;
2053
2054         case K_UPARROW:
2055                 S_LocalSound ("sound/misc/menu1.wav");
2056                 options_graphics_cursor--;
2057                 if (options_graphics_cursor < 0)
2058                         options_graphics_cursor = OPTIONS_GRAPHICS_ITEMS-1;
2059                 break;
2060
2061         case K_DOWNARROW:
2062                 S_LocalSound ("sound/misc/menu1.wav");
2063                 options_graphics_cursor++;
2064                 if (options_graphics_cursor >= OPTIONS_GRAPHICS_ITEMS)
2065                         options_graphics_cursor = 0;
2066                 break;
2067
2068         case K_LEFTARROW:
2069                 M_Menu_Options_Graphics_AdjustSliders (-1);
2070                 break;
2071
2072         case K_RIGHTARROW:
2073                 M_Menu_Options_Graphics_AdjustSliders (1);
2074                 break;
2075         }
2076 }
2077
2078
2079 #define OPTIONS_COLORCONTROL_ITEMS      18
2080
2081 static int              options_colorcontrol_cursor;
2082
2083 // intensity value to match up to 50% dither to 'correct' quake
2084 static cvar_t menu_options_colorcontrol_correctionvalue = {0, "menu_options_colorcontrol_correctionvalue", "0.5", "intensity value that matches up to white/black dither pattern, should be 0.5 for linear color"};
2085
2086 void M_Menu_Options_ColorControl_f (void)
2087 {
2088         key_dest = key_menu;
2089         m_state = m_options_colorcontrol;
2090         m_entersound = true;
2091 }
2092
2093
2094 static void M_Menu_Options_ColorControl_AdjustSliders (int dir)
2095 {
2096         int optnum;
2097         float f;
2098         S_LocalSound ("sound/misc/menu3.wav");
2099
2100         optnum = 1;
2101         if (options_colorcontrol_cursor == optnum++)
2102                 Cvar_SetValueQuick (&v_hwgamma, !v_hwgamma.integer);
2103         else if (options_colorcontrol_cursor == optnum++)
2104         {
2105                 Cvar_SetValueQuick (&v_color_enable, 0);
2106                 Cvar_SetValueQuick (&v_gamma, bound(1, v_gamma.value + dir * 0.125, 5));
2107         }
2108         else if (options_colorcontrol_cursor == optnum++)
2109         {
2110                 Cvar_SetValueQuick (&v_color_enable, 0);
2111                 Cvar_SetValueQuick (&v_contrast, bound(1, v_contrast.value + dir * 0.125, 5));
2112         }
2113         else if (options_colorcontrol_cursor == optnum++)
2114         {
2115                 Cvar_SetValueQuick (&v_color_enable, 0);
2116                 Cvar_SetValueQuick (&v_brightness, bound(0, v_brightness.value + dir * 0.05, 0.8));
2117         }
2118         else if (options_colorcontrol_cursor == optnum++)
2119         {
2120                 Cvar_SetValueQuick (&v_color_enable, !v_color_enable.integer);
2121         }
2122         else if (options_colorcontrol_cursor == optnum++)
2123         {
2124                 Cvar_SetValueQuick (&v_color_enable, 1);
2125                 Cvar_SetValueQuick (&v_color_black_r, bound(0, v_color_black_r.value + dir * 0.0125, 0.8));
2126         }
2127         else if (options_colorcontrol_cursor == optnum++)
2128         {
2129                 Cvar_SetValueQuick (&v_color_enable, 1);
2130                 Cvar_SetValueQuick (&v_color_black_g, bound(0, v_color_black_g.value + dir * 0.0125, 0.8));
2131         }
2132         else if (options_colorcontrol_cursor == optnum++)
2133         {
2134                 Cvar_SetValueQuick (&v_color_enable, 1);
2135                 Cvar_SetValueQuick (&v_color_black_b, bound(0, v_color_black_b.value + dir * 0.0125, 0.8));
2136         }
2137         else if (options_colorcontrol_cursor == optnum++)
2138         {
2139                 Cvar_SetValueQuick (&v_color_enable, 1);
2140                 f = bound(0, (v_color_black_r.value + v_color_black_g.value + v_color_black_b.value) / 3 + dir * 0.0125, 0.8);
2141                 Cvar_SetValueQuick (&v_color_black_r, f);
2142                 Cvar_SetValueQuick (&v_color_black_g, f);
2143                 Cvar_SetValueQuick (&v_color_black_b, f);
2144         }
2145         else if (options_colorcontrol_cursor == optnum++)
2146         {
2147                 Cvar_SetValueQuick (&v_color_enable, 1);
2148                 Cvar_SetValueQuick (&v_color_grey_r, bound(0, v_color_grey_r.value + dir * 0.0125, 0.95));
2149         }
2150         else if (options_colorcontrol_cursor == optnum++)
2151         {
2152                 Cvar_SetValueQuick (&v_color_enable, 1);
2153                 Cvar_SetValueQuick (&v_color_grey_g, bound(0, v_color_grey_g.value + dir * 0.0125, 0.95));
2154         }
2155         else if (options_colorcontrol_cursor == optnum++)
2156         {
2157                 Cvar_SetValueQuick (&v_color_enable, 1);
2158                 Cvar_SetValueQuick (&v_color_grey_b, bound(0, v_color_grey_b.value + dir * 0.0125, 0.95));
2159         }
2160         else if (options_colorcontrol_cursor == optnum++)
2161         {
2162                 Cvar_SetValueQuick (&v_color_enable, 1);
2163                 f = bound(0, (v_color_grey_r.value + v_color_grey_g.value + v_color_grey_b.value) / 3 + dir * 0.0125, 0.95);
2164                 Cvar_SetValueQuick (&v_color_grey_r, f);
2165                 Cvar_SetValueQuick (&v_color_grey_g, f);
2166                 Cvar_SetValueQuick (&v_color_grey_b, f);
2167         }
2168         else if (options_colorcontrol_cursor == optnum++)
2169         {
2170                 Cvar_SetValueQuick (&v_color_enable, 1);
2171                 Cvar_SetValueQuick (&v_color_white_r, bound(1, v_color_white_r.value + dir * 0.125, 5));
2172         }
2173         else if (options_colorcontrol_cursor == optnum++)
2174         {
2175                 Cvar_SetValueQuick (&v_color_enable, 1);
2176                 Cvar_SetValueQuick (&v_color_white_g, bound(1, v_color_white_g.value + dir * 0.125, 5));
2177         }
2178         else if (options_colorcontrol_cursor == optnum++)
2179         {
2180                 Cvar_SetValueQuick (&v_color_enable, 1);
2181                 Cvar_SetValueQuick (&v_color_white_b, bound(1, v_color_white_b.value + dir * 0.125, 5));
2182         }
2183         else if (options_colorcontrol_cursor == optnum++)
2184         {
2185                 Cvar_SetValueQuick (&v_color_enable, 1);
2186                 f = bound(1, (v_color_white_r.value + v_color_white_g.value + v_color_white_b.value) / 3 + dir * 0.125, 5);
2187                 Cvar_SetValueQuick (&v_color_white_r, f);
2188                 Cvar_SetValueQuick (&v_color_white_g, f);
2189                 Cvar_SetValueQuick (&v_color_white_b, f);
2190         }
2191 }
2192
2193 static void M_Options_ColorControl_Draw (void)
2194 {
2195         int visible;
2196         float x, c, s, t, u, v;
2197         cachepic_t      *p, *dither;
2198
2199         dither = Draw_CachePic("gfx/colorcontrol/ditherpattern", true);
2200
2201         M_Background(320, 256);
2202
2203         M_DrawPic(16, 4, "gfx/qplaque");
2204         p = Draw_CachePic("gfx/p_option", true);
2205         M_DrawPic((320-p->width)/2, 4, "gfx/p_option");
2206
2207         optcursor = options_colorcontrol_cursor;
2208         optnum = 0;
2209         visible = (int)((menu_height - 32) / 8);
2210         opty = 32 - bound(0, optcursor - (visible >> 1), max(0, OPTIONS_COLORCONTROL_ITEMS - visible)) * 8;
2211
2212         M_Options_PrintCommand( "     Reset to defaults", true);
2213         M_Options_PrintCheckbox("Hardware Gamma Control", vid_hardwaregammasupported.integer, v_hwgamma.integer);
2214         M_Options_PrintSlider(  "                 Gamma", !v_color_enable.integer && vid_hardwaregammasupported.integer && v_hwgamma.integer, v_gamma.value, 1, 5);
2215         M_Options_PrintSlider(  "              Contrast", !v_color_enable.integer, v_contrast.value, 1, 5);
2216         M_Options_PrintSlider(  "            Brightness", !v_color_enable.integer, v_brightness.value, 0, 0.8);
2217         M_Options_PrintCheckbox("  Color Level Controls", true, v_color_enable.integer);
2218         M_Options_PrintSlider(  "          Black: Red  ", v_color_enable.integer, v_color_black_r.value, 0, 0.8);
2219         M_Options_PrintSlider(  "          Black: Green", v_color_enable.integer, v_color_black_g.value, 0, 0.8);
2220         M_Options_PrintSlider(  "          Black: Blue ", v_color_enable.integer, v_color_black_b.value, 0, 0.8);
2221         M_Options_PrintSlider(  "          Black: Grey ", v_color_enable.integer, (v_color_black_r.value + v_color_black_g.value + v_color_black_b.value) / 3, 0, 0.8);
2222         M_Options_PrintSlider(  "           Grey: Red  ", v_color_enable.integer && vid_hardwaregammasupported.integer && v_hwgamma.integer, v_color_grey_r.value, 0, 0.95);
2223         M_Options_PrintSlider(  "           Grey: Green", v_color_enable.integer && vid_hardwaregammasupported.integer && v_hwgamma.integer, v_color_grey_g.value, 0, 0.95);
2224         M_Options_PrintSlider(  "           Grey: Blue ", v_color_enable.integer && vid_hardwaregammasupported.integer && v_hwgamma.integer, v_color_grey_b.value, 0, 0.95);
2225         M_Options_PrintSlider(  "           Grey: Grey ", v_color_enable.integer && vid_hardwaregammasupported.integer && v_hwgamma.integer, (v_color_grey_r.value + v_color_grey_g.value + v_color_grey_b.value) / 3, 0, 0.95);
2226         M_Options_PrintSlider(  "          White: Red  ", v_color_enable.integer, v_color_white_r.value, 1, 5);
2227         M_Options_PrintSlider(  "          White: Green", v_color_enable.integer, v_color_white_g.value, 1, 5);
2228         M_Options_PrintSlider(  "          White: Blue ", v_color_enable.integer, v_color_white_b.value, 1, 5);
2229         M_Options_PrintSlider(  "          White: Grey ", v_color_enable.integer, (v_color_white_r.value + v_color_white_g.value + v_color_white_b.value) / 3, 1, 5);
2230
2231         opty += 4;
2232         DrawQ_Fill(menu_x, menu_y + opty, 320, 4 + 64 + 8 + 64 + 4, 0, 0, 0, 1, 0);opty += 4;
2233         s = (float) 312 / 2 * vid.width / vid_conwidth.integer;
2234         t = (float) 4 / 2 * vid.height / vid_conheight.integer;
2235         DrawQ_SuperPic(menu_x + 4, menu_y + opty, dither, 312, 4, 0,0, 1,0,0,1, s,0, 1,0,0,1, 0,t, 1,0,0,1, s,t, 1,0,0,1, 0);opty += 4;
2236         DrawQ_SuperPic(menu_x + 4, menu_y + opty, NULL  , 312, 4, 0,0, 0,0,0,1, 1,0, 1,0,0,1, 0,1, 0,0,0,1, 1,1, 1,0,0,1, 0);opty += 4;
2237         DrawQ_SuperPic(menu_x + 4, menu_y + opty, dither, 312, 4, 0,0, 0,1,0,1, s,0, 0,1,0,1, 0,t, 0,1,0,1, s,t, 0,1,0,1, 0);opty += 4;
2238         DrawQ_SuperPic(menu_x + 4, menu_y + opty, NULL  , 312, 4, 0,0, 0,0,0,1, 1,0, 0,1,0,1, 0,1, 0,0,0,1, 1,1, 0,1,0,1, 0);opty += 4;
2239         DrawQ_SuperPic(menu_x + 4, menu_y + opty, dither, 312, 4, 0,0, 0,0,1,1, s,0, 0,0,1,1, 0,t, 0,0,1,1, s,t, 0,0,1,1, 0);opty += 4;
2240         DrawQ_SuperPic(menu_x + 4, menu_y + opty, NULL  , 312, 4, 0,0, 0,0,0,1, 1,0, 0,0,1,1, 0,1, 0,0,0,1, 1,1, 0,0,1,1, 0);opty += 4;
2241         DrawQ_SuperPic(menu_x + 4, menu_y + opty, dither, 312, 4, 0,0, 1,1,1,1, s,0, 1,1,1,1, 0,t, 1,1,1,1, s,t, 1,1,1,1, 0);opty += 4;
2242         DrawQ_SuperPic(menu_x + 4, menu_y + opty, NULL  , 312, 4, 0,0, 0,0,0,1, 1,0, 1,1,1,1, 0,1, 0,0,0,1, 1,1, 1,1,1,1, 0);opty += 4;
2243
2244         c = menu_options_colorcontrol_correctionvalue.value; // intensity value that should be matched up to a 50% dither to 'correct' quake
2245         s = (float) 48 / 2 * vid.width / vid_conwidth.integer;
2246         t = (float) 48 / 2 * vid.height / vid_conheight.integer;
2247         u = s * 0.5;
2248         v = t * 0.5;
2249         opty += 8;
2250         x = 4;
2251         DrawQ_Fill(menu_x + x, menu_y + opty, 64, 48, c, 0, 0, 1, 0);
2252         DrawQ_SuperPic(menu_x + x + 16, menu_y + opty + 16, dither, 16, 16, 0,0, 1,0,0,1, s,0, 1,0,0,1, 0,t, 1,0,0,1, s,t, 1,0,0,1, 0);
2253         DrawQ_SuperPic(menu_x + x + 32, menu_y + opty + 16, dither, 16, 16, 0,0, 1,0,0,1, u,0, 1,0,0,1, 0,v, 1,0,0,1, u,v, 1,0,0,1, 0);
2254         x += 80;
2255         DrawQ_Fill(menu_x + x, menu_y + opty, 64, 48, 0, c, 0, 1, 0);
2256         DrawQ_SuperPic(menu_x + x + 16, menu_y + opty + 16, dither, 16, 16, 0,0, 0,1,0,1, s,0, 0,1,0,1, 0,t, 0,1,0,1, s,t, 0,1,0,1, 0);
2257         DrawQ_SuperPic(menu_x + x + 32, menu_y + opty + 16, dither, 16, 16, 0,0, 0,1,0,1, u,0, 0,1,0,1, 0,v, 0,1,0,1, u,v, 0,1,0,1, 0);
2258         x += 80;
2259         DrawQ_Fill(menu_x + x, menu_y + opty, 64, 48, 0, 0, c, 1, 0);
2260         DrawQ_SuperPic(menu_x + x + 16, menu_y + opty + 16, dither, 16, 16, 0,0, 0,0,1,1, s,0, 0,0,1,1, 0,t, 0,0,1,1, s,t, 0,0,1,1, 0);
2261         DrawQ_SuperPic(menu_x + x + 32, menu_y + opty + 16, dither, 16, 16, 0,0, 0,0,1,1, u,0, 0,0,1,1, 0,v, 0,0,1,1, u,v, 0,0,1,1, 0);
2262         x += 80;
2263         DrawQ_Fill(menu_x + x, menu_y + opty, 64, 48, c, c, c, 1, 0);
2264         DrawQ_SuperPic(menu_x + x + 16, menu_y + opty + 16, dither, 16, 16, 0,0, 1,1,1,1, s,0, 1,1,1,1, 0,t, 1,1,1,1, s,t, 1,1,1,1, 0);
2265         DrawQ_SuperPic(menu_x + x + 32, menu_y + opty + 16, dither, 16, 16, 0,0, 1,1,1,1, u,0, 1,1,1,1, 0,v, 1,1,1,1, u,v, 1,1,1,1, 0);
2266 }
2267
2268
2269 static void M_Options_ColorControl_Key (int k, char ascii)
2270 {
2271         switch (k)
2272         {
2273         case K_ESCAPE:
2274                 M_Menu_Options_f ();
2275                 break;
2276
2277         case K_ENTER:
2278                 m_entersound = true;
2279                 switch (options_colorcontrol_cursor)
2280                 {
2281                 case 0:
2282                         Cvar_SetValueQuick(&v_hwgamma, 1);
2283                         Cvar_SetValueQuick(&v_gamma, 1);
2284                         Cvar_SetValueQuick(&v_contrast, 1);
2285                         Cvar_SetValueQuick(&v_brightness, 0);
2286                         Cvar_SetValueQuick(&v_color_enable, 0);
2287                         Cvar_SetValueQuick(&v_color_black_r, 0);
2288                         Cvar_SetValueQuick(&v_color_black_g, 0);
2289                         Cvar_SetValueQuick(&v_color_black_b, 0);
2290                         Cvar_SetValueQuick(&v_color_grey_r, 0);
2291                         Cvar_SetValueQuick(&v_color_grey_g, 0);
2292                         Cvar_SetValueQuick(&v_color_grey_b, 0);
2293                         Cvar_SetValueQuick(&v_color_white_r, 1);
2294                         Cvar_SetValueQuick(&v_color_white_g, 1);
2295                         Cvar_SetValueQuick(&v_color_white_b, 1);
2296                         break;
2297                 default:
2298                         M_Menu_Options_ColorControl_AdjustSliders (1);
2299                         break;
2300                 }
2301                 return;
2302
2303         case K_UPARROW:
2304                 S_LocalSound ("sound/misc/menu1.wav");
2305                 options_colorcontrol_cursor--;
2306                 if (options_colorcontrol_cursor < 0)
2307                         options_colorcontrol_cursor = OPTIONS_COLORCONTROL_ITEMS-1;
2308                 break;
2309
2310         case K_DOWNARROW:
2311                 S_LocalSound ("sound/misc/menu1.wav");
2312                 options_colorcontrol_cursor++;
2313                 if (options_colorcontrol_cursor >= OPTIONS_COLORCONTROL_ITEMS)
2314                         options_colorcontrol_cursor = 0;
2315                 break;
2316
2317         case K_LEFTARROW:
2318                 M_Menu_Options_ColorControl_AdjustSliders (-1);
2319                 break;
2320
2321         case K_RIGHTARROW:
2322                 M_Menu_Options_ColorControl_AdjustSliders (1);
2323                 break;
2324         }
2325 }
2326
2327
2328 //=============================================================================
2329 /* KEYS MENU */
2330
2331 static char *quakebindnames[][2] =
2332 {
2333 {"+attack",             "attack"},
2334 {"impulse 10",          "next weapon"},
2335 {"impulse 12",          "previous weapon"},
2336 {"+jump",                       "jump / swim up"},
2337 {"+forward",            "walk forward"},
2338 {"+back",                       "backpedal"},
2339 {"+left",                       "turn left"},
2340 {"+right",                      "turn right"},
2341 {"+speed",                      "run"},
2342 {"+moveleft",           "step left"},
2343 {"+moveright",          "step right"},
2344 {"+strafe",             "sidestep"},
2345 {"+lookup",             "look up"},
2346 {"+lookdown",           "look down"},
2347 {"centerview",          "center view"},
2348 {"+mlook",                      "mouse look"},
2349 {"+klook",                      "keyboard look"},
2350 {"+moveup",                     "swim up"},
2351 {"+movedown",           "swim down"}
2352 };
2353
2354 static char *transfusionbindnames[][2] =
2355 {
2356 {"",                            "Movement"},            // Movement commands
2357 {"+forward",            "walk forward"},
2358 {"+back",                       "backpedal"},
2359 {"+left",                       "turn left"},
2360 {"+right",                      "turn right"},
2361 {"+moveleft",           "step left"},
2362 {"+moveright",          "step right"},
2363 {"+jump",                       "jump / swim up"},
2364 {"+movedown",           "swim down"},
2365 {"",                            "Combat"},                      // Combat commands
2366 {"impulse 1",           "Pitch Fork"},
2367 {"impulse 2",           "Flare Gun"},
2368 {"impulse 3",           "Shotgun"},
2369 {"impulse 4",           "Machine Gun"},
2370 {"impulse 5",           "Incinerator"},
2371 {"impulse 6",           "Bombs (TNT)"},
2372 {"impulse 35",          "Proximity Bomb"},
2373 {"impulse 36",          "Remote Detonator"},
2374 {"impulse 7",           "Aerosol Can"},
2375 {"impulse 8",           "Tesla Cannon"},
2376 {"impulse 9",           "Life Leech"},
2377 {"impulse 10",          "Voodoo Doll"},
2378 {"impulse 21",          "next weapon"},
2379 {"impulse 22",          "previous weapon"},
2380 {"+attack",             "attack"},
2381 {"+button3",            "altfire"},
2382 {"",                            "Inventory"},           // Inventory commands
2383 {"impulse 40",          "Dr.'s Bag"},
2384 {"impulse 41",          "Crystal Ball"},
2385 {"impulse 42",          "Beast Vision"},
2386 {"impulse 43",          "Jump Boots"},
2387 {"impulse 23",          "next item"},
2388 {"impulse 24",          "previous item"},
2389 {"impulse 25",          "use item"},
2390 {"",                            "Misc"},                        // Misc commands
2391 {"+button4",            "use"},
2392 {"impulse 50",          "add bot (red)"},
2393 {"impulse 51",          "add bot (blue)"},
2394 {"impulse 52",          "kick a bot"},
2395 {"impulse 26",          "next armor type"},
2396 {"impulse 27",          "identify player"},
2397 {"impulse 55",          "voting menu"},
2398 {"impulse 56",          "observer mode"},
2399 {"",                            "Taunts"},            // Taunts
2400 {"impulse 70",          "taunt 0"},
2401 {"impulse 71",          "taunt 1"},
2402 {"impulse 72",          "taunt 2"},
2403 {"impulse 73",          "taunt 3"},
2404 {"impulse 74",          "taunt 4"},
2405 {"impulse 75",          "taunt 5"},
2406 {"impulse 76",          "taunt 6"},
2407 {"impulse 77",          "taunt 7"},
2408 {"impulse 78",          "taunt 8"},
2409 {"impulse 79",          "taunt 9"}
2410 };
2411
2412 static char *goodvsbad2bindnames[][2] =
2413 {
2414 {"impulse 69",          "Power 1"},
2415 {"impulse 70",          "Power 2"},
2416 {"impulse 71",          "Power 3"},
2417 {"+jump",                       "jump / swim up"},
2418 {"+forward",            "walk forward"},
2419 {"+back",                       "backpedal"},
2420 {"+left",                       "turn left"},
2421 {"+right",                      "turn right"},
2422 {"+speed",                      "run"},
2423 {"+moveleft",           "step left"},
2424 {"+moveright",          "step right"},
2425 {"+strafe",             "sidestep"},
2426 {"+lookup",             "look up"},
2427 {"+lookdown",           "look down"},
2428 {"centerview",          "center view"},
2429 {"+mlook",                      "mouse look"},
2430 {"kill",                        "kill yourself"},
2431 {"+moveup",                     "swim up"},
2432 {"+movedown",           "swim down"}
2433 };
2434
2435 static int numcommands;
2436 static char *(*bindnames)[2];
2437
2438 /*
2439 typedef struct binditem_s
2440 {
2441         char *command, *description;
2442         struct binditem_s *next;
2443 }
2444 binditem_t;
2445
2446 typedef struct bindcategory_s
2447 {
2448         char *name;
2449         binditem_t *binds;
2450         struct bindcategory_s *next;
2451 }
2452 bindcategory_t;
2453
2454 static bindcategory_t *bindcategories = NULL;
2455
2456 static void M_ClearBinds (void)
2457 {
2458         for (c = bindcategories;c;c = cnext)
2459         {
2460                 cnext = c->next;
2461                 for (b = c->binds;b;b = bnext)
2462                 {
2463                         bnext = b->next;
2464                         Z_Free(b);
2465                 }
2466                 Z_Free(c);
2467         }
2468         bindcategories = NULL;
2469 }
2470
2471 static void M_AddBindToCategory(bindcategory_t *c, char *command, char *description)
2472 {
2473         for (b = &c->binds;*b;*b = &(*b)->next);
2474         *b = Z_Alloc(sizeof(binditem_t) + strlen(command) + 1 + strlen(description) + 1);
2475         *b->command = (char *)((*b) + 1);
2476         *b->description = *b->command + strlen(command) + 1;
2477         strcpy(*b->command, command);
2478         strcpy(*b->description, description);
2479 }
2480
2481 static void M_AddBind (char *category, char *command, char *description)
2482 {
2483         for (c = &bindcategories;*c;c = &(*c)->next)
2484         {
2485                 if (!strcmp(category, (*c)->name))
2486                 {
2487                         M_AddBindToCategory(*c, command, description);
2488                         return;
2489                 }
2490         }
2491         *c = Z_Alloc(sizeof(bindcategory_t));
2492         M_AddBindToCategory(*c, command, description);
2493 }
2494
2495 static void M_DefaultBinds (void)
2496 {
2497         M_ClearBinds();
2498         M_AddBind("movement", "+jump", "jump / swim up");
2499         M_AddBind("movement", "+forward", "walk forward");
2500         M_AddBind("movement", "+back", "backpedal");
2501         M_AddBind("movement", "+left", "turn left");
2502         M_AddBind("movement", "+right", "turn right");
2503         M_AddBind("movement", "+speed", "run");
2504         M_AddBind("movement", "+moveleft", "step left");
2505         M_AddBind("movement", "+moveright", "step right");
2506         M_AddBind("movement", "+strafe", "sidestep");
2507         M_AddBind("movement", "+lookup", "look up");
2508         M_AddBind("movement", "+lookdown", "look down");
2509         M_AddBind("movement", "centerview", "center view");
2510         M_AddBind("movement", "+mlook", "mouse look");
2511         M_AddBind("movement", "+klook", "keyboard look");
2512         M_AddBind("movement", "+moveup", "swim up");
2513         M_AddBind("movement", "+movedown", "swim down");
2514         M_AddBind("weapons", "+attack", "attack");
2515         M_AddBind("weapons", "impulse 10", "next weapon");
2516         M_AddBind("weapons", "impulse 12", "previous weapon");
2517         M_AddBind("weapons", "impulse 1", "select weapon 1 (axe)");
2518         M_AddBind("weapons", "impulse 2", "select weapon 2 (shotgun)");
2519         M_AddBind("weapons", "impulse 3", "select weapon 3 (super )");
2520         M_AddBind("weapons", "impulse 4", "select weapon 4 (nailgun)");
2521         M_AddBind("weapons", "impulse 5", "select weapon 5 (super nailgun)");
2522         M_AddBind("weapons", "impulse 6", "select weapon 6 (grenade launcher)");
2523         M_AddBind("weapons", "impulse 7", "select weapon 7 (rocket launcher)");
2524         M_AddBind("weapons", "impulse 8", "select weapon 8 (lightning gun)");
2525 }
2526 */
2527
2528
2529 static int              keys_cursor;
2530 static int              bind_grab;
2531
2532 void M_Menu_Keys_f (void)
2533 {
2534         key_dest = key_menu;
2535         m_state = m_keys;
2536         m_entersound = true;
2537 }
2538
2539 #define NUMKEYS 5
2540
2541 void M_FindKeysForCommand (const char *command, int *keys)
2542 {
2543         int             count;
2544         int             j;
2545         char    *b;
2546
2547         for (j = 0;j < NUMKEYS;j++)
2548                 keys[j] = -1;
2549
2550         count = 0;
2551
2552         for (j = 0; j < (int)sizeof (keybindings[0]) / (int)sizeof (keybindings[0][0]); j++)
2553         {
2554                 b = keybindings[0][j];
2555                 if (!b)
2556                         continue;
2557                 if (!strcmp (b, command) )
2558                 {
2559                         keys[count++] = j;
2560                         if (count == NUMKEYS)
2561                                 break;
2562                 }
2563         }
2564 }
2565
2566 static void M_UnbindCommand (char *command)
2567 {
2568         int             j;
2569         char    *b;
2570
2571         for (j = 0; j < (int)sizeof (keybindings[0]) / (int)sizeof (keybindings[0][0]); j++)
2572         {
2573                 b = keybindings[0][j];
2574                 if (!b)
2575                         continue;
2576                 if (!strcmp (b, command))
2577                         Key_SetBinding (j, 0, "");
2578         }
2579 }
2580
2581
2582 static void M_Keys_Draw (void)
2583 {
2584         int             i, j;
2585         int             keys[NUMKEYS];
2586         int             y;
2587         cachepic_t      *p;
2588         char    keystring[MAX_INPUTLINE];
2589
2590         M_Background(320, 48 + 8 * numcommands);
2591
2592         p = Draw_CachePic ("gfx/ttl_cstm", true);
2593         M_DrawPic ( (320-p->width)/2, 4, "gfx/ttl_cstm");
2594
2595         if (bind_grab)
2596                 M_Print(12, 32, "Press a key or button for this action");
2597         else
2598                 M_Print(18, 32, "Enter to change, backspace to clear");
2599
2600 // search for known bindings
2601         for (i=0 ; i<numcommands ; i++)
2602         {
2603                 y = 48 + 8*i;
2604
2605                 // If there's no command, it's just a section
2606                 if (bindnames[i][0][0] == '\0')
2607                 {
2608                         M_PrintRed (4, y, "\x0D");  // #13 is the little arrow pointing to the right
2609                         M_PrintRed (16, y, bindnames[i][1]);
2610                         continue;
2611                 }
2612                 else
2613                         M_Print(16, y, bindnames[i][1]);
2614
2615                 M_FindKeysForCommand (bindnames[i][0], keys);
2616
2617                 // LordHavoc: redesigned to print more than 2 keys, inspired by Tomaz's MiniRacer
2618                 if (keys[0] == -1)
2619                         strlcpy(keystring, "???", sizeof(keystring));
2620                 else
2621                 {
2622                         keystring[0] = 0;
2623                         for (j = 0;j < NUMKEYS;j++)
2624                         {
2625                                 if (keys[j] != -1)
2626                                 {
2627                                         if (j > 0)
2628                                                 strlcat(keystring, " or ", sizeof(keystring));
2629                                         strlcat(keystring, Key_KeynumToString (keys[j]), sizeof(keystring));
2630                                 }
2631                         }
2632                 }
2633                 M_Print(150, y, keystring);
2634         }
2635
2636         if (bind_grab)
2637                 M_DrawCharacter (140, 48 + keys_cursor*8, '=');
2638         else
2639                 M_DrawCharacter (140, 48 + keys_cursor*8, 12+((int)(realtime*4)&1));
2640 }
2641
2642
2643 static void M_Keys_Key (int k, char ascii)
2644 {
2645         char    cmd[80];
2646         int             keys[NUMKEYS];
2647
2648         if (bind_grab)
2649         {       // defining a key
2650                 S_LocalSound ("sound/misc/menu1.wav");
2651                 if (k == K_ESCAPE)
2652                 {
2653                         bind_grab = false;
2654                 }
2655                 else //if (k != '`')
2656                 {
2657                         sprintf (cmd, "bind \"%s\" \"%s\"\n", Key_KeynumToString (k), bindnames[keys_cursor][0]);
2658                         Cbuf_InsertText (cmd);
2659                 }
2660
2661                 bind_grab = false;
2662                 return;
2663         }
2664
2665         switch (k)
2666         {
2667         case K_ESCAPE:
2668                 M_Menu_Options_f ();
2669                 break;
2670
2671         case K_LEFTARROW:
2672         case K_UPARROW:
2673                 S_LocalSound ("sound/misc/menu1.wav");
2674                 do
2675                 {
2676                         keys_cursor--;
2677                         if (keys_cursor < 0)
2678                                 keys_cursor = numcommands-1;
2679                 }
2680                 while (bindnames[keys_cursor][0][0] == '\0');  // skip sections
2681                 break;
2682
2683         case K_DOWNARROW:
2684         case K_RIGHTARROW:
2685                 S_LocalSound ("sound/misc/menu1.wav");
2686                 do
2687                 {
2688                         keys_cursor++;
2689                         if (keys_cursor >= numcommands)
2690                                 keys_cursor = 0;
2691                 }
2692                 while (bindnames[keys_cursor][0][0] == '\0');  // skip sections
2693                 break;
2694
2695         case K_ENTER:           // go into bind mode
2696                 M_FindKeysForCommand (bindnames[keys_cursor][0], keys);
2697                 S_LocalSound ("sound/misc/menu2.wav");
2698                 if (keys[NUMKEYS - 1] != -1)
2699                         M_UnbindCommand (bindnames[keys_cursor][0]);
2700                 bind_grab = true;
2701                 break;
2702
2703         case K_BACKSPACE:               // delete bindings
2704         case K_DEL:                             // delete bindings
2705                 S_LocalSound ("sound/misc/menu2.wav");
2706                 M_UnbindCommand (bindnames[keys_cursor][0]);
2707                 break;
2708         }
2709 }
2710
2711 void M_Menu_Reset_f (void)
2712 {
2713         key_dest = key_menu;
2714         m_state = m_reset;
2715         m_entersound = true;
2716 }
2717
2718
2719 static void M_Reset_Key (int key, char ascii)
2720 {
2721         switch (key)
2722         {
2723         case 'Y':
2724         case 'y':
2725                 Cbuf_AddText ("cvar_resettodefaults_all;exec default.cfg\n");
2726                 // no break here since we also exit the menu
2727
2728         case K_ESCAPE:
2729         case 'n':
2730         case 'N':
2731                 m_state = m_options;
2732                 m_entersound = true;
2733                 break;
2734
2735         default:
2736                 break;
2737         }
2738 }
2739
2740 static void M_Reset_Draw (void)
2741 {
2742         int lines = 2, linelength = 20;
2743         M_Background(linelength * 8 + 16, lines * 8 + 16);
2744         M_DrawTextBox(0, 0, linelength, lines);
2745         M_Print(8 + 4 * (linelength - 19),  8, "Really wanna reset?");
2746         M_Print(8 + 4 * (linelength - 11), 16, "Press y / n");
2747 }
2748
2749 //=============================================================================
2750 /* VIDEO MENU */
2751
2752 // note: if modes are added to the beginning of this list, update VID_DEFAULT
2753 typedef struct video_resolution_s
2754 {
2755         const char *type;
2756         int width, height;
2757         int conwidth, conheight;
2758         double pixelheight; // pixel aspect
2759 }
2760 video_resolution_t;
2761 video_resolution_t video_resolutions[] =
2762 {
2763 {"Standard 4x3"              ,  320, 240, 320, 240, 1     },
2764 {"Standard 4x3"              ,  400, 300, 400, 300, 1     },
2765 {"Standard 4x3"              ,  512, 384, 512, 384, 1     },
2766 {"Standard 4x3"              ,  640, 480, 640, 480, 1     },
2767 {"Standard 4x3"              ,  800, 600, 640, 480, 1     },
2768 {"Standard 4x3"              , 1024, 768, 640, 480, 1     },
2769 {"Standard 4x3"              , 1152, 864, 640, 480, 1     },
2770 {"Standard 4x3"              , 1280, 960, 640, 480, 1     },
2771 {"Standard 4x3"              , 1400,1050, 640, 480, 1     },
2772 {"Standard 4x3"              , 1600,1200, 640, 480, 1     },
2773 {"Standard 4x3"              , 1792,1344, 640, 480, 1     },
2774 {"Standard 4x3"              , 1856,1392, 640, 480, 1     },
2775 {"Standard 4x3"              , 1920,1440, 640, 480, 1     },
2776 {"Standard 4x3"              , 2048,1536, 640, 480, 1     },
2777 {"Short Pixel (CRT) 5x4"     ,  320, 256, 320, 256, 0.9375},
2778 {"Short Pixel (CRT) 5x4"     ,  640, 512, 640, 512, 0.9375},
2779 {"Short Pixel (CRT) 5x4"     , 1280,1024, 640, 512, 0.9375},
2780 {"Tall Pixel (CRT) 8x5"      ,  320, 200, 320, 200, 1.2   },
2781 {"Tall Pixel (CRT) 8x5"      ,  640, 400, 640, 400, 1.2   },
2782 {"Tall Pixel (CRT) 8x5"      ,  840, 525, 640, 400, 1.2   },
2783 {"Tall Pixel (CRT) 8x5"      ,  960, 600, 640, 400, 1.2   },
2784 {"Tall Pixel (CRT) 8x5"      , 1680,1050, 640, 400, 1.2   },
2785 {"Tall Pixel (CRT) 8x5"      , 1920,1200, 640, 400, 1.2   },
2786 {"Square Pixel (LCD) 5x4"    ,  320, 256, 320, 256, 1     },
2787 {"Square Pixel (LCD) 5x4"    ,  640, 512, 640, 512, 1     },
2788 {"Square Pixel (LCD) 5x4"    , 1280,1024, 640, 512, 1     },
2789 {"WideScreen 5x3"            ,  640, 384, 640, 384, 1     },
2790 {"WideScreen 5x3"            , 1280, 768, 640, 384, 1     },
2791 {"WideScreen 8x5"            ,  320, 200, 320, 200, 1     },
2792 {"WideScreen 8x5"            ,  640, 400, 640, 400, 1     },
2793 {"WideScreen 8x5"            ,  720, 450, 720, 450, 1     },
2794 {"WideScreen 8x5"            ,  840, 525, 640, 400, 1     },
2795 {"WideScreen 8x5"            ,  960, 600, 640, 400, 1     },
2796 {"WideScreen 8x5"            , 1280, 800, 640, 400, 1     },
2797 {"WideScreen 8x5"            , 1440, 900, 720, 450, 1     },
2798 {"WideScreen 8x5"            , 1680,1050, 640, 400, 1     },
2799 {"WideScreen 8x5"            , 1920,1200, 640, 400, 1     },
2800 {"WideScreen 8x5"            , 2560,1600, 640, 400, 1     },
2801 {"WideScreen 8x5"            , 3840,2400, 640, 400, 1     },
2802 {"WideScreen 14x9"           ,  840, 540, 640, 400, 1     },
2803 {"WideScreen 14x9"           , 1680,1080, 640, 400, 1     },
2804 {"WideScreen 16x9"           ,  640, 360, 640, 360, 1     },
2805 {"WideScreen 16x9"           ,  683, 384, 683, 384, 1     },
2806 {"WideScreen 16x9"           ,  960, 540, 640, 360, 1     },
2807 {"WideScreen 16x9"           , 1280, 720, 640, 360, 1     },
2808 {"WideScreen 16x9"           , 1366, 768, 683, 384, 1     },
2809 {"WideScreen 16x9"           , 1920,1080, 640, 360, 1     },
2810 {"WideScreen 16x9"           , 2560,1440, 640, 360, 1     },
2811 {"WideScreen 16x9"           , 3840,2160, 640, 360, 1     },
2812 {"NTSC 3x2"                  ,  360, 240, 360, 240, 1.125 },
2813 {"NTSC 3x2"                  ,  720, 480, 720, 480, 1.125 },
2814 {"PAL 14x11"                 ,  360, 283, 360, 283, 0.9545},
2815 {"PAL 14x11"                 ,  720, 566, 720, 566, 0.9545},
2816 {"NES 8x7"                   ,  256, 224, 256, 224, 1.1667},
2817 {"SNES 8x7"                  ,  512, 448, 512, 448, 1.1667},
2818 {NULL, 0, 0, 0, 0, 0}
2819 };
2820 // this is the number of the default mode (640x480) in the list above
2821 #define VID_DEFAULT 3
2822 #define VID_RES_COUNT ((int)(sizeof(video_resolutions) / sizeof(video_resolutions[0])) - 1)
2823
2824 #define VIDEO_ITEMS 9
2825 static int video_cursor = 0;
2826 static int video_cursor_table[] = {56, 68, 88, 100, 112, 132, 162, 174, 186};
2827 static int video_resolution;
2828
2829 void M_Menu_Video_f (void)
2830 {
2831         int i;
2832
2833         key_dest = key_menu;
2834         m_state = m_video;
2835         m_entersound = true;
2836
2837         // Look for the closest match to the current resolution
2838         video_resolution = 0;
2839         for (i = 1;i < VID_RES_COUNT;i++)
2840         {
2841                 // if the new mode would be a worse match in width, skip it
2842                 if (fabs(video_resolutions[i].width - vid.width) > fabs(video_resolutions[video_resolution].width - vid.width))
2843                         continue;
2844                 // if it is equal in width, check height
2845                 if (video_resolutions[i].width == vid.width && video_resolutions[video_resolution].width == vid.width)
2846                 {
2847                         // if the new mode would be a worse match in height, skip it
2848                         if (fabs(video_resolutions[i].height - vid.height) > fabs(video_resolutions[video_resolution].height - vid.height))
2849                                 continue;
2850                         // if it is equal in width and height, check pixel aspect
2851                         if (video_resolutions[i].height == vid.height && video_resolutions[video_resolution].height == vid.height)
2852                         {
2853                                 // if the new mode would be a worse match in pixel aspect, skip it
2854                                 if (fabs(video_resolutions[i].pixelheight - vid_pixelheight.value) > fabs(video_resolutions[video_resolution].pixelheight - vid_pixelheight.value))
2855                                         continue;
2856                                 // if it is equal in everything, skip it (prefer earlier modes)
2857                                 if (video_resolutions[i].pixelheight == vid_pixelheight.value && video_resolutions[video_resolution].pixelheight == vid_pixelheight.value)
2858                                         continue;
2859                                 // better match for width, height, and pixel aspect
2860                                 video_resolution = i;
2861                         }
2862                         else // better match for width and height
2863                                 video_resolution = i;
2864                 }
2865                 else // better match for width
2866                         video_resolution = i;
2867         }
2868 }
2869
2870
2871 static void M_Video_Draw (void)
2872 {
2873         cachepic_t      *p;
2874
2875         M_Background(320, 200);
2876
2877         M_DrawPic(16, 4, "gfx/qplaque");
2878         p = Draw_CachePic("gfx/vidmodes", true);
2879         M_DrawPic((320-p->width)/2, 4, "gfx/vidmodes");
2880
2881         // Current Resolution
2882         M_Print(16, video_cursor_table[0], "    Current Resolution");
2883         if (vid_supportrefreshrate && vid.fullscreen)
2884                 M_Print(220, video_cursor_table[0], va("%dx%d %dhz", vid.width, vid.height, vid.refreshrate));
2885         else
2886                 M_Print(220, video_cursor_table[0], va("%dx%d", vid.width, vid.height));
2887
2888         // Proposed Resolution
2889         M_Print(16, video_cursor_table[1], "        New Resolution");
2890         M_Print(220, video_cursor_table[1], va("%dx%d", video_resolutions[video_resolution].width, video_resolutions[video_resolution].height));
2891         M_Print(96, video_cursor_table[1] + 8, va("Type: %s", video_resolutions[video_resolution].type));
2892
2893         // Bits per pixel
2894         M_Print(16, video_cursor_table[2], "        Bits per pixel");
2895         M_Print(220, video_cursor_table[2], (vid_bitsperpixel.integer == 32) ? "32" : "16");
2896
2897         // Refresh Rate
2898         M_ItemPrint(16, video_cursor_table[3], "          Refresh Rate", vid_supportrefreshrate);
2899         M_DrawSlider(220, video_cursor_table[3], vid_refreshrate.integer, 60, 150);
2900
2901         // Fullscreen
2902         M_Print(16, video_cursor_table[4], "            Fullscreen");
2903         M_DrawCheckbox(220, video_cursor_table[4], vid_fullscreen.integer);
2904
2905         // "Apply" button
2906         M_Print(220, video_cursor_table[5], "Apply");
2907
2908         // Vertical Sync
2909         M_ItemPrint(16, video_cursor_table[6], "         Vertical Sync", gl_videosyncavailable);
2910         M_DrawCheckbox(220, video_cursor_table[6], vid_vsync.integer);
2911
2912         M_ItemPrint(16, video_cursor_table[7], "    Anisotropic Filter", gl_support_anisotropy);
2913         M_DrawSlider(220, video_cursor_table[7], gl_texture_anisotropy.integer, 1, gl_max_anisotropy);
2914
2915         M_ItemPrint(16, video_cursor_table[8], "       Texture Quality", true);
2916         M_DrawSlider(220, video_cursor_table[8], gl_picmip.value, 3, 0);
2917
2918         // Cursor
2919         M_DrawCharacter(200, video_cursor_table[video_cursor], 12+((int)(realtime*4)&1));
2920 }
2921
2922
2923 static void M_Menu_Video_AdjustSliders (int dir)
2924 {
2925         S_LocalSound ("sound/misc/menu3.wav");
2926
2927         switch (video_cursor)
2928         {
2929                 // Resolution
2930                 case 1:
2931                 {
2932                         int r;
2933                         for(r = 0;r < VID_RES_COUNT;r++)
2934                         {
2935                                 video_resolution += dir;
2936                                 if (video_resolution >= VID_RES_COUNT)
2937                                         video_resolution = 0;
2938                                 if (video_resolution < 0)
2939                                         video_resolution = VID_RES_COUNT - 1;
2940                                 if (video_resolutions[video_resolution].width >= vid_minwidth.integer && video_resolutions[video_resolution].height >= vid_minheight.integer)
2941                                         break;
2942                         }
2943                         break;
2944                 }
2945
2946                 // Bits per pixel
2947                 case 2:
2948                         Cvar_SetValueQuick (&vid_bitsperpixel, (vid_bitsperpixel.integer == 32) ? 16 : 32);
2949                         break;
2950                 // Refresh Rate
2951                 case 3:
2952                         Cvar_SetValueQuick (&vid_refreshrate, vid_refreshrate.integer + dir);
2953                         break;
2954                 case 4:
2955                         Cvar_SetValueQuick (&vid_fullscreen, !vid_fullscreen.integer);
2956                         break;
2957
2958                 case 6:
2959                         Cvar_SetValueQuick (&vid_vsync, !vid_vsync.integer);
2960                         break;
2961                 case 7:
2962                         Cvar_SetValueQuick (&gl_texture_anisotropy, bound(1, gl_texture_anisotropy.value * (dir < 0 ? 0.5 : 2.0), gl_max_anisotropy));
2963                         break;
2964                 case 8:
2965                         Cvar_SetValueQuick (&gl_picmip, bound(0, gl_picmip.value - dir, 3));
2966                         break;
2967         }
2968 }
2969
2970
2971 static void M_Video_Key (int key, char ascii)
2972 {
2973         switch (key)
2974         {
2975                 case K_ESCAPE:
2976                         // vid_shared.c has a copy of the current video config. We restore it
2977                         Cvar_SetValueQuick(&vid_fullscreen, vid.fullscreen);
2978                         Cvar_SetValueQuick(&vid_bitsperpixel, vid.bitsperpixel);
2979                         if (vid_supportrefreshrate)
2980                                 Cvar_SetValueQuick(&vid_refreshrate, vid.refreshrate);
2981
2982                         S_LocalSound ("sound/misc/menu1.wav");
2983                         M_Menu_Options_f ();
2984                         break;
2985
2986                 case K_ENTER:
2987                         m_entersound = true;
2988                         switch (video_cursor)
2989                         {
2990                                 case 5:
2991                                         Cvar_SetValueQuick (&vid_width, video_resolutions[video_resolution].width);
2992                                         Cvar_SetValueQuick (&vid_height, video_resolutions[video_resolution].height);
2993                                         Cvar_SetValueQuick (&vid_conwidth, video_resolutions[video_resolution].conwidth);
2994                                         Cvar_SetValueQuick (&vid_conheight, video_resolutions[video_resolution].conheight);
2995                                         Cvar_SetValueQuick (&vid_pixelheight, video_resolutions[video_resolution].pixelheight);
2996                                         Cbuf_AddText ("vid_restart\n");
2997                                         M_Menu_Options_f ();
2998                                         break;
2999                                 default:
3000                                         M_Menu_Video_AdjustSliders (1);
3001                         }
3002                         break;
3003
3004                 case K_UPARROW:
3005                         S_LocalSound ("sound/misc/menu1.wav");
3006                         video_cursor--;
3007                         if (video_cursor < 0)
3008                                 video_cursor = VIDEO_ITEMS-1;
3009                         break;
3010
3011                 case K_DOWNARROW:
3012                         S_LocalSound ("sound/misc/menu1.wav");
3013                         video_cursor++;
3014                         if (video_cursor >= VIDEO_ITEMS)
3015                                 video_cursor = 0;
3016                         break;
3017
3018                 case K_LEFTARROW:
3019                         M_Menu_Video_AdjustSliders (-1);
3020                         break;
3021
3022                 case K_RIGHTARROW:
3023                         M_Menu_Video_AdjustSliders (1);
3024                         break;
3025         }
3026 }
3027
3028 //=============================================================================
3029 /* HELP MENU */
3030
3031 static int              help_page;
3032 #define NUM_HELP_PAGES  6
3033
3034
3035 void M_Menu_Help_f (void)
3036 {
3037         key_dest = key_menu;
3038         m_state = m_help;
3039         m_entersound = true;
3040         help_page = 0;
3041 }
3042
3043
3044
3045 static void M_Help_Draw (void)
3046 {
3047         M_Background(320, 200);
3048         M_DrawPic (0, 0, va("gfx/help%i", help_page));
3049 }
3050
3051
3052 static void M_Help_Key (int key, char ascii)
3053 {
3054         switch (key)
3055         {
3056         case K_ESCAPE:
3057                 M_Menu_Main_f ();
3058                 break;
3059
3060         case K_UPARROW:
3061         case K_RIGHTARROW:
3062                 m_entersound = true;
3063                 if (++help_page >= NUM_HELP_PAGES)
3064                         help_page = 0;
3065                 break;
3066
3067         case K_DOWNARROW:
3068         case K_LEFTARROW:
3069                 m_entersound = true;
3070                 if (--help_page < 0)
3071                         help_page = NUM_HELP_PAGES-1;
3072                 break;
3073         }
3074
3075 }
3076
3077 //=============================================================================
3078 /* CEDITS MENU */
3079
3080 void M_Menu_Credits_f (void)
3081 {
3082         key_dest = key_menu;
3083         m_state = m_credits;
3084         m_entersound = true;
3085 }
3086
3087
3088
3089 static void M_Credits_Draw (void)
3090 {
3091         M_Background(640, 480);
3092         M_DrawPic (0, 0, "gfx/creditsmiddle");
3093         M_Print (640/2 - 14/2*8, 236, "Coming soon...");
3094         M_DrawPic (0, 0, "gfx/creditstop");
3095         M_DrawPic (0, 433, "gfx/creditsbottom");
3096 }
3097
3098
3099 static void M_Credits_Key (int key, char ascii)
3100 {
3101                 M_Menu_Main_f ();
3102 }
3103
3104 //=============================================================================
3105 /* QUIT MENU */
3106
3107 static char *m_quit_message[9];
3108 static int              m_quit_prevstate;
3109 static qboolean wasInMenus;
3110
3111
3112 static int M_QuitMessage(char *line1, char *line2, char *line3, char *line4, char *line5, char *line6, char *line7, char *line8)
3113 {
3114         m_quit_message[0] = line1;
3115         m_quit_message[1] = line2;
3116         m_quit_message[2] = line3;
3117         m_quit_message[3] = line4;
3118         m_quit_message[4] = line5;
3119         m_quit_message[5] = line6;
3120         m_quit_message[6] = line7;
3121         m_quit_message[7] = line8;
3122         m_quit_message[8] = NULL;
3123         return 1;
3124 }
3125
3126 static int M_ChooseQuitMessage(int request)
3127 {
3128         if (m_missingdata)
3129         {
3130                 // frag related quit messages are pointless for a fallback menu, so use something generic
3131                 if (request-- == 0) return M_QuitMessage("Are you sure you want to quit?","Press Y to quit, N to stay",NULL,NULL,NULL,NULL,NULL,NULL);
3132                 return 0;
3133         }
3134         switch (gamemode)
3135         {
3136         case GAME_NORMAL:
3137         case GAME_HIPNOTIC:
3138         case GAME_ROGUE:
3139         case GAME_NEHAHRA:
3140         case GAME_DEFEATINDETAIL2:
3141                 if (request-- == 0) return M_QuitMessage("Are you gonna quit","this game just like","everything else?",NULL,NULL,NULL,NULL,NULL);
3142                 if (request-- == 0) return M_QuitMessage("Milord, methinks that","thou art a lowly","quitter. Is this true?",NULL,NULL,NULL,NULL,NULL);
3143                 if (request-- == 0) return M_QuitMessage("Do I need to bust your","face open for trying","to quit?",NULL,NULL,NULL,NULL,NULL);
3144                 if (request-- == 0) return M_QuitMessage("Man, I oughta smack you","for trying to quit!","Press Y to get","smacked out.",NULL,NULL,NULL,NULL);
3145                 if (request-- == 0) return M_QuitMessage("Press Y to quit like a","big loser in life.","Press N to stay proud","and successful!",NULL,NULL,NULL,NULL);
3146                 if (request-- == 0) return M_QuitMessage("If you press Y to","quit, I will summon","Satan all over your","hard drive!",NULL,NULL,NULL,NULL);
3147                 if (request-- == 0) return M_QuitMessage("Um, Asmodeus dislikes","his children trying to","quit. Press Y to return","to your Tinkertoys.",NULL,NULL,NULL,NULL);
3148                 if (request-- == 0) return M_QuitMessage("If you quit now, I'll","throw a blanket-party","for you next time!",NULL,NULL,NULL,NULL,NULL);
3149                 break;
3150         case GAME_GOODVSBAD2:
3151                 if (request-- == 0) return M_QuitMessage("Press Yes To Quit","...","Yes",NULL,NULL,NULL,NULL,NULL);
3152                 if (request-- == 0) return M_QuitMessage("Do you really want to","Quit?","Play Good vs bad 3!",NULL,NULL,NULL,NULL,NULL);
3153                 if (request-- == 0) return M_QuitMessage("All your quit are","belong to long duck","dong",NULL,NULL,NULL,NULL,NULL);
3154                 if (request-- == 0) return M_QuitMessage("Press Y to quit","","But are you too legit?",NULL,NULL,NULL,NULL,NULL);
3155                 if (request-- == 0) return M_QuitMessage("This game was made by","e@chip-web.com","It is by far the best","game ever made.",NULL,NULL,NULL,NULL);
3156                 if (request-- == 0) return M_QuitMessage("Even I really dont","know of a game better","Press Y to quit","like rougue chedder",NULL,NULL,NULL,NULL);
3157                 if (request-- == 0) return M_QuitMessage("After you stop playing","tell the guys who made","counterstrike to just","kill themselves now",NULL,NULL,NULL,NULL);
3158                 if (request-- == 0) return M_QuitMessage("Press Y to exit to DOS","","SSH login as user Y","to exit to Linux",NULL,NULL,NULL,NULL);
3159                 if (request-- == 0) return M_QuitMessage("Press Y like you","were waanderers","from Ys'",NULL,NULL,NULL,NULL,NULL);
3160                 if (request-- == 0) return M_QuitMessage("This game was made in","Nippon like the SS","announcer's saying ipon",NULL,NULL,NULL,NULL,NULL);
3161                 if (request-- == 0) return M_QuitMessage("you","want to quit?",NULL,NULL,NULL,NULL,NULL,NULL);
3162                 if (request-- == 0) return M_QuitMessage("Please stop playing","this stupid game",NULL,NULL,NULL,NULL,NULL,NULL);
3163                 break;
3164         case GAME_BATTLEMECH:
3165                 if (request-- == 0) return M_QuitMessage("? WHY ?","Press Y to quit, N to keep fraggin'",NULL,NULL,NULL,NULL,NULL,NULL);
3166                 if (request-- == 0) return M_QuitMessage("Leave now and your mech is scrap!","Press Y to quit, N to keep fraggin'",NULL,NULL,NULL,NULL,NULL,NULL);
3167                 if (request-- == 0) return M_QuitMessage("Accept Defeat?","Press Y to quit, N to keep fraggin'",NULL,NULL,NULL,NULL,NULL,NULL);
3168                 if (request-- == 0) return M_QuitMessage("Wait! There are more mechs to destroy!","Press Y to quit, N to keep fraggin'",NULL,NULL,NULL,NULL,NULL,NULL);
3169                 if (request-- == 0) return M_QuitMessage("Where's your bloodlust?","Press Y to quit, N to keep fraggin'",NULL,NULL,NULL,NULL,NULL,NULL);
3170                 if (request-- == 0) return M_QuitMessage("Your mech here is way more impressive","than your car out there...","Press Y to quit, N to keep fraggin'",NULL,NULL,NULL,NULL,NULL);
3171                 if (request-- == 0) return M_QuitMessage("Quitting won't reduce your debt","Press Y to quit, N to keep fraggin'",NULL,NULL,NULL,NULL,NULL,NULL);
3172                 break;
3173         case GAME_OPENQUARTZ:
3174                 if (request-- == 0) return M_QuitMessage("There is nothing like free beer!","Press Y to quit, N to stay",NULL,NULL,NULL,NULL,NULL,NULL);
3175                 if (request-- == 0) return M_QuitMessage("GNU is not Unix!","Press Y to quit, N to stay",NULL,NULL,NULL,NULL,NULL,NULL);
3176                 if (request-- == 0) return M_QuitMessage("You prefer free beer over free speech?","Press Y to quit, N to stay",NULL,NULL,NULL,NULL,NULL,NULL);
3177                 if (request-- == 0) return M_QuitMessage("Is OpenQuartz Propaganda?","Press Y to quit, N to stay",NULL,NULL,NULL,NULL,NULL,NULL);
3178                 break;
3179         default:
3180                 if (request-- == 0) return M_QuitMessage("Tired of fragging already?",NULL,NULL,NULL,NULL,NULL,NULL,NULL);
3181                 if (request-- == 0) return M_QuitMessage("Quit now and forfeit your bodycount?",NULL,NULL,NULL,NULL,NULL,NULL,NULL);
3182                 if (request-- == 0) return M_QuitMessage("Are you sure you want to quit?",NULL,NULL,NULL,NULL,NULL,NULL,NULL);
3183                 if (request-- == 0) return M_QuitMessage("Off to do something constructive?",NULL,NULL,NULL,NULL,NULL,NULL,NULL);
3184                 break;
3185         }
3186         return 0;
3187 };
3188
3189 void M_Menu_Quit_f (void)
3190 {
3191         int n;
3192         if (m_state == m_quit)
3193                 return;
3194         wasInMenus = (key_dest == key_menu);
3195         key_dest = key_menu;
3196         m_quit_prevstate = m_state;
3197         m_state = m_quit;
3198         m_entersound = true;
3199         // count how many there are
3200         for (n = 1;M_ChooseQuitMessage(n);n++);
3201         // choose one
3202         M_ChooseQuitMessage(rand() % n);
3203 }
3204
3205
3206 static void M_Quit_Key (int key, char ascii)
3207 {
3208         switch (key)
3209         {
3210         case K_ESCAPE:
3211         case 'n':
3212         case 'N':
3213                 if (wasInMenus)
3214                 {
3215                         m_state = (enum m_state_e)m_quit_prevstate;
3216                         m_entersound = true;
3217                 }
3218                 else
3219                 {
3220                         key_dest = key_game;
3221                         m_state = m_none;
3222                 }
3223                 break;
3224
3225         case 'Y':
3226         case 'y':
3227                 Host_Quit_f ();
3228                 break;
3229
3230         default:
3231                 break;
3232         }
3233 }
3234
3235 static void M_Quit_Draw (void)
3236 {
3237         int i, l, linelength, firstline, lastline, lines;
3238         for (i = 0, linelength = 0, firstline = 9999, lastline = -1;m_quit_message[i];i++)
3239         {
3240                 if ((l = (int)strlen(m_quit_message[i])))
3241                 {
3242                         if (firstline > i)
3243                                 firstline = i;
3244                         if (lastline < i)
3245                                 lastline = i;
3246                         if (linelength < l)
3247                                 linelength = l;
3248                 }
3249         }
3250         lines = (lastline - firstline) + 1;
3251         M_Background(linelength * 8 + 16, lines * 8 + 16);
3252         if (!m_missingdata) //since this is a fallback menu for missing data, it is very hard to read with the box
3253                 M_DrawTextBox(0, 0, linelength, lines); //this is less obtrusive than hacking up the M_DrawTextBox function
3254         for (i = 0, l = firstline;i < lines;i++, l++)
3255                 M_Print(8 + 4 * (linelength - strlen(m_quit_message[l])), 8 + 8 * i, m_quit_message[l]);
3256 }
3257
3258 //=============================================================================
3259 /* LAN CONFIG MENU */
3260
3261 static int              lanConfig_cursor = -1;
3262 static int              lanConfig_cursor_table [] = {56, 76, 84, 120};
3263 #define NUM_LANCONFIG_CMDS      4
3264
3265 static int      lanConfig_port;
3266 static char     lanConfig_portname[6];
3267 static char     lanConfig_joinname[22];
3268
3269 void M_Menu_LanConfig_f (void)
3270 {
3271         key_dest = key_menu;
3272         m_state = m_lanconfig;
3273         m_entersound = true;
3274         if (lanConfig_cursor == -1)
3275         {
3276                 if (JoiningGame)
3277                         lanConfig_cursor = 1;
3278         }
3279         if (StartingGame)
3280                 lanConfig_cursor = 1;
3281         lanConfig_port = 26000;
3282         sprintf(lanConfig_portname, "%u", (unsigned int) lanConfig_port);
3283
3284         M_Update_Return_Reason("");
3285 }
3286
3287
3288 static void M_LanConfig_Draw (void)
3289 {
3290         cachepic_t      *p;
3291         int             basex;
3292         char    *startJoin;
3293         char    *protocol;
3294
3295         M_Background(320, 200);
3296
3297         M_DrawPic (16, 4, "gfx/qplaque");
3298         p = Draw_CachePic ("gfx/p_multi", true);
3299         basex = (320-p->width)/2;
3300         M_DrawPic (basex, 4, "gfx/p_multi");
3301
3302         if (StartingGame)
3303                 startJoin = "New Game";
3304         else
3305                 startJoin = "Join Game";
3306         protocol = "TCP/IP";
3307         M_Print(basex, 32, va ("%s - %s", startJoin, protocol));
3308         basex += 8;
3309
3310         M_Print(basex, lanConfig_cursor_table[0], "Port");
3311         M_DrawTextBox (basex+8*8, lanConfig_cursor_table[0]-8, 6, 1);
3312         M_Print(basex+9*8, lanConfig_cursor_table[0], lanConfig_portname);
3313
3314         if (JoiningGame)
3315         {
3316                 M_Print(basex, lanConfig_cursor_table[1], "Search for DarkPlaces games...");
3317                 M_Print(basex, lanConfig_cursor_table[2], "Search for QuakeWorld games...");
3318                 M_Print(basex, lanConfig_cursor_table[3]-16, "Join game at:");
3319                 M_DrawTextBox (basex+8, lanConfig_cursor_table[3]-8, 22, 1);
3320                 M_Print(basex+16, lanConfig_cursor_table[3], lanConfig_joinname);
3321         }
3322         else
3323         {
3324                 M_DrawTextBox (basex, lanConfig_cursor_table[1]-8, 2, 1);
3325                 M_Print(basex+8, lanConfig_cursor_table[1], "OK");
3326         }
3327
3328         M_DrawCharacter (basex-8, lanConfig_cursor_table [lanConfig_cursor], 12+((int)(realtime*4)&1));
3329
3330         if (lanConfig_cursor == 0)
3331                 M_DrawCharacter (basex+9*8 + 8*strlen(lanConfig_portname), lanConfig_cursor_table [lanConfig_cursor], 10+((int)(realtime*4)&1));
3332
3333         if (lanConfig_cursor == 3)
3334                 M_DrawCharacter (basex+16 + 8*strlen(lanConfig_joinname), lanConfig_cursor_table [lanConfig_cursor], 10+((int)(realtime*4)&1));
3335
3336         if (*m_return_reason)
3337                 M_Print(basex, 168, m_return_reason);
3338 }
3339
3340
3341 static void M_LanConfig_Key (int key, char ascii)
3342 {
3343         int             l;
3344
3345         switch (key)
3346         {
3347         case K_ESCAPE:
3348                 M_Menu_MultiPlayer_f ();
3349                 break;
3350
3351         case K_UPARROW:
3352                 S_LocalSound ("sound/misc/menu1.wav");
3353                 lanConfig_cursor--;
3354                 if (lanConfig_cursor < 0)
3355                         lanConfig_cursor = NUM_LANCONFIG_CMDS-1;
3356                 // when in start game menu, skip the unused search qw servers item
3357                 if (StartingGame && lanConfig_cursor == 2)
3358                         lanConfig_cursor = 1;
3359                 break;
3360
3361         case K_DOWNARROW:
3362                 S_LocalSound ("sound/misc/menu1.wav");
3363                 lanConfig_cursor++;
3364                 if (lanConfig_cursor >= NUM_LANCONFIG_CMDS)
3365                         lanConfig_cursor = 0;
3366                 // when in start game menu, skip the unused search qw servers item
3367                 if (StartingGame && lanConfig_cursor == 1)
3368                         lanConfig_cursor = 2;
3369                 break;
3370
3371         case K_ENTER:
3372                 if (lanConfig_cursor == 0)
3373                         break;
3374
3375                 m_entersound = true;
3376
3377                 Cbuf_AddText ("stopdemo\n");
3378
3379                 Cvar_SetValue("port", lanConfig_port);
3380
3381                 if (lanConfig_cursor == 1 || lanConfig_cursor == 2)
3382                 {
3383                         if (StartingGame)
3384                         {
3385                                 M_Menu_GameOptions_f ();
3386                                 break;
3387                         }
3388                         M_Menu_ServerList_f();
3389                         break;
3390                 }
3391
3392                 if (lanConfig_cursor == 3)
3393                         Cbuf_AddText ( va ("connect \"%s\"\n", lanConfig_joinname) );
3394                 break;
3395
3396         case K_BACKSPACE:
3397                 if (lanConfig_cursor == 0)
3398                 {
3399                         if (strlen(lanConfig_portname))
3400                                 lanConfig_portname[strlen(lanConfig_portname)-1] = 0;
3401                 }
3402
3403                 if (lanConfig_cursor == 3)
3404                 {
3405                         if (strlen(lanConfig_joinname))
3406                                 lanConfig_joinname[strlen(lanConfig_joinname)-1] = 0;
3407                 }
3408                 break;
3409
3410         default:
3411                 if (ascii < 32)
3412                         break;
3413
3414                 if (lanConfig_cursor == 3)
3415                 {
3416                         l = (int)strlen(lanConfig_joinname);
3417                         if (l < 21)
3418                         {
3419                                 lanConfig_joinname[l+1] = 0;
3420                                 lanConfig_joinname[l] = ascii;
3421                         }
3422                 }
3423
3424                 if (ascii < '0' || ascii > '9')
3425                         break;
3426                 if (lanConfig_cursor == 0)
3427                 {
3428                         l = (int)strlen(lanConfig_portname);
3429                         if (l < 5)
3430                         {
3431                                 lanConfig_portname[l+1] = 0;
3432                                 lanConfig_portname[l] = ascii;
3433                         }
3434                 }
3435         }
3436
3437         if (StartingGame && lanConfig_cursor == 3)
3438         {
3439                 if (key == K_UPARROW)
3440                         lanConfig_cursor = 1;
3441                 else
3442                         lanConfig_cursor = 0;
3443         }
3444
3445         l =  atoi(lanConfig_portname);
3446         if (l <= 65535)
3447                 lanConfig_port = l;
3448         sprintf(lanConfig_portname, "%u", (unsigned int) lanConfig_port);
3449 }
3450
3451 //=============================================================================
3452 /* GAME OPTIONS MENU */
3453
3454 typedef struct level_s
3455 {
3456         char    *name;
3457         char    *description;
3458 } level_t;
3459
3460 typedef struct episode_s
3461 {
3462         char    *description;
3463         int             firstLevel;
3464         int             levels;
3465 } episode_t;
3466
3467 typedef struct gamelevels_s
3468 {
3469         char *gamename;
3470         level_t *levels;
3471         episode_t *episodes;
3472         int numepisodes;
3473 }
3474 gamelevels_t;
3475
3476 static level_t quakelevels[] =
3477 {
3478         {"start", "Entrance"},  // 0
3479
3480         {"e1m1", "Slipgate Complex"},                           // 1
3481         {"e1m2", "Castle of the Damned"},
3482         {"e1m3", "The Necropolis"},
3483         {"e1m4", "The Grisly Grotto"},
3484         {"e1m5", "Gloom Keep"},
3485         {"e1m6", "The Door To Chthon"},
3486         {"e1m7", "The House of Chthon"},
3487         {"e1m8", "Ziggurat Vertigo"},
3488
3489         {"e2m1", "The Installation"},                           // 9
3490         {"e2m2", "Ogre Citadel"},
3491         {"e2m3", "Crypt of Decay"},
3492         {"e2m4", "The Ebon Fortress"},
3493         {"e2m5", "The Wizard's Manse"},
3494         {"e2m6", "The Dismal Oubliette"},
3495         {"e2m7", "Underearth"},
3496
3497         {"e3m1", "Termination Central"},                        // 16
3498         {"e3m2", "The Vaults of Zin"},
3499         {"e3m3", "The Tomb of Terror"},
3500         {"e3m4", "Satan's Dark Delight"},
3501         {"e3m5", "Wind Tunnels"},
3502         {"e3m6", "Chambers of Torment"},
3503         {"e3m7", "The Haunted Halls"},
3504
3505         {"e4m1", "The Sewage System"},                          // 23
3506         {"e4m2", "The Tower of Despair"},
3507         {"e4m3", "The Elder God Shrine"},
3508         {"e4m4", "The Palace of Hate"},
3509         {"e4m5", "Hell's Atrium"},
3510         {"e4m6", "The Pain Maze"},
3511         {"e4m7", "Azure Agony"},
3512         {"e4m8", "The Nameless City"},
3513
3514         {"end", "Shub-Niggurath's Pit"},                        // 31
3515
3516         {"dm1", "Place of Two Deaths"},                         // 32
3517         {"dm2", "Claustrophobopolis"},
3518         {"dm3", "The Abandoned Base"},
3519         {"dm4", "The Bad Place"},
3520         {"dm5", "The Cistern"},
3521         {"dm6", "The Dark Zone"}
3522 };
3523
3524 static episode_t quakeepisodes[] =
3525 {
3526         {"Welcome to Quake", 0, 1},
3527         {"Doomed Dimension", 1, 8},
3528         {"Realm of Black Magic", 9, 7},
3529         {"Netherworld", 16, 7},
3530         {"The Elder World", 23, 8},
3531         {"Final Level", 31, 1},
3532         {"Deathmatch Arena", 32, 6}
3533 };
3534
3535  //MED 01/06/97 added hipnotic levels
3536 static level_t     hipnoticlevels[] =
3537 {
3538    {"start", "Command HQ"},  // 0
3539
3540    {"hip1m1", "The Pumping Station"},          // 1
3541    {"hip1m2", "Storage Facility"},
3542    {"hip1m3", "The Lost Mine"},
3543    {"hip1m4", "Research Facility"},
3544    {"hip1m5", "Military Complex"},
3545
3546    {"hip2m1", "Ancient Realms"},          // 6
3547    {"hip2m2", "The Black Cathedral"},
3548    {"hip2m3", "The Catacombs"},
3549    {"hip2m4", "The Crypt"},
3550    {"hip2m5", "Mortum's Keep"},
3551    {"hip2m6", "The Gremlin's Domain"},
3552
3553    {"hip3m1", "Tur Torment"},       // 12
3554    {"hip3m2", "Pandemonium"},
3555    {"hip3m3", "Limbo"},
3556    {"hip3m4", "The Gauntlet"},
3557
3558    {"hipend", "Armagon's Lair"},       // 16
3559
3560    {"hipdm1", "The Edge of Oblivion"}           // 17
3561 };
3562
3563 //MED 01/06/97  added hipnotic episodes
3564 static episode_t   hipnoticepisodes[] =
3565 {
3566    {"Scourge of Armagon", 0, 1},
3567    {"Fortress of the Dead", 1, 5},
3568    {"Dominion of Darkness", 6, 6},
3569    {"The Rift", 12, 4},
3570    {"Final Level", 16, 1},
3571    {"Deathmatch Arena", 17, 1}
3572 };
3573
3574 //PGM 01/07/97 added rogue levels
3575 //PGM 03/02/97 added dmatch level
3576 static level_t          roguelevels[] =
3577 {
3578         {"start",       "Split Decision"},
3579         {"r1m1",        "Deviant's Domain"},
3580         {"r1m2",        "Dread Portal"},
3581         {"r1m3",        "Judgement Call"},
3582         {"r1m4",        "Cave of Death"},
3583         {"r1m5",        "Towers of Wrath"},
3584         {"r1m6",        "Temple of Pain"},
3585         {"r1m7",        "Tomb of the Overlord"},
3586         {"r2m1",        "Tempus Fugit"},
3587         {"r2m2",        "Elemental Fury I"},
3588         {"r2m3",        "Elemental Fury II"},
3589         {"r2m4",        "Curse of Osiris"},
3590         {"r2m5",        "Wizard's Keep"},
3591         {"r2m6",        "Blood Sacrifice"},
3592         {"r2m7",        "Last Bastion"},
3593         {"r2m8",        "Source of Evil"},
3594         {"ctf1",    "Division of Change"}
3595 };
3596
3597 //PGM 01/07/97 added rogue episodes
3598 //PGM 03/02/97 added dmatch episode
3599 static episode_t        rogueepisodes[] =
3600 {
3601         {"Introduction", 0, 1},
3602         {"Hell's Fortress", 1, 7},
3603         {"Corridors of Time", 8, 8},
3604         {"Deathmatch Arena", 16, 1}
3605 };
3606
3607 static level_t          nehahralevels[] =
3608 {
3609         {"nehstart",    "Welcome to Nehahra"},
3610         {"neh1m1",      "Forge City1: Slipgates"},
3611         {"neh1m2",      "Forge City2: Boiler"},
3612         {"neh1m3",      "Forge City3: Escape"},
3613         {"neh1m4",      "Grind Core"},
3614         {"neh1m5",      "Industrial Silence"},
3615         {"neh1m6",      "Locked-Up Anger"},
3616         {"neh1m7",      "Wanderer of the Wastes"},
3617         {"neh1m8",      "Artemis System Net"},
3618         {"neh1m9",      "To the Death"},
3619         {"neh2m1",      "The Gates of Ghoro"},
3620         {"neh2m2",      "Sacred Trinity"},
3621         {"neh2m3",      "Realm of the Ancients"},
3622         {"neh2m4",      "Temple of the Ancients"},
3623         {"neh2m5",      "Dreams Made Flesh"},
3624         {"neh2m6",      "Your Last Cup of Sorrow"},
3625         {"nehsec",      "Ogre's Bane"},
3626         {"nehahra",     "Nehahra's Den"},
3627         {"nehend",      "Quintessence"}
3628 };
3629
3630 static episode_t        nehahraepisodes[] =
3631 {
3632         {"Welcome to Nehahra", 0, 1},
3633         {"The Fall of Forge", 1, 9},
3634         {"The Outlands", 10, 7},
3635         {"Dimension of the Lost", 17, 2}
3636 };
3637
3638 // Map list for Transfusion
3639 static level_t          transfusionlevels[] =
3640 {
3641         {"e1m1",                "Cradle to Grave"},
3642         {"e1m2",                "Wrong Side of the Tracks"},
3643         {"e1m3",                "Phantom Express"},
3644         {"e1m4",                "Dark Carnival"},
3645         {"e1m5",                "Hallowed Grounds"},
3646         {"e1m6",                "The Great Temple"},
3647         {"e1m7",                "Altar of Stone"},
3648         {"e1m8",                "House of Horrors"},
3649
3650         {"e2m1",                "Shipwrecked"},
3651         {"e2m2",                "The Lumber Mill"},
3652         {"e2m3",                "Rest for the Wicked"},
3653         {"e2m4",                "The Overlooked Hotel"},
3654         {"e2m5",                "The Haunting"},
3655         {"e2m6",                "The Cold Rush"},
3656         {"e2m7",                "Bowels of the Earth"},
3657         {"e2m8",                "The Lair of Shial"},
3658         {"e2m9",                "Thin Ice"},
3659
3660         {"e3m1",                "Ghost Town"},
3661         {"e3m2",                "The Siege"},
3662         {"e3m3",                "Raw Sewage"},
3663         {"e3m4",                "The Sick Ward"},
3664         {"e3m5",                "Spare Parts"},
3665         {"e3m6",                "Monster Bait"},
3666         {"e3m7",                "The Pit of Cerberus"},
3667         {"e3m8",                "Catacombs"},
3668
3669         {"e4m1",                "Butchery Loves Company"},
3670         {"e4m2",                "Breeding Grounds"},
3671         {"e4m3",                "Charnel House"},
3672         {"e4m4",                "Crystal Lake"},
3673         {"e4m5",                "Fire and Brimstone"},
3674         {"e4m6",                "The Ganglion Depths"},
3675         {"e4m7",                "In the Flesh"},
3676         {"e4m8",                "The Hall of the Epiphany"},
3677         {"e4m9",                "Mall of the Dead"},
3678
3679         {"bb1",                 "The Stronghold"},
3680         {"bb2",                 "Winter Wonderland"},
3681         {"bb3",                 "Bodies"},
3682         {"bb4",                 "The Tower"},
3683         {"bb5",                 "Click!"},
3684         {"bb6",                 "Twin Fortress"},
3685         {"bb7",                 "Midgard"},
3686         {"bb8",                 "Fun With Heads"},
3687         {"dm1",                 "Monolith Building 11"},
3688         {"dm2",                 "Power!"},
3689         {"dm3",                 "Area 15"},
3690
3691         {"e6m1",                "Welcome to Your Life"},
3692         {"e6m2",                "They Are Here"},
3693         {"e6m3",                "Public Storage"},
3694         {"e6m4",                "Aqueducts"},
3695         {"e6m5",                "The Ruined Temple"},
3696         {"e6m6",                "Forbidden Rituals"},
3697         {"e6m7",                "The Dungeon"},
3698         {"e6m8",                "Beauty and the Beast"},
3699         {"e6m9",                "Forgotten Catacombs"},
3700
3701         {"cp01",                "Boat Docks"},
3702         {"cp02",                "Old Opera House"},
3703         {"cp03",                "Gothic Library"},
3704         {"cp04",                "Lost Monastery"},
3705         {"cp05",                "Steamboat"},
3706         {"cp06",                "Graveyard"},
3707         {"cp07",                "Mountain Pass"},
3708         {"cp08",                "Abysmal Mine"},
3709         {"cp09",                "Castle"},
3710         {"cps1",                "Boggy Creek"},
3711
3712         {"cpbb01",              "Crypt of Despair"},
3713         {"cpbb02",              "Pits of Blood"},
3714         {"cpbb03",              "Unholy Cathedral"},
3715         {"cpbb04",              "Deadly Inspirations"},
3716
3717         {"b2a15",               "Area 15 (B2)"},
3718         {"b2bodies",    "BB_Bodies (B2)"},
3719         {"b2cabana",    "BB_Cabana"},
3720         {"b2power",             "BB_Power"},
3721         {"barena",              "Blood Arena"},
3722         {"bkeep",               "Blood Keep"},
3723         {"bstar",               "Brown Star"},
3724         {"crypt",               "The Crypt"},
3725
3726         {"bb3_2k1",             "Bodies Infusion"},
3727         {"captasao",    "Captasao"},
3728         {"curandero",   "Curandero"},
3729         {"dcamp",               "DeathCamp"},
3730         {"highnoon",    "HighNoon"},
3731         {"qbb1",                "The Confluence"},
3732         {"qbb2",                "KathartiK"},
3733         {"qbb3",                "Caleb's Woodland Retreat"},
3734         {"zoo",                 "Zoo"},
3735
3736         {"dranzbb6",    "Black Coffee"},
3737         {"fragm",               "Frag'M"},
3738         {"maim",                "Maim"},
3739         {"qe1m7",               "The House of Chthon"},
3740         {"qdm1",                "Place of Two Deaths"},
3741         {"qdm4",                "The Bad Place"},
3742         {"qdm5",                "The Cistern"},
3743         {"qmorbias",    "DM-Morbias"},
3744         {"simple",              "Dead Simple"}
3745 };
3746
3747 static episode_t        transfusionepisodes[] =
3748 {
3749         {"The Way of All Flesh", 0, 8},
3750         {"Even Death May Die", 8, 9},
3751         {"Farewell to Arms", 17, 8},
3752         {"Dead Reckoning", 25, 9},
3753         {"BloodBath", 34, 11},
3754         {"Post Mortem", 45, 9},
3755         {"Cryptic Passage", 54, 10},
3756         {"Cryptic BloodBath", 64, 4},
3757         {"Blood 2", 68, 8},
3758         {"Transfusion", 76, 9},
3759         {"Conversions", 85, 9}
3760 };
3761
3762 static level_t goodvsbad2levels[] =
3763 {
3764         {"rts", "Many Paths"},  // 0
3765         {"chess", "Chess, Scott Hess"},                         // 1
3766         {"dot", "Big Wall"},
3767         {"city2", "The Big City"},
3768         {"bwall", "0 G like Psychic TV"},
3769         {"snow", "Wireframed"},
3770         {"telep", "Infinite Falling"},
3771         {"faces", "Facing Bases"},
3772         {"island", "Adventure Islands"},
3773 };
3774
3775 static episode_t goodvsbad2episodes[] =
3776 {
3777         {"Levels? Bevels!", 0, 8},
3778 };
3779
3780 static level_t battlemechlevels[] =
3781 {
3782         {"start", "Parking Level"},
3783         {"dm1", "Hot Dump"},                        // 1
3784         {"dm2", "The Pits"},
3785         {"dm3", "Dimber Died"},
3786         {"dm4", "Fire in the Hole"},
3787         {"dm5", "Clubhouses"},
3788         {"dm6", "Army go Underground"},
3789 };
3790
3791 static episode_t battlemechepisodes[] =
3792 {
3793         {"Time for Battle", 0, 7},
3794 };
3795
3796 static level_t openquartzlevels[] =
3797 {
3798         {"start", "Welcome to Openquartz"},
3799
3800         {"void1", "The center of nowhere"},                        // 1
3801         {"void2", "The place with no name"},
3802         {"void3", "The lost supply base"},
3803         {"void4", "Past the outer limits"},
3804         {"void5", "Into the nonexistance"},
3805         {"void6", "Void walk"},
3806
3807         {"vtest", "Warp Central"},
3808         {"box", "The deathmatch box"},
3809         {"bunkers", "Void command"},
3810         {"house", "House of chaos"},
3811         {"office", "Overnight office kill"},
3812         {"am1", "The nameless chambers"},
3813 };
3814
3815 static episode_t openquartzepisodes[] =
3816 {
3817         {"Single Player", 0, 1},
3818         {"Void Deathmatch", 1, 6},
3819         {"Contrib", 7, 6},
3820 };
3821
3822 static level_t defeatindetail2levels[] =
3823 {
3824         {"atac3",       "River Crossing"},
3825         {"atac4",       "Canyon Chaos"},
3826         {"atac7",       "Desert Stormer"},
3827 };
3828
3829 static episode_t defeatindetail2episodes[] =
3830 {
3831         {"ATAC Campaign", 0, 3},
3832 };
3833
3834 static level_t prydonlevels[] =
3835 {
3836         {"curig2", "Capel Curig"},      // 0
3837
3838         {"tdastart", "Gateway"},                                // 1
3839 };
3840
3841 static episode_t prydonepisodes[] =
3842 {
3843         {"Prydon Gate", 0, 1},
3844         {"The Dark Age", 1, 1}
3845 };
3846
3847 static gamelevels_t sharewarequakegame = {"Shareware Quake", quakelevels, quakeepisodes, 2};
3848 static gamelevels_t registeredquakegame = {"Quake", quakelevels, quakeepisodes, 7};
3849 static gamelevels_t hipnoticgame = {"Scourge of Armagon", hipnoticlevels, hipnoticepisodes, 6};
3850 static gamelevels_t roguegame = {"Dissolution of Eternity", roguelevels, rogueepisodes, 4};
3851 static gamelevels_t nehahragame = {"Nehahra", nehahralevels, nehahraepisodes, 4};
3852 static gamelevels_t transfusiongame = {"Transfusion", transfusionlevels, transfusionepisodes, 11};
3853 static gamelevels_t goodvsbad2game = {"Good Vs. Bad 2", goodvsbad2levels, goodvsbad2episodes, 1};
3854 static gamelevels_t battlemechgame = {"Battlemech", battlemechlevels, battlemechepisodes, 1};
3855 static gamelevels_t openquartzgame = {"OpenQuartz", openquartzlevels, openquartzepisodes, 3};
3856 static gamelevels_t defeatindetail2game = {"Defeat In Detail 2", defeatindetail2levels, defeatindetail2episodes, 1};
3857 static gamelevels_t prydongame = {"Prydon Gate", prydonlevels, prydonepisodes, 2};
3858
3859 typedef struct gameinfo_s
3860 {
3861         gamemode_t gameid;
3862         gamelevels_t *notregistered;
3863         gamelevels_t *registered;
3864 }
3865 gameinfo_t;
3866
3867 static gameinfo_t gamelist[] =
3868 {
3869         {GAME_NORMAL, &sharewarequakegame, &registeredquakegame},
3870         {GAME_HIPNOTIC, &hipnoticgame, &hipnoticgame},
3871         {GAME_ROGUE, &roguegame, &roguegame},
3872         {GAME_NEHAHRA, &nehahragame, &nehahragame},
3873         {GAME_TRANSFUSION, &transfusiongame, &transfusiongame},
3874         {GAME_GOODVSBAD2, &goodvsbad2game, &goodvsbad2game},
3875         {GAME_BATTLEMECH, &battlemechgame, &battlemechgame},
3876         {GAME_OPENQUARTZ, &openquartzgame, &openquartzgame},
3877         {GAME_DEFEATINDETAIL2, &defeatindetail2game, &defeatindetail2game},
3878         {GAME_PRYDON, &prydongame, &prydongame},
3879         {GAME_NORMAL, NULL, NULL} // terminator
3880 };
3881
3882 static gamelevels_t *lookupgameinfo(void)
3883 {
3884         int i = 0;
3885         while (gamelist[i].gameid != gamemode)
3886         {
3887                 if (gamelist[i].notregistered == NULL)
3888                 {
3889                         i = 0;
3890                         break;
3891                 }
3892                 i++;
3893         }
3894         if (registered.integer)
3895                 return gamelist[i].registered;
3896         else
3897                 return gamelist[i].notregistered;
3898 }
3899
3900 static int      startepisode;
3901 static int      startlevel;
3902 static int maxplayers;
3903 static qboolean m_serverInfoMessage = false;
3904 static double m_serverInfoMessageTime;
3905
3906 void M_Menu_GameOptions_f (void)
3907 {
3908         key_dest = key_menu;
3909         m_state = m_gameoptions;
3910         m_entersound = true;
3911         if (maxplayers == 0)
3912                 maxplayers = svs.maxclients;
3913         if (maxplayers < 2)
3914                 maxplayers = min(8, MAX_SCOREBOARD);
3915 }
3916
3917
3918 static int gameoptions_cursor_table[] = {40, 56, 64, 72, 80, 88, 96, 104, 112, 140, 160, 168};
3919 #define NUM_GAMEOPTIONS 12
3920 static int              gameoptions_cursor;
3921
3922 void M_GameOptions_Draw (void)
3923 {
3924         cachepic_t      *p;
3925         int             x;
3926         gamelevels_t *g;
3927
3928         M_Background(320, 200);
3929
3930         M_DrawPic (16, 4, "gfx/qplaque");
3931         p = Draw_CachePic ("gfx/p_multi", true);
3932         M_DrawPic ( (320-p->width)/2, 4, "gfx/p_multi");
3933
3934         M_DrawTextBox (152, 32, 10, 1);
3935         M_Print(160, 40, "begin game");
3936
3937         M_Print(0, 56, "      Max players");
3938         M_Print(160, 56, va("%i", maxplayers) );
3939
3940         if (gamemode != GAME_GOODVSBAD2)
3941         {
3942                 M_Print(0, 64, "        Game Type");
3943                 if (gamemode == GAME_TRANSFUSION)
3944                 {
3945                         if (!coop.integer && !deathmatch.integer)
3946                                 Cvar_SetValue("deathmatch", 1);
3947                         if (deathmatch.integer == 0)
3948                                 M_Print(160, 64, "Cooperative");
3949                         else if (deathmatch.integer == 2)
3950                                 M_Print(160, 64, "Capture the Flag");
3951                         else
3952                                 M_Print(160, 64, "Blood Bath");
3953                 }
3954                 else if (gamemode == GAME_BATTLEMECH)
3955                 {
3956                         if (!deathmatch.integer)
3957                                 Cvar_SetValue("deathmatch", 1);
3958                         if (deathmatch.integer == 2)
3959                                 M_Print(160, 64, "Rambo Match");
3960                         else
3961                                 M_Print(160, 64, "Deathmatch");
3962                 }
3963                 else
3964                 {
3965                         if (!coop.integer && !deathmatch.integer)
3966                                 Cvar_SetValue("deathmatch", 1);
3967                         if (coop.integer)
3968                                 M_Print(160, 64, "Cooperative");
3969                         else
3970                                 M_Print(160, 64, "Deathmatch");
3971                 }
3972
3973                 M_Print(0, 72, "        Teamplay");
3974                 if (gamemode == GAME_ROGUE)
3975                 {
3976                         char *msg;
3977
3978                         switch((int)teamplay.integer)
3979                         {
3980                                 case 1: msg = "No Friendly Fire"; break;
3981                                 case 2: msg = "Friendly Fire"; break;
3982                                 case 3: msg = "Tag"; break;
3983                                 case 4: msg = "Capture the Flag"; break;
3984                                 case 5: msg = "One Flag CTF"; break;
3985                                 case 6: msg = "Three Team CTF"; break;
3986                                 default: msg = "Off"; break;
3987                         }
3988                         M_Print(160, 72, msg);
3989                 }
3990                 else
3991                 {
3992                         char *msg;
3993
3994                         switch (teamplay.integer)
3995                         {
3996                                 case 0: msg = "Off"; break;
3997                                 case 2: msg = "Friendly Fire"; break;
3998                                 default: msg = "No Friendly Fire"; break;
3999                         }
4000                         M_Print(160, 72, msg);
4001                 }
4002                 M_Print(0, 80, "            Skill");
4003                 if (gamemode == GAME_TRANSFUSION)
4004                 {
4005                         if (skill.integer == 1)
4006                                 M_Print(160, 80, "Still Kicking");
4007                         else if (skill.integer == 2)
4008                                 M_Print(160, 80, "Pink On The Inside");
4009                         else if (skill.integer == 3)
4010                                 M_Print(160, 80, "Lightly Broiled");
4011                         else if (skill.integer == 4)
4012                                 M_Print(160, 80, "Well Done");
4013                         else
4014                                 M_Print(160, 80, "Extra Crispy");
4015                 }
4016                 else
4017                 {
4018                         if (skill.integer == 0)
4019                                 M_Print(160, 80, "Easy difficulty");
4020                         else if (skill.integer == 1)
4021                                 M_Print(160, 80, "Normal difficulty");
4022                         else if (skill.integer == 2)
4023                                 M_Print(160, 80, "Hard difficulty");
4024                         else
4025                                 M_Print(160, 80, "Nightmare difficulty");
4026                 }
4027                 M_Print(0, 88, "       Frag Limit");
4028                 if (fraglimit.integer == 0)
4029                         M_Print(160, 88, "none");
4030                 else
4031                         M_Print(160, 88, va("%i frags", fraglimit.integer));
4032
4033                 M_Print(0, 96, "       Time Limit");
4034                 if (timelimit.integer == 0)
4035                         M_Print(160, 96, "none");
4036                 else
4037                         M_Print(160, 96, va("%i minutes", timelimit.integer));
4038         }
4039
4040         M_Print(0, 104, "    Public server");
4041         M_Print(160, 104, (sv_public.integer == 0) ? "no" : "yes");
4042
4043         M_Print(0, 112, "   Server maxrate");
4044         M_Print(160, 112, va("%i", sv_maxrate.integer));
4045
4046         M_Print(0, 128, "      Server name");
4047         M_DrawTextBox (0, 132, 38, 1);
4048         M_Print(8, 140, hostname.string);
4049
4050         g = lookupgameinfo();
4051
4052         if (gamemode != GAME_GOODVSBAD2)
4053         {
4054                 M_Print(0, 160, "         Episode");
4055                 M_Print(160, 160, g->episodes[startepisode].description);
4056         }
4057
4058         M_Print(0, 168, "           Level");
4059         M_Print(160, 168, g->levels[g->episodes[startepisode].firstLevel + startlevel].description);
4060         M_Print(160, 176, g->levels[g->episodes[startepisode].firstLevel + startlevel].name);
4061
4062 // line cursor
4063         if (gameoptions_cursor == 9)
4064                 M_DrawCharacter (8 + 8 * strlen(hostname.string), gameoptions_cursor_table[gameoptions_cursor], 10+((int)(realtime*4)&1));
4065         else
4066                 M_DrawCharacter (144, gameoptions_cursor_table[gameoptions_cursor], 12+((int)(realtime*4)&1));
4067
4068         if (m_serverInfoMessage)
4069         {
4070                 if ((realtime - m_serverInfoMessageTime) < 5.0)
4071                 {
4072                         x = (320-26*8)/2;
4073                         M_DrawTextBox (x, 138, 24, 4);
4074                         x += 8;
4075                         M_Print(x, 146, " More than 255 players??");
4076                         M_Print(x, 154, "  First, question your  ");
4077                         M_Print(x, 162, "   sanity, then email   ");
4078                         M_Print(x, 170, " lordhavoc@ghdigital.com");
4079                 }
4080                 else
4081                         m_serverInfoMessage = false;
4082         }
4083 }
4084
4085
4086 static void M_NetStart_Change (int dir)
4087 {
4088         gamelevels_t *g;
4089         int count;
4090
4091         switch (gameoptions_cursor)
4092         {
4093         case 1:
4094                 maxplayers += dir;
4095                 if (maxplayers > MAX_SCOREBOARD)
4096                 {
4097                         maxplayers = MAX_SCOREBOARD;
4098                         m_serverInfoMessage = true;
4099                         m_serverInfoMessageTime = realtime;
4100                 }
4101                 if (maxplayers < 2)
4102                         maxplayers = 2;
4103                 break;
4104
4105         case 2:
4106                 if (gamemode == GAME_GOODVSBAD2)
4107                         break;
4108                 if (gamemode == GAME_TRANSFUSION)
4109                 {
4110                         switch (deathmatch.integer)
4111                         {
4112                                 // From Cooperative to BloodBath
4113                                 case 0:
4114                                         Cvar_SetValueQuick (&coop, 0);
4115                                         Cvar_SetValueQuick (&deathmatch, 1);
4116                                         break;
4117
4118                                 // From BloodBath to CTF
4119                                 case 1:
4120                                         Cvar_SetValueQuick (&coop, 0);
4121                                         Cvar_SetValueQuick (&deathmatch, 2);
4122                                         break;
4123
4124                                 // From CTF to Cooperative
4125                                 //case 2:
4126                                 default:
4127                                         Cvar_SetValueQuick (&coop, 1);
4128                                         Cvar_SetValueQuick (&deathmatch, 0);
4129                         }
4130                 }
4131                 else if (gamemode == GAME_BATTLEMECH)
4132                 {
4133                         if (deathmatch.integer == 2) // changing from Rambo to Deathmatch
4134                                 Cvar_SetValueQuick (&deathmatch, 0);
4135                         else // changing from Deathmatch to Rambo
4136                                 Cvar_SetValueQuick (&deathmatch, 2);
4137                 }
4138                 else
4139                 {
4140                         if (deathmatch.integer) // changing from deathmatch to coop
4141                         {
4142                                 Cvar_SetValueQuick (&coop, 1);
4143                                 Cvar_SetValueQuick (&deathmatch, 0);
4144                         }
4145                         else // changing from coop to deathmatch
4146                         {
4147                                 Cvar_SetValueQuick (&coop, 0);
4148                                 Cvar_SetValueQuick (&deathmatch, 1);
4149                         }
4150                 }
4151                 break;
4152
4153         case 3:
4154                 if (gamemode == GAME_GOODVSBAD2)
4155                         break;
4156                 if (gamemode == GAME_ROGUE)
4157                         count = 6;
4158                 else
4159                         count = 2;
4160
4161                 Cvar_SetValueQuick (&teamplay, teamplay.integer + dir);
4162                 if (teamplay.integer > count)
4163                         Cvar_SetValueQuick (&teamplay, 0);
4164                 else if (teamplay.integer < 0)
4165                         Cvar_SetValueQuick (&teamplay, count);
4166                 break;
4167
4168         case 4:
4169                 if (gamemode == GAME_GOODVSBAD2)
4170                         break;
4171                 Cvar_SetValueQuick (&skill, skill.integer + dir);
4172                 if (gamemode == GAME_TRANSFUSION)
4173                 {
4174                         if (skill.integer > 5)
4175                                 Cvar_SetValueQuick (&skill, 1);
4176                         if (skill.integer < 1)
4177                                 Cvar_SetValueQuick (&skill, 5);
4178                 }
4179                 else
4180                 {
4181                         if (skill.integer > 3)
4182                                 Cvar_SetValueQuick (&skill, 0);
4183                         if (skill.integer < 0)
4184                                 Cvar_SetValueQuick (&skill, 3);
4185                 }
4186                 break;
4187
4188         case 5:
4189                 if (gamemode == GAME_GOODVSBAD2)
4190                         break;
4191                 Cvar_SetValueQuick (&fraglimit, fraglimit.integer + dir*10);
4192                 if (fraglimit.integer > 100)
4193                         Cvar_SetValueQuick (&fraglimit, 0);
4194                 if (fraglimit.integer < 0)
4195                         Cvar_SetValueQuick (&fraglimit, 100);
4196                 break;
4197
4198         case 6:
4199                 if (gamemode == GAME_GOODVSBAD2)
4200                         break;
4201                 Cvar_SetValueQuick (&timelimit, timelimit.value + dir*5);
4202                 if (timelimit.value > 60)
4203                         Cvar_SetValueQuick (&timelimit, 0);
4204                 if (timelimit.value < 0)
4205                         Cvar_SetValueQuick (&timelimit, 60);
4206                 break;
4207
4208         case 7:
4209                 Cvar_SetValueQuick (&sv_public, !sv_public.integer);
4210                 break;
4211
4212         case 8:
4213                 Cvar_SetValueQuick (&sv_maxrate, sv_maxrate.integer + dir*500);
4214                 if (sv_maxrate.integer < NET_MINRATE)
4215                         Cvar_SetValueQuick (&sv_maxrate, NET_MINRATE);
4216                 break;
4217
4218         case 9:
4219                 break;
4220
4221         case 10:
4222                 if (gamemode == GAME_GOODVSBAD2)
4223                         break;
4224                 startepisode += dir;
4225                 g = lookupgameinfo();
4226
4227                 if (startepisode < 0)
4228                         startepisode = g->numepisodes - 1;
4229
4230                 if (startepisode >= g->numepisodes)
4231                         startepisode = 0;
4232
4233                 startlevel = 0;
4234                 break;
4235
4236         case 11:
4237                 startlevel += dir;
4238                 g = lookupgameinfo();
4239
4240                 if (startlevel < 0)
4241                         startlevel = g->episodes[startepisode].levels - 1;
4242
4243                 if (startlevel >= g->episodes[startepisode].levels)
4244                         startlevel = 0;
4245                 break;
4246         }
4247 }
4248
4249 static void M_GameOptions_Key (int key, char ascii)
4250 {
4251         gamelevels_t *g;
4252         int l;
4253         char hostnamebuf[128];
4254
4255         switch (key)
4256         {
4257         case K_ESCAPE:
4258                 M_Menu_MultiPlayer_f ();
4259                 break;
4260
4261         case K_UPARROW:
4262                 S_LocalSound ("sound/misc/menu1.wav");
4263                 gameoptions_cursor--;
4264                 if (gameoptions_cursor < 0)
4265                         gameoptions_cursor = NUM_GAMEOPTIONS-1;
4266                 break;
4267
4268         case K_DOWNARROW:
4269                 S_LocalSound ("sound/misc/menu1.wav");
4270                 gameoptions_cursor++;
4271                 if (gameoptions_cursor >= NUM_GAMEOPTIONS)
4272                         gameoptions_cursor = 0;
4273                 break;
4274
4275         case K_LEFTARROW:
4276                 if (gameoptions_cursor == 0)
4277                         break;
4278                 S_LocalSound ("sound/misc/menu3.wav");
4279                 M_NetStart_Change (-1);
4280                 break;
4281
4282         case K_RIGHTARROW:
4283                 if (gameoptions_cursor == 0)
4284                         break;
4285                 S_LocalSound ("sound/misc/menu3.wav");
4286                 M_NetStart_Change (1);
4287                 break;
4288
4289         case K_ENTER:
4290                 S_LocalSound ("sound/misc/menu2.wav");
4291                 if (gameoptions_cursor == 0)
4292                 {
4293                         if (sv.active)
4294                                 Cbuf_AddText ("disconnect\n");
4295                         Cbuf_AddText ( va ("maxplayers %u\n", maxplayers) );
4296
4297                         g = lookupgameinfo();
4298                         Cbuf_AddText ( va ("map %s\n", g->levels[g->episodes[startepisode].firstLevel + startlevel].name) );
4299                         return;
4300                 }
4301
4302                 M_NetStart_Change (1);
4303                 break;
4304
4305         case K_BACKSPACE:
4306                 if (gameoptions_cursor == 9)
4307                 {
4308                         l = (int)strlen(hostname.string);
4309                         if (l)
4310                         {
4311                                 l = min(l - 1, 37);
4312                                 memcpy(hostnamebuf, hostname.string, l);
4313                                 hostnamebuf[l] = 0;
4314                                 Cvar_Set("hostname", hostnamebuf);
4315                         }
4316                 }
4317                 break;
4318
4319         default:
4320                 if (ascii < 32)
4321                         break;
4322                 if (gameoptions_cursor == 9)
4323                 {
4324                         l = (int)strlen(hostname.string);
4325                         if (l < 37)
4326                         {
4327                                 memcpy(hostnamebuf, hostname.string, l);
4328                                 hostnamebuf[l] = ascii;
4329                                 hostnamebuf[l+1] = 0;
4330                                 Cvar_Set("hostname", hostnamebuf);
4331                         }
4332                 }
4333         }
4334 }
4335
4336 //=============================================================================
4337 /* SLIST MENU */
4338
4339 static int slist_cursor;
4340
4341 void M_Menu_ServerList_f (void)
4342 {
4343         key_dest = key_menu;
4344         m_state = m_slist;
4345         m_entersound = true;
4346         slist_cursor = 0;
4347         M_Update_Return_Reason("");
4348         if (lanConfig_cursor == 2)
4349                 Net_SlistQW_f();
4350         else
4351                 Net_Slist_f();
4352 }
4353
4354
4355 static void M_ServerList_Draw (void)
4356 {
4357         int n, y, visible, start, end;
4358         cachepic_t *p;
4359         const char *s;
4360
4361         // use as much vertical space as available
4362         if (gamemode == GAME_TRANSFUSION)
4363                 M_Background(640, vid_conheight.integer - 80);
4364         else
4365                 M_Background(640, vid_conheight.integer);
4366         // scroll the list as the cursor moves
4367         s = va("%i/%i masters %i/%i servers", masterreplycount, masterquerycount, serverreplycount, serverquerycount);
4368         M_PrintRed((640 - strlen(s) * 8) / 2, 32, s);
4369         if (*m_return_reason)
4370                 M_Print(16, menu_height - 8, m_return_reason);
4371         y = 48;
4372         visible = (int)((menu_height - 16 - y) / 8 / 2);
4373         start = bound(0, slist_cursor - (visible >> 1), serverlist_viewcount - visible);
4374         end = min(start + visible, serverlist_viewcount);
4375
4376         p = Draw_CachePic("gfx/p_multi", true);
4377         M_DrawPic((640 - p->width) / 2, 4, "gfx/p_multi");
4378         if (end > start)
4379         {
4380                 for (n = start;n < end;n++)
4381                 {
4382                         DrawQ_Fill(menu_x, menu_y + y, 640, 16, n == slist_cursor ? (0.5 + 0.2 * sin(realtime * M_PI)) : 0, 0, 0, 0.5, 0);
4383                         M_PrintColored(0, y, serverlist_viewlist[n]->line1);y += 8;
4384                         M_PrintColored(0, y, serverlist_viewlist[n]->line2);y += 8;
4385                 }
4386         }
4387         else if (realtime - masterquerytime > 10)
4388         {
4389                 if (masterquerycount)
4390                         M_Print(0, y, "No servers found");
4391                 else
4392                         M_Print(0, y, "No master servers found (network problem?)");
4393         }
4394         else
4395         {
4396                 if (serverquerycount)
4397                         M_Print(0, y, "Querying servers");
4398                 else
4399                         M_Print(0, y, "Querying master servers");
4400         }
4401 }
4402
4403
4404 static void M_ServerList_Key(int k, char ascii)
4405 {
4406         switch (k)
4407         {
4408         case K_ESCAPE:
4409                 M_Menu_LanConfig_f();
4410                 break;
4411
4412         case K_SPACE:
4413                 if (lanConfig_cursor == 2)
4414                         Net_SlistQW_f();
4415                 else
4416                         Net_Slist_f();
4417                 break;
4418
4419         case K_UPARROW:
4420         case K_LEFTARROW:
4421                 S_LocalSound ("sound/misc/menu1.wav");
4422                 slist_cursor--;
4423                 if (slist_cursor < 0)
4424                         slist_cursor = serverlist_viewcount - 1;
4425                 break;
4426
4427         case K_DOWNARROW:
4428         case K_RIGHTARROW:
4429                 S_LocalSound ("sound/misc/menu1.wav");
4430                 slist_cursor++;
4431                 if (slist_cursor >= serverlist_viewcount)
4432                         slist_cursor = 0;
4433                 break;
4434
4435         case K_ENTER:
4436                 S_LocalSound ("sound/misc/menu2.wav");
4437                 if (serverlist_viewcount)
4438                         Cbuf_AddText(va("connect \"%s\"\n", serverlist_viewlist[slist_cursor]->info.cname));
4439                 break;
4440
4441         default:
4442                 break;
4443         }
4444
4445 }
4446
4447 //=============================================================================
4448 /* MODLIST MENU */
4449 // same limit of mod dirs as in fs.c
4450 #define MODLIST_MAXDIRS 16
4451 static int modlist_enabled [MODLIST_MAXDIRS];   //array of indexs to modlist
4452 static int modlist_numenabled;                  //number of enabled (or in process to be..) mods
4453
4454 typedef struct modlist_entry_s
4455 {
4456         qboolean loaded;        // used to determine whether this entry is loaded and running
4457         int enabled;            // index to array of modlist_enabled
4458
4459         // name of the modification, this is (will...be) displayed on the menu entry
4460         char name[128];
4461         // directory where we will find it
4462         char dir[MAX_QPATH];
4463 } modlist_entry_t;
4464
4465 static int modlist_cursor;
4466 //static int modlist_viewcount;
4467
4468 #define MODLIST_TOTALSIZE               256
4469 static int modlist_count = 0;
4470 static modlist_entry_t modlist[MODLIST_TOTALSIZE];
4471
4472 void ModList_RebuildList(void)
4473 {
4474         int i,j;
4475         stringlist_t list;
4476
4477         stringlistinit(&list);
4478         if (fs_basedir[0])
4479                 listdirectory(&list, fs_basedir);
4480         else
4481                 listdirectory(&list, "./");
4482         stringlistsort(&list);
4483         modlist_count = 0;
4484         modlist_numenabled = fs_numgamedirs;
4485         for (i = 0;i < list.numstrings;i++)
4486         {
4487                 if (modlist_count >= MODLIST_TOTALSIZE) break;
4488                 // check all dirs to see if they "appear" to be mods
4489                 // reject any dirs that are part of the base game
4490                 // (such as "id1" and "hipnotic" when in GAME_HIPNOTIC mode)
4491                 if (gamedirname1 && !strcasecmp(gamedirname1, list.strings[i])) continue;
4492                 if (gamedirname2 && !strcasecmp(gamedirname2, list.strings[i])) continue;
4493                 if (FS_CheckNastyPath (list.strings[i], true)) continue;
4494                 if (!FS_CheckGameDir(list.strings[i])) continue;
4495
4496                 strlcpy (modlist[modlist_count].dir, list.strings[i], sizeof(modlist[modlist_count].dir));
4497                 //check currently loaded mods
4498                 modlist[modlist_count].loaded = false;
4499                 if (fs_numgamedirs)
4500                         for (j = 0; j < fs_numgamedirs; j++)
4501                                 if (!strcasecmp(fs_gamedirs[j], modlist[modlist_count].dir))
4502                                 {
4503                                         modlist[modlist_count].loaded = true;
4504                                         modlist[modlist_count].enabled = j;
4505                                         modlist_enabled[j] = modlist_count;
4506                                         break;
4507                                 }
4508                 modlist_count ++;
4509         }
4510         stringlistfreecontents(&list);
4511 }
4512
4513 void ModList_Enable (void)
4514 {
4515         int i;
4516         int numgamedirs;
4517         char gamedirs[MODLIST_MAXDIRS][MAX_QPATH];
4518
4519         // copy our mod list into an array for FS_ChangeGameDirs
4520         numgamedirs = modlist_numenabled;
4521         for (i = 0; i < modlist_numenabled; i++)
4522                 strlcpy (gamedirs[i], modlist[modlist_enabled[i]].dir,sizeof (gamedirs[i]));
4523
4524         // this code snippet is from FS_ChangeGameDirs
4525         if (fs_numgamedirs == numgamedirs)
4526         {
4527                 for (i = 0;i < numgamedirs;i++)
4528                         if (strcasecmp(fs_gamedirs[i], gamedirs[i]))
4529                                 break;
4530                 if (i == numgamedirs)
4531                         return; // already using this set of gamedirs, do nothing
4532         }
4533
4534         // this part is basically the same as the FS_GameDir_f function
4535         if ((cls.state == ca_connected && !cls.demoplayback) || sv.active)
4536         {
4537                 // actually, changing during game would work fine, but would be stupid
4538                 Con_Printf("Can not change gamedir while client is connected or server is running!\n");
4539                 return;
4540         }
4541
4542         FS_ChangeGameDirs (modlist_numenabled, gamedirs, true, true);
4543 }
4544
4545 void M_Menu_ModList_f (void)
4546 {
4547         key_dest = key_menu;
4548         m_state = m_modlist;
4549         m_entersound = true;
4550         modlist_cursor = 0;
4551         M_Update_Return_Reason("");
4552         ModList_RebuildList();
4553 }
4554
4555 static void M_Menu_ModList_AdjustSliders (int dir)
4556 {
4557         int i;
4558         S_LocalSound ("sound/misc/menu3.wav");
4559
4560         // stop adding mods, we reach the limit
4561         if (!modlist[modlist_cursor].loaded && (modlist_numenabled == MODLIST_MAXDIRS)) return;
4562         modlist[modlist_cursor].loaded = !modlist[modlist_cursor].loaded;
4563         if (modlist[modlist_cursor].loaded)
4564         {
4565                 modlist[modlist_cursor].enabled = modlist_numenabled;
4566                 //push the value on the enabled list
4567                 modlist_enabled[modlist_numenabled++] = modlist_cursor;
4568         }
4569         else
4570         {
4571                 //eliminate the value from the enabled list
4572                 for (i = modlist[modlist_cursor].enabled; i < modlist_numenabled; i++)
4573                 {
4574                         modlist_enabled[i] = modlist_enabled[i+1];
4575                         modlist[modlist_enabled[i]].enabled--;
4576                 }
4577                 modlist_numenabled--;
4578         }
4579 }
4580
4581 static void M_ModList_Draw (void)
4582 {
4583         int n, y, visible, start, end;
4584         cachepic_t *p;
4585         const char *s_available = "Available Mods";
4586         const char *s_enabled = "Enabled Mods";
4587
4588         // use as much vertical space as available
4589         if (gamemode == GAME_TRANSFUSION)
4590                 M_Background(640, vid_conheight.integer - 80);
4591         else
4592                 M_Background(640, vid_conheight.integer);
4593
4594         M_PrintRed(48 + 32, 32, s_available);
4595         M_PrintRed(432, 32, s_enabled);
4596         // Draw a list box with all enabled mods
4597         DrawQ_Pic(menu_x + 432, menu_y + 48, NULL, 172, 8 * modlist_numenabled, 0, 0, 0, 0.5, 0);
4598         for (y = 0; y < modlist_numenabled; y++)
4599                 M_PrintRed(432, 48 + y * 8, modlist[modlist_enabled[y]].dir);
4600
4601         if (*m_return_reason)
4602                 M_Print(16, menu_height - 8, m_return_reason);
4603         // scroll the list as the cursor moves
4604         y = 48;
4605         visible = (int)((menu_height - 16 - y) / 8 / 2);
4606         start = bound(0, modlist_cursor - (visible >> 1), modlist_count - visible);
4607         end = min(start + visible, modlist_count);
4608
4609         p = Draw_CachePic("gfx/p_option", true);
4610         M_DrawPic((640 - p->width) / 2, 4, "gfx/p_option");
4611         if (end > start)
4612         {
4613                 for (n = start;n < end;n++)
4614                 {
4615                         DrawQ_Pic(menu_x + 40, menu_y + y, NULL, 360, 8, n == modlist_cursor ? (0.5 + 0.2 * sin(realtime * M_PI)) : 0, 0, 0, 0.5, 0);
4616                         M_ItemPrint(80, y, modlist[n].dir, true);
4617                         M_DrawCheckbox(48, y, modlist[n].loaded);
4618                         y +=8;
4619                 }
4620         }
4621         else
4622         {
4623                 M_Print(80, y, "No Mods found");
4624         }
4625 }
4626
4627 static void M_ModList_Key(int k, char ascii)
4628 {
4629         switch (k)
4630         {
4631         case K_ESCAPE:
4632                 ModList_Enable ();
4633                 M_Menu_Options_f();
4634                 break;
4635
4636         case K_SPACE:
4637                 S_LocalSound ("sound/misc/menu2.wav");
4638                 ModList_RebuildList();
4639                 break;
4640
4641         case K_UPARROW:
4642                 S_LocalSound ("sound/misc/menu1.wav");
4643                 modlist_cursor--;
4644                 if (modlist_cursor < 0)
4645                         modlist_cursor = modlist_count - 1;
4646                 break;
4647
4648         case K_LEFTARROW:
4649                 M_Menu_ModList_AdjustSliders (-1);
4650                 break;
4651
4652         case K_DOWNARROW:
4653                 S_LocalSound ("sound/misc/menu1.wav");
4654                 modlist_cursor++;
4655                 if (modlist_cursor >= modlist_count)
4656                         modlist_cursor = 0;
4657                 break;
4658
4659         case K_RIGHTARROW:
4660                 M_Menu_ModList_AdjustSliders (1);
4661                 break;
4662
4663         case K_ENTER:
4664                 S_LocalSound ("sound/misc/menu2.wav");
4665                 ModList_Enable ();
4666                 break;
4667
4668         default:
4669                 break;
4670         }
4671
4672 }
4673
4674 //=============================================================================
4675 /* Menu Subsystem */
4676
4677 static void M_KeyEvent(int key, char ascii, qboolean downevent);
4678 static void M_Draw(void);
4679 void M_ToggleMenu_f(void);
4680 static void M_Shutdown(void);
4681
4682 void M_Init (void)
4683 {
4684         menuplyr_load = true;
4685         menuplyr_pixels = NULL;
4686
4687         Cmd_AddCommand ("menu_main", M_Menu_Main_f, "open the main menu");
4688         Cmd_AddCommand ("menu_singleplayer", M_Menu_SinglePlayer_f, "open the singleplayer menu");
4689         Cmd_AddCommand ("menu_load", M_Menu_Load_f, "open the loadgame menu");
4690         Cmd_AddCommand ("menu_save", M_Menu_Save_f, "open the savegame menu");
4691         Cmd_AddCommand ("menu_multiplayer", M_Menu_MultiPlayer_f, "open the multiplayer menu");
4692         Cmd_AddCommand ("menu_setup", M_Menu_Setup_f, "open the player setup menu");
4693         Cmd_AddCommand ("menu_options", M_Menu_Options_f, "open the options menu");
4694         Cmd_AddCommand ("menu_options_effects", M_Menu_Options_Effects_f, "open the effects options menu");
4695         Cmd_AddCommand ("menu_options_graphics", M_Menu_Options_Graphics_f, "open the graphics options menu");
4696         Cmd_AddCommand ("menu_options_colorcontrol", M_Menu_Options_ColorControl_f, "open the color control menu");
4697         Cmd_AddCommand ("menu_keys", M_Menu_Keys_f, "open the key binding menu");
4698         Cmd_AddCommand ("menu_video", M_Menu_Video_f, "open the video options menu");
4699         Cmd_AddCommand ("menu_reset", M_Menu_Reset_f, "open the reset to defaults menu");
4700         Cmd_AddCommand ("menu_mods", M_Menu_ModList_f, "open the mods browser menu");
4701         Cmd_AddCommand ("help", M_Menu_Help_f, "open the help menu");
4702         Cmd_AddCommand ("menu_quit", M_Menu_Quit_f, "open the quit menu");
4703         Cmd_AddCommand ("menu_transfusion_episode", M_Menu_Transfusion_Episode_f, "open the transfusion episode select menu");
4704         Cmd_AddCommand ("menu_transfusion_skill", M_Menu_Transfusion_Skill_f, "open the transfusion skill select menu");
4705         Cmd_AddCommand ("menu_credits", M_Menu_Credits_f, "open the credits menu");
4706
4707         if (gamemode == GAME_TRANSFUSION)
4708         {
4709                 numcommands = sizeof(transfusionbindnames) / sizeof(transfusionbindnames[0]);
4710                 bindnames = transfusionbindnames;
4711         }
4712         else if (gamemode == GAME_GOODVSBAD2)
4713         {
4714                 numcommands = sizeof(goodvsbad2bindnames) / sizeof(goodvsbad2bindnames[0]);
4715                 bindnames = goodvsbad2bindnames;
4716         }
4717         else
4718         {
4719                 numcommands = sizeof(quakebindnames) / sizeof(quakebindnames[0]);
4720                 bindnames = quakebindnames;
4721         }
4722
4723         // Make sure "keys_cursor" doesn't start on a section in the binding list
4724         keys_cursor = 0;
4725         while (bindnames[keys_cursor][0][0] == '\0')
4726         {
4727                 keys_cursor++;
4728
4729                 // Only sections? There may be a problem somewhere...
4730                 if (keys_cursor >= numcommands)
4731                         Sys_Error ("M_Init: The key binding list only contains sections");
4732         }
4733
4734
4735         if (gamemode == GAME_NEHAHRA)
4736         {
4737                 if (FS_FileExists("maps/neh1m4.bsp"))
4738                 {
4739                         if (FS_FileExists("hearing.dem"))
4740                         {
4741                                 Con_Print("Nehahra movie and game detected.\n");
4742                                 NehGameType = TYPE_BOTH;
4743                         }
4744                         else
4745                         {
4746                                 Con_Print("Nehahra game detected.\n");
4747                                 NehGameType = TYPE_GAME;
4748                         }
4749                 }
4750                 else
4751                 {
4752                         if (FS_FileExists("hearing.dem"))
4753                         {
4754                                 Con_Print("Nehahra movie detected.\n");
4755                                 NehGameType = TYPE_DEMO;
4756                         }
4757                         else
4758                         {
4759                                 Con_Print("Nehahra not found.\n");
4760                                 NehGameType = TYPE_GAME; // could just complain, but...
4761                         }
4762                 }
4763         }
4764 }
4765
4766 void M_Draw (void)
4767 {
4768         if (key_dest != key_menu)
4769                 m_state = m_none;
4770
4771         if (m_state == m_none)
4772                 return;
4773
4774         switch (m_state)
4775         {
4776         case m_none:
4777                 break;
4778
4779         case m_main:
4780                 M_Main_Draw ();
4781                 break;
4782
4783         case m_demo:
4784                 M_Demo_Draw ();
4785                 break;
4786
4787         case m_singleplayer:
4788                 M_SinglePlayer_Draw ();
4789                 break;
4790
4791         case m_transfusion_episode:
4792                 M_Transfusion_Episode_Draw ();
4793                 break;
4794
4795         case m_transfusion_skill:
4796                 M_Transfusion_Skill_Draw ();
4797                 break;
4798
4799         case m_load:
4800                 M_Load_Draw ();
4801                 break;
4802
4803         case m_save:
4804                 M_Save_Draw ();
4805                 break;
4806
4807         case m_multiplayer:
4808                 M_MultiPlayer_Draw ();
4809                 break;
4810
4811         case m_setup:
4812                 M_Setup_Draw ();
4813                 break;
4814
4815         case m_options:
4816                 M_Options_Draw ();
4817                 break;
4818
4819         case m_options_effects:
4820                 M_Options_Effects_Draw ();
4821                 break;
4822
4823         case m_options_graphics:
4824                 M_Options_Graphics_Draw ();
4825                 break;
4826
4827         case m_options_colorcontrol:
4828                 M_Options_ColorControl_Draw ();
4829                 break;
4830
4831         case m_keys:
4832                 M_Keys_Draw ();
4833                 break;
4834
4835         case m_reset:
4836                 M_Reset_Draw ();
4837                 break;
4838
4839         case m_video:
4840                 M_Video_Draw ();
4841                 break;
4842
4843         case m_help:
4844                 M_Help_Draw ();
4845                 break;
4846
4847         case m_credits:
4848                 M_Credits_Draw ();
4849                 break;
4850
4851         case m_quit:
4852                 M_Quit_Draw ();
4853                 break;
4854
4855         case m_lanconfig:
4856                 M_LanConfig_Draw ();
4857                 break;
4858
4859         case m_gameoptions:
4860                 M_GameOptions_Draw ();
4861                 break;
4862
4863         case m_slist:
4864                 M_ServerList_Draw ();
4865                 break;
4866
4867         case m_modlist:
4868                 M_ModList_Draw ();
4869                 break;
4870         }
4871
4872         if (gamemode == GAME_TRANSFUSION && !m_missingdata) {
4873                 if (m_state != m_credits) {
4874                         cachepic_t      *p, *drop1, *drop2, *drop3;
4875                         int g, scale_x, scale_y, scale_y_repeat, top_offset;
4876                         float scale_y_rate;
4877                         scale_y_repeat = vid_conheight.integer * 2;
4878                         g = (int)(realtime * 64)%96;
4879                         scale_y_rate = (float)(g+1) / 96;
4880                         top_offset = (g+12)/12;
4881                         p = Draw_CachePic (va("gfx/menu/blooddrip%i", top_offset), true);
4882                         drop1 = Draw_CachePic("gfx/menu/blooddrop1", true);
4883                         drop2 = Draw_CachePic("gfx/menu/blooddrop2", true);
4884                         drop3 = Draw_CachePic("gfx/menu/blooddrop3", true);
4885                         for (scale_x = 0; scale_x <= vid_conwidth.integer; scale_x += p->width) {
4886                                 for (scale_y = -scale_y_repeat; scale_y <= vid_conheight.integer; scale_y += scale_y_repeat) {
4887                                         DrawQ_Pic (scale_x + 21, scale_y_repeat * .5 + scale_y + scale_y_rate * scale_y_repeat, drop3, 0, 0, 1, 1, 1, 1, 0);
4888                                         DrawQ_Pic (scale_x +  116, scale_y_repeat + scale_y + scale_y_rate * scale_y_repeat, drop1, 0, 0, 1, 1, 1, 1, 0);
4889                                         DrawQ_Pic (scale_x + 180, scale_y_repeat * .275 + scale_y + scale_y_rate * scale_y_repeat, drop3, 0, 0, 1, 1, 1, 1, 0);
4890                                         DrawQ_Pic (scale_x + 242, scale_y_repeat * .75 + scale_y + scale_y_rate * scale_y_repeat, drop3, 0, 0, 1, 1, 1, 1, 0);
4891                                         DrawQ_Pic (scale_x + 304, scale_y_repeat * .25 + scale_y + scale_y_rate * scale_y_repeat, drop3, 0, 0, 1, 1, 1, 1, 0);
4892                                         DrawQ_Pic (scale_x + 362, scale_y_repeat * .46125 + scale_y + scale_y_rate * scale_y_repeat, drop3, 0, 0, 1, 1, 1, 1, 0);
4893                                         DrawQ_Pic (scale_x + 402, scale_y_repeat * .1725 + scale_y + scale_y_rate * scale_y_repeat, drop3, 0, 0, 1, 1, 1, 1, 0);
4894                                         DrawQ_Pic (scale_x + 438, scale_y_repeat * .9 + scale_y + scale_y_rate * scale_y_repeat, drop1, 0, 0, 1, 1, 1, 1, 0);
4895                                         DrawQ_Pic (scale_x + 484, scale_y_repeat * .5 + scale_y + scale_y_rate * scale_y_repeat, drop3, 0, 0, 1, 1, 1, 1, 0);
4896                                         DrawQ_Pic (scale_x + 557, scale_y_repeat * .9425 + scale_y + scale_y_rate * scale_y_repeat, drop1, 0, 0, 1, 1, 1, 1, 0);
4897                                         DrawQ_Pic (scale_x + 606, scale_y_repeat * .5 + scale_y + scale_y_rate * scale_y_repeat, drop2, 0, 0, 1, 1, 1, 1, 0);
4898                                 }
4899                                 DrawQ_Pic (scale_x, -1, Draw_CachePic(va("gfx/menu/blooddrip%i", top_offset), true), 0, 0, 1, 1, 1, 1, 0);
4900                         }
4901                 }
4902         }
4903
4904         if (m_entersound)
4905         {
4906                 S_LocalSound ("sound/misc/menu2.wav");
4907                 m_entersound = false;
4908         }
4909
4910         S_ExtraUpdate ();
4911 }
4912
4913
4914 void M_KeyEvent (int key, char ascii, qboolean downevent)
4915 {
4916         if (!downevent)
4917                 return;
4918         switch (m_state)
4919         {
4920         case m_none:
4921                 return;
4922
4923         case m_main:
4924                 M_Main_Key (key, ascii);
4925                 return;
4926
4927         case m_demo:
4928                 M_Demo_Key (key, ascii);
4929                 return;
4930
4931         case m_singleplayer:
4932                 M_SinglePlayer_Key (key, ascii);
4933                 return;
4934
4935         case m_transfusion_episode:
4936                 M_Transfusion_Episode_Key (key, ascii);
4937                 return;
4938
4939         case m_transfusion_skill:
4940                 M_Transfusion_Skill_Key (key, ascii);
4941                 return;
4942
4943         case m_load:
4944                 M_Load_Key (key, ascii);
4945                 return;
4946
4947         case m_save:
4948                 M_Save_Key (key, ascii);
4949                 return;
4950
4951         case m_multiplayer:
4952                 M_MultiPlayer_Key (key, ascii);
4953                 return;
4954
4955         case m_setup:
4956                 M_Setup_Key (key, ascii);
4957                 return;
4958
4959         case m_options:
4960                 M_Options_Key (key, ascii);
4961                 return;
4962
4963         case m_options_effects:
4964                 M_Options_Effects_Key (key, ascii);
4965                 return;
4966
4967         case m_options_graphics:
4968                 M_Options_Graphics_Key (key, ascii);
4969                 return;
4970
4971         case m_options_colorcontrol:
4972                 M_Options_ColorControl_Key (key, ascii);
4973                 return;
4974
4975         case m_keys:
4976                 M_Keys_Key (key, ascii);
4977                 return;
4978
4979         case m_reset:
4980                 M_Reset_Key (key, ascii);
4981                 return;
4982
4983         case m_video:
4984                 M_Video_Key (key, ascii);
4985                 return;
4986
4987         case m_help:
4988                 M_Help_Key (key, ascii);
4989                 return;
4990
4991         case m_credits:
4992                 M_Credits_Key (key, ascii);
4993                 return;
4994
4995         case m_quit:
4996                 M_Quit_Key (key, ascii);
4997                 return;
4998
4999         case m_lanconfig:
5000                 M_LanConfig_Key (key, ascii);
5001                 return;
5002
5003         case m_gameoptions:
5004                 M_GameOptions_Key (key, ascii);
5005                 return;
5006
5007         case m_slist:
5008                 M_ServerList_Key (key, ascii);
5009                 return;
5010
5011         case m_modlist:
5012                 M_ModList_Key (key, ascii);
5013                 return;
5014         }
5015
5016 }
5017
5018 void M_Shutdown(void)
5019 {
5020         // reset key_dest
5021         key_dest = key_game;
5022 }
5023
5024 void M_Restart(void)
5025 {
5026 }
5027
5028 //============================================================================
5029 // Menu prog handling
5030
5031 static char *m_required_func[] = {
5032 "m_init",
5033 "m_keydown",
5034 "m_draw",
5035 "m_toggle",
5036 "m_shutdown",
5037 };
5038
5039 #ifdef NG_MENU
5040 static qboolean m_displayed;
5041 #endif
5042
5043 static int m_numrequiredfunc = sizeof(m_required_func) / sizeof(char*);
5044
5045 void MR_SetRouting (qboolean forceold);
5046
5047 void MP_Error(const char *format, ...) DP_FUNC_PRINTF(1);
5048 void MP_Error(const char *format, ...)
5049 {
5050         static qboolean processingError = false;
5051         char errorstring[MAX_INPUTLINE];
5052         va_list argptr;
5053
5054         va_start (argptr, format);
5055         dpvsnprintf (errorstring, sizeof(errorstring), format, argptr);
5056         va_end (argptr);
5057         Con_Printf( "Menu_Error: %s\n", errorstring );
5058
5059         if( !processingError ) {
5060                 processingError = true;
5061                 PRVM_Crash();
5062                 processingError = false;
5063         } else {
5064                 Con_Printf( "Menu_Error: Recursive call to MP_Error (from PRVM_Crash)!\n" );
5065         }
5066
5067         // fall back to the normal menu
5068
5069         // say it
5070         Con_Print("Falling back to normal menu\n");
5071
5072         key_dest = key_game;
5073
5074         // init the normal menu now -> this will also correct the menu router pointers
5075         MR_SetRouting (TRUE);
5076
5077         Host_AbortCurrentFrame();
5078 }
5079
5080 void MP_KeyEvent (int key, char ascii, qboolean downevent)
5081 {
5082         PRVM_Begin;
5083         PRVM_SetProg(PRVM_MENUPROG);
5084
5085         // pass key
5086         prog->globals.generic[OFS_PARM0] = (float) key;
5087         prog->globals.generic[OFS_PARM1] = (float) ascii;
5088         if (downevent)
5089                 PRVM_ExecuteProgram(prog->funcoffsets.m_keydown,"m_keydown(float key, float ascii) required");
5090         else if (prog->funcoffsets.m_keyup)
5091                 PRVM_ExecuteProgram(prog->funcoffsets.m_keyup,"m_keyup(float key, float ascii) required");
5092
5093         PRVM_End;
5094 }
5095
5096 void MP_Draw (void)
5097 {
5098         PRVM_Begin;
5099         PRVM_SetProg(PRVM_MENUPROG);
5100
5101         PRVM_ExecuteProgram(prog->funcoffsets.m_draw,"m_draw() required");
5102
5103         PRVM_End;
5104 }
5105
5106 void MP_ToggleMenu_f (void)
5107 {
5108         PRVM_Begin;
5109         PRVM_SetProg(PRVM_MENUPROG);
5110
5111 #ifdef NG_MENU
5112         m_displayed = !m_displayed;
5113         if( m_displayed )
5114                 PRVM_ExecuteProgram(prog->funcoffsets.m_display,"m_display() required");
5115         else
5116                 PRVM_ExecuteProgram(prog->funcoffsets.m_hide,"m_hide() required");
5117 #else
5118         PRVM_ExecuteProgram(prog->funcoffsets.m_toggle,"m_toggle() required");
5119 #endif
5120
5121         PRVM_End;
5122 }
5123
5124 void MP_Shutdown (void)
5125 {
5126         PRVM_Begin;
5127         PRVM_SetProg(PRVM_MENUPROG);
5128
5129         PRVM_ExecuteProgram(prog->funcoffsets.m_shutdown,"m_shutdown() required");
5130
5131         // reset key_dest
5132         key_dest = key_game;
5133
5134         // AK not using this cause Im not sure whether this is useful at all instead :
5135         PRVM_ResetProg();
5136
5137         PRVM_End;
5138 }
5139
5140 void MP_Fallback (void)
5141 {
5142         MP_Shutdown();
5143
5144         key_dest = key_game;
5145
5146         // init the normal menu now -> this will also correct the menu router pointers
5147         MR_SetRouting (TRUE);
5148 }
5149
5150 void MP_Init (void)
5151 {
5152         PRVM_Begin;
5153         PRVM_InitProg(PRVM_MENUPROG);
5154
5155         prog->headercrc = M_PROGHEADER_CRC;
5156         prog->edictprivate_size = 0; // no private struct used
5157         prog->name = M_NAME;
5158         prog->num_edicts = 1;
5159         prog->limit_edicts = M_MAX_EDICTS;
5160         prog->extensionstring = vm_m_extensions;
5161         prog->builtins = vm_m_builtins;
5162         prog->numbuiltins = vm_m_numbuiltins;
5163         prog->init_cmd = VM_M_Cmd_Init;
5164         prog->reset_cmd = VM_M_Cmd_Reset;
5165         prog->error_cmd = MP_Error;
5166
5167         // allocate the mempools
5168         prog->progs_mempool = Mem_AllocPool(M_PROG_FILENAME, 0, NULL);
5169
5170         PRVM_LoadProgs(M_PROG_FILENAME, m_numrequiredfunc, m_required_func, 0, NULL, 0, NULL);
5171
5172         // note: OP_STATE is not supported by menu qc, we don't even try to detect
5173         // it here
5174
5175 #ifdef NG_MENU
5176         m_displayed = false;
5177 #endif
5178
5179         // call the prog init
5180         PRVM_ExecuteProgram(prog->funcoffsets.m_init,"m_init() required");
5181
5182         PRVM_End;
5183 }
5184
5185 void MP_Restart(void)
5186 {
5187         MP_Init();
5188 }
5189
5190 //============================================================================
5191 // Menu router
5192
5193 void (*MR_KeyEvent) (int key, char ascii, qboolean downevent);
5194 void (*MR_Draw) (void);
5195 void (*MR_ToggleMenu_f) (void);
5196 void (*MR_Shutdown) (void);
5197
5198 void MR_SetRouting(qboolean forceold)
5199 {
5200         static qboolean m_init = FALSE, mp_init = FALSE;
5201
5202         // if the menu prog isnt available or forceqmenu ist set, use the old menu
5203         if(!FS_FileExists(M_PROG_FILENAME) || forceqmenu.integer || forceold)
5204         {
5205                 // set menu router function pointers
5206                 MR_KeyEvent = M_KeyEvent;
5207                 MR_Draw = M_Draw;
5208                 MR_ToggleMenu_f = M_ToggleMenu_f;
5209                 MR_Shutdown = M_Shutdown;
5210
5211                 // init
5212                 if(!m_init)
5213                 {
5214                         M_Init();
5215                         m_init = TRUE;
5216                 }
5217                 else
5218                         M_Restart();
5219         }
5220         else
5221         {
5222                 // set menu router function pointers
5223                 MR_KeyEvent = MP_KeyEvent;
5224                 MR_Draw = MP_Draw;
5225                 MR_ToggleMenu_f = MP_ToggleMenu_f;
5226                 MR_Shutdown = MP_Shutdown;
5227
5228                 if(!mp_init)
5229                 {
5230                         MP_Init();
5231                         mp_init = TRUE;
5232                 }
5233                 else
5234                         MP_Restart();
5235         }
5236 }
5237
5238 void MR_Restart(void)
5239 {
5240         MR_Shutdown ();
5241         MR_SetRouting (FALSE);
5242 }
5243
5244 void Call_MR_ToggleMenu_f(void)
5245 {
5246         Host_StartVideo();
5247         if(MR_ToggleMenu_f)
5248                 MR_ToggleMenu_f();
5249 }
5250
5251 void MR_Init_Commands(void)
5252 {
5253         // set router console commands
5254         Cvar_RegisterVariable (&forceqmenu);
5255         Cvar_RegisterVariable (&menu_options_colorcontrol_correctionvalue);
5256         if (gamemode == GAME_NETHERWORLD)
5257                 Cmd_AddCommand ("menu_fallback", MP_Fallback, "switch to engine menu (unload menu.dat)");
5258         Cmd_AddCommand ("menu_restart",MR_Restart, "restart menu system (reloads menu.dat");
5259         Cmd_AddCommand ("togglemenu", Call_MR_ToggleMenu_f, "opens or closes menu");
5260 }
5261
5262 void MR_Init(void)
5263 {
5264         // use -forceqmenu to use always the normal quake menu (it sets forceqmenu to 1)
5265 // COMMANDLINEOPTION: Client: -forceqmenu disables menu.dat (same as +forceqmenu 1)
5266         if(COM_CheckParm("-forceqmenu"))
5267                 Cvar_SetValueQuick(&forceqmenu,1);
5268         // use -useqmenu for debugging proposes, cause it starts
5269         // the normal quake menu only the first time
5270 // COMMANDLINEOPTION: Client: -useqmenu causes the first time you open the menu to use the quake menu, then reverts to menu.dat (if forceqmenu is 0)
5271         if(COM_CheckParm("-useqmenu"))
5272                 MR_SetRouting (TRUE);
5273         else
5274                 MR_SetRouting (FALSE);
5275 }