]> icculus.org git repositories - taylor/freespace2.git/blob - src/menuui/playermenu.cpp
clean out a bunch of code for old renderers
[taylor/freespace2.git] / src / menuui / playermenu.cpp
1 /*
2  * Copyright (C) Volition, Inc. 1999.  All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell 
5  * or otherwise commercially exploit the source or things you created based on
6  * the source.
7  */
8
9 /*
10  * $Logfile: /Freespace2/code/MenuUI/PlayerMenu.cpp $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15  * Code to drive the Player Select initial screen
16  *
17  * $Log$
18  * Revision 1.9  2005/03/29 02:18:47  taylor
19  * Various 64-bit platform fixes
20  * Fix compiler errors with MAKE_FS1 and fix gr_set_bitmap() too
21  * Make sure that turrets can fire at asteroids for FS1 (needed for a couple missions)
22  * Streaming audio support (big thanks to Pierre Willenbrock!!)
23  * Removed dependance on strings.tbl for FS1 since we don't actually need it now
24  *
25  * Revision 1.8  2004/09/20 01:31:44  theoddone33
26  * GCC 3.4 fixes.
27  *
28  * Revision 1.7  2003/08/09 03:18:03  taylor
29  * fix tips popup not having any tips
30  *
31  * Revision 1.6  2003/06/11 18:30:32  taylor
32  * plug memory leaks
33  *
34  * Revision 1.5  2003/05/25 02:30:42  taylor
35  * Freespace 1 support
36  *
37  * Revision 1.4  2003/05/22 16:13:35  taylor
38  * fix missed German build option for auto-lang
39  *
40  * Revision 1.3  2002/06/09 04:41:22  relnev
41  * added copyright header
42  *
43  * Revision 1.2  2002/05/07 03:16:46  theoddone33
44  * The Great Newline Fix
45  *
46  * Revision 1.1.1.1  2002/05/03 03:28:09  root
47  * Initial import.
48  * 
49  * 
50  * 43    11/02/99 11:42a Jefff
51  * fixed copyright symbol in german fonts
52  * 
53  * 42    10/27/99 12:27a Jefff
54  * localized tips correctly
55  * 
56  * 41    9/13/99 4:52p Dave
57  * RESPAWN FIX
58  * 
59  * 40    9/02/99 11:10a Jefff
60  * fixed 1024 list display bug - was only showing 8 pilots at a time
61  * 
62  * 39    8/26/99 8:51p Dave
63  * Gave multiplayer TvT messaging a heavy dose of sanity. Cheat codes.
64  * 
65  * 38    8/26/99 9:45a Dave
66  * First pass at easter eggs and cheats.
67  * 
68  * 37    8/16/99 6:39p Jefff
69  * 
70  * 36    8/16/99 6:37p Jefff
71  * minor string alterations
72  * 
73  * 35    8/05/99 4:17p Dave
74  * Tweaks to client interpolation.
75  * 
76  * 34    8/05/99 11:29a Mikek
77  * Jacked up number of comments from 20 to 40, thereby doubling the
78  * quality of our game.
79  * 
80  * 33    8/04/99 10:53a Dave
81  * Added title to the user tips popup.
82  * 
83  * 32    8/03/99 3:21p Jefff
84  * 
85  * 31    8/03/99 10:32a Jefff
86  * raised location of bottom_text to not interfere w/ logo.  changed
87  * "please enter callsign" to "type callsign and press enter"
88  * 
89  * 30    8/02/99 9:13p Dave
90  * Added popup tips.
91  * 
92  * 29    7/30/99 10:29a Jefff
93  * fixed colors of bottom display texts
94  * 
95  * 28    7/27/99 7:17p Jefff
96  * Replaced some art text with XSTR() text.
97  * 
98  * 27    7/19/99 2:06p Jasons
99  * Remove all palette stuff from player select menu.
100  * 
101  * 26    7/15/99 9:20a Andsager
102  * FS2_DEMO initial checkin
103  * 
104  * 25    7/09/99 9:51a Dave
105  * Added thick polyline code.
106  * 
107  * 24    6/11/99 11:13a Dave
108  * last minute changes before press tour build.
109  * 
110  * 23    5/21/99 6:45p Dave
111  * Sped up ui loading a bit. Sped up localization disk access stuff. Multi
112  * start game screen, multi password, and multi pxo-help screen.
113  * 
114  * 22    4/25/99 3:02p Dave
115  * Build defines for the E3 build.
116  * 
117  * 21    3/25/99 2:31p Neilk
118  * Coordinate changes to handle new artwork
119  * 
120  * 20    2/25/99 4:19p Dave
121  * Added multiplayer_beta defines. Added cd_check define. Fixed a few
122  * release build warnings. Added more data to the squad war request and
123  * response packets.
124  * 
125  * 19    2/01/99 5:55p Dave
126  * Removed the idea of explicit bitmaps for buttons. Fixed text
127  * highlighting for disabled gadgets.
128  * 
129  * 18    1/30/99 5:08p Dave
130  * More new hi-res stuff.Support for nice D3D textures.
131  * 
132  * 17    1/30/99 1:53a Dave
133  * Fix some harcoded coords.
134  * 
135  * 16    1/30/99 1:28a Dave
136  * 1024x768 full support.
137  * 
138  * 15    1/29/99 1:25p Dave
139  * New code for choose pilot screen.
140  * 
141  * 14    1/29/99 12:47a Dave
142  * Put in sounds for beam weapon. A bunch of interface screens (tech
143  * database stuff).
144  * 
145  * 13    1/12/99 12:53a Dave
146  * More work on beam weapons - made collision detection very efficient -
147  * collide against all object types properly - made 3 movement types
148  * smooth. Put in test code to check for possible non-darkening pixels on
149  * object textures.
150  * 
151  * 12    12/18/98 1:13a Dave
152  * Rough 1024x768 support for Direct3D. Proper detection and usage through
153  * the launcher.
154  * 
155  * 11    12/06/98 2:36p Dave
156  * Drastically improved nebula fogging.
157  * 
158  * 10    12/01/98 6:20p Dave
159  * Removed tga test bitmap code.
160  * 
161  * 9     12/01/98 4:46p Dave
162  * Put in targa bitmap support (16 bit).
163  * 
164  * 8     11/30/98 1:07p Dave
165  * 16 bit conversion, first run.
166  * 
167  * 7     11/20/98 11:16a Dave
168  * Fixed up IPX support a bit. Making sure that switching modes and
169  * loading/saving pilot files maintains proper state.
170  * 
171  * 6     11/19/98 4:19p Dave
172  * Put IPX sockets back in psnet. Consolidated all multiplayer config
173  * files into one.
174  * 
175  * 5     11/05/98 4:18p Dave
176  * First run nebula support. Beefed up localization a bit. Removed all
177  * conditional compiles for foreign versions. Modified mission file
178  * format.
179  * 
180  * 4     10/13/98 9:28a Dave
181  * Started neatening up freespace.h. Many variables renamed and
182  * reorganized. Added AlphaColors.[h,cpp]
183  * 
184  * 3     10/09/98 2:57p Dave
185  * Starting splitting up OS stuff.
186  * 
187  * 2     10/07/98 10:53a Dave
188  * Initial checkin.
189  * 
190  * 1     10/07/98 10:49a Dave
191  * 
192  *
193  * $NoKeywords: $
194  *
195  */
196
197 #include <ctype.h>
198
199 #include "playermenu.h"
200 #include "2d.h"
201 #include "ui.h"
202 #include "gamesnd.h"
203 #include "player.h"
204 #include "cfile.h"
205 #include "key.h"
206 #include "managepilot.h"
207 #include "missionscreencommon.h"
208 #include "bmpman.h"
209 #include "freespace.h"
210 #include "parselo.h"
211 #include "gamesequence.h"
212 #include "timer.h"
213 #include "cmdline.h"
214 #include "osregistry.h"
215 #include "palman.h"
216 #include "mainhallmenu.h"
217 #include "multi.h"
218 #include "popup.h"
219 #include "mouse.h"
220 #include "alphacolors.h"
221 #include "localize.h"
222
223 // --------------------------------------------------------------------------------------------------------
224 // Demo title screen
225 #if defined(FS2_DEMO) || defined(FS1_DEMO)
226 static int Demo_title_active = 0;
227 static int Demo_title_bitmap = -1;
228 static int Demo_title_expire_timestamp = 0;
229 static int Demo_title_need_fade_in = 1;
230 static const char *Demo_title_bitmap_filename = NOX("DemoTitle1");
231 #endif
232
233 // --------------------------------------------------------------------------------------------------------
234 // PLAYER SELECT defines
235 //
236
237 //#define MAX_PLAYER_SELECT_LINES               8                                                       // max # of pilots displayed at once
238 int Player_select_max_lines[GR_NUM_RESOLUTIONS] = {                     // max # of pilots displayed at once
239         8,                      // GR_640
240         15                      // GR_1024
241 };
242
243 // button control defines
244 #define NUM_PLAYER_SELECT_BUTTONS       8                                                       // button control defines
245
246 #define CREATE_PILOT_BUTTON                     0                                                       //      
247 #define CLONE_BUTTON                                            1                                                       //
248 #define DELETE_BUTTON                                   2                                                       //
249 #define SCROLL_LIST_UP_BUTTON                   3                                                       //
250 #define SCROLL_LIST_DOWN_BUTTON         4                                                       //
251 #define ACCEPT_BUTTON                                   5                                                       //
252 #define SINGLE_BUTTON                                   6                                                       //
253 #define MULTI_BUTTON                                            7                                                       //
254
255 // list text display area
256 int Choose_list_coords[GR_NUM_RESOLUTIONS][4] = {
257         { // GR_640
258 #ifdef MAKE_FS1
259                 130, 140, 379, 68
260 #else
261                 114, 117, 400, 87
262 #endif
263         },
264         { // GR_1024
265                 183, 186, 640, 139
266         }
267 };
268
269 const char *Player_select_background_bitmap_name[GR_NUM_RESOLUTIONS] = {
270         "ChoosePilot",
271         "2_ChoosePilot"
272 };
273 const char *Player_select_background_mask_bitmap[GR_NUM_RESOLUTIONS] = {
274         "ChoosePilot-m",
275         "2_ChoosePilot-m"
276 };
277 // #define PLAYER_SELECT_PALETTE                                                        NOX("ChoosePilotPalette")       // palette for the screen       
278
279 #define PLAYER_SELECT_MAIN_HALL_OVERLAY         NOX("MainHall1")                                // main hall help overlay
280
281 // convenient struct for handling all button controls
282 struct barracks_buttons {
283         const char *filename;
284         int x, y, xt, yt;
285         int hotspot;
286         UI_BUTTON button;  // because we have a class inside this struct, we need the constructor below..
287
288         barracks_buttons(const char *name, int x1, int y1, int xt1, int yt1, int h) : filename(name), x(x1), y(y1), xt(xt1), yt(yt1), hotspot(h) {}
289 };
290
291 static barracks_buttons Player_select_buttons[GR_NUM_RESOLUTIONS][NUM_PLAYER_SELECT_BUTTONS] = {        
292         { // GR_640
293 #ifdef MAKE_FS1
294                 barracks_buttons("CHP_00",              126,    211,    -1,     -1,     0),     // create
295                 barracks_buttons("CHP_13",              181,    211,    -1,     -1,     13),    // clone
296                 barracks_buttons("CHP_11",              228,    211,    -1,     -1, 11),        // delete
297                 barracks_buttons("CHP_01",              423,    232,    -1,     -1,     1),     // scroll up
298                 barracks_buttons("CHP_02",              452,    232,    -1,     -1,     2),     // scroll down
299                 barracks_buttons("CHP_12",              475,    213,    -1,     -1,     12),    // accept
300                 barracks_buttons("CHP_14",              438,    104,    -1,     -1,     14),    // single
301                 barracks_buttons("CHP_15",              485,    104,    -1,     -1,     15)     // multi
302 #else
303                 // create, clone and delete (respectively)
304                 barracks_buttons("CPB_00",              114,    205,    117,    240,    0),
305                 barracks_buttons("CPB_01",              172,    205,    175,    240,    1),
306                 barracks_buttons("CPB_02",              226,    205,    229,    240,    2),
307
308                 // scroll up, scroll down,      and accept (respectively)
309                 barracks_buttons("CPB_03",              429,    213,    -1,     -1,     3),
310                 barracks_buttons("CPB_04",              456,    213,    -1,     -1,     4),
311                 barracks_buttons("CPB_05",              481,  207,      484,    246,    5),     
312                 
313                 // single player select and multiplayer select, respectively
314                 barracks_buttons("CPB_06",              428,    82,     430,    108,    6),
315                 barracks_buttons("CPB_07",              477,    82,     481,    108,    7)
316 #endif
317         }, 
318         { // GR_1024
319                 // create, clone and delete (respectively)
320                 barracks_buttons("2_CPB_00",    182,  328,      199,    384,    0),
321                 barracks_buttons("2_CPB_01",    275,    328,    292,    384,    1),
322                 barracks_buttons("2_CPB_02",    361,    328,    379,    384,    2),
323
324                 // scroll up, scroll down, and accept (respectively)
325                 barracks_buttons("2_CPB_03",    686,    341,    -1,     -1,     3),
326                 barracks_buttons("2_CPB_04",    729,    341,    -1,     -1,     4),
327                 barracks_buttons("2_CPB_05",    770,  332,      787,    394,    5),     
328                 
329                 // single player select and multiplayer select, respectively
330                 barracks_buttons("2_CPB_06",    685,    132,    700,    173,    6),
331                 barracks_buttons("2_CPB_07",    764,    132,    782,    173,    7)
332         }
333 };
334
335 // FIXME add to strings.tbl
336 #ifndef MAKE_FS1
337 #define PLAYER_SELECT_NUM_TEXT                  1
338
339 UI_XSTR Player_select_text[GR_NUM_RESOLUTIONS][PLAYER_SELECT_NUM_TEXT] = {
340         { // GR_640
341                 { "Choose Pilot",               1436,           122,    90,     UI_XSTR_COLOR_GREEN, -1, NULL }
342         }, 
343         { // GR_1024
344                 { "Choose Pilot",               1436,           195,    143,    UI_XSTR_COLOR_GREEN, -1, NULL }
345         }
346 };
347 #endif
348
349 UI_WINDOW Player_select_window;                                                         // ui window for this screen
350 UI_BUTTON Player_select_list_region;                                            // button for detecting mouse clicks on this screen
351 UI_INPUTBOX Player_select_input_box;                                            // input box for adding new pilot names                         
352
353 // #define PLAYER_SELECT_PALETTE_FNAME                                  NOX("InterfacePalette")
354 int Player_select_background_bitmap;                                            // bitmap for this screen
355 // int Player_select_palette;                                                                           // palette bitmap for this screen
356 int Player_select_autoaccept = 0;
357
358 // flag indicating if this is the absolute first pilot created and selected. Used to determine
359 // if the main hall should display the help overlay screen
360 int Player_select_very_first_pilot = 0;                 
361 int Player_select_initial_count = 0;
362 char Player_select_very_first_pilot_callsign[CALLSIGN_LEN + 2];
363
364 extern int Main_hall_bitmap;                                                                    // bitmap handle to the main hall bitmap
365
366 int Player_select_mode;                                                                                 // single or multiplayer - never set directly. use player_select_init_player_stuff()
367 int Player_select_num_pilots;                                                                   // # of pilots on the list
368 int Player_select_list_start;                                                                   // index of first list item to start displaying in the box
369 int Player_select_pilot;                                                                            // index into the Pilot array of which is selected as the active pilot
370 int Player_select_input_mode;                                                                   // 0 if the player _isn't_ typing a callsign, 1 if he is
371 char Pilots_arr[MAX_PILOTS][MAX_FILENAME_LEN];          
372 char *Pilots[MAX_PILOTS];
373 int Player_select_clone_flag;                                                                   // clone the currently selected pilot
374 char Player_select_last_pilot[CALLSIGN_LEN + 10];               // callsign of the last used pilot, or none if there wasn't one
375 int Player_select_last_is_multi;
376
377 int Player_select_force_bastion = 0;
378
379 // notification text areas
380
381 static int Player_select_bottom_text_y[GR_NUM_RESOLUTIONS] = {
382 #ifdef MAKE_FS1
383         280,
384 #else
385         314,    // GR_640
386 #endif
387         502     // GR_1024
388 };
389
390 static int Player_select_middle_text_y[GR_NUM_RESOLUTIONS] = {
391 #ifdef MAKE_FS1
392         280,
393 #else
394         253,    // GR_640
395 #endif
396         404     // GR_1024
397 };
398
399 char Player_select_bottom_text[150] = "";
400 char Player_select_middle_text[150] = "";
401 void player_select_set_bottom_text(const char *txt);
402 void player_select_set_middle_text(const char *txt);
403
404
405 // FORWARD DECLARATIONS
406 void player_select_init_player_stuff(int mode);                 // switch between single and multiplayer modes
407 void player_select_set_input_mode(int n);                                       
408 void player_select_button_pressed(int n);
409 void player_select_scroll_list_up();
410 void player_select_scroll_list_down();
411 int player_select_create_new_pilot();
412 void player_select_delete_pilot();
413 void player_select_display_all_text();
414 void player_select_display_copyright();
415 void player_select_set_controls(int gray);
416 void player_select_draw_list();
417 void player_select_process_noninput(int k);
418 void player_select_process_input(int k);
419 int player_select_pilot_file_filter(const char *filename);
420 int player_select_get_last_pilot_info();
421 void player_select_eval_very_first_pilot();
422 void player_select_commit();
423 void player_select_cancel_create();
424
425
426 // basically, gray out all controls (gray == 1), or ungray the controls (gray == 0) 
427 void player_select_set_controls(int gray)
428 {
429         int idx;
430         
431         for(idx=0;idx<NUM_PLAYER_SELECT_BUTTONS;idx++){
432                 if(gray){
433                         Player_select_buttons[gr_screen.res][idx].button.disable();
434                 } else {
435                         Player_select_buttons[gr_screen.res][idx].button.enable();
436                 }
437         }
438 }
439
440 // functions for selecting single/multiplayer pilots at the very beginning of Freespace
441 void player_select_init()
442 {                       
443         int i;
444         barracks_buttons *b;   
445 #ifndef MAKE_FS1
446         UI_WINDOW *w;
447 #endif
448
449         // start a looping ambient sound
450         main_hall_start_ambient();
451
452         Player_select_force_bastion = 0;
453
454 #ifdef FS2_DEMO
455         /*
456         Demo_title_bitmap = bm_load(Demo_title_bitmap_filename);
457         if ( Demo_title_bitmap >= 0 ) {
458                 Demo_title_active = 1;
459                 Demo_title_expire_timestamp = timestamp(5000);
460         } else {
461                 Demo_title_active = 0;
462         }
463         */
464         Demo_title_active = 0;
465 #endif
466
467         // create the UI window
468         Player_select_window.create(0, 0, gr_screen.max_w, gr_screen.max_h, 0);
469         Player_select_window.set_mask_bmap(Player_select_background_mask_bitmap[gr_screen.res]);
470
471 #ifdef MAKE_FS1
472         common_set_interface_palette("ChoosePilotPalette");
473 #endif
474
475         // initialize the control buttons
476         for (i=0; i<NUM_PLAYER_SELECT_BUTTONS; i++) {
477                 b = &Player_select_buttons[gr_screen.res][i];
478
479                 // create the button
480                 if ( (i == SCROLL_LIST_UP_BUTTON) || (i == SCROLL_LIST_DOWN_BUTTON) )
481                         b->button.create(&Player_select_window, NULL, b->x, b->y, 60, 30, 1, 1);
482                 else
483                         b->button.create(&Player_select_window, NULL, b->x, b->y, 60, 30, 1, 1);
484
485                 // set its highlight action
486                 b->button.set_highlight_action(common_play_highlight_sound);
487
488                 // set its animation bitmaps
489                 b->button.set_bmaps(b->filename);
490
491                 // link the mask hotspot
492                 b->button.link_hotspot(b->hotspot);
493         }               
494
495 #ifndef MAKE_FS1
496         // add some text
497         w = &Player_select_window;      
498         w->add_XSTR("Create", 1034, Player_select_buttons[gr_screen.res][CREATE_PILOT_BUTTON].xt, Player_select_buttons[gr_screen.res][CREATE_PILOT_BUTTON].yt, &Player_select_buttons[gr_screen.res][CREATE_PILOT_BUTTON].button, UI_XSTR_COLOR_GREEN);        
499         w->add_XSTR("Clone", 1040, Player_select_buttons[gr_screen.res][CLONE_BUTTON].xt, Player_select_buttons[gr_screen.res][CLONE_BUTTON].yt, &Player_select_buttons[gr_screen.res][CLONE_BUTTON].button, UI_XSTR_COLOR_GREEN);      
500         w->add_XSTR("Remove", 1038, Player_select_buttons[gr_screen.res][DELETE_BUTTON].xt, Player_select_buttons[gr_screen.res][DELETE_BUTTON].yt, &Player_select_buttons[gr_screen.res][DELETE_BUTTON].button, UI_XSTR_COLOR_GREEN);  
501         
502         w->add_XSTR("Select", 1039, Player_select_buttons[gr_screen.res][ACCEPT_BUTTON].xt, Player_select_buttons[gr_screen.res][ACCEPT_BUTTON].yt, &Player_select_buttons[gr_screen.res][ACCEPT_BUTTON].button, UI_XSTR_COLOR_PINK);   
503         w->add_XSTR("Single", 1041, Player_select_buttons[gr_screen.res][SINGLE_BUTTON].xt, Player_select_buttons[gr_screen.res][SINGLE_BUTTON].yt, &Player_select_buttons[gr_screen.res][SINGLE_BUTTON].button, UI_XSTR_COLOR_GREEN);  
504         w->add_XSTR("Multi", 1042, Player_select_buttons[gr_screen.res][MULTI_BUTTON].xt, Player_select_buttons[gr_screen.res][MULTI_BUTTON].yt, &Player_select_buttons[gr_screen.res][MULTI_BUTTON].button, UI_XSTR_COLOR_GREEN);      
505         for(i=0; i<PLAYER_SELECT_NUM_TEXT; i++) {
506                 w->add_XSTR(&Player_select_text[gr_screen.res][i]);
507         }
508 #endif
509
510         // create the list button text select region
511         Player_select_list_region.create(&Player_select_window, "", Choose_list_coords[gr_screen.res][0], Choose_list_coords[gr_screen.res][1], Choose_list_coords[gr_screen.res][2], Choose_list_coords[gr_screen.res][3], 0, 1);
512         Player_select_list_region.hide();
513
514         // create the pilot callsign input box
515         Player_select_input_box.create(&Player_select_window, Choose_list_coords[gr_screen.res][0], Choose_list_coords[gr_screen.res][1], Choose_list_coords[gr_screen.res][2] , CALLSIGN_LEN - 1, "", UI_INPUTBOX_FLAG_INVIS | UI_INPUTBOX_FLAG_KEYTHRU | UI_INPUTBOX_FLAG_LETTER_FIRST);
516         Player_select_input_box.set_valid_chars(VALID_PILOT_CHARS);
517         Player_select_input_box.hide();
518         Player_select_input_box.disable();
519         
520         // not currently entering any text
521         Player_select_input_mode = 0;   
522
523         // set up hotkeys for buttons so we draw the correct animation frame when a key is pressed
524         Player_select_buttons[gr_screen.res][SCROLL_LIST_UP_BUTTON].button.set_hotkey(SDLK_UP);
525         Player_select_buttons[gr_screen.res][SCROLL_LIST_DOWN_BUTTON].button.set_hotkey(SDLK_DOWN);
526         Player_select_buttons[gr_screen.res][ACCEPT_BUTTON].button.set_hotkey(SDLK_RETURN);
527         Player_select_buttons[gr_screen.res][CREATE_PILOT_BUTTON].button.set_hotkey(SDLK_c);
528
529         // disable the single player button in the multiplayer beta
530 #ifdef MULTIPLAYER_BETA_BUILD
531         Player_select_buttons[gr_screen.res][SINGLE_BUTTON].button.hide();
532         Player_select_buttons[gr_screen.res][SINGLE_BUTTON].button.disable();
533 #elif defined(E3_BUILD) || defined(PRESS_TOUR_BUILD)
534         Player_select_buttons[gr_screen.res][MULTI_BUTTON].button.hide();
535         Player_select_buttons[gr_screen.res][MULTI_BUTTON].button.disable();
536 #endif
537
538
539         // attempt to load in the background bitmap
540         Player_select_background_bitmap = bm_load(Player_select_background_bitmap_name[gr_screen.res]);                         
541         SDL_assert(Player_select_background_bitmap >= 0);       
542
543         // load in the palette for the screen
544         // Player_select_palette = bm_load(PLAYER_SELECT_PALETTE);
545         // Player_select_palette_set = 0;
546
547         // unset the very first pilot data
548         Player_select_very_first_pilot = 0;
549         Player_select_initial_count = -1;
550         memset(Player_select_very_first_pilot_callsign, 0, CALLSIGN_LEN + 2);   
551
552 //      if(Player_select_num_pilots == 0){
553 //              Player_select_autoaccept = 1;
554 //      }
555                 
556         // if we found a pilot
557 #if defined(DEMO) || defined(OEM_BUILD) || defined(E3_BUILD) || defined(PRESS_TOUR_BUILD) // not for FS2_DEMO
558         player_select_init_player_stuff(PLAYER_SELECT_MODE_SINGLE);     
559 #elif defined(MULTIPLAYER_BETA_BUILD)
560         player_select_init_player_stuff(PLAYER_SELECT_MODE_MULTI);      
561 #else
562         if (player_select_get_last_pilot_info()) {
563                 if (Player_select_last_is_multi) {
564                         player_select_init_player_stuff(PLAYER_SELECT_MODE_MULTI);
565                 } else {
566                         player_select_init_player_stuff(PLAYER_SELECT_MODE_SINGLE);
567                 }
568         } 
569         // otherwise go to the single player mode by default
570         else {
571                 player_select_init_player_stuff(PLAYER_SELECT_MODE_SINGLE);
572         }
573 #endif  
574
575         if((Player_select_num_pilots == 1) && Player_select_input_mode){
576                 Player_select_autoaccept = 1;
577         }       
578 }
579
580 #if defined(FS2_DEMO) || defined(FS1_DEMO)
581 // Display the demo title screen
582 void demo_title_blit()
583 {
584         int k;
585
586         Mouse_hidden = 1;
587
588         if ( timestamp_elapsed(Demo_title_expire_timestamp) ) {
589                 Demo_title_active = 0;
590         }
591
592         k = game_poll();
593         if ( k > 0 ) {
594                 Demo_title_active = 0;
595         }
596
597         if ( Demo_title_need_fade_in ) {
598                 gr_fade_out(0);
599         }
600         
601         gr_set_bitmap(Demo_title_bitmap);
602         gr_bitmap(0,0);
603
604         gr_flip();
605
606         if ( Demo_title_need_fade_in ) {
607                 gr_fade_in(0);
608                 Demo_title_need_fade_in = 0;
609         }
610
611         if ( !Demo_title_active ) {
612                 gr_fade_out(0);
613                 Mouse_hidden = 0;
614         }
615 }
616
617 #endif
618
619 void player_select_do()
620 {
621         int k;
622
623 #ifdef FS2_DEMO
624         if ( Demo_title_active ) {
625                 // demo_title_blit();
626                 return;
627         }
628 #endif
629
630         // set the input box at the "virtual" line 0 to be active so the player can enter a callsign
631         if (Player_select_input_mode){
632                 Player_select_input_box.set_focus();
633         }
634
635         // process any ui window stuff
636         k = Player_select_window.process();
637         if(k){
638                 extern void game_process_cheats(int k);
639                 game_process_cheats(k);
640         }
641         switch(k){
642         // switch between single and multiplayer modes
643         case SDLK_TAB :
644 #if defined(DEMO) || defined(OEM_BUILD) // not for FS2_DEMO
645                 break;
646 #else
647
648                 if(Player_select_input_mode){
649                         gamesnd_play_iface(SND_GENERAL_FAIL);
650                         break;
651                 }
652                 // play a little sound
653                 gamesnd_play_iface(SND_USER_SELECT);
654                 if(Player_select_mode == PLAYER_SELECT_MODE_MULTI){                                     
655 #ifdef MAKE_FS1
656                         player_select_set_bottom_text(XSTR( "Single Player Mode", 376));
657 #else
658                         player_select_set_bottom_text(XSTR( "Single-Player Mode", 376));
659 #endif
660                                 
661                         // reinitialize as single player mode
662                         player_select_init_player_stuff(PLAYER_SELECT_MODE_SINGLE);
663                 } else if(Player_select_mode == PLAYER_SELECT_MODE_SINGLE){                                                                             
664                         player_select_set_bottom_text(XSTR( "Multiplayer Mode", 377));
665                                 
666                         // reinitialize as multiplayer mode
667                         player_select_init_player_stuff(PLAYER_SELECT_MODE_MULTI);
668                 }
669                 break;  
670 #endif
671         }       
672
673         // draw the player select pseudo-dialog over it
674         gr_set_bitmap(Player_select_background_bitmap, GR_ALPHABLEND_NONE, GR_BITBLT_MODE_NORMAL, 1.0f, -1, -1);
675         gr_bitmap(0,0);
676
677         // press the accept button
678         if (Player_select_autoaccept) {
679                 Player_select_buttons[gr_screen.res][ACCEPT_BUTTON].button.press_button();
680         }
681         
682         // draw any ui window stuf
683         Player_select_window.draw();
684
685         // light up the correct mode button (single or multi)
686         if (Player_select_mode == PLAYER_SELECT_MODE_SINGLE){
687                 Player_select_buttons[gr_screen.res][SINGLE_BUTTON].button.draw_forced(2);
688         } else {
689                 Player_select_buttons[gr_screen.res][MULTI_BUTTON].button.draw_forced(2);
690         }
691
692         // draw the pilot list text
693         player_select_draw_list();      
694
695         // draw copyright message on the bottom on the screen
696         player_select_display_copyright();
697
698         if (!Player_select_input_mode) {
699                 player_select_process_noninput(k);
700         } else {
701                 player_select_process_input(k);
702         }
703         
704         // draw any pending messages on the bottom or middle of the screen
705         player_select_display_all_text();       
706
707 #ifndef RELEASE_REAL
708         // gr_set_color_fast(&Color_bright_green);
709         // gr_string(0x8000, 10, "Development version - DO NOT RELEASE");
710 #endif
711         
712         /*
713         gr_set_color(255, 0, 0);
714         vector whee[5];
715         vector *arr[5] = {&whee[0], &whee[1], &whee[2], &whee[3], &whee[4]};
716         whee[0].x = 10; whee[0].y = 10; whee[0].z = 0.0f;
717         whee[1].x = 50; whee[1].y = 50; whee[1].z = 0.0f;
718         whee[2].x = 50; whee[2].y = 90; whee[2].z = 0.0f;
719         whee[3].x = 90; whee[3].y = 130; whee[3].z = 0.0f;
720         whee[4].x = 180; whee[4].y = 130; whee[4].z = 0.0f;
721         gr_pline_special(arr, 5, 2);
722         */
723         
724
725         gr_flip();
726 }
727
728 void player_select_close()
729 {
730         // destroy the player select window
731         Player_select_window.destroy();
732
733         // if we're in input mode - we should undo the pilot create reqeust
734         if(Player_select_input_mode){
735                 player_select_cancel_create();
736         }
737         
738         // actually set up the Player struct here       
739         if((Player_select_pilot == -1) || (Player_select_num_pilots == 0)){
740                 nprintf(("General","WARNING! No pilot selected! We should be exiting the game now!\n"));
741                 return;
742         }
743
744         // unload all bitmaps
745         if(Player_select_background_bitmap >= 0){
746                 bm_release(Player_select_background_bitmap);
747                 Player_select_background_bitmap = -1;
748         } 
749         // if(Player_select_palette >= 0){
750         //      bm_release(Player_select_palette);
751                 //Player_select_palette = -1;
752         // }
753
754 #ifdef MAKE_FS1
755         common_free_interface_palette();
756 #endif
757                         
758         // setup the player  struct
759         Player_num = 0;
760         Player = &Players[0];
761         Player->flags |= PLAYER_FLAGS_STRUCTURE_IN_USE;
762                 
763         // now read in a the pilot data
764         if (read_pilot_file(Pilots[Player_select_pilot], !Player_select_mode, Player) != 0) {
765                 Error(LOCATION,"Couldn't load pilot file, bailing");
766                 Player = NULL;
767         }               
768
769         if (Player_select_force_bastion) {
770                 Player->on_bastion = 1;
771         }
772 }
773
774 void player_select_set_input_mode(int n)
775 {
776         int i;
777
778         // set the input mode
779         Player_select_input_mode = n;   
780         
781         // enable all the player select buttons
782         for (i=0; i<NUM_PLAYER_SELECT_BUTTONS; i++){
783                 Player_select_buttons[gr_screen.res][i].button.enable(!n);
784         }
785
786         Player_select_buttons[gr_screen.res][ACCEPT_BUTTON].button.set_hotkey(n ? -1 : SDLK_RETURN);
787         Player_select_buttons[gr_screen.res][CREATE_PILOT_BUTTON].button.set_hotkey(n ? -1 : SDLK_c);
788
789         // enable the player select input box
790         if(Player_select_input_mode){
791                 Player_select_input_box.enable();
792                 Player_select_input_box.unhide();
793         } else {
794                 Player_select_input_box.hide();
795                 Player_select_input_box.disable();
796         }
797 }
798
799 void player_select_button_pressed(int n)
800 {
801         int ret;
802
803         switch (n) {
804         case SCROLL_LIST_UP_BUTTON:
805                 player_select_set_bottom_text("");
806
807                 player_select_scroll_list_up();
808                 break;
809
810         case SCROLL_LIST_DOWN_BUTTON:
811                 player_select_set_bottom_text("");
812
813                 player_select_scroll_list_down();
814                 break;
815
816         case ACCEPT_BUTTON:
817                 // make sure he has a valid pilot selected
818                 if (Player_select_pilot < 0) {                                                          
819                         popup(PF_USE_AFFIRMATIVE_ICON,1,POPUP_OK,XSTR( "You must select a valid pilot first", 378));
820                 } else {
821                         player_select_commit();                         
822                 }
823                 break;
824
825         case CLONE_BUTTON:
826                 // if we're at max-pilots, don't allow another to be added
827                 if (Player_select_num_pilots >= MAX_PILOTS) {
828                         player_select_set_bottom_text(XSTR( "You already have the maximum # of pilots!", 379));
829                         
830                         gamesnd_play_iface(SND_GENERAL_FAIL);
831                         break;
832                 }
833
834                 if (Player_select_pilot >= 0) {                                         
835                         // first we have to make sure this guy is actually loaded for when we create the clone
836                         if (Player == NULL) {
837                                 Player = &Players[0];
838                                 Player->flags |= PLAYER_FLAGS_STRUCTURE_IN_USE;
839                         }                               
840
841                         // attempt to read in the pilot file of the guy to be cloned
842                         if (read_pilot_file(Pilots[Player_select_pilot], !Player_select_mode, Player) != 0) {
843                                 Error(LOCATION,"Couldn't load pilot file, bailing");
844                                 Player = NULL;
845                                 Int3();
846                         }                               
847
848                         // set the clone flag
849                         Player_select_clone_flag = 1;
850
851                         // create the new pilot (will be cloned with Player_select_clone_flag_set)
852                         if (!player_select_create_new_pilot()) {                                        
853                                 player_select_set_bottom_text(XSTR( "Error creating new pilot file!", 380));
854                                 Player_select_clone_flag = 0;
855                                 memset(Player,0,sizeof(player));
856                                 Player = NULL;
857                                 break;
858                         }                               
859
860                         // clear the player out
861                         // JH: What the hell?  How do you clone a pilot if you clear out the source you are copying
862                         // from?  These next 2 lines are pure stupidity, so I commented them out!
863 //                      memset(Player,0,sizeof(player));
864 //                      Player = NULL;
865                                 
866                         // display some text on the bottom of the dialog
867                         player_select_set_bottom_text(XSTR( "Type Callsign and Press Enter", 381));                             
868                         
869                         // gray out all controls in the dialog
870                         player_select_set_controls(1);                                  
871                 }
872                 break;
873
874         case CREATE_PILOT_BUTTON:
875                 // if we're at max-pilots, don't allow another to be added
876                 if(Player_select_num_pilots >= MAX_PILOTS){
877                         player_select_set_bottom_text(XSTR( "You already have the maximum # of pilots!", 379));
878
879                         gamesnd_play_iface(SND_GENERAL_FAIL);
880                         break;
881                 }
882
883                 // create a new pilot
884                 if (!player_select_create_new_pilot()) {
885                         player_select_set_bottom_text(XSTR( "Type Callsign and Press Enter", 381));
886                 }
887
888                 // don't clone anyone
889                 Player_select_clone_flag = 0;
890                         
891                 // display some text on the bottom of the dialog                        
892                 player_select_set_bottom_text(XSTR( "Type Callsign and Press Enter", 381));
893                         
894                 // gray out all controls
895                 player_select_set_controls(1);                                          
896                 break;
897
898         case DELETE_BUTTON:
899                 player_select_set_bottom_text("");
900
901                 if (Player_select_pilot >= 0) {
902                         // display a popup requesting confirmation
903                         ret = popup(PF_TITLE_BIG | PF_TITLE_RED, 2, POPUP_NO, POPUP_YES, XSTR( "Warning!\n\nAre you sure you wish to delete this pilot?", 382));
904
905                         // delete the pilot
906                         if(ret == 1){
907                                 player_select_delete_pilot();
908                         } 
909                 }
910                 break;
911
912         case SINGLE_BUTTON:
913                 player_select_set_bottom_text("");
914
915                 Player_select_autoaccept = 0;
916                 // switch to single player mode
917                 if (Player_select_mode != PLAYER_SELECT_MODE_SINGLE) {
918                         // play a little sound
919                         gamesnd_play_iface(SND_USER_SELECT);
920                                 
921                         player_select_set_bottom_text(XSTR( "Single Player Mode", 376));
922                                 
923                         // reinitialize as single player mode
924                         player_select_init_player_stuff(PLAYER_SELECT_MODE_SINGLE);
925                 } else {
926                         gamesnd_play_iface(SND_GENERAL_FAIL);
927                 }
928                 break;
929
930         case MULTI_BUTTON:
931                 player_select_set_bottom_text("");
932
933                 Player_select_autoaccept = 0;
934 #if defined(DEMO) || defined(OEM_BUILD) // not for FS2_DEMO
935                 game_feature_not_in_demo_popup();
936 #else
937                 // switch to multiplayer mode
938                 if (Player_select_mode != PLAYER_SELECT_MODE_MULTI) {
939                         // play a little sound
940                         gamesnd_play_iface(SND_USER_SELECT);
941                         
942                         player_select_set_bottom_text(XSTR( "Multiplayer Mode", 377));
943                                 
944                         // reinitialize as multiplayer mode
945                         player_select_init_player_stuff(PLAYER_SELECT_MODE_MULTI);
946                 } else {
947                         gamesnd_play_iface(SND_GENERAL_FAIL);
948                 }
949 #endif
950                 break;
951         }
952 }
953
954 int player_select_create_new_pilot()
955 {
956         int idx;
957
958         // make sure we haven't reached the max
959         if (Player_select_num_pilots >= MAX_PILOTS) {
960                 gamesnd_play_iface(SND_GENERAL_FAIL);
961                 return 0;
962         }
963
964         int play_scroll_sound = 1;
965
966 #if defined(FS2_DEMO) || defined(FS1_DEMO)
967         if ( Demo_title_active ) {
968                 play_scroll_sound = 0;
969         }
970 #endif
971
972         if ( play_scroll_sound ) {
973                 gamesnd_play_iface(SND_SCROLL);
974         }
975
976         idx = Player_select_num_pilots; 
977         
978         // move all the pilots in the list up
979         while (idx--) {
980                 strcpy(Pilots[idx + 1], Pilots[idx]);           
981         }       
982
983         // by default, set the default netgame protocol to be VMT
984         Multi_options_g.protocol = NET_TCP;     
985
986         // select the beginning of the list
987         Player_select_pilot = 0;
988         Player_select_num_pilots++;
989         Pilots[Player_select_pilot][0] = 0;
990         Player_select_list_start= 0;
991
992         // set us to be in input mode
993         player_select_set_input_mode(1);
994         
995         // set the input box to have focus
996         Player_select_input_box.set_focus();
997         Player_select_input_box.set_text("");
998         Player_select_input_box.update_dimensions(Choose_list_coords[gr_screen.res][0], Choose_list_coords[gr_screen.res][1], Choose_list_coords[gr_screen.res][2], gr_get_font_height());      
999
1000         return 1;
1001 }
1002
1003 void player_select_delete_pilot()
1004 {
1005         char filename[MAX_PATH_LEN + 1];
1006         int i, deleted_cur_pilot;
1007
1008         deleted_cur_pilot = 0;
1009
1010         // tack on the full path and the pilot file extension
1011         // build up the path name length
1012         // make sure we do this based upon whether we're in single or multiplayer mode
1013         strcpy( filename, Pilots[Player_select_pilot] );
1014         strcat( filename, NOX(".plr") );
1015
1016         // attempt to delete the pilot
1017         if (Player_select_mode == PLAYER_SELECT_MODE_SINGLE) {
1018                 cf_delete( filename, CF_TYPE_SINGLE_PLAYERS );
1019         } else {
1020                 cf_delete( filename, CF_TYPE_MULTI_PLAYERS );
1021         }
1022
1023         // delete all the campaign save files for this pilot.
1024         mission_campaign_delete_all_savefiles( Pilots[Player_select_pilot], (Player_select_mode != PLAYER_SELECT_MODE_SINGLE) );
1025
1026         // move all the players down
1027         for (i=Player_select_pilot; i<Player_select_num_pilots-1; i++){
1028                 strcpy(Pilots[i], Pilots[i + 1]);               
1029         }               
1030
1031         // correcly set the # of pilots and the currently selected pilot
1032         Player_select_num_pilots--;
1033         if (Player_select_pilot >= Player_select_num_pilots) {
1034                 Player_select_pilot = Player_select_num_pilots - 1;             
1035         }               
1036
1037 }
1038
1039 // scroll the list of players up
1040 void player_select_scroll_list_up()
1041 {
1042         if (Player_select_pilot == -1)
1043                 return;
1044
1045         // change the pilot selected index and play the appropriate sound
1046         if (Player_select_pilot) {
1047                 Player_select_pilot--;
1048                 gamesnd_play_iface(SND_SCROLL);
1049         } else {
1050                 gamesnd_play_iface(SND_GENERAL_FAIL);
1051         }
1052                 
1053         if (Player_select_pilot < Player_select_list_start){
1054                 Player_select_list_start = Player_select_pilot;
1055         }
1056 }
1057
1058 // scroll the list of players down
1059 void player_select_scroll_list_down()
1060 {       
1061         // change the pilot selected index and play the appropriate sound
1062         if (Player_select_pilot < Player_select_num_pilots - 1) {
1063                 Player_select_pilot++;
1064                 gamesnd_play_iface(SND_SCROLL);
1065         } else {
1066                 gamesnd_play_iface(SND_GENERAL_FAIL);
1067         }
1068                 
1069         if (Player_select_pilot >= (Player_select_list_start + Player_select_max_lines[gr_screen.res])){
1070                 Player_select_list_start++;
1071         }
1072 }
1073
1074 // fill in the data on the last played pilot (callsign and is_multi or not)
1075 int player_select_get_last_pilot_info()
1076 {
1077         const char *last_player;
1078
1079         last_player = os_config_read_string( NULL, "LastPlayer", NULL);
1080         
1081         if(last_player == NULL){
1082                 return 0;               
1083         } else {
1084                 strcpy(Player_select_last_pilot,last_player);
1085         }
1086
1087         // determine if he was a single or multi-player based upon the last character in his callsign
1088         Player_select_last_is_multi = Player_select_last_pilot[strlen(Player_select_last_pilot)-1] == 'M' ? 1 : 0;
1089         Player_select_last_pilot[strlen(Player_select_last_pilot)-1]='\0';
1090
1091         return 1;       
1092 }
1093
1094 int player_select_get_last_pilot()
1095 {
1096         // if the player has the Cmdline_use_last_pilot command line option set, try and drop out quickly
1097         if(Cmdline_use_last_pilot){                     
1098                 int idx;                                
1099
1100                 if(!player_select_get_last_pilot_info()){
1101                         return 0;
1102                 }
1103
1104                 if(Player_select_last_is_multi){
1105                         Player_select_num_pilots = cf_get_file_list_preallocated(MAX_PILOTS, Pilots_arr, Pilots, CF_TYPE_MULTI_PLAYERS, NOX("*.plr"), CF_SORT_TIME);                            
1106                 } else {
1107                         Player_select_num_pilots = cf_get_file_list_preallocated(MAX_PILOTS, Pilots_arr, Pilots, CF_TYPE_SINGLE_PLAYERS, NOX("*.plr"), CF_SORT_TIME);                                           
1108                 }
1109
1110                 Player_select_pilot = -1;
1111                 idx = 0;
1112                 // pick the last player         
1113                 for(idx=0;idx<Player_select_num_pilots;idx++){
1114                         if(strcmp(Player_select_last_pilot,Pilots_arr[idx])==0){
1115                                 Player_select_pilot = idx;
1116                                 break;
1117                         }
1118                 }               
1119
1120                 // set this so that we don't incorrectly create a "blank" pilot - .plr
1121                 // in the player_select_close() function
1122                 Player_select_num_pilots = 0;
1123
1124                 // if we've actually found a valid pilot, load him up           
1125                 if(Player_select_pilot != -1){
1126                         Player = &Players[0];                   
1127                         read_pilot_file(Pilots_arr[idx],!Player_select_last_is_multi,Player);
1128                         Player->flags |= PLAYER_FLAGS_STRUCTURE_IN_USE;
1129                         return 1;               
1130                 }                       
1131         } 
1132
1133         return 0;
1134 }
1135
1136 void player_select_init_player_stuff(int mode)
1137 {                       
1138         Player_select_list_start = 0;   
1139
1140         // set the select mode to single player for default
1141         Player_select_mode = mode;
1142
1143         // load up the list of players based upon the Player_select_mode (single or multiplayer)
1144         Get_file_list_filter = player_select_pilot_file_filter;
1145         if (mode == PLAYER_SELECT_MODE_SINGLE){
1146                 Player_select_num_pilots = cf_get_file_list_preallocated(MAX_PILOTS, Pilots_arr, Pilots, CF_TYPE_SINGLE_PLAYERS, NOX("*.plr"), CF_SORT_TIME);
1147         } else {
1148                 Player_select_num_pilots = cf_get_file_list_preallocated(MAX_PILOTS, Pilots_arr, Pilots, CF_TYPE_MULTI_PLAYERS, NOX("*.plr"), CF_SORT_TIME);
1149         }
1150
1151         Player = NULL;  
1152
1153         // if this value is -1, it means we should set it to the num pilots count
1154         if(Player_select_initial_count == -1){
1155                 Player_select_initial_count = Player_select_num_pilots;
1156         }
1157                 
1158         // select the first pilot if any exist, otherwise set to -1
1159         if (Player_select_num_pilots == 0) {            
1160                 Player_select_pilot = -1;               
1161                 player_select_set_middle_text(XSTR( "Type Callsign and Press Enter", 381));
1162                 player_select_set_controls(1);          // gray out the controls
1163                 player_select_create_new_pilot();
1164         } else {
1165                 Player_select_pilot = 0;        
1166         }
1167 }
1168
1169 void player_select_draw_list()
1170 {
1171         int idx;
1172
1173         for (idx=0; idx<Player_select_max_lines[gr_screen.res]; idx++) {
1174                 // only draw as many pilots as we have
1175                 if ((idx + Player_select_list_start) == Player_select_num_pilots)
1176                         break;
1177
1178                 // if the currently selected pilot is this line, draw it highlighted
1179                 if ( (idx + Player_select_list_start) == Player_select_pilot) {
1180                         // if he's the active pilot and is also the current selection, super-highlight him                                                                      
1181                         gr_set_color_fast(&Color_text_active);
1182                 }
1183                 // otherwise draw him normally
1184                 else {
1185                         gr_set_color_fast(&Color_text_normal);
1186                 }
1187                 
1188                 // draw the actual callsign
1189                 gr_printf(Choose_list_coords[gr_screen.res][0], Choose_list_coords[gr_screen.res][1] + (idx * gr_get_font_height()), Pilots[idx + Player_select_list_start]);
1190         }
1191 }
1192
1193 void player_select_process_noninput(int k)
1194 {
1195         int idx;
1196         
1197         // check for pressed buttons
1198         for (idx=0; idx<NUM_PLAYER_SELECT_BUTTONS; idx++) {
1199                 if (Player_select_buttons[gr_screen.res][idx].button.pressed()) {
1200                         player_select_button_pressed(idx);
1201                 }
1202         }       
1203
1204         // check for keypresses
1205         switch (k) {                    
1206         // quit the game entirely
1207         case SDLK_ESCAPE:
1208                 gameseq_post_event(GS_EVENT_QUIT_GAME);
1209                 break;
1210
1211         case SDLK_RETURN | KEY_CTRLED:
1212                 player_select_button_pressed(ACCEPT_BUTTON);
1213                 break;
1214
1215         // delete the currently highlighted pilot
1216         case SDLK_DELETE:
1217                 if (Player_select_pilot >= 0) {
1218                         int ret;
1219
1220                         // display a popup requesting confirmation
1221                         ret = popup(PF_USE_AFFIRMATIVE_ICON | PF_USE_NEGATIVE_ICON,2,POPUP_NO,POPUP_YES,XSTR( "Are you sure you want to delete this pilot?", 383));                                                                             
1222
1223                         // delete the pilot
1224                         if(ret == 1){
1225                                 player_select_delete_pilot();
1226                         } 
1227                 }
1228                 break;  
1229         }
1230
1231         // check to see if the user has clicked on the "list region" button
1232         // and change the selected pilot appropriately
1233         if (Player_select_list_region.pressed()) {
1234                 int click_y;
1235                 // get the mouse position
1236                 Player_select_list_region.get_mouse_pos(NULL, &click_y);
1237                 
1238                 // determine what index to select
1239                 //idx = (click_y+5) / 10;
1240                 idx = click_y / gr_get_font_height();
1241
1242
1243                 // if he selected a valid item
1244                 if(((idx + Player_select_list_start) < Player_select_num_pilots) && (idx >= 0)){
1245                         Player_select_pilot = idx + Player_select_list_start;                   
1246                 }
1247         }
1248
1249         // if the player has double clicked on a valid pilot, choose it and hit the accept button
1250         if (Player_select_list_region.double_clicked()) {
1251                 if ((Player_select_pilot >= 0) && (Player_select_pilot < Player_select_num_pilots)) {
1252                         player_select_button_pressed(ACCEPT_BUTTON);
1253                 }
1254         }
1255 }
1256
1257 void player_select_process_input(int k)
1258 {
1259         char buf[CALLSIGN_LEN + 1];
1260         int idx,z;
1261         
1262         // if the player is in the process of typing in a new pilot name...
1263         switch (k) {
1264         // cancel create pilot
1265         case SDLK_ESCAPE:
1266                 player_select_cancel_create();          
1267                 break;
1268
1269         // accept a new pilot name
1270         case SDLK_RETURN:
1271                 Player_select_input_box.get_text(buf);
1272                 drop_white_space(buf);
1273                 z = 0;
1274                 if (!isalpha(*buf)) {
1275                         z = 1;
1276                 } else {
1277                         for (idx=1; buf[idx]; idx++) {
1278                                 if (!isalpha(buf[idx]) && !isdigit(buf[idx]) && !strchr(VALID_PILOT_CHARS, buf[idx])) {
1279                                         z = 1;
1280                                         break;
1281                                 }
1282                         }
1283                 }
1284
1285                 for (idx=1; idx<Player_select_num_pilots; idx++) {
1286                         if (!SDL_strcasecmp(buf, Pilots[idx])) {
1287                                 // verify if it is ok to overwrite the file
1288                                 if (pilot_verify_overwrite() == 1) {
1289                                         // delete the pilot and select the beginning of the list
1290                                         Player_select_pilot = idx;
1291                                         player_select_delete_pilot();
1292                                         Player_select_pilot = 0;
1293                                         idx = Player_select_num_pilots;
1294                                         z = 0;
1295
1296                                 } else
1297                                         z = 1;
1298
1299                                 break;
1300                         }
1301                 }
1302
1303                 if (!*buf || (idx < Player_select_num_pilots)) {
1304                         z = 1;
1305                 }
1306
1307                 if (z) {
1308                         gamesnd_play_iface(SND_GENERAL_FAIL);
1309                         break;
1310                 }               
1311
1312                 // Create the new pilot, and write out his file
1313                 strcpy(Pilots[0], buf);
1314
1315                 // if this is the first guy, we should set the Player struct
1316                 if (Player == NULL) {
1317                         Player = &Players[0];
1318                         memset(Player, 0, sizeof(player));
1319                         Player->flags |= PLAYER_FLAGS_STRUCTURE_IN_USE;
1320                 }
1321
1322                 strcpy(Player->callsign, buf);
1323                 init_new_pilot(Player, !Player_select_clone_flag);
1324
1325                 // set him as being a multiplayer pilot if we're in the correct mode
1326                 if (Player_select_mode == PLAYER_SELECT_MODE_MULTI) {
1327                         Player->flags |= PLAYER_FLAGS_IS_MULTI;
1328                         Player->stats.flags |= STATS_FLAG_MULTIPLAYER;
1329                 }
1330
1331                 // create his pilot file
1332                 write_pilot_file(Player);
1333
1334                 // unset the player
1335                 memset(Player, 0, sizeof(player));
1336                 Player = NULL;
1337
1338                 // make this guy the selected pilot and put him first on the list
1339                 Player_select_pilot = 0;
1340                                 
1341                 // unset the input mode
1342                 player_select_set_input_mode(0);
1343
1344                 // clear any pending bottom text
1345                 player_select_set_bottom_text("");              
1346
1347                 // clear any pending middle text
1348                 player_select_set_middle_text("");
1349                                 
1350                 // ungray all the controls
1351                 player_select_set_controls(0);
1352
1353                 // evaluate whether or not this is the very first pilot
1354                 player_select_eval_very_first_pilot();
1355                 break;
1356
1357         case 0:
1358                 break;
1359
1360         // always kill middle text when a char is pressed in input mode
1361         default:
1362                 player_select_set_middle_text("");
1363                 break;
1364         }
1365 }
1366     
1367 // draw copyright message on the bottom on the screen
1368 void player_select_display_copyright()
1369 {
1370         int     sx, sy, w;
1371         char    Copyright_msg1[256], Copyright_msg2[256];
1372
1373 #ifdef MAKE_FS1
1374         gr_set_color_fast(&Color_bright);
1375
1376         if (Lcl_gr) {
1377                 sprintf(Copyright_msg1, XSTR("Descent: FreeSpace - The Great War, Copyright %c 1998, Volition, Inc.", 384), '\xA8');
1378         } else {
1379                 sprintf(Copyright_msg1, XSTR("Descent: FreeSpace - The Great War, Copyright %c 1998, Volition, Inc.", 384), '\x83');
1380         }
1381         sprintf(Copyright_msg2, XSTR("All Rights Reserved", 385));
1382 #else
1383         gr_set_color_fast(&Color_white);
1384
1385         sprintf(Copyright_msg1, NOX("FreeSpace 2"));
1386         if (Lcl_gr) {
1387                 sprintf(Copyright_msg2, XSTR("Copyright %c 1999, Volition, Inc.  All rights reserved.", 385), '\xA8');
1388         } else {
1389                 sprintf(Copyright_msg2, XSTR("Copyright %c 1999, Volition, Inc.  All rights reserved.", 385), '\x83');
1390         }
1391 #endif // MAKE_FS1
1392
1393         gr_get_string_size(&w, NULL, Copyright_msg1);
1394         sx = fl2i((gr_screen.max_w / 2) - w/2.0f + 0.5f);
1395         sy = (gr_screen.max_h - 2) - 2*gr_get_font_height();
1396         gr_string(sx, sy, Copyright_msg1);
1397
1398         gr_get_string_size(&w, NULL, Copyright_msg2);
1399         sx = fl2i((gr_screen.max_w / 2) - w/2.0f + 0.5f);
1400         sy = (gr_screen.max_h - 2) - gr_get_font_height();
1401         gr_string(sx, sy, Copyright_msg2);
1402 }
1403
1404 void player_select_display_all_text()
1405 {
1406         int w, h;
1407
1408         // only draw if we actually have a valid string
1409         if (strlen(Player_select_bottom_text)) {
1410                 gr_get_string_size(&w, &h, Player_select_bottom_text);
1411         
1412                 w = (gr_screen.max_w - w) / 2;
1413 #ifdef MAKE_FS1
1414                 gr_set_color_fast(&Color_bright);
1415 #else
1416                 gr_set_color_fast(&Color_bright_white);
1417 #endif
1418                 gr_printf(w, Player_select_bottom_text_y[gr_screen.res], Player_select_bottom_text);
1419         }
1420
1421         // only draw if we actually have a valid string
1422         if (strlen(Player_select_middle_text)) {
1423                 gr_get_string_size(&w, &h, Player_select_middle_text);
1424         
1425                 w = (gr_screen.max_w - w) / 2;
1426                 gr_set_color_fast(&Color_bright_white);
1427                 gr_printf(w, Player_select_middle_text_y[gr_screen.res], Player_select_middle_text);
1428         }
1429 }
1430
1431 int player_select_pilot_file_filter(const char *filename)
1432 {
1433         return !verify_pilot_file(filename, Player_select_mode == PLAYER_SELECT_MODE_SINGLE);
1434 }
1435
1436 void player_select_set_bottom_text(const char *txt)
1437 {
1438         if (txt) {
1439                 strncpy(Player_select_bottom_text, txt, 149);
1440         }
1441 }
1442
1443 void player_select_set_middle_text(const char *txt)
1444 {
1445         if (txt) {
1446                 strncpy(Player_select_middle_text, txt, 149);
1447         }
1448 }
1449
1450 void player_select_eval_very_first_pilot()
1451 {       
1452         // never bring up the initial main hall help overlay
1453         // Player_select_very_first_pilot = 0;
1454
1455         // if we already have this flag set, check to see if our callsigns match
1456         if(Player_select_very_first_pilot){
1457                 // if the callsign has changed, unset the flag
1458                 if(strcmp(Player_select_very_first_pilot_callsign,Pilots[Player_select_pilot])){
1459                         Player_select_very_first_pilot = 0;
1460                 }
1461         }
1462         // otherwise check to see if there is only 1 pilot
1463         else {
1464                 if((Player_select_num_pilots == 1) && (Player_select_initial_count == 0)){
1465                         // set up the data
1466                         Player_select_very_first_pilot = 1;
1467                         strcpy(Player_select_very_first_pilot_callsign,Pilots[Player_select_pilot]);
1468                 }
1469         }
1470 }
1471
1472 void player_select_commit()
1473 {
1474         // if we've gotten to this point, we should have ensured this was the case
1475         SDL_assert(Player_select_num_pilots > 0);
1476         
1477         gameseq_post_event(GS_EVENT_MAIN_MENU);
1478         gamesnd_play_iface(SND_COMMIT_PRESSED);
1479
1480         // evaluate if this is the _very_ first pilot
1481         player_select_eval_very_first_pilot();
1482
1483
1484 void player_select_cancel_create()
1485 {
1486         int idx;
1487
1488         Player_select_num_pilots--;
1489
1490         // make sure we correct the Selected_pilot index to account for the cancelled action
1491         if (Player_select_num_pilots == 0) {
1492                 Player_select_pilot = -1;
1493         }
1494
1495         // move all pilots down
1496         for (idx=0; idx<Player_select_num_pilots; idx++) {
1497                 strcpy(Pilots[idx], Pilots[idx + 1]);
1498         }
1499
1500         // unset the input mode
1501         player_select_set_input_mode(0);
1502
1503         // clear any bottom text
1504         player_select_set_bottom_text("");
1505
1506         // clear any middle text
1507         player_select_set_middle_text("");
1508
1509         // ungray all controls
1510         player_select_set_controls(0);
1511
1512         // disable the autoaccept
1513         Player_select_autoaccept = 0;
1514 }
1515
1516 DCF(bastion,"Sets the player to be on the bastion")
1517 {
1518         if(gameseq_get_state() == GS_STATE_INITIAL_PLAYER_SELECT){
1519                 Player_select_force_bastion = 1;
1520                 dc_printf("Player is now in the Bastion\n");
1521         }
1522 }
1523
1524 #define MAX_PLAYER_TIPS                 40
1525
1526 char *Player_tips[MAX_PLAYER_TIPS];
1527 int Num_player_tips;
1528 int Player_tips_shown = 0;
1529
1530 // tooltips
1531 void player_tips_init()
1532 {
1533 #ifndef MAKE_FS1
1534         Num_player_tips = 0;
1535
1536         // begin external localization stuff
1537         lcl_ext_open();
1538
1539         read_file_text("tips.tbl");
1540         reset_parse();
1541
1542         while(!optional_string("#end")){
1543                 required_string("+Tip:");
1544
1545                 if(Num_player_tips >= MAX_PLAYER_TIPS){
1546                         break;
1547                 }
1548                 Player_tips[Num_player_tips++] = stuff_and_malloc_string(F_NAME, NULL, 1024);                           
1549         }
1550
1551         // stop externalizing, homey
1552         lcl_ext_close();
1553 #endif
1554 }
1555
1556 void player_tips_close()
1557 {
1558 #ifndef MAKE_FS1
1559         int i;
1560         
1561         for (i=0; i<MAX_PLAYER_TIPS; i++) {
1562                 if (Player_tips[i]) {
1563                         free(Player_tips[i]);
1564                         Player_tips[i] = NULL;
1565                 }
1566         }
1567 #endif
1568 }
1569
1570 void player_tips_popup()
1571 {
1572 #ifndef MAKE_FS1
1573         int tip, ret;   
1574         
1575         // player has disabled tips
1576         if((Player != NULL) && !Player->tips){
1577                 return;
1578         }
1579         // only show tips once per instance of Freespace
1580         if(Player_tips_shown == 1){
1581                 return;
1582         }
1583         Player_tips_shown = 1;
1584
1585         // randomly pick one
1586         tip = (int)frand_range(0.0f, (float)Num_player_tips - 1.0f);
1587
1588         char all_txt[2048];     
1589
1590         do {
1591                 sprintf(all_txt, XSTR("NEW USER TIP\n\n%s", 1565), Player_tips[tip]);
1592                 ret = popup(PF_NO_SPECIAL_BUTTONS | PF_TITLE | PF_TITLE_WHITE, 3, XSTR("&Ok", 669), XSTR("&Next", 1444), XSTR("Don't show me this again", 1443), all_txt);
1593                 
1594                 // now what?
1595                 switch(ret){
1596                 // next
1597                 case 1:
1598                         if(tip >= Num_player_tips - 1){
1599                                 tip = 0;
1600                         } else {
1601                                 tip++;
1602                         }
1603                         break;
1604
1605                 // don't show me this again
1606                 case 2:
1607                         ret = 0;
1608                         Player->tips = 0;
1609                         write_pilot_file(Player);
1610                         break;
1611                 }
1612         } while(ret > 0);
1613 #endif
1614 }