]> icculus.org git repositories - taylor/freespace2.git/blob - src/mission/missioncampaign.cpp
GCC 3.4 fixes.
[taylor/freespace2.git] / src / mission / missioncampaign.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/Mission/MissionCampaign.cpp $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15  * source for dealing with campaigns
16  *
17  * $Log$
18  * Revision 1.8  2003/06/11 18:30:33  taylor
19  * plug memory leaks
20  *
21  * Revision 1.7  2003/05/25 02:30:42  taylor
22  * Freespace 1 support
23  *
24  * Revision 1.6  2002/07/24 00:20:42  relnev
25  * nothing interesting
26  *
27  * Revision 1.5  2002/06/21 03:34:05  relnev
28  * implemented a stub and fixed a path
29  *
30  * Revision 1.4  2002/06/09 04:41:22  relnev
31  * added copyright header
32  *
33  * Revision 1.3  2002/06/09 03:16:04  relnev
34  * added _splitpath.
35  *
36  * removed unneeded asm, old sdl 2d setup.
37  *
38  * fixed crash caused by opengl_get_region.
39  *
40  * Revision 1.2  2002/06/02 04:26:34  relnev
41  * warning cleanup
42  *
43  * Revision 1.1.1.1  2002/05/03 03:28:09  root
44  * Initial import.
45  *
46  * 
47  * 23    9/14/99 4:35a Dave
48  * Argh. Added all kinds of code to handle potential crashes in debriefing
49  * code.
50  * 
51  * 22    9/09/99 11:40p Dave
52  * Handle an Assert() in beam code. Added supernova sounds. Play the right
53  * 2 end movies properly, based upon what the player did in the mission.
54  * 
55  * 21    9/09/99 9:34a Jefff
56  * fixed a potential exit-loop bug
57  * 
58  * 20    9/07/99 6:55p Jefff
59  * functionality to break out of a loop.  hacked functionality to jump to
60  * a specific mission in a campaign -- doesnt grant ships/weapons from
61  * skipped missions tho.
62  * 
63  * 19    9/07/99 2:19p Jefff
64  * clear skip mission player vars on mission skip
65  * 
66  * 18    9/06/99 9:45p Jefff
67  * break out of loop and skip mission support
68  * 
69  * 17    9/06/99 6:38p Dave
70  * Improved CD detection code.
71  * 
72  * 16    9/03/99 1:32a Dave
73  * CD checking by act. Added support to play 2 cutscenes in a row
74  * seamlessly. Fixed super low level cfile bug related to files in the
75  * root directory of a CD. Added cheat code to set campaign mission # in
76  * main hall.
77  * 
78  * 15    8/27/99 12:04a Dave
79  * Campaign loop screen.
80  * 
81  * 14    8/04/99 5:36p Andsager
82  * Show upsell screens at end of demo campaign before returning to main
83  * hall.
84  * 
85  * 13    2/05/99 3:50p Anoop
86  * Removed dumb campaign mission stats saving from multiplayer.
87  * 
88  * 12    12/17/98 2:43p Andsager
89  * Modify fred campaign save file to include optional mission loops
90  * 
91  * 11    12/12/98 3:17p Andsager
92  * Clean up mission eval, goal, event and mission scoring.
93  * 
94  * 10    12/10/98 9:59a Andsager
95  * Fix some bugs with mission loops
96  * 
97  * 9     12/09/98 1:56p Andsager
98  * Initial checkin of mission loop
99  * 
100  * 8     11/05/98 5:55p Dave
101  * Big pass at reducing #includes
102  * 
103  * 7     11/03/98 4:48p Johnson
104  * Fixed campaign file versioning bug left over from Silent Threat port.
105  * 
106  * 6     10/23/98 3:51p Dave
107  * Full support for tstrings.tbl and foreign languages. All that remains
108  * is to make it active in Fred.
109  * 
110  * 5     10/13/98 2:47p Andsager
111  * Remove reference to Tech_shivan_species_avail
112  * 
113  * 4     10/13/98 9:28a Dave
114  * Started neatening up freespace.h. Many variables renamed and
115  * reorganized. Added AlphaColors.[h,cpp]
116  * 
117  * 3     10/07/98 6:27p Dave
118  * Globalized mission and campaign file extensions. Removed Silent Threat
119  * special code. Moved \cache \players and \multidata into the \data
120  * directory.
121  * 
122  * 2     10/07/98 10:53a Dave
123  * Initial checkin.
124  * 
125  * 1     10/07/98 10:49a Dave
126  * 
127  * 95    9/10/98 1:17p Dave
128  * Put in code to flag missions and campaigns as being MD or not in Fred
129  * and Freespace. Put in multiplayer support for filtering out MD
130  * missions. Put in multiplayer popups for warning of non-valid missions.
131  * 
132  * 94    9/01/98 4:25p Dave
133  * Put in total (I think) backwards compatibility between mission disk
134  * freespace and non mission disk freespace, including pilot files and
135  * campaign savefiles.
136  * 
137  * 93    7/06/98 4:10p Hoffoss
138  * Fixed some bugs that presented themselves when trying to use a pilot
139  * that has a no longer existent campaign active.  Also expanded the
140  * campaign load code to actually return a proper error code, instead of
141  * always trapping errors internally and crashing, and always returning 0.
142  * 
143  * 92    6/17/98 9:30a Allender
144  * fixed red alert replay stats clearing problem
145  * 
146  * 91    6/01/98 11:43a John
147  * JAS & MK:  Classified all strings for localization.
148  * 
149  * 90    5/25/98 1:29p Allender
150  * end mission sequencing
151  * 
152  * 89    5/21/98 9:25p Allender
153  * endgame movie always viewable at end of campaign
154  * 
155  * 88    5/13/98 5:14p Allender
156  * red alert support to go back to previous mission
157  * 
158  * 87    5/12/98 4:16p Hoffoss
159  * Fixed bug where not all missions in all campaigns were being filtered
160  * out of stand alone mission listing in simulator room.
161  * 
162  * 86    5/05/98 3:29p Hoffoss
163  * Changed code so description is BEFORE num players in campaign file.
164  * Other code is relying on this ordering.
165  * 
166  * 85    5/05/98 12:19p Dave
167  * campaign description goes *after* num players
168  * 
169  * 84    5/04/98 5:52p Comet
170  * Fixed bug with Galatea/Bastion selection when finishing missions.
171  * 
172  * 83    5/01/98 2:46p Duncan
173  * fix a cfile problem with campaigns related to the new cfile stuff
174  * 
175  * 82    5/01/98 12:34p John
176  * Added code to force FreeSpace to run in the same dir as exe and made
177  * all the parse error messages a little nicer.
178  * 
179  * 81    4/30/98 7:01p Duncan
180  * AL: don't allow deletion of campaign files in multiplayer
181  * 
182  * 80    4/30/98 4:53p John
183  * Restructured and cleaned up cfile code.  Added capability to read off
184  * of CD-ROM drive and out of multiple pack files.
185  *
186  * $NoKeywords: $
187  */
188
189 #include <stdio.h>
190 #ifndef PLAT_UNIX
191 #include <direct.h>
192 #include <io.h>
193 #else
194 #include <sys/types.h>
195 #include <sys/stat.h>
196 #include <unistd.h>
197 #include <dirent.h>
198 #include <fnmatch.h>
199 #endif
200 #include <string.h>
201 #include <setjmp.h>
202 #include <errno.h>
203
204 #include "key.h"
205 #include "ui.h"
206 #include "missioncampaign.h"
207 #include "gamesequence.h"
208 #include "2d.h"
209 #include "parselo.h"
210 #include "missionload.h"
211 #include "freespace.h"
212 #include "sexp.h"
213 #include "cfile.h"
214 #include "player.h"
215 #include "missiongoals.h"
216 #include "movie.h"
217 #include "multi.h"
218 #include "techmenu.h"
219 #include "eventmusic.h"
220 #include "alphacolors.h"
221 #include "localize.h"
222 #include "supernova.h"
223
224 // mission disk stuff
225 #define CAMPAIGN_SAVEFILE_MAX_SHIPS_OLD                                         75
226 #define CAMPAIGN_SAVEFILE_MAX_WEAPONS_OLD                                               44
227
228 #define CAMPAIGN_INITIAL_RELEASE_FILE_VERSION                           6
229
230 // campaign wasn't ended
231 int Campaign_ended_in_mission = 0;
232
233 // stuff for selecting campaigns.  We need to keep both arrays around since we display the
234 // list of campaigns by name, but must load campaigns by filename
235 char *Campaign_names[MAX_CAMPAIGNS];
236 char *Campaign_file_names[MAX_CAMPAIGNS];
237 int     Num_campaigns;
238
239 char *campaign_types[MAX_CAMPAIGN_TYPES] = 
240 {
241 //XSTR:OFF
242         "single",
243         "multi coop",
244         "multi teams"
245 //XSTR:ON
246 };
247
248 // modules local variables to deal with getting new ships/weapons available to the player
249 int Num_granted_ships, Num_granted_weapons;             // per mission counts of new ships and weapons
250 int Granted_ships[MAX_SHIP_TYPES];
251 int Granted_weapons[MAX_WEAPON_TYPES];
252
253 // variables to control the UI stuff for loading campaigns
254 LOCAL UI_WINDOW Campaign_window;
255 LOCAL UI_LISTBOX Campaign_listbox;
256 LOCAL UI_BUTTON Campaign_okb, Campaign_cancelb;
257
258 // the campaign!!!!!
259 campaign Campaign;
260
261 // variables with deal with the campaign save file
262 #define CAMPAIGN_FILE_VERSION                                                   12
263 //#define CAMPAIGN_FILE_COMPATIBLE_VERSION              CAMPAIGN_INITIAL_RELEASE_FILE_VERSION
264 #define CAMPAIGN_FILE_COMPATIBLE_VERSION                        CAMPAIGN_FILE_VERSION
265 #define CAMPAIGN_FILE_ID                                                                0xbeefcafe
266
267 // variables with deal with the campaign stats save file
268 #define CAMPAIGN_STATS_FILE_VERSION                                     1
269 #define CAMPAIGN_STATS_FILE_COMPATIBLE_VERSION  1
270 #define CAMPAIGN_STATS_FILE_ID                                          0xabbadaad
271
272 // mission_campaign_get_name returns a string (which is malloced in this routine) of the name
273 // of the given freespace campaign file.  In the type field, we return if the campaign is a single
274 // player or multiplayer campaign.  The type field will only be valid if the name returned is non-NULL
275 int mission_campaign_get_info(char *filename, char *name, int *type, int *max_players, char **desc)
276 {
277         int rval, i;
278         char campaign_type[NAME_LENGTH], fname[MAX_FILENAME_LEN];
279
280         Assert( name != NULL );
281         Assert( type != NULL );
282
283         // open localization
284         lcl_ext_open();
285
286         strcpy(fname, filename);
287         if ((strlen(fname) < 4) || stricmp(fname + strlen(fname) - 4, FS_CAMPAIGN_FILE_EXT)){
288                 strcat(fname, FS_CAMPAIGN_FILE_EXT);
289         }
290
291         Assert(strlen(fname) < MAX_FILENAME_LEN);
292
293         if ((rval = setjmp(parse_abort)) != 0) {
294                 if (rval == 5){
295                         // close localization
296                         lcl_ext_close();
297
298                         return 0;
299                 }
300
301                 Error(LOCATION, "Error parsing '%s'\r\nError code = %i.\r\n", fname, rval);
302
303         } else {
304                 read_file_text( fname );
305                 reset_parse();
306                 required_string("$Name:");
307
308                 stuff_string( name, F_NAME, NULL );
309                 if ( name == NULL ) {
310                         Int3();
311                         nprintf(("Warning", "No name found for campaign file %s\n", filename));
312
313                         // close localization
314                         lcl_ext_close();
315
316                         return 0;
317                 }
318
319                 required_string( "$Type:" );
320                 stuff_string( campaign_type, F_NAME, NULL );
321
322                 *type = -1;
323                 for (i=0; i<MAX_CAMPAIGN_TYPES; i++) {
324                         if ( !stricmp(campaign_type, campaign_types[i]) ) {
325                                 *type = i;
326                         }
327                 }
328
329                 if (desc) {
330                         *desc = NULL;
331                         if (optional_string("+Description:")) {
332                                 *desc = stuff_and_malloc_string(F_MULTITEXT, NULL, MISSION_DESC_LENGTH);
333                         }
334                 }
335
336                 // if this is a multiplayer campaign, get the max players
337                 if ((*type) > 0) {
338                         skip_to_string("+Num Players:");
339                         stuff_int(max_players);
340                 }               
341
342                 // if we found a valid campaign type
343                 if ((*type) >= 0) {
344                         // close localization
345                         lcl_ext_close();
346
347                         return 1;
348                 }
349         }
350
351         Int3();         // get Allender -- incorrect type found
352
353         // close localization
354         lcl_ext_close();
355
356         return 0;
357 }
358
359 // parses campaign and returns a list of missions in it.  Returns number of missions added to
360 // the 'list', and up to 'max' missions may be added to 'list'.  Returns negative on error.
361 //
362 int mission_campaign_get_mission_list(char *filename, char **list, int max)
363 {
364         int rval, i, num = 0;
365         char name[NAME_LENGTH];
366
367         filename = cf_add_ext(filename, FS_CAMPAIGN_FILE_EXT);
368
369         // read the mission file and get the list of mission filenames
370         if ((rval = setjmp(parse_abort)) != 0) {
371                 // since we can't return count of allocated elements, free them instead
372                 for (i=0; i<num; i++)
373                         free(list[i]);
374
375                 return -1;
376
377         } else {
378                 read_file_text(filename);
379                 reset_parse();
380
381                 while (skip_to_string("$Mission:") > 0) {
382                         stuff_string(name, F_NAME, NULL);
383                         if (num < max)
384                                 list[num++] = strdup(name);
385                 }
386         }
387
388         return num;
389 }
390
391 void mission_campaign_maybe_add( char *filename, int multiplayer )
392 {
393         char name[NAME_LENGTH];
394         int type,max_players;
395
396         if ( mission_campaign_get_info( filename, name, &type, &max_players) ) {
397                 if ( !multiplayer && ( type == CAMPAIGN_TYPE_SINGLE) ) {
398                         Campaign_names[Num_campaigns] = strdup(name);
399                         Campaign_file_names[Num_campaigns] = strdup(filename);
400                         Num_campaigns++;
401                 }
402         }
403 }
404
405 // mission_campaign_build_list() builds up the list of campaigns that the user might
406 // be able to pick from.  It uses the multiplayer flag to tell if we should display a list
407 // of single or multiplayer campaigns.  This routine sets the Num_campaigns and Campaign_names
408 // global variables
409 void mission_campaign_build_list( int multiplayer )
410 {
411 #ifdef PLAT_UNIX
412         DIR *dirp;
413         struct dirent *dir;
414         char wild_card[256];
415         
416         Num_campaigns = 0;
417         mission_campaign_maybe_add( BUILTIN_CAMPAIGN, multiplayer);     
418         
419         strcpy(wild_card, "Data/Missions");
420         
421         dirp = opendir(wild_card);
422         if (dirp) {
423                 while ((dir = readdir(dirp)) != NULL) {
424                         if ( Num_campaigns >= MAX_CAMPAIGNS )
425                                 break;
426                                 
427                         if (fnmatch("*"FS_CAMPAIGN_FILE_EXT, dir->d_name, 0) == 0) {
428                                 if (stricmp(dir->d_name, BUILTIN_CAMPAIGN) == 0)
429                                         continue;
430                                 
431                                 char fn[MAX_PATH];
432                                 snprintf(fn, MAX_PATH-1, "%s/%s", wild_card, dir->d_name);
433                                 fn[MAX_PATH-1] = 0;
434                         
435                                 struct stat buf;
436                                 if (stat(fn, &buf) == -1) {
437                                         continue;
438                                 }
439                         
440                                 if (!S_ISREG(buf.st_mode)) {
441                                         continue;
442                                 }
443                                 
444                                 mission_campaign_maybe_add(dir->d_name, multiplayer);
445                         }
446                 }
447                 closedir(dirp);
448         }       
449 #else
450         int find_handle;
451         _finddata_t find;
452         char wild_card[256];
453
454         Num_campaigns = 0;
455         mission_campaign_maybe_add( BUILTIN_CAMPAIGN, multiplayer);
456
457         memset(wild_card, 0, 256);
458         strcpy(wild_card, NOX("data\\missions\\*"));
459         strcat(wild_card, FS_CAMPAIGN_FILE_EXT);
460         find_handle = _findfirst( wild_card, &find );
461         if( find_handle != -1 ) {
462                 if ( !(find.attrib & _A_SUBDIR) && stricmp(find.name, BUILTIN_CAMPAIGN) ){
463                         mission_campaign_maybe_add( find.name, multiplayer);
464                 }
465
466                 while( !_findnext( find_handle, &find ) )       {
467                         if ( !(find.attrib & _A_SUBDIR) && stricmp(find.name, BUILTIN_CAMPAIGN) )       {
468                                 if ( Num_campaigns >= MAX_CAMPAIGNS ){
469                                         //MessageBox( -2,-2, 1, "Only the first 300 files will be displayed.", "Ok" );
470                                         break;
471                                 } else {
472                                         mission_campaign_maybe_add( find.name, multiplayer);
473                                 }
474                         }
475                 }
476         }
477 #endif
478 }
479
480 // gets optional ship/weapon information
481 void mission_campaign_get_sw_info()
482 {
483         int i, count, ship_list[MAX_SHIP_TYPES], weapon_list[MAX_WEAPON_TYPES];
484
485         // set allowable ships to the SIF_PLAYER_SHIPs
486         memset( Campaign.ships_allowed, 0, sizeof(Campaign.ships_allowed) );
487         for (i = 0; i < MAX_SHIP_TYPES; i++ ) {
488                 if ( Ship_info[i].flags & SIF_PLAYER_SHIP )
489                         Campaign.ships_allowed[i] = 1;
490         }
491
492         for (i = 0; i < MAX_WEAPON_TYPES; i++ )
493                 Campaign.weapons_allowed[i] = 1;
494
495         if ( optional_string("+Starting Ships:") ) {
496                 for (i = 0; i < MAX_SHIP_TYPES; i++ )
497                         Campaign.ships_allowed[i] = 0;
498
499                 count = stuff_int_list(ship_list, MAX_SHIP_TYPES, SHIP_INFO_TYPE);
500
501                 // now set the array elements stating which ships we are allowed
502                 for (i = 0; i < count; i++ ) {
503                         if ( Ship_info[ship_list[i]].flags & SIF_PLAYER_SHIP )
504                                 Campaign.ships_allowed[ship_list[i]] = 1;
505                 }
506         }
507
508         if ( optional_string("+Starting Weapons:") ) {
509                 for (i = 0; i < MAX_WEAPON_TYPES; i++ )
510                         Campaign.weapons_allowed[i] = 0;
511
512                 count = stuff_int_list(weapon_list, MAX_WEAPON_TYPES, WEAPON_POOL_TYPE);
513
514                 // now set the array elements stating which ships we are allowed
515                 for (i = 0; i < count; i++ )
516                         Campaign.weapons_allowed[weapon_list[i]] = 1;
517         }
518 }
519
520 // mission_campaign_load starts a new campaign.  It reads in the mission information in the campaign file
521 // It also sets up all variables needed inside of the game to deal with starting mission numbers, etc
522 //
523 // Note: Due to difficulties in generalizing this function, parts of it are duplicated throughout
524 // this file.  If you change the format of the campaign file, you should be sure these related
525 // functions work properly and update them if it breaks them.
526 int mission_campaign_load( char *filename, int load_savefile )
527 {
528         int len, rval, i;
529         char name[NAME_LENGTH], type[NAME_LENGTH];
530
531         filename = cf_add_ext(filename, FS_CAMPAIGN_FILE_EXT);
532
533         // open localization
534         lcl_ext_open(); 
535
536         // read the mission file and get the list of mission filenames
537         if ((rval = setjmp(parse_abort)) != 0) {
538                 mprintf(("Error parsing '%s'\r\nError code = %i.\r\n", filename, rval));
539
540                 // close localization
541                 lcl_ext_close();
542
543                 return CAMPAIGN_ERROR_CORRUPT;
544
545         } else {
546                 // be sure to remove all old malloced strings of Mission_names
547                 // we must also free any goal stuff that was from a previous campaign
548                 // this also frees sexpressions so the next call to init_sexp will be able to reclaim
549                 // nodes previously used by another campaign.
550                 mission_campaign_close();
551
552                 strcpy( Campaign.filename, filename );
553
554                 // only initialize the sexpression stuff when Fred isn't running.  It'll screw things up major
555                 // if it does
556                 if ( !Fred_running ){
557                         init_sexp();            // must initialize the sexpression stuff
558                 }
559
560                 read_file_text( filename );
561                 reset_parse();
562                 memset( &Campaign, 0, sizeof(Campaign) );
563
564                 // copy filename to campaign structure minus the extension
565                 len = strlen(filename) - 4;
566                 Assert(len < MAX_FILENAME_LEN);
567                 strncpy(Campaign.filename, filename, len);
568                 Campaign.filename[len] = 0;
569
570                 required_string("$Name:");
571                 stuff_string( name, F_NAME, NULL );
572                 
573                 //Store campaign name in the global struct
574                 strcpy( Campaign.name, name );
575
576                 required_string( "$Type:" );
577                 stuff_string( type, F_NAME, NULL );
578
579                 for (i = 0; i < MAX_CAMPAIGN_TYPES; i++ ) {
580                         if ( !stricmp(type, campaign_types[i]) ) {
581                                 Campaign.type = i;
582                                 break;
583                         }
584                 }
585
586                 if ( i == MAX_CAMPAIGN_TYPES )
587                         Error(LOCATION, "Unknown campaign type %s!", type);
588
589                 Campaign.desc = NULL;
590                 if (optional_string("+Description:"))
591                         Campaign.desc = stuff_and_malloc_string(F_MULTITEXT, NULL, MISSION_DESC_LENGTH);
592
593                 // if the type is multiplayer -- get the number of players
594                 Campaign.num_players = 0;
595                 if ( Campaign.type != CAMPAIGN_TYPE_SINGLE) {
596                         required_string("+Num players:");
597                         stuff_int( &(Campaign.num_players) );
598                 }               
599
600 #ifdef MAKE_FS1
601                 // check if mission disk -
602                 // doesn't do anything but prevent non fatal error messages
603                 optional_string("+Missiondisk");
604 #endif
605                 
606                 // parse the optional ship/weapon information
607                 mission_campaign_get_sw_info();
608
609                 // parse the mission file and actually read in the mission stuff
610                 Campaign.num_missions = 0;
611                 while ( required_string_either("#End", "$Mission:") ) {
612                         cmission *cm;
613
614                         required_string("$Mission:");
615                         stuff_string(name, F_NAME, NULL);
616                         cm = &Campaign.missions[Campaign.num_missions];
617                         cm->name = strdup(name);
618
619                         cm->briefing_cutscene[0] = 0;
620                         if ( optional_string("+Briefing Cutscene:") )
621                                 stuff_string( cm->briefing_cutscene, F_NAME, NULL );
622
623                         cm->flags = 0;
624                         if (optional_string("+Flags:"))
625                                 stuff_int(&cm->flags);
626
627                         cm->formula = -1;
628                         if ( optional_string("+Formula:") ) {
629                                 cm->formula = get_sexp_main();
630                                 if ( !Fred_running ) {
631                                         Assert ( cm->formula != -1 );
632                                         sexp_mark_persistent( cm->formula );
633
634                                 } else {
635                                         if ( cm->formula == -1 ){
636                                                 // close localization
637                                                 lcl_ext_close();
638
639                                                 return CAMPAIGN_ERROR_SEXP_EXHAUSTED;
640                                         }
641                                 }
642                         }
643
644                         // Do misison looping stuff
645                         cm->has_mission_loop = 0;
646                         if ( optional_string("+Mission Loop:") ) {
647                                 cm->has_mission_loop = 1;
648                         }
649
650                         cm->mission_loop_desc = NULL;
651                         if ( optional_string("+Mission Loop Text:")) {
652                                 cm->mission_loop_desc = stuff_and_malloc_string(F_MULTITEXT, NULL, MISSION_DESC_LENGTH);
653                         }
654
655                         cm->mission_loop_brief_anim = NULL;
656                         if ( optional_string("+Mission Loop Brief Anim:")) {
657                                 cm->mission_loop_brief_anim = stuff_and_malloc_string(F_MULTITEXT, NULL, MAX_FILENAME_LEN);
658                         }
659
660                         cm->mission_loop_brief_sound = NULL;
661                         if ( optional_string("+Mission Loop Brief Sound:")) {
662                                 cm->mission_loop_brief_sound = stuff_and_malloc_string(F_MULTITEXT, NULL, MAX_FILENAME_LEN);
663                         }
664
665                         cm->mission_loop_formula = -1;
666                         if ( optional_string("+Formula:") ) {
667                                 cm->mission_loop_formula = get_sexp_main();
668                                 if ( !Fred_running ) {
669                                         Assert ( cm->mission_loop_formula != -1 );
670                                         sexp_mark_persistent( cm->mission_loop_formula );
671
672                                 } else {
673                                         if ( cm->mission_loop_formula == -1 ){
674                                                 // close localization
675                                                 lcl_ext_close();
676
677                                                 return CAMPAIGN_ERROR_SEXP_EXHAUSTED;
678                                         }
679                                 }
680                         }
681
682                         if (optional_string("+Level:")) {
683                                 stuff_int( &cm->level );
684                                 if ( cm->level == 0 )  // check if the top (root) of the whole tree
685                                         Campaign.next_mission = Campaign.num_missions;
686
687                         } else
688                                 Campaign.realign_required = 1;
689
690                         if (optional_string("+Position:"))
691                                 stuff_int( &cm->pos );
692                         else
693                                 Campaign.realign_required = 1;
694
695                         if (Fred_running) {
696                                 cm->num_goals = -1;
697                                 cm->num_events = -1;
698                                 cm->notes = NULL;
699
700                         } else {
701                                 cm->num_goals = 0;
702                                 cm->num_events = 0;
703                         }
704
705                         cm->goals = NULL;
706                         cm->events = NULL;
707                         Campaign.num_missions++;
708                 }
709         }
710
711         // set up the other variables for the campaign stuff.  After initializing, we must try and load
712         // the campaign save file for this player.  Since all campaign loads go through this routine, I
713         // think this place should be the only necessary place to load the campaign save stuff.  The campaign
714         // save file will get written when a mission has ended by player choice.
715         Campaign.next_mission = 0;
716         Campaign.prev_mission = -1;
717         Campaign.current_mission = -1;  
718
719         // loading the campaign will get us to the current and next mission that the player must fly
720         // plus load all of the old goals that future missions might rely on.
721         if (!Fred_running && load_savefile && (Campaign.type == CAMPAIGN_TYPE_SINGLE)) {
722                 mission_campaign_savefile_load(Campaign.filename);
723         }
724
725         // close localization
726         lcl_ext_close();
727
728         return 0;
729 }
730
731 // mission_campaign_load_by_name() loads up a freespace campaign given the filename.  This routine
732 // is used to load up campaigns when a pilot file is loaded.  Generally, the
733 // filename will probably be the freespace campaign file, but not necessarily.
734 int mission_campaign_load_by_name( char *filename )
735 {
736         char name[NAME_LENGTH],test[5];
737         int type,max_players;
738
739         // make sure to tack on .fsc on the end if its not there already
740         if(strlen(filename) > 0){
741                 if(strlen(filename) > 4){
742                         strcpy(test,filename+(strlen(filename)-4));
743                         if(strcmp(test, FS_CAMPAIGN_FILE_EXT)!=0){
744                                 strcat(filename, FS_CAMPAIGN_FILE_EXT);
745                         }
746                 } else {
747                         strcat(filename, FS_CAMPAIGN_FILE_EXT);
748                 }
749         } else {
750                 Error(LOCATION,"Tried to load campaign file with illegal length/extension!");
751         }
752
753         if (!mission_campaign_get_info(filename, name, &type, &max_players)){
754                 return -1;      
755         }
756
757         Num_campaigns = 0;
758         Campaign_file_names[Num_campaigns] = filename;
759         Campaign_names[Num_campaigns] = name;
760         Num_campaigns++;
761         mission_campaign_load(filename);                
762         return 0;
763 }
764
765 int mission_campaign_load_by_name_csfe( char *filename, char *callsign )
766 {
767         Game_mode |= GM_NORMAL;
768         strcpy(Player->callsign, callsign);
769         return mission_campaign_load_by_name( filename);
770 }
771
772
773 // mission_campaign_init initializes some variables then loads the default Freespace single player campaign.
774 void mission_campaign_init()
775 {
776         memset(&Campaign, 0, sizeof(Campaign) );
777 }
778
779 // Fill in the root of the campaign save filename
780 void mission_campaign_savefile_generate_root(char *filename)
781 {
782         char base[_MAX_FNAME];
783
784         Assert ( strlen(Campaign.filename) != 0 );
785
786         // build up the filename for the save file.  There could be a problem with filename length,
787         // but this problem can get fixed in several ways -- ignore the problem for now though.
788         _splitpath( Campaign.filename, NULL, NULL, base, NULL );
789         Assert ( (strlen(base) + strlen(Player->callsign) + 1) < _MAX_FNAME );
790
791         sprintf( filename, NOX("%s.%s."), Player->callsign, base );
792 }
793
794 // mission_campaign_savefile_save saves the state of the campaign.  This function will probably always be called
795 // then the player is done flying a mission in the campaign path.  It will save the missions played, the
796 // state of the goals, etc.
797
798 int mission_campaign_savefile_save()
799 {
800         char filename[_MAX_FNAME];
801         CFILE *fp;
802         int i,j, mission_count;
803
804         memset(filename, 0, _MAX_FNAME);
805         mission_campaign_savefile_generate_root(filename);
806
807         // name the file differently depending on whether we're in single player or multiplayer mode
808         // single player : *.csg
809         strcat( filename, NOX("csg"));  
810
811         fp = cfopen(filename,"wb", CFILE_NORMAL, CF_TYPE_SINGLE_PLAYERS);
812
813         if (!fp)
814                 return errno;
815
816         // Write out campaign file info
817         cfwrite_int( CAMPAIGN_FILE_ID,fp );
818         cfwrite_int( CAMPAIGN_FILE_VERSION,fp );
819
820         // put in the file signature (single or multiplayer campaign) - see MissionCampaign.h for the #defines
821         cfwrite_int( CAMPAIGN_SINGLE_PLAYER_SIG, fp );
822
823         // do we need to write out the filename of the campaign?
824         cfwrite_string_len( Campaign.filename, fp );
825         cfwrite_int( Campaign.prev_mission, fp );
826         cfwrite_int( Campaign.next_mission, fp );
827         cfwrite_int( Campaign.loop_reentry, fp );
828         cfwrite_int( Campaign.loop_enabled, fp );
829
830         // write out the information for ships/weapons which this player is allowed to use
831         cfwrite_int(Num_ship_types, fp);
832         cfwrite_int(Num_weapon_types, fp);
833         for ( i = 0; i < Num_ship_types; i++ ){
834                 cfwrite_char( Campaign.ships_allowed[i], fp );
835         }
836
837         for ( i = 0; i < Num_weapon_types; i++ ){
838                 cfwrite_char( Campaign.weapons_allowed[i], fp );
839         }
840
841         // write out the completed mission matrix.  Used to tell which missions the player
842         // can replay in the simulator.  Also, each completed mission contains a list of the goals
843         // that were in the mission along with the goal completion status.
844         cfwrite_int( Campaign.num_missions_completed, fp );
845         for (i = 0; i < MAX_CAMPAIGN_MISSIONS; i++ ) {
846                 if ( Campaign.missions[i].completed ) {
847                         cfwrite_int( i, fp );
848                         cfwrite_int( Campaign.missions[i].num_goals, fp );
849                         for ( j = 0; j < Campaign.missions[i].num_goals; j++ ) {
850                                 cfwrite_string_len( Campaign.missions[i].goals[j].name, fp );
851                                 cfwrite_char( Campaign.missions[i].goals[j].status, fp );
852                         }
853                         cfwrite_int( Campaign.missions[i].num_events, fp );
854                         for ( j = 0; j < Campaign.missions[i].num_events; j++ ) {
855                                 cfwrite_string_len( Campaign.missions[i].events[j].name, fp );
856                                 cfwrite_char( Campaign.missions[i].events[j].status, fp );
857                         }
858
859                         // write flags
860                         cfwrite_int(Campaign.missions[i].flags, fp);
861                 }
862         }
863
864         cfclose( fp );
865
866         // 6/17/98
867         // ugh!  due to horrible bug, the stats saved at the end of every level were not written
868         // out to disk.  Write out a seperate file to do this.  We will only read it in if we actually
869         // find the file.
870         memset(filename, 0, _MAX_FNAME);
871         mission_campaign_savefile_generate_root(filename);
872
873         // name the file differently depending on whether we're in single player or multiplayer mode
874         // single player : *.csg
875         strcat( filename, NOX("css"));
876
877         fp = cfopen(filename,"wb", CFILE_NORMAL, CF_TYPE_SINGLE_PLAYERS);
878
879         if (!fp)
880                 return errno;
881
882         // Write out campaign file info
883         cfwrite_int( CAMPAIGN_STATS_FILE_ID,fp );
884         cfwrite_int( CAMPAIGN_STATS_FILE_VERSION,fp );
885
886         // determine how many missions we are saving -- I think that this method is safer than the method
887         // I used for release
888         mission_count = 0;
889         for ( i = 0; i < Campaign.num_missions; i++ ) {
890                 if ( Campaign.missions[i].completed ) {
891                         mission_count++;
892                 }
893         }
894
895         // write out the stats information to disk.     
896         cfwrite_int( mission_count, fp );
897         for (i = 0; i < Campaign.num_missions; i++ ) {
898                 if ( Campaign.missions[i].completed ) {
899                         cfwrite_int( i, fp );
900                         cfwrite( &Campaign.missions[i].stats, sizeof(scoring_struct), 1, fp );
901                 }
902         }
903
904         cfclose( fp );
905         
906         return 0;
907 }
908
909 // The following function always only ever ever ever called by CSFE!!!!!
910 int campaign_savefile_save(char *pname)
911 {
912         if (Campaign.type == CAMPAIGN_TYPE_SINGLE)
913                 Game_mode &= ~GM_MULTIPLAYER;
914         else
915                 Game_mode |= GM_MULTIPLAYER;
916
917         strcpy(Player->callsign, pname);
918         //memcpy(&Campaign, camp, sizeof(campaign));
919         return mission_campaign_savefile_save();
920 }
921
922
923 // the below two functions is internal to this module.  It is here so that I can group the save/load
924 // functions together.
925 //
926
927 // mission_campaign_savefile_delete deletes any save file in the players directory for the given
928 // campaign filename
929 void mission_campaign_savefile_delete( char *cfilename, int is_multi )
930 {
931         char filename[_MAX_FNAME], base[_MAX_FNAME];
932
933         _splitpath( cfilename, NULL, NULL, base, NULL );
934
935         if ( Player->flags & PLAYER_FLAGS_IS_MULTI ) {
936                 return; // no such thing as a multiplayer campaign savefile
937         }
938
939         sprintf( filename, NOX("%s.%s.csg"), Player->callsign, base );
940
941         cf_delete( filename, CF_TYPE_SINGLE_PLAYERS );
942 }
943
944 void campaign_delete_save( char *cfn, char *pname)
945 {
946         strcpy(Player->callsign, pname);
947         mission_campaign_savefile_delete(cfn);
948 }
949
950 // next function deletes all the save files for this particular pilot.  Just call cfile function
951 // which will delete multiple files
952 // Player_select_mode tells us whether we are deleting single or multiplayer files
953 void mission_campaign_delete_all_savefiles( char *pilot_name, int is_multi )
954 {
955         int dir_type, num_files, i;
956         char *names[MAX_CAMPAIGNS], spec[MAX_FILENAME_LEN + 2], *ext;
957         char filename[1024];
958         int (*filter_save)(char *filename);
959
960         if ( is_multi ) {
961                 return;                         // can't have multiplayer campaign save files
962         }
963
964         ext = NOX(".csg");
965         dir_type = CF_TYPE_SINGLE_PLAYERS;
966
967         sprintf(spec, NOX("%s.*%s"), pilot_name, ext);
968
969         // HACK HACK HACK HACK!!!!  cf_get_file_list is not reentrant.  Pretty dumb because it should
970         // be.  I have to save any file filters
971         filter_save = Get_file_list_filter;
972         Get_file_list_filter = NULL;
973         num_files = cf_get_file_list(MAX_CAMPAIGNS, names, dir_type, spec);
974         Get_file_list_filter = filter_save;
975
976         for (i=0; i<num_files; i++) {
977                 strcpy(filename, names[i]);
978                 strcat(filename, ext);
979                 cf_delete(filename, dir_type);
980                 free(names[i]);
981         }
982 }
983
984 // mission_campaign_savefile_load takes a filename of a campaign file as a parameter and loads all
985 // of the information stored in the campaign file.
986 void mission_campaign_savefile_load( char *cfilename )
987 {
988         char filename[_MAX_FNAME], base[_MAX_FNAME];
989         int version, i, num, j, num_stats_blocks;
990         uint id, type_sig;
991         CFILE *fp;
992
993         Assert ( strlen(cfilename) != 0 );
994
995         // probably only called from single player games anymore!!! should be anyway
996         Assert( Game_mode & GM_NORMAL );                // get allender or DaveB.  trying to save campaign in multiplayer
997
998         // build up the filename for the save file.  There could be a problem with filename length,
999         // but this problem can get fixed in several ways -- ignore the problem for now though.
1000         _splitpath( cfilename, NULL, NULL, base, NULL );
1001         Assert ( (strlen(base) + strlen(Player->callsign) + 1) < _MAX_FNAME );
1002
1003         if(Game_mode & GM_MULTIPLAYER)
1004                 sprintf( filename, NOX("%s.%s.msg"), Player->callsign, base );
1005         else
1006                 sprintf( filename, NOX("%s.%s.csg"), Player->callsign, base );
1007
1008         fp = cfopen(filename, "rb", CFILE_NORMAL, CF_TYPE_SINGLE_PLAYERS );
1009         if ( !fp )
1010                 return;
1011
1012         id = cfread_int( fp );
1013         if ( id != CAMPAIGN_FILE_ID ) {
1014                 Warning(LOCATION, "Campaign save file has invalid signature");
1015                 cfclose( fp );
1016                 return;
1017         }
1018
1019         version = cfread_int( fp );
1020         if ( version < CAMPAIGN_FILE_COMPATIBLE_VERSION ) {
1021                 Warning(LOCATION, "Campaign save file too old -- not compatible.  Deleting file.\nYou can continue from here without trouble\n\n");
1022                 cfclose( fp );
1023                 cf_delete( filename, CF_TYPE_SINGLE_PLAYERS );
1024                 return;
1025         }
1026
1027         // verify that we are loading the correct type of campaign file for the mode that we are in.
1028         if(version >= 3)
1029                 type_sig = cfread_int( fp );
1030         else
1031                 type_sig = CAMPAIGN_SINGLE_PLAYER_SIG;
1032         // the actual check
1033         Assert( ((Game_mode & GM_MULTIPLAYER) && (type_sig==CAMPAIGN_MULTI_PLAYER_SIG)) || (!(Game_mode & GM_MULTIPLAYER) && (type_sig==CAMPAIGN_SINGLE_PLAYER_SIG)) );
1034
1035         Campaign.type = type_sig == CAMPAIGN_SINGLE_PLAYER_SIG ? CAMPAIGN_TYPE_SINGLE : CAMPAIGN_TYPE_MULTI_COOP;
1036
1037         // read in the filename of the campaign and compare the filenames to be sure that
1038         // we are reading data that really belongs to this campaign.  I think that this check
1039         // is redundant.
1040         cfread_string_len( filename, _MAX_FNAME, fp );
1041         /*if ( stricmp( filename, cfilename) ) {        //      Used to be !stricmp.  How did this ever work? --MK, 11/9/97
1042                 Warning(LOCATION, "Campaign save file appears corrupt because of mismatching filenames.");
1043                 cfclose(fp);
1044                 return;
1045         }*/
1046
1047         Campaign.prev_mission = cfread_int( fp );
1048         Campaign.next_mission = cfread_int( fp );
1049         Campaign.loop_reentry = cfread_int( fp );
1050         Campaign.loop_enabled = cfread_int( fp );
1051
1052         //  load information about ships/weapons allowed        
1053         int ship_count, weapon_count;
1054
1055         // if earlier than mission disk version, use old MAX_SHIP_TYPES, otherwise read from the file           
1056         if(version <= CAMPAIGN_INITIAL_RELEASE_FILE_VERSION){
1057                 ship_count = CAMPAIGN_SAVEFILE_MAX_SHIPS_OLD;
1058                 weapon_count = CAMPAIGN_SAVEFILE_MAX_WEAPONS_OLD;
1059         } else {
1060                 ship_count = cfread_int(fp);
1061                 weapon_count = cfread_int(fp);
1062         }
1063
1064         for ( i = 0; i < ship_count; i++ ){
1065                 Campaign.ships_allowed[i] = cfread_ubyte( fp );
1066         }
1067
1068         for ( i = 0; i < weapon_count; i++ ){
1069                 Campaign.weapons_allowed[i] = cfread_ubyte( fp );
1070         }       
1071
1072         // read in the completed mission matrix.  Used to tell which missions the player
1073         // can replay in the simulator.  Also, each completed mission contains a list of the goals
1074         // that were in the mission along with the goal completion status.
1075         Campaign.num_missions_completed = cfread_int( fp );
1076         for (i = 0; i < Campaign.num_missions_completed; i++ ) {
1077                 num = cfread_int( fp );
1078                 Campaign.missions[num].completed = 1;
1079                 Campaign.missions[num].num_goals = cfread_int( fp );
1080                 
1081                 // be sure to malloc out space for the goals stuff, then zero the memory!!!  Don't do malloc
1082                 // if there are no goals
1083                 Campaign.missions[num].goals = (mgoal *)malloc( Campaign.missions[num].num_goals * sizeof(mgoal) );
1084                 if ( Campaign.missions[num].num_goals > 0 ) {
1085                         memset( Campaign.missions[num].goals, 0, sizeof(mgoal) * Campaign.missions[num].num_goals );
1086                         Assert( Campaign.missions[num].goals != NULL );
1087                 }
1088
1089                 // now read in the goal information for this mission
1090                 for ( j = 0; j < Campaign.missions[num].num_goals; j++ ) {
1091                         cfread_string_len( Campaign.missions[num].goals[j].name, NAME_LENGTH, fp );
1092                         Campaign.missions[num].goals[j].status = cfread_char( fp );
1093                 }
1094
1095                 // get the events from the savefile
1096                 Campaign.missions[num].num_events = cfread_int( fp );
1097                 
1098                 // be sure to malloc out space for the events stuff, then zero the memory!!!  Don't do malloc
1099                 // if there are no events
1100 //              if (Campaign.missions[num].events < 0)
1101 //                      Campaign.missions[num].events = 0;
1102                 Campaign.missions[num].events = (mevent *)malloc( Campaign.missions[num].num_events * sizeof(mevent) );
1103                 if ( Campaign.missions[num].num_events > 0 ) {
1104                         memset( Campaign.missions[num].events, 0, sizeof(mevent) * Campaign.missions[num].num_events );
1105                         Assert( Campaign.missions[num].events != NULL );
1106                 }
1107                 
1108                 // now read in the event information for this mission
1109                 for ( j = 0; j < Campaign.missions[num].num_events; j++ ) {
1110                         cfread_string_len( Campaign.missions[num].events[j].name, NAME_LENGTH, fp );
1111                         Campaign.missions[num].events[j].status = cfread_char( fp );
1112                 }
1113
1114                 // now read flags
1115                 Campaign.missions[num].flags = cfread_int(fp);
1116         }       
1117
1118         cfclose( fp );
1119
1120         // 4/17/98
1121         // now, try and read in the campaign stats saved information.  This code was added for the 1.03 patch
1122         // since the stats data was never written out to disk.  We try and open the file, and if we cannot find
1123         // it, then simply return
1124         sprintf( filename, NOX("%s.%s.css"), Player->callsign, base );
1125
1126         fp = cfopen(filename, "rb", CFILE_NORMAL, CF_TYPE_SINGLE_PLAYERS );
1127         if ( !fp )
1128                 return;
1129
1130         id = cfread_int( fp );
1131         if ( id != CAMPAIGN_STATS_FILE_ID ) {
1132                 Warning(LOCATION, "Campaign stats save file has invalid signature");
1133                 cfclose( fp );
1134                 return;
1135         }
1136
1137         version = cfread_int( fp );
1138         if ( version < CAMPAIGN_STATS_FILE_COMPATIBLE_VERSION ) {
1139                 Warning(LOCATION, "Campaign save file too old -- not compatible.  Deleting file.\nYou can continue from here without trouble\n\n");
1140                 cfclose( fp );
1141                 cf_delete( filename, CF_TYPE_SINGLE_PLAYERS );
1142                 return;
1143         }
1144
1145         num_stats_blocks = cfread_int( fp );
1146         for (i = 0; i < num_stats_blocks; i++ ) {
1147                 num = cfread_int( fp );
1148                 cfread( &Campaign.missions[num].stats, sizeof(scoring_struct), 1, fp );
1149         }
1150
1151         cfclose(fp);
1152 }
1153
1154 // the following code only ever called by CSFE!!!!
1155 void campaign_savefile_load(char *fname, char *pname)
1156 {
1157         if (Campaign.type==CAMPAIGN_TYPE_SINGLE) {
1158                 Game_mode &= ~GM_MULTIPLAYER;
1159                 Game_mode &= GM_NORMAL;
1160         }
1161         else
1162                 Game_mode |= GM_MULTIPLAYER;
1163         strcpy(Player->callsign, pname);
1164         mission_campaign_savefile_load(fname);
1165 }
1166
1167 // mission_campaign_next_mission sets up the internal veriables of the campaign
1168 // structure so the player can play the next mission.  If there are no more missions
1169 // available in the campaign, this function returns -1, else 0 if the mission was
1170 // set successfully
1171 int mission_campaign_next_mission()
1172 {
1173         if ( (Campaign.next_mission == -1) || (strlen(Campaign.name) == 0) ) // will be set to -1 when there is no next mission
1174                 return -1;
1175
1176         Campaign.current_mission = Campaign.next_mission;       
1177         strncpy( Game_current_mission_filename, Campaign.missions[Campaign.current_mission].name, MAX_FILENAME_LEN );
1178
1179         // check for end of loop.
1180         if (Campaign.current_mission == Campaign.loop_reentry) {
1181                 Campaign.loop_enabled = 0;
1182         }
1183
1184         // reset the number of persistent ships and weapons for the next campaign mission
1185         Num_granted_ships = 0;
1186         Num_granted_weapons = 0;
1187         return 0;
1188 }
1189
1190 // mission_campaign_previous_mission() gets called to go to the previous mission in
1191 // the campaign.  Used only for Red Alert missions
1192 int mission_campaign_previous_mission()
1193 {
1194         if ( !(Game_mode & GM_CAMPAIGN_MODE) )
1195                 return 0;
1196
1197         if ( Campaign.prev_mission == -1 )
1198                 return 0;
1199
1200         Campaign.current_mission = Campaign.prev_mission;
1201         Campaign.next_mission = Campaign.current_mission;
1202         Campaign.num_missions_completed--;
1203         Campaign.missions[Campaign.next_mission].completed = 0;
1204         mission_campaign_savefile_save();
1205
1206         // reset the player stats to be the stats from this level
1207         memcpy( &Player->stats, &Campaign.missions[Campaign.current_mission].stats, sizeof(Player->stats) );
1208
1209         strncpy( Game_current_mission_filename, Campaign.missions[Campaign.current_mission].name, MAX_FILENAME_LEN );
1210         Num_granted_ships = 0;
1211         Num_granted_weapons = 0;
1212
1213         return 1;
1214 }
1215
1216 /*
1217 // determine what the next mission is after the current one.  Because this evaluates an sexp,
1218 // and that could check just about anything, the results are only going to be valid in
1219 // certain places.
1220 // DA 12/09/98 -- To allow for mission loops, need to maintain call with store stats
1221 int mission_campaign_eval_next_mission( int store_stats )
1222 {
1223         char *name;
1224         int cur, i;
1225         cmission *mission;
1226
1227         Campaign.next_mission = -1;
1228         cur = Campaign.current_mission;
1229         name = Campaign.missions[cur].name;
1230
1231         mission = &Campaign.missions[cur];
1232
1233         // first we must save the status of the current missions goals in the campaign mission structure.
1234         // After that, we can determine which mission is tagged as the next mission.  Finally, we
1235         // can save the campaign save file
1236         // we might have goal and event status if the player replayed a mission
1237         if ( mission->num_goals > 0 ) {
1238                 free( mission->goals );
1239         }
1240
1241         mission->num_goals = Num_goals;
1242         if ( mission->num_goals > 0 ) {
1243                 mission->goals = (mgoal *)malloc( sizeof(mgoal) * Num_goals );
1244                 Assert( mission->goals != NULL );
1245         }
1246
1247         // copy the needed info from the Mission_goal struct to our internal structure
1248         for (i = 0; i < Num_goals; i++ ) {
1249                 if ( strlen(Mission_goals[i].name) == 0 ) {
1250                         char name[NAME_LENGTH];
1251
1252                         sprintf(name, NOX("Goal #%d"), i);
1253                         //Warning(LOCATION, "Mission goal in mission %s must have a +Name field! using %s for campaign save file\n", mission->name, name);
1254                         strcpy( mission->goals[i].name, name);
1255                 } else
1256                         strcpy( mission->goals[i].name, Mission_goals[i].name );
1257                 Assert ( Mission_goals[i].satisfied != GOAL_INCOMPLETE );               // should be true or false at this point!!!
1258                 mission->goals[i].status = (char)Mission_goals[i].satisfied;
1259         }
1260
1261         // do the same thing for events as we did for goals
1262         // we might have goal and event status if the player replayed a mission
1263         if ( mission->num_events > 0 ) {
1264                 free( mission->events );
1265         }
1266
1267         mission->num_events = Num_mission_events;
1268         if ( mission->num_events > 0 ) {
1269                 mission->events = (mevent *)malloc( sizeof(mevent) * Num_mission_events );
1270                 Assert( mission->events != NULL );
1271         }
1272
1273         // copy the needed info from the Mission_goal struct to our internal structure
1274         for (i = 0; i < Num_mission_events; i++ ) {
1275                 if ( strlen(Mission_events[i].name) == 0 ) {
1276                         char name[NAME_LENGTH];
1277
1278                         sprintf(name, NOX("Event #%d"), i);
1279                         nprintf(("Warning", "Mission goal in mission %s must have a +Name field! using %s for campaign save file\n", mission->name, name));
1280                         strcpy( mission->events[i].name, name);
1281                 } else
1282                         strcpy( mission->events[i].name, Mission_events[i].name );
1283
1284                 // getting status for the events is a little different.  If the formula value for the event entry
1285                 // is -1, then we know the value of the result field will never change.  If the formula is
1286                 // not -1 (i.e. still being evaluated at mission end time), we will write "incomplete" for the
1287                 // event evaluation
1288                 if ( Mission_events[i].formula == -1 ) {
1289                         if ( Mission_events[i].result )
1290                                 mission->events[i].status = EVENT_SATISFIED;
1291                         else
1292                                 mission->events[i].status = EVENT_FAILED;
1293                 } else
1294                         Int3();
1295         }
1296
1297         // maybe store the alltime stats which would be current at the end of this mission
1298         if ( store_stats ) {
1299                 memcpy( &mission->stats, &Player->stats, sizeof(Player->stats) );
1300                 scoring_backout_accept( &mission->stats );
1301         }
1302
1303         if ( store_stats ) {    // second (last) time through, so use choose loop_mission if chosen
1304                 if ( Campaign.loop_enabled ) {
1305                         Campaign.next_mission = Campaign.loop_mission;
1306                 } else {
1307                         // evaluate next mission (straight path)
1308                         if (Campaign.missions[cur].formula != -1) {
1309                                 flush_sexp_tree(Campaign.missions[cur].formula);  // force formula to be re-evaluated
1310                                 eval_sexp(Campaign.missions[cur].formula);  // this should reset Campaign.next_mission to proper value
1311                         }
1312                 }
1313         } else {
1314
1315                 // evaluate next mission (straight path)
1316                 if (Campaign.missions[cur].formula != -1) {
1317                         flush_sexp_tree(Campaign.missions[cur].formula);  // force formula to be re-evaluated
1318                         eval_sexp(Campaign.missions[cur].formula);  // this should reset Campaign.next_mission to proper value
1319                 }
1320
1321                 // evaluate mission loop mission (if any) so it can be used if chosen
1322                 if ( Campaign.missions[cur].has_mission_loop ) {
1323                         int copy_next_mission = Campaign.next_mission;
1324                         // Set temporarily to -1 so we know if loop formula fails to assign
1325                         Campaign.next_mission = -1;  // Cannot exit campaign from loop
1326                         if (Campaign.missions[cur].mission_loop_formula != -1) {
1327                                 flush_sexp_tree(Campaign.missions[cur].mission_loop_formula);  // force formula to be re-evaluated
1328                                 eval_sexp(Campaign.missions[cur].mission_loop_formula);  // this should reset Campaign.next_mission to proper value
1329                         }
1330
1331                         Campaign.loop_mission = Campaign.next_mission;
1332                         Campaign.next_mission = copy_next_mission;
1333                 }
1334         }
1335
1336         if (Campaign.next_mission == -1)
1337                 nprintf(("allender", "No next mission to proceed to.\n"));
1338         else
1339                 nprintf(("allender", "Next mission is number %d [%s]\n", Campaign.next_mission, Campaign.missions[Campaign.next_mission].name));
1340
1341         return Campaign.next_mission;
1342 } */
1343
1344 // Evaluate next campaign mission - set as Campaign.next_mission.  Also set Campaign.loop_mission
1345 void mission_campaign_eval_next_mission()
1346 {
1347         Campaign.next_mission = -1;
1348         int cur = Campaign.current_mission;
1349
1350         // evaluate next mission (straight path)
1351         if (Campaign.missions[cur].formula != -1) {
1352                 flush_sexp_tree(Campaign.missions[cur].formula);  // force formula to be re-evaluated
1353                 eval_sexp(Campaign.missions[cur].formula);  // this should reset Campaign.next_mission to proper value
1354         }
1355
1356         // evaluate mission loop mission (if any) so it can be used if chosen
1357         if ( Campaign.missions[cur].has_mission_loop ) {
1358                 int copy_next_mission = Campaign.next_mission;
1359                 // Set temporarily to -1 so we know if loop formula fails to assign
1360                 Campaign.next_mission = -1;
1361                 if (Campaign.missions[cur].mission_loop_formula != -1) {
1362                         flush_sexp_tree(Campaign.missions[cur].mission_loop_formula);  // force formula to be re-evaluated
1363                         eval_sexp(Campaign.missions[cur].mission_loop_formula);  // this should reset Campaign.next_mission to proper value
1364                 }
1365
1366                 Campaign.loop_mission = Campaign.next_mission;
1367                 Campaign.next_mission = copy_next_mission;
1368         }
1369
1370         if (Campaign.next_mission == -1) {
1371                 nprintf(("allender", "No next mission to proceed to.\n"));
1372         } else {
1373                 nprintf(("allender", "Next mission is number %d [%s]\n", Campaign.next_mission, Campaign.missions[Campaign.next_mission].name));
1374         }
1375
1376 }
1377
1378 // Store mission's goals and events in Campaign struct
1379 void mission_campaign_store_goals_and_events()
1380 {
1381         char *name;
1382         int cur, i;
1383         cmission *mission;
1384
1385         cur = Campaign.current_mission;
1386         name = Campaign.missions[cur].name;
1387
1388         mission = &Campaign.missions[cur];
1389
1390         // first we must save the status of the current missions goals in the campaign mission structure.
1391         // After that, we can determine which mission is tagged as the next mission.  Finally, we
1392         // can save the campaign save file
1393         // we might have goal and event status if the player replayed a mission
1394         if ( mission->num_goals > 0 ) {
1395                 free( mission->goals );
1396         }
1397
1398         mission->num_goals = Num_goals;
1399         if ( mission->num_goals > 0 ) {
1400                 mission->goals = (mgoal *)malloc( sizeof(mgoal) * Num_goals );
1401                 Assert( mission->goals != NULL );
1402         }
1403
1404         // copy the needed info from the Mission_goal struct to our internal structure
1405         for (i = 0; i < Num_goals; i++ ) {
1406                 if ( strlen(Mission_goals[i].name) == 0 ) {
1407                         char name[NAME_LENGTH];
1408
1409                         sprintf(name, NOX("Goal #%d"), i);
1410                         //Warning(LOCATION, "Mission goal in mission %s must have a +Name field! using %s for campaign save file\n", mission->name, name);
1411                         strcpy( mission->goals[i].name, name);
1412                 } else
1413                         strcpy( mission->goals[i].name, Mission_goals[i].name );
1414                 Assert ( Mission_goals[i].satisfied != GOAL_INCOMPLETE );               // should be true or false at this point!!!
1415                 mission->goals[i].status = (char)Mission_goals[i].satisfied;
1416         }
1417
1418         // do the same thing for events as we did for goals
1419         // we might have goal and event status if the player replayed a mission
1420         if ( mission->num_events > 0 ) {
1421                 free( mission->events );
1422         }
1423
1424         mission->num_events = Num_mission_events;
1425         if ( mission->num_events > 0 ) {
1426                 mission->events = (mevent *)malloc( sizeof(mevent) * Num_mission_events );
1427                 Assert( mission->events != NULL );
1428         }
1429
1430         // copy the needed info from the Mission_goal struct to our internal structure
1431         for (i = 0; i < Num_mission_events; i++ ) {
1432                 if ( strlen(Mission_events[i].name) == 0 ) {
1433                         char name[NAME_LENGTH];
1434
1435                         sprintf(name, NOX("Event #%d"), i);
1436                         nprintf(("Warning", "Mission goal in mission %s must have a +Name field! using %s for campaign save file\n", mission->name, name));
1437                         strcpy( mission->events[i].name, name);
1438                 } else
1439                         strcpy( mission->events[i].name, Mission_events[i].name );
1440
1441                 // getting status for the events is a little different.  If the formula value for the event entry
1442                 // is -1, then we know the value of the result field will never change.  If the formula is
1443                 // not -1 (i.e. still being evaluated at mission end time), we will write "incomplete" for the
1444                 // event evaluation
1445                 if ( Mission_events[i].formula == -1 ) {
1446                         if ( Mission_events[i].result )
1447                                 mission->events[i].status = EVENT_SATISFIED;
1448                         else
1449                                 mission->events[i].status = EVENT_FAILED;
1450                 } else
1451                         Int3();
1452         }
1453 }
1454
1455 // this function is called when the player's mission is over.  It updates the internal store of goals
1456 // and their status then saves the state of the campaign in the campaign file.  This gets called
1457 // after player accepts mission results in debriefing.
1458 void mission_campaign_mission_over()
1459 {
1460         int mission_num, i;
1461         cmission *mission;
1462
1463         // I don't think that we should have a record for these -- maybe we might??????  If we do,
1464         // then we should free them
1465         if ( !(Game_mode & GM_CAMPAIGN_MODE) ){
1466                 return;
1467         }
1468
1469         mission_num = Campaign.current_mission;
1470         Assert( mission_num != -1 );
1471         mission = &Campaign.missions[mission_num];
1472
1473         // determine if any ships/weapons were granted this mission
1474         for ( i=0; i<Num_granted_ships; i++ ){
1475                 Campaign.ships_allowed[Granted_ships[i]] = 1;
1476         }
1477
1478         for ( i=0; i<Num_granted_weapons; i++ ){
1479                 Campaign.weapons_allowed[Granted_weapons[i]] = 1;       
1480         }
1481
1482         // DKA 12/11/98 - Unneeded already evaluated and stored
1483         // determine what new mission we are moving to.
1484         //      mission_campaign_eval_next_mission(1);
1485
1486         // update campaign.mission stats (used to allow backout inRedAlert)
1487         memcpy( &mission->stats, &Player->stats, sizeof(Player->stats) );
1488         if(!(Game_mode & GM_MULTIPLAYER)){
1489                 scoring_backout_accept( &mission->stats );
1490         }
1491
1492         // if we are moving to a new mission, then change our data.  If we are staying on the same mission,
1493         // then we don't want to do anything.  Remove information about goals/events
1494         if ( Campaign.next_mission != mission_num ) {
1495                 Campaign.prev_mission = mission_num;
1496                 Campaign.current_mission = -1;
1497                 Campaign.num_missions_completed++;
1498                 Campaign.missions[mission_num].completed = 1;
1499
1500                 // save the scoring values from the previous mission at the start of this mission -- for red alert
1501
1502                 // save the state of the campaign in the campaign save file and move to the end_game state
1503                 if (Campaign.type == CAMPAIGN_TYPE_SINGLE) {
1504                         mission_campaign_savefile_save();
1505                 }
1506
1507         } else {
1508                 // free up the goals and events which were just malloced.  It's kind of like erasing any fact
1509                 // that the player played this mission in the campaign.
1510                 free( mission->goals );
1511                 mission->num_goals = 0;
1512
1513                 free( mission->events );
1514                 mission->num_events = 0;
1515
1516                 Sexp_nodes[mission->formula].value = SEXP_UNKNOWN;
1517         }
1518
1519         Assert(Player);
1520         if (Campaign.missions[Campaign.next_mission].flags & CMISSION_FLAG_BASTION){
1521                 Player->on_bastion = 1;
1522         } else {
1523                 Player->on_bastion = 0;
1524         }
1525
1526         mission_campaign_next_mission();                        // sets up whatever needs to be set to actually play next mission
1527 }
1528
1529 // called when the game closes -- to get rid of memory errors for Bounds checker
1530 void mission_campaign_close()
1531 {
1532         int i;
1533
1534         if (Campaign.desc)
1535                 free(Campaign.desc);
1536
1537         // be sure to remove all old malloced strings of Mission_names
1538         // we must also free any goal stuff that was from a previous campaign
1539         for ( i=0; i<Campaign.num_missions; i++ ) {
1540                 if ( Campaign.missions[i].name ){
1541                         free(Campaign.missions[i].name);
1542                 }
1543
1544                 if (Campaign.missions[i].notes){
1545                         free(Campaign.missions[i].notes);
1546                 }
1547
1548                 if ( Campaign.missions[i].num_goals > 0 ){
1549                         free ( Campaign.missions[i].goals );
1550                 }
1551
1552                 if ( Campaign.missions[i].num_events > 0 ){
1553                         free ( Campaign.missions[i].events );
1554                 }
1555
1556                 // the next three are strdup'd return values from parselo.cpp
1557                 if (Campaign.missions[i].mission_loop_desc) {
1558                         free(Campaign.missions[i].mission_loop_desc);
1559                 }
1560
1561                 if (Campaign.missions[i].mission_loop_brief_anim) {
1562                         free(Campaign.missions[i].mission_loop_brief_anim);
1563                 }
1564
1565                 if (Campaign.missions[i].mission_loop_brief_sound) {
1566                         free(Campaign.missions[i].mission_loop_brief_sound);
1567                 }
1568
1569                 if ( !Fred_running ){
1570                         sexp_unmark_persistent(Campaign.missions[i].formula);           // free any sexpression nodes used by campaign.
1571                 }
1572
1573                 Campaign.missions[i].num_goals = 0;
1574                 Campaign.missions[i].num_events = 0;
1575         }
1576 }
1577
1578 // call from game_shutdown() ONLY!!!
1579 void mission_campaign_shutdown()
1580 {
1581         int i;
1582         
1583         for (i=0; i<MAX_CAMPAIGNS; i++) {
1584                 if (Campaign_names[i] != NULL) {
1585                         free(Campaign_names[i]);
1586                         Campaign_names[i] = NULL;
1587                 }
1588
1589                 if (Campaign_file_names[i] != NULL) {
1590                         free(Campaign_file_names[i]);
1591                         Campaign_file_names[i] = NULL;
1592                 }
1593         }
1594 }
1595
1596 // extract the mission filenames for a campaign.  
1597 //
1598 // filename     =>      name of campaign file
1599 //      dest            => storage for the mission filename, must be already allocated
1600 // num          => output parameter for the number of mission filenames in the campaign
1601 //
1602 // note that dest should allocate at least dest[MAX_CAMPAIGN_MISSIONS][NAME_LENGTH]
1603 int mission_campaign_get_filenames(char *filename, char dest[][NAME_LENGTH], int *num)
1604 {
1605         int     rval;
1606
1607         // read the mission file and get the list of mission filenames
1608         if ((rval = setjmp(parse_abort)) != 0) {
1609                 return rval;
1610
1611         } else {
1612                 read_file_text(filename);
1613                 Assert(strlen(filename) < MAX_FILENAME_LEN - 1);  // make sure no overflow
1614
1615                 reset_parse();
1616                 required_string("$Name:");
1617                 advance_to_eoln(NULL);
1618
1619                 required_string( "$Type:" );
1620                 advance_to_eoln(NULL);
1621
1622                 // parse the mission file and actually read in the mission stuff
1623                 *num = 0;
1624                 while ( skip_to_string("$Mission:") == 1 ) {
1625                         stuff_string(dest[*num], F_NAME, NULL);
1626                         (*num)++;
1627                 }
1628         }
1629
1630         return 0;
1631 }
1632
1633 // function to read the goals and events from a mission in a campaign file and store that information
1634 // in the campaign structure for use in the campaign editor, error checking, etc
1635 void read_mission_goal_list(int num)
1636 {
1637         char *filename, notes[NOTES_LENGTH], goals[MAX_GOALS][NAME_LENGTH];
1638         char events[MAX_MISSION_EVENTS][NAME_LENGTH];
1639         int i, z, r, event_count, count = 0;
1640
1641         filename = Campaign.missions[num].name;
1642         if ((r = setjmp(parse_abort))>0) {
1643                 Warning(LOCATION, "Error reading \"%s\" (code = %d)", filename, r);
1644                 return;
1645         }
1646
1647         // open localization
1648         lcl_ext_open(); 
1649         
1650         read_file_text(filename);
1651         init_parse();
1652
1653         // first, read the mission notes for this mission.  Used in campaign editor
1654         if (skip_to_string("#Mission Info")) {
1655                 if (skip_to_string("$Notes:")) {
1656                         stuff_string(notes, F_NOTES, NULL);
1657                         if (Campaign.missions[num].notes){
1658                                 free(Campaign.missions[num].notes);
1659                         }
1660
1661                         Campaign.missions[num].notes = (char *) malloc(strlen(notes) + 1);
1662                         strcpy(Campaign.missions[num].notes, notes);
1663                 }
1664         }
1665
1666         event_count = 0;
1667         // skip to events section in the mission file.  Events come before goals, so we process them first
1668         if ( skip_to_string("#Events") ) {
1669                 while (1) {
1670                         if (skip_to_string("$Formula:", "#Goals") != 1){
1671                                 break;
1672                         }
1673
1674                         z = skip_to_string("+Name:", "$Formula:");
1675                         if (!z){
1676                                 break;
1677                         }
1678
1679                         if (z == 1){
1680                                 stuff_string(events[event_count], F_NAME, NULL);
1681                         } else {
1682                                 sprintf(events[event_count], NOX("Event #%d"), event_count + 1);
1683                         }
1684
1685                         event_count++;
1686                         Assert(event_count < MAX_MISSION_EVENTS);
1687                 }
1688         }
1689
1690         count = 0;
1691         if (skip_to_string("#Goals")) {
1692                 while (1) {
1693                         if (skip_to_string("$Type:", "#End") != 1){
1694                                 break;
1695                         }
1696
1697                         z = skip_to_string("+Name:", "$Type:");
1698                         if (!z){
1699                                 break;
1700                         }
1701
1702                         if (z == 1){
1703                                 stuff_string(goals[count], F_NAME, NULL);
1704                         } else {
1705                                 sprintf(goals[count], NOX("Goal #%d"), count + 1);
1706                         }
1707
1708                         count++;
1709                         Assert(count < MAX_GOALS);
1710                 }
1711         }
1712
1713         Campaign.missions[num].num_goals = count;
1714         if (count) {
1715                 Campaign.missions[num].goals = (mgoal *) malloc(count * sizeof(mgoal));
1716                 Assert(Campaign.missions[num].goals);  // make sure we got the memory
1717                 memset(Campaign.missions[num].goals, 0, count * sizeof(mgoal));
1718
1719                 for (i=0; i<count; i++){
1720                         strcpy(Campaign.missions[num].goals[i].name, goals[i]);
1721                 }
1722         }
1723                 // copy the events
1724         Campaign.missions[num].num_events = event_count;
1725         if (event_count) {
1726                 Campaign.missions[num].events = (mevent *)malloc(event_count * sizeof(mevent));
1727                 Assert ( Campaign.missions[num].events );
1728                 memset(Campaign.missions[num].events, 0, event_count * sizeof(mevent));
1729
1730                 for (i = 0; i < event_count; i++ ){
1731                         strcpy(Campaign.missions[num].events[i].name, events[i]);
1732                 }
1733         }
1734
1735         // close localization
1736         lcl_ext_close();
1737 }
1738
1739 // function to return index into Campaign's list of missions of the mission with the given
1740 // filename.  This function tried to be a little smart about filename looking for the .fsm
1741 // extension since filenames are stored with the extension in the campaign file.  Returns
1742 // index of mission in campaign structure.  -1 if mission name not found.
1743 int mission_campaign_find_mission( char *name )
1744 {
1745         int i;
1746         char realname[_MAX_PATH];
1747
1748         // look for an extension on the file.  If no extension, add default ".fsm" onto the
1749         // end of the filename
1750         strcpy(realname, name );
1751         if ( strchr(name, '.') == NULL ){
1752                 sprintf(realname, NOX("%s%s"), name, FS_MISSION_FILE_EXT );
1753         }
1754
1755         for (i = 0; i < Campaign.num_missions; i++ ) {
1756                 if ( !stricmp(realname, Campaign.missions[i].name) ){
1757                         return i;
1758                 }
1759         }
1760
1761         return -1;
1762 }
1763
1764 void mission_campaign_maybe_play_movie(int type)
1765 {
1766         int mission;
1767         char *filename;
1768
1769         // only support pre mission movies for now.
1770         Assert ( type == CAMPAIGN_MOVIE_PRE_MISSION );
1771
1772         if ( !(Game_mode & GM_CAMPAIGN_MODE) )
1773                 return;
1774
1775         mission = Campaign.current_mission;
1776         Assert( mission != -1 );
1777
1778         // get a possible filename for a movie to play.
1779         filename = NULL;
1780         switch( type ) {
1781         case CAMPAIGN_MOVIE_PRE_MISSION:
1782                 if ( strlen(Campaign.missions[mission].briefing_cutscene) )
1783                         filename = Campaign.missions[mission].briefing_cutscene;
1784                 break;
1785
1786         default:
1787                 Int3();
1788                 break;
1789         }
1790
1791         // no filename, no movie!
1792         if ( !filename )
1793                 return;
1794
1795         movie_play( filename );
1796 }
1797
1798 // return nonzero if the passed filename is a multiplayer campaign, 0 otherwise
1799 int mission_campaign_parse_is_multi(char *filename, char *name)
1800 {       
1801         int i;
1802         char temp[50];
1803         
1804         read_file_text( filename );
1805         reset_parse();
1806         
1807         required_string("$Name:");
1808         stuff_string( temp, F_NAME, NULL );     
1809         if ( name )
1810                 strcpy( name, temp );
1811
1812         required_string( "$Type:" );
1813         stuff_string( temp, F_NAME, NULL );
1814
1815         for (i = 0; i < MAX_CAMPAIGN_TYPES; i++ ) {
1816                 if ( !stricmp(temp, campaign_types[i]) ) {
1817                         return i;
1818                 }
1819         }
1820
1821         Error(LOCATION, "Unknown campaign type %s", temp );
1822         return -1;
1823 }
1824
1825 // functions to save persistent information during a mission -- which then might or might not get
1826 // saved out when the mission is over depending on whether player replays mission or commits.
1827 void mission_campaign_save_persistent( int type, int sindex )
1828 {
1829         // based on the type of information, save it off for possible saving into the campsign
1830         // savefile when the mission is over
1831         if ( type == CAMPAIGN_PERSISTENT_SHIP ) {
1832                 Assert( Num_granted_ships < MAX_SHIP_TYPES );
1833                 Granted_ships[Num_granted_ships] = sindex;
1834                 Num_granted_ships++;
1835         } else if ( type == CAMPAIGN_PERSISTENT_WEAPON ) {
1836                 Assert( Num_granted_weapons < MAX_WEAPON_TYPES );
1837                 Granted_weapons[Num_granted_weapons] = sindex;
1838                 Num_granted_weapons++;
1839         } else
1840                 Int3();
1841 }
1842
1843 // returns 0: loaded, !0: error
1844 int mission_load_up_campaign()
1845 {
1846         if (strlen(Player->current_campaign))
1847                 return mission_campaign_load(Player->current_campaign);
1848         else
1849                 return mission_campaign_load(BUILTIN_CAMPAIGN);
1850 }
1851
1852 // for end of campaign in the single player game.  Called when the end of campaign state is
1853 // entered, which is triggered when the end-campaign sexpression is hit
1854
1855 void mission_campaign_end_init()
1856 {
1857         // no need to do any initialization.
1858 }
1859
1860 void mission_campaign_end_do()
1861 {
1862         // play the movies
1863         event_music_level_close();
1864         mission_goal_fail_incomplete();
1865         scoring_level_close();
1866         mission_campaign_mission_over();
1867
1868 #ifdef MAKE_FS1
1869         movie_play("endgame.mve");
1870 #else
1871         // eventually we'll want to play one of two options (good ending or bad ending)
1872         // did the supernova blow?
1873         if(Supernova_status == SUPERNOVA_HIT){
1874                 movie_play_two("endpart1.mve", "endprt2b.mve");                 // good ending
1875         } else {
1876                 movie_play_two("endpart1.mve", "endprt2a.mve");                 // good ending
1877         }
1878 #endif
1879
1880 #if defined(FS2_DEMO) || defined(FS1_DEMO)
1881         gameseq_post_event( GS_EVENT_END_DEMO );
1882 #elif defined(MAKE_FS1)
1883         gameseq_post_event( GS_STATE_END_OF_CAMPAIGN );
1884 #else
1885         gameseq_post_event( GS_EVENT_MAIN_MENU );
1886 #endif
1887 }
1888
1889 void mission_campaign_end_close()
1890 {
1891         // nothing to do here.
1892 }
1893
1894
1895 // skip to the next mission in the campaign
1896 // this also posts the state change by default.  pass 0 to override that
1897 void mission_campaign_skip_to_next(int start_game)
1898 {
1899         // mark all goals/events complete
1900         // these do not really matter, since is-previous-event-* and is-previous-goal-* sexps check
1901         // to see if the mission was skipped, and use defaults accordingly.
1902         mission_goal_mark_objectives_complete();
1903         mission_goal_mark_events_complete();
1904
1905         // mark mission as skipped
1906         Campaign.missions[Campaign.current_mission].flags |= CMISSION_FLAG_SKIPPED;
1907
1908         // store
1909         mission_campaign_store_goals_and_events();
1910
1911         // now set the next mission
1912         mission_campaign_eval_next_mission();
1913
1914         // clear out relevant player vars
1915         Player->failures_this_session = 0;
1916         Player->show_skip_popup = 1;
1917
1918         if (start_game) {
1919                 // proceed to next mission or main hall
1920                 if ((Campaign.missions[Campaign.current_mission].has_mission_loop) && (Campaign.loop_mission != -1)) {
1921                         // go to loop solicitation
1922                         gameseq_post_event(GS_EVENT_LOOP_BRIEF);
1923                 } else {
1924                         // closes out mission stuff, sets up next one
1925                         mission_campaign_mission_over();
1926
1927                         if ( Campaign.next_mission == -1 ) {
1928                                 // go to main hall, tha campaign is over!
1929                                 gameseq_post_event(GS_EVENT_MAIN_MENU);
1930                         } else {
1931                                 // go to next mission
1932                                 gameseq_post_event(GS_EVENT_START_GAME);
1933                         }
1934                 }
1935         }
1936 }
1937
1938
1939 // breaks your ass out of the loop
1940 // this also posts the state change
1941 void mission_campaign_exit_loop()
1942 {
1943         // set campaign to loop reentry point
1944         Campaign.next_mission = Campaign.loop_reentry;
1945         Campaign.current_mission = -1;
1946         Campaign.loop_enabled = 0;
1947
1948         // set things up for next mission
1949         mission_campaign_next_mission();
1950         gameseq_post_event(GS_EVENT_START_GAME);
1951 }
1952
1953
1954 // used for jumping to a particular campaign mission
1955 // all pvs missions marked skipped
1956 // this relies on correct mission ordering in the campaign file
1957 void mission_campaign_jump_to_mission(char *name)
1958 {
1959         int i = 0;
1960         char dest_name[64];
1961
1962         // load in the campaign junk
1963         mission_load_up_campaign();
1964
1965 #ifdef MAKE_FS1
1966         // tack the .fsm onto the input name
1967         strcpy(dest_name, name);
1968         strcat(name, ".fsm");
1969 #else
1970         // tack the .fs2 onto the input name
1971         strcpy(dest_name, name);
1972         strcat(name, ".fs2");
1973 #endif
1974
1975         // search for our mission
1976         for (i=0; i<Campaign.num_missions; i++) {
1977                 if ((Campaign.missions[i].name != NULL) && !stricmp(Campaign.missions[i].name, name) ) {
1978                         Campaign.next_mission = i;
1979                         Campaign.prev_mission = i-1;
1980                         mission_campaign_next_mission();
1981                         Game_mode |= GM_CAMPAIGN_MODE;
1982                         gameseq_post_event(GS_EVENT_START_GAME);
1983                         return;
1984                 } else {
1985                         Campaign.missions[i].flags |= CMISSION_FLAG_SKIPPED;
1986                         Campaign.num_missions_completed = i;
1987                 }
1988         }
1989
1990         // if we got here, no match was found
1991         // restart the campaign
1992         mission_campaign_savefile_delete(Campaign.filename);
1993         mission_campaign_load(Campaign.filename);
1994 }
1995