]> icculus.org git repositories - taylor/freespace2.git/blob - src/ship/shiphit.cpp
support persistent file storage for Emscripten
[taylor/freespace2.git] / src / ship / shiphit.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/Ship/ShipHit.cpp $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15  * Code to deal with a ship getting hit by something, be it a missile, dog, or ship.
16  *
17  * $Log$
18  * Revision 1.6  2002/07/13 19:47:02  theoddone33
19  * Fix some more warnings
20  *
21  * Change demo building, edit Makefile if you want the demo.
22  *
23  * Revision 1.5  2002/06/17 06:33:11  relnev
24  * ryan's struct patch for gcc 2.95
25  *
26  * Revision 1.4  2002/06/09 04:41:26  relnev
27  * added copyright header
28  *
29  * Revision 1.3  2002/06/02 04:26:34  relnev
30  * warning cleanup
31  *
32  * Revision 1.2  2002/05/03 13:34:34  theoddone33
33  * More stuff compiles
34  *
35  * Revision 1.1.1.1  2002/05/03 03:28:10  root
36  * Initial import.
37  *
38  * 
39  * 61    9/14/99 3:26a Dave
40  * Fixed laser fogging problem in nebula (D3D)> Fixed multiplayer
41  * respawn-too-early problem. Made a few crash points safe.
42  * 
43  * 60    9/13/99 4:52p Dave
44  * RESPAWN FIX
45  * 
46  * 59    9/09/99 11:17a Jimb
47  * Removed bogus Int3() in do_subobj_hit_stuff(). 
48  * 
49  * 58    9/07/99 4:01p Dave
50  * Fixed up a string.tbl paroblem (self destruct message). Make sure IPX
51  * does everything properly (setting up address when binding). Remove
52  * black rectangle background from UI_INPUTBOX.
53  * 
54  * 57    9/03/99 11:39p Mikek
55  * Fix problem in sm3-01 of dual-fired Helios bombs only doing 1/4 damage.
56  * 
57  * 56    9/03/99 2:24p Mikek
58  * Decrease overall damage done to player at Medium and Hard.  I believe
59  * this was the major culprit in Flak cannons being so nasty.  The firing
60  * rate seems to not have been an issue.
61  * 
62  * 55    9/02/99 11:55a Mikek
63  * Zero damage to small ship subsystems from shockwaves.
64  * 
65  * 54    9/01/99 10:15a Dave
66  * 
67  * 53    8/27/99 10:42a Andsager
68  * Don't reposition shockwave for BIG only HUGE ships
69  * 
70  * 52    8/27/99 1:34a Andsager
71  * Modify damage by shockwaves for BIG|HUGE ships.  Modify shockwave damge
72  * when weapon blows up.
73  * 
74  * 51    8/26/99 10:46p Andsager
75  * Apply shockwave damage to lethality.
76  * 
77  * 50    8/26/99 8:52p Dave
78  * Gave multiplayer TvT messaging a heavy dose of sanity. Cheat codes.
79  * 
80  * 49    8/26/99 5:14p Andsager
81  * 
82  * 48    8/26/99 9:45a Dave
83  * First pass at easter eggs and cheats.
84  * 
85  * 47    8/23/99 11:59a Andsager
86  * Force choice of big fireball when Knossos destroyed.  Allow logging of
87  * ship destroyed when no killer_name (ie, from debug).
88  * 
89  * 46    8/22/99 5:53p Dave
90  * Scoring fixes. Added self destruct key. Put callsigns in the logfile
91  * instead of ship designations for multiplayer players.
92  * 
93  * 45    8/22/99 1:19p Dave
94  * Fixed up http proxy code. Cleaned up scoring code. Reverse the order in
95  * which d3d cards are detected.
96  * 
97  * 44    8/20/99 5:09p Andsager
98  * Second pass on Knossos device explosion
99  * 
100  * 43    8/20/99 1:42p Andsager
101  * Frist pass on Knossos explosion.
102  * 
103  * 42    8/06/99 9:46p Dave
104  * Hopefully final changes for the demo.
105  * 
106  * 41    8/03/99 11:02p Dave
107  * Maybe fixed sync problems in multiplayer.
108  * 
109  * 40    8/02/99 1:59p Dave
110  * Fixed improper damage application to subobjects on a "big damage" ship.
111  * 
112  * 39    7/24/99 1:54p Dave
113  * Hud text flash gauge. Reworked dead popup to use 4 buttons in red-alert
114  * missions.
115  * 
116  * 38    7/19/99 7:20p Dave
117  * Beam tooling. Specialized player-killed-self messages. Fixed d3d nebula
118  * pre-rendering.
119  * 
120  * 37    7/09/99 12:51a Andsager
121  * Modify engine wash (1) less damage (2) only at a closer range (3) no
122  * damage when engine is disabled
123  * 
124  * 36    6/30/99 5:53p Dave
125  * Put in new anti-camper code.
126  * 
127  * 35    6/28/99 4:51p Andsager
128  * Add ship-guardian sexp (does not allow ship to be killed)
129  * 
130  * 34    6/21/99 7:25p Dave
131  * netplayer pain packet. Added type E unmoving beams.
132  * 
133  * 33    6/10/99 3:43p Dave
134  * Do a better job of syncing text colors to HUD gauges.
135  * 
136  * 32    5/27/99 12:14p Andsager
137  * Some fixes for live debris when more than one subsys on ship with live
138  * debris.  Set subsys strength (when 0) blows off subsystem.
139  * sexp_hits_left_subsystem works for SUBSYSTEM_UNKNOWN.
140  * 
141  * 31    5/21/99 5:03p Andsager
142  * Add code to display engine wash death.  Modify ship_kill_packet
143  * 
144  * 30    5/21/99 1:44p Andsager
145  * Add engine wash gauge
146  * 
147  * 29    5/14/99 11:50a Andsager
148  * Added vaporize for SMALL ships hit by HUGE beams.  Modified dying
149  * frame.  Enlarged debris shards and range at which visible.
150  * 
151  * 28    5/12/99 2:55p Andsager
152  * Implemented level 2 tag as priority in turret object selection
153  * 
154  * 27    5/11/99 10:16p Andsager
155  * First pass on engine wash effect.  Rotation (control input), damage,
156  * shake.  
157  * 
158  * 26    4/28/99 11:13p Dave
159  * Temporary checkin of artillery code.
160  * 
161  * 25    4/23/99 12:01p Johnson
162  * Added SIF_HUGE_SHIP
163  * 
164  * 24    4/20/99 3:43p Andsager
165  * Added normal parameter to ship_apply_local_damage for case of ship_ship
166  * collision.
167  * 
168  * 23    4/16/99 5:54p Dave
169  * Support for on/off style "stream" weapons. Real early support for
170  * target-painting lasers.
171  * 
172  * 22    3/29/99 6:17p Dave
173  * More work on demo system. Got just about everything in except for
174  * blowing ships up, secondary weapons and player death/warpout.
175  * 
176  * 21    3/19/99 9:51a Dave
177  * Checkin to repair massive source safe crash. Also added support for
178  * pof-style nebulae, and some new weapons code.
179  * 
180  * 21    3/15/99 6:45p Daveb
181  * Put in rough nebula bitmap support.
182  * 
183  * 20    3/10/99 6:51p Dave
184  * Changed the way we buffer packets for all clients. Optimized turret
185  * fired packets. Did some weapon firing optimizations.
186  * 
187  * 19    2/26/99 6:01p Andsager
188  * Add sexp has-been-tagged-delay and cap-subsys-cargo-known-delay
189  * 
190  * 18    2/26/99 5:39p Johnson
191  * Put in some handling code for an assert().
192  * 
193  * 17    2/11/99 5:22p Andsager
194  * Fixed bugs, generalized block Sexp_variables
195  * 
196  * 16    2/05/99 10:38a Johnson
197  * Fixed improper object array reference. 
198  * 
199  * 15    2/04/99 1:23p Andsager
200  * Apply max spark limit to ships created in mission parse
201  * 
202  * 14    1/30/99 1:29a Dave
203  * Fixed nebula thumbnail problem. Full support for 1024x768 choose pilot
204  * screen.  Fixed beam weapon death messages.
205  * 
206  * 13    1/29/99 2:08a Dave
207  * Fixed beam weapon collisions with players. Reduced size of scoring
208  * struct for multiplayer. Disabled PXO.
209  * 
210  * 12    1/27/99 10:25p Andsager
211  * Added OEM sparks - make intelligent choice of next spark location for
212  * cruiser and cap ships
213  * 
214  * 11    1/25/99 5:03a Dave
215  * First run of stealth, AWACS and TAG missile support. New mission type
216  * :)
217  * 
218  * 10    1/21/99 4:22p Anoop
219  * Removed bogus Int3() from show_dead_message(...)
220  * 
221  * 9     1/12/99 5:45p Dave
222  * Moved weapon pipeline in multiplayer to almost exclusively client side.
223  * Very good results. Bandwidth goes down, playability goes up for crappy
224  * connections. Fixed object update problem for ship subsystems.
225  * 
226  * 8     12/23/98 2:53p Andsager
227  * Added ship activation and gas collection subsystems, removed bridge
228  * 
229  * 7     11/17/98 4:27p Andsager
230  * Stop sparks from emitting from destroyed subobjects
231  * 
232  * 6     11/09/98 2:11p Dave
233  * Nebula optimizations.
234  * 
235  * 5     10/26/98 9:42a Dave
236  * Early flak gun support.
237  * 
238  * 4     10/20/98 1:39p Andsager
239  * Make so sparks follow animated ship submodels.  Modify
240  * ship_weapon_do_hit_stuff() and ship_apply_local_damage() to add
241  * submodel_num.  Add submodel_num to multiplayer hit packet.
242  * 
243  * 3     10/13/98 9:29a Dave
244  * Started neatening up freespace.h. Many variables renamed and
245  * reorganized. Added AlphaColors.[h,cpp]
246  * 
247  * 2     10/07/98 10:53a Dave
248  * Initial checkin.
249  * 
250  * 1     10/07/98 10:51a Dave
251  * 
252  * 145   9/01/98 6:48p Dave
253  * Energy suck weapon. Removed a couple of now-bogus asserts in tracker
254  * code.
255  * 
256  * 144   8/25/98 1:48p Dave
257  * First rev of EMP effect. Player side stuff basically done. Next comes
258  * AI code.
259  * 
260  * 143   6/09/98 10:31a Hoffoss
261  * Created index numbers for all xstr() references.  Any new xstr() stuff
262  * added from here on out should be added to the end if the list.  The
263  * current list count can be found in FreeSpace.cpp (search for
264  * XSTR_SIZE).
265  * 
266  * 142   5/24/98 8:49p Allender
267  * put in Int3() to try and trap nasty error in multiplayer
268  * 
269  * 141   5/22/98 12:08p Mike
270  * Don't create "Disarmed" event for small ships.
271  * 
272  * 140   5/22/98 11:00a Mike
273  * Balance sm3-09a.
274  * 
275  * 139   5/18/98 12:41a Allender
276  * fixed subsystem problems on clients (i.e. not reporting properly on
277  * damage indicator).  Fixed ingame join problem with respawns.  minor
278  * comm menu stuff
279  * 
280  * 138   5/13/98 6:54p Dave
281  * More sophistication to PXO interface. Changed respawn checking so
282  * there's no window for desynchronization between the server and the
283  * clients.
284  * 
285  * 137   5/11/98 11:37a Mike
286  * Don't allow deathroll duration for large ships to be shortened by
287  * excess damage.
288  * 
289  * 136   5/10/98 11:30p Mike
290  * Better firing of bombs, less likely to go into strafe mode.
291  * 
292  * 135   5/07/98 12:24a Hoffoss
293  * Finished up sidewinder force feedback support.
294  * 
295  * 134   5/06/98 8:47a Andsager
296  * Initial check in, allow ship sparks to turn on and off depending on
297  * damage.
298  * 
299  * 133   5/06/98 1:12a Allender
300  * fix sequencing names, added nprintf to help respawn debugging
301  * 
302  * 132   5/04/98 4:07p Andsager
303  * Reduce deathroll rotvel cap and average by 25%.
304  * 
305  * 131   5/04/98 11:12a Mike
306  * Make kamikaze ships detonate on impact -- no death roll.
307  * 
308  * 130   4/30/98 12:17a Andsager
309  * Increase deathroll time for big ships and decrease max rotvel for big
310  * ships
311  * 
312  * 129   4/27/98 6:02p Dave
313  * Modify how missile scoring works. Fixed a team select ui bug. Speed up
314  * multi_lag system. Put in new main hall.
315  * 
316  * 128   4/27/98 2:23p Andsager
317  * Create fireballs on destroying subsystems of big ships.  Limit number
318  * of sparks on small ships.
319  * 
320  * 127   4/24/98 5:35p Andsager
321  * Fix sparks sometimes drawing not on model.  If ship is sphere in
322  * collision, don't draw sparks.  Modify ship_apply_local_damage() to take
323  * parameter no_spark.
324  * 
325  * 126   4/23/98 4:47p Andsager
326  * Make deathroll rotvel have z component largest.
327  * 
328  * 125   4/22/98 9:10a Andsager
329  * Resrore z component of deathroll rotvel, as before.  
330  * 
331  * 124   4/21/98 11:20p Andsager
332  * Modify deatroll rotvel. Fix bug getting only positive values.  Add
333  * random to current rotvel, make z rotvel always larger than x or y.
334  * Move call to shipfx_large_blowup_init into Ship.cpp.
335  * 
336  * 123   4/21/98 10:38a Mike
337  * Don't allow player to take _any_ kind of damage past stage 2 of
338  * warpout.
339  * 
340  * 122   4/20/98 5:10p John
341  * Took out cap of number of shards using num_particles.
342  * 
343  * 121   4/17/98 1:17p Mike
344  * Fix bug with uninitialized damage_to_apply.
345  * 
346  * 120   4/17/98 11:05a Mike
347  * Make number of pieces of small debris created by subsystem hits be
348  * based on detail level.
349  * Fix location of turret subsystem.  Was doubly globalizing, very bad on
350  * large ships!
351  * 
352  * 119   4/16/98 3:40p Mike
353  * Make subsys destroyed messages only get sent once.
354  * 
355  * 118   4/15/98 11:06p Mike
356  * Better balance of damage done to subsystems by shockwaves.
357  * 
358  * 117   4/15/98 10:13p Mike
359  * Fix application of damage to subsystems.
360  * 
361  * 116   4/14/98 9:15p John
362  * Added flag to specify which ships get the new large ship exploding
363  * effect.
364  * 
365  * 115   4/14/98 4:56p John
366  * Hooked in Andsager's large ship exploding code, but it is temporarily
367  * disabled.
368  * 
369  * 114   4/12/98 11:16a John
370  * Made palette red hit effect more proportional to damage.
371  * 
372  * 113   4/10/98 12:16p Allender
373  * fix ship hit kill and debris packets
374  * 
375  * 112   4/10/98 1:38a Allender
376  * fix bug with -1 vs 255 (for current secondary bank).  Undid previous
377  * code for ship_kill packets.
378  * 
379  * 111   4/09/98 5:44p Allender
380  * multiplayer network object fixes.  debris and self destructed ships
381  * should all sync up.  Fix problem where debris pieces (hull pieces) were
382  * not getting a net signature
383  * 
384  * 110   4/09/98 5:27p Mike
385  * Speed up deathrolls for smaller ships a bit.
386  * 
387  * 109   4/06/98 7:13p Allender
388  * generate the death text
389  * 
390  * 108   4/01/98 1:48p Allender
391  * major changes to ship collision in multiplayer.  Clients now do own
392  * ship/ship collisions (with their own ship only)  Modifed the hull
393  * update packet to be sent quicker when object is target of player.
394  * 
395  * 107   3/31/98 5:19p John
396  * Removed demo/save/restore.  Made NDEBUG defined compile.  Removed a
397  * bunch of debug stuff out of player file.  Made model code be able to
398  * unload models and malloc out only however many models are needed.
399  *  
400  * 
401  * 106   3/30/98 2:38p Mike
402  * Add asteroid_density to detail level support.
403  * No force explosion damage in training missions.
404  * Make cargo deathrolls shorter.
405  * 
406  * 105   3/30/98 1:08a Lawrance
407  * Implement "blast" icon.  Blink HUD icon when player ship is hit by a
408  * blast.
409  * 
410  * 104   3/24/98 4:26p Lawrance
411  * Make finding out if player killed self easier and more reliable
412  * 
413  * 103   3/24/98 2:16p Mike
414  * Fix bug with variation in death roll rotational velocity.  It wasn't
415  * getting initialized!
416  * 
417  * 102   3/21/98 3:36p Lawrance
418  * Let damage gauge know when player has taken damage.
419  * 
420  * 101   3/21/98 3:37p Mike
421  * Fix/optimize attacking of big ships.
422  * 
423  * 100   3/19/98 5:35p Lawrance
424  * Correctly inform player if killed by ship explosion.
425  *
426  * $NoKeywords: $
427  */
428
429 #include "pstypes.h"
430 #include "object.h"
431 #include "fvi.h"
432 #include "physics.h"
433 #include "vecmat.h"
434 #include "ship.h"
435 #include "model.h"
436 #include "key.h"
437 #include "weapon.h"
438 #include "radar.h"
439 #include "2d.h"
440 #include "3d.h"
441 #include "floating.h"
442 #include "ai.h"
443 #include "ailocal.h"
444 #include "fireballs.h"
445 #include "debris.h"
446 #include "hud.h"
447 #include "timer.h"
448 #include "cfile.h"
449 #include "missionlog.h"
450 #include "missionparse.h"
451 #include "bmpman.h"
452 #include "joy.h"
453 #include "joy_ff.h"
454 #include "player.h"
455 #include "parselo.h"
456 #include "freespace.h"
457 #include "sound.h"
458 #include "linklist.h"
459 #include "hudets.h"
460 #include "hudtarget.h"
461 #include "multi.h"
462 #include "multiutil.h"
463 #include "aigoals.h"
464 #include "gamesnd.h"
465 #include "eventmusic.h"
466 #include "shipfx.h"
467 #include "sexp.h"
468 #include "gamesequence.h"
469 #include "objectsnd.h"
470 #include "cmeasure.h"
471 #include "animplay.h"
472 #include "controlsconfig.h"
473 #include "afterburner.h"
474 #include "shockwave.h"
475 #include "hudsquadmsg.h"
476 #include "swarm.h"
477 #include "shiphit.h"
478 #include "multimsgs.h"
479 #include "particle.h"
480 #include "multi_respawn.h"
481 #include "popup.h"
482 #include "emp.h"
483 #include "beam.h"
484 #include "demo.h"
485 #include "multi_pmsg.h"
486
487 //#pragma optimize("", off)
488 //#pragma auto_inline(off)
489
490 typedef struct spark_pair {
491         int index1, index2;
492         float dist;
493 } spark_pair;
494
495 #define MAX_SPARK_PAIRS         ((MAX_SHIP_HITS * MAX_SHIP_HITS - MAX_SHIP_HITS) / 2)
496
497 #define BIG_SHIP_MIN_RADIUS     80.0f   //      ship radius above which death rolls can't be shortened by excessive damage
498
499 vector  Dead_camera_pos;
500 vector  Original_vec_to_deader;
501
502 //      Decrease damage applied to a subsystem based on skill level.
503 float   Skill_level_subsys_damage_scale[NUM_SKILL_LEVELS] = {0.2f, 0.4f, 0.6f, 0.8f, 1.0f};
504
505 bool is_subsys_destroyed(ship *shipp, int submodel)
506 {
507         ship_subsys *subsys;
508
509         if (submodel == -1) {
510                 return false;
511         }
512
513         for ( subsys=GET_FIRST(&shipp->subsys_list); subsys != END_OF_LIST(&shipp->subsys_list); subsys = GET_NEXT(subsys) ) {
514                 if (subsys->system_info->subobj_num == submodel) {
515                         if (subsys->current_hits > 0) {
516                                 return false;
517                         } else {
518                                 return true;
519                         }
520                 }
521         }
522
523         return false;
524 }
525
526 // do_subobj_destroyed_stuff is called when a subobject for a ship is killed.  Separated out
527 // to separate function on 10/15/97 by MWA for easy multiplayer access.  It does all of the
528 // cool things like blowing off the model (if applicable, writing the logs, etc)
529 void do_subobj_destroyed_stuff( ship *ship_p, ship_subsys *subsys, vector* hitpos )
530 {
531         ship_info *sip;
532         object *ship_obj;
533         model_subsystem *psub;
534         vector  g_subobj_pos;
535         int type, i, log_index;
536
537         // get some local variables
538         sip = &Ship_info[ship_p->ship_info_index];
539         ship_obj = &Objects[ship_p->objnum];
540         psub = subsys->system_info;
541         type = psub->type;
542         get_subsystem_world_pos(ship_obj, subsys, &g_subobj_pos);
543
544         // create fireballs when subsys destroy for large ships.
545         object* objp = &Objects[ship_p->objnum];
546         if (objp->radius > 100.0f) {
547                 // number of fireballs determined by radius of subsys
548                 int num_fireballs;
549                 if ( psub->radius < 3 ) {
550                         num_fireballs = 1;
551                 } else {
552                          num_fireballs = 5;
553                 }
554
555                 vector temp_vec, center_to_subsys, rand_vec;
556                 vm_vec_sub(&center_to_subsys, &g_subobj_pos, &objp->pos);
557                 for (i=0; i<num_fireballs; i++) {
558                         if (i==0) {
559                                 // make first fireball at hitpos
560                                 if (hitpos) {
561                                         temp_vec = *hitpos;
562                                 } else {
563                                         temp_vec = g_subobj_pos;
564                                 }
565                         } else {
566                                 // make other fireballs at random positions, but try to keep on the surface
567                                 vm_vec_rand_vec_quick(&rand_vec);
568                                 float dot = vm_vec_dotprod(&center_to_subsys, &rand_vec);
569                                 vm_vec_scale_add2(&rand_vec, &center_to_subsys, -dot/vm_vec_mag_squared(&center_to_subsys));
570                                 vm_vec_scale_add(&temp_vec, &g_subobj_pos, &rand_vec, 0.5f*psub->radius);
571                         }
572
573                         // scale fireball size according to size of subsystem, but not less than 10
574                         float fireball_rad = psub->radius * 0.2f;
575                         if (fireball_rad < 10) {
576                                 fireball_rad = 10.0f;
577                         }
578
579                         vector fb_vel;
580                         vm_vec_crossprod(&fb_vel, &objp->phys_info.rotvel, &center_to_subsys);
581                         vm_vec_add2(&fb_vel, &objp->phys_info.vel);
582                         fireball_create( &temp_vec, FIREBALL_EXPLOSION_MEDIUM, OBJ_INDEX(objp), fireball_rad, 0, &fb_vel );
583                 }
584         }
585
586         if ( MULTIPLAYER_MASTER ) {
587                 int index;
588
589                 index = ship_get_index_from_subsys(subsys, ship_p->objnum);
590                 
591                 vector hit;
592                 if (hitpos) {
593                         hit = *hitpos;
594                 } else {
595                         hit = g_subobj_pos;
596                 }
597                 send_subsystem_destroyed_packet( ship_p, index, hit );
598         }
599
600         // next do a quick sanity check on the current hits that we are keeping for the generic subsystems
601         // I think that there might be rounding problems with the floats.  This code keeps us safe.
602         if ( ship_p->subsys_info[type].num == 1 ) {
603                 ship_p->subsys_info[type].current_hits = 0.0f;
604         } else {
605                 float hits;
606                 ship_subsys *ssp;
607
608                 hits = 0.0f;
609                 for ( ssp=GET_FIRST(&ship_p->subsys_list); ssp != END_OF_LIST(&ship_p->subsys_list); ssp = GET_NEXT(ssp) ) {
610                         if ( ssp->system_info->type == type )
611                                 hits += ssp->current_hits;
612                 }
613                 ship_p->subsys_info[type].current_hits = hits;
614         }
615
616         // store an event in the event log.  Also, determine if all turrets or all
617         // engines have been destroyed (if the subsystem is a turret or engine).
618         // put a disabled or disarmed entry in the log if this is the case
619         // 
620         // MWA -- 1/8/98  A problem was found when trying to determine (via sexpression) when some subsystems
621         // were destroyed.  The bottom line is that is the psub->name and psub->subobj_name are different,
622         // then direct detection doesn't work.  (This scenario happens mainly with turrets and probably with
623         // engines).  So, my solution is to encode the ship_info index, and the subsystem index into one
624         // integer, and pass that as the "index" parameter to add_entry.  We'll use that information to
625         // print out the info in the mission log.
626         SDL_assert( ship_p->ship_info_index < 65535 );
627
628         // get the "index" of this subsystem in the ship info structure.
629         for ( i = 0; i < sip->n_subsystems; i++ ) {
630                 if ( &(sip->subsystems[i]) == psub )
631                         break;
632         }
633         SDL_assert( i < sip->n_subsystems );
634         SDL_assert( i < 65535 );
635         log_index = ((ship_p->ship_info_index << 16) & 0xffff0000) | (i & 0xffff);
636
637 #ifndef MAKE_FS1
638         // Don't log or display info about the activation subsytem
639         int display = (psub->type != SUBSYSTEM_ACTIVATION);
640 #else
641         int display = 1;
642 #endif
643         if (display) {
644                 mission_log_add_entry(LOG_SHIP_SUBSYS_DESTROYED, ship_p->ship_name, psub->subobj_name, log_index );
645                 if ( ship_obj == Player_obj ) {
646                         snd_play( &Snds[SND_SUBSYS_DIE_1], 0.0f );
647                         HUD_printf(XSTR( "Your %s subsystem has been destroyed", 499), psub->name);
648                 }
649         }
650
651         if ( psub->type == SUBSYSTEM_TURRET ) {
652                 if ( ship_p->subsys_info[type].current_hits == 0.0f ) {
653                         //      Don't create "disarmed" event for small ships.
654                         if (!(Ship_info[ship_p->ship_info_index].flags & SIF_SMALL_SHIP)) {
655                                 mission_log_add_entry(LOG_SHIP_DISARMED, ship_p->ship_name, NULL );
656                                 // ship_p->flags |= SF_DISARMED;
657                         }
658                 }
659         } else if (psub->type == SUBSYSTEM_ENGINE ) {
660                 // when an engine is destroyed, we must change the max velocity of the ship
661                 // to be some fraction of its normal maximum value
662
663                 if ( ship_p->subsys_info[type].current_hits == 0.0f ) {
664                         mission_log_add_entry(LOG_SHIP_DISABLED, ship_p->ship_name, NULL );
665                         ship_p->flags |= SF_DISABLED;                           // add the disabled flag
666                 }
667         }
668
669         if ( psub->subobj_num > -1 )    {
670                 shipfx_blow_off_subsystem(ship_obj,ship_p,subsys,&g_subobj_pos);
671                 subsys->submodel_info_1.blown_off = 1;
672         }
673
674         if ( (psub->subobj_num != psub->turret_gun_sobj) && (psub->turret_gun_sobj >-1) )               {
675                 subsys->submodel_info_2.blown_off = 1;
676         }
677
678         // play sound effect when subsys gets blown up
679         int sound_index=-1;
680         if ( Ship_info[ship_p->ship_info_index].flags & SIF_HUGE_SHIP ) {
681                 sound_index=SND_CAPSHIP_SUBSYS_EXPLODE;
682         } else if ( Ship_info[ship_p->ship_info_index].flags & SIF_BIG_SHIP ) {
683                 sound_index=SND_SUBSYS_EXPLODE;
684         }
685         if ( sound_index >= 0 ) {
686                 snd_play_3d( &Snds[sound_index], &g_subobj_pos, &View_position );
687         }
688 }
689
690 // Return weapon type that is associated with damaging_objp
691 // input:       damaging_objp           =>      object pointer responsible for damage
692 //      exit:           -1              =>      no weapon type is associated with damage object
693 //                              >=0     =>      weapon type associated with damage object
694 int shiphit_get_damage_weapon(object *damaging_objp)
695 {
696         int weapon_info_index = -1;
697
698         if ( damaging_objp ) {
699                 switch(damaging_objp->type) {
700                 case OBJ_WEAPON:
701                         weapon_info_index = Weapons[damaging_objp->instance].weapon_info_index;
702                         break;
703                 case OBJ_SHOCKWAVE:
704                         weapon_info_index = shockwave_weapon_index(damaging_objp->instance);
705                         break;
706                 default:
707                         weapon_info_index = -1;
708                         break;
709                 }
710         }
711
712         return weapon_info_index;
713 }
714
715 //      Return range at which this object can apply damage.
716 //      Based on object type and subsystem type.
717 float subsys_get_range(object *other_obj, ship_subsys *subsys)
718 {
719         float   range;
720
721         if (other_obj->type == OBJ_SHOCKWAVE) {
722                 range = Shockwaves[other_obj->instance].outer_radius * 0.75f;   //      Shockwaves were too lethal to subsystems.
723         } else if ( subsys->system_info->type == SUBSYSTEM_TURRET ) {
724                 range = subsys->system_info->radius*3;
725         } else {
726                 range = subsys->system_info->radius*2;
727         }
728
729         return range;
730 }
731
732 #define MAX_DEBRIS_SHARDS       16              // cap the amount of debris shards that fly off per hit
733
734 // Make some random debris particles.  Previous way was not very random.  Create debris 75% of the time.
735 // Don't worry about multiplayer since this debris is the small stuff that cannot collide
736 void create_subsys_debris(object *ship_obj, vector *hitpos)
737 {
738         float show_debris = frand();
739         
740         if ( show_debris <= 0.75f ) {
741                 int ndebris;
742
743                 ndebris = (int)(show_debris * Detail.num_small_debris) + 1;                     // number of pieces of debris to create
744
745                 if ( ndebris > MAX_DEBRIS_SHARDS )
746                         ndebris = MAX_DEBRIS_SHARDS;
747
748                 //mprintf(( "Damage = %.1f, ndebris=%d\n", show_debris, ndebris ));
749                 for (int i=0; i<ndebris; i++ )  {
750                         debris_create( ship_obj, -1, -1, hitpos, hitpos, 0, 1.0f );
751                 }
752         }
753 }
754
755 void create_vaporize_debris(object *ship_obj, vector *hitpos)
756 {
757         int ndebris;
758         float show_debris = frand();
759
760         ndebris = (int)(4.0f * ((0.5f + show_debris) * Detail.num_small_debris)) + 5;                   // number of pieces of debris to create
761
762         if ( ndebris > MAX_DEBRIS_SHARDS ) {
763                 ndebris = MAX_DEBRIS_SHARDS;
764         }
765
766         //mprintf(( "Damage = %.1f, ndebris=%d\n", show_debris, ndebris ));
767         for (int i=0; i<ndebris; i++ )  {
768                 debris_create( ship_obj, -1, -1, hitpos, hitpos, 0, 1.4f );
769         }
770 }
771
772 #define MAX_SUBSYS_LIST 32
773
774 typedef struct {
775         float   dist;
776         float   range;
777         ship_subsys     *ptr;
778 } sublist;
779
780 // do_subobj_hit_stuff() is called when a collision is detected between a ship and something
781 // else.  This is where we see if any sub-objects on the ship should take damage.
782 //
783 //      Depending on where the collision occurs, the sub-system and surrounding hull will take 
784 // different amounts of damage.  The amount of damage a sub-object takes depending on how
785 // close the colliding object is to the center of the sub-object.  The remaining hull damage
786 // will be returned to the caller via the damage parameter.
787 //
788 //
789 // 0   -> 0.5 radius   : 100% subobject    0%  hull
790 // 0.5 -> 1.0 radius   :  50% subobject   50%  hull
791 // 1.0 -> 2.0 radius   :  25% subobject   75%  hull
792 //     >  2.0 radius   :   0% subobject  100%  hull
793 //
794 //
795 // The weapon damage is not neccesarily distributed evently between sub-systems when more than
796 // one sub-system is to take damage.  Whenever damage is to be assigned to a sub-system, the above
797 // percentages are used.  So, if more than one sub-object is taking damage, the second sub-system
798 // to be assigned damage will take less damage.  Eg. weapon hits in the 25% damage range of two
799 // subsytems, and the weapon damage is 12.  First subsystem takes 3 points damage.  Second subsystem
800 // will take 0.25*9 = 2.25 damage.  Should be close enough for most cases, and hull would receive 
801 // 0.75 * 9 = 6.75 damage.
802 //
803 //      Used to use the following constants, but now damage is linearly scaled up to 2x the subsystem
804 //      radius.  Same damage applied as defined by constants below.
805 //
806 //      Returns unapplied damage, which will probably be applied to the hull.
807 //
808 // Shockwave damage is handled here.  If other_obj->type == OBJ_SHOCKWAVE, it's a shockwave.
809 // apply the same damage to all subsystems.
810 //      Note: A negative damage number means to destroy the corresponding subsystem.  For example, call with -SUBSYSTEM_ENGINE to destroy engine.
811
812 float do_subobj_hit_stuff(object *ship_obj, object *other_obj, vector *hitpos, float damage)
813 {
814         vector                  g_subobj_pos;
815         float                           damage_left;
816         int                             weapon_info_index;
817         ship_subsys             *subsys;
818         ship                            *ship_p;
819         sublist                 subsys_list[MAX_SUBSYS_LIST];
820         vector                  hitpos2;
821
822         ship_p = &Ships[ship_obj->instance];
823
824         //      Don't damage player subsystems in a training mission.
825         if ( The_mission.game_type & MISSION_TYPE_TRAINING ) {
826                 if (ship_obj == Player_obj){
827                         return damage;
828                 }
829         }
830
831         //      Shockwave damage is applied like weapon damage.  It gets consumed.
832         if (other_obj->type == OBJ_SHOCKWAVE) {
833                 //      MK, 9/2/99.  Shockwaves do zero subsystem damage on small ships.
834                 if ( Ship_info[ship_p->ship_info_index].flags & (SIF_SMALL_SHIP))
835                         return damage;
836                 else {
837
838                         damage_left = Shockwaves[other_obj->instance].damage/4.0f;
839                 }
840                 hitpos2 = other_obj->pos;
841         } else {
842                 damage_left = damage;
843                 hitpos2 = *hitpos;
844         }
845
846         // scale subsystem damage if appropriate
847         weapon_info_index = shiphit_get_damage_weapon(other_obj);
848         if ((other_obj->type == OBJ_WEAPON) && ( weapon_info_index >= 0 )) {
849                 damage_left *= Weapon_info[weapon_info_index].subsystem_factor;
850         }
851
852
853 #ifndef NDEBUG
854         float hitpos_dist = vm_vec_dist( hitpos, &ship_obj->pos );      
855         if ( hitpos_dist > ship_obj->radius * 2.0f )    {
856                 mprintf(( "BOGUS HITPOS PASSED TO DO_SUBOBJ_HIT_STUFF (%.1f > %.1f)!\n", hitpos_dist, ship_obj->radius * 2.0f ));
857                 // Int3();      // Get John ASAP!!!!  Someone passed a local coordinate instead of world for hitpos probably.
858         }
859 #endif
860
861         create_subsys_debris(ship_obj, hitpos);
862
863         //      First, create a list of the N subsystems within range.
864         //      Then, one at a time, process them in order.
865         int     count = 0;
866         for ( subsys=GET_FIRST(&ship_p->subsys_list); subsys != END_OF_LIST(&ship_p->subsys_list); subsys = GET_NEXT(subsys) ) {
867                 #ifndef NDEBUG
868                 //      Debug option.  If damage is negative of subsystem type, then just destroy that subsystem.
869                 if (damage < 0.0f) {
870                         // single player or multiplayer
871                         SDL_assert(Player_ai->targeted_subsys != NULL);
872                         if ( (subsys == Player_ai->targeted_subsys) && (subsys->current_hits > 0) ) {
873                                 SDL_assert(subsys->system_info->type == (int) -damage);
874                                 ship_p->subsys_info[subsys->system_info->type].current_hits -= subsys->current_hits;
875                                 if (ship_p->subsys_info[subsys->system_info->type].current_hits < 0) {
876                                         ship_p->subsys_info[subsys->system_info->type].current_hits = 0.0f;
877                                 }
878                                 subsys->current_hits = 0.0f;
879                                 do_subobj_destroyed_stuff( ship_p, subsys, hitpos );
880                                 continue;
881                         } else {
882                                 continue;
883                         }
884                 }
885                 #endif
886                 
887                 if (subsys->current_hits > 0.0f) {
888                         float   dist;
889
890                         // calculate the distance between the hit and the subsystem center
891                         get_subsystem_world_pos(ship_obj, subsys, &g_subobj_pos);
892                         dist = vm_vec_dist_quick(&hitpos2, &g_subobj_pos);
893
894                         float range = subsys_get_range(other_obj, subsys);
895
896                         if ( dist < range) {
897                                 subsys_list[count].dist = dist;
898                                 subsys_list[count].range = range;
899                                 subsys_list[count].ptr = subsys;
900                                 count++;
901
902                                 if (count >= MAX_SUBSYS_LIST){
903                                         break;
904                                 }
905                         }
906                 }
907         }
908
909         //      Now scan the sorted list of subsystems in range.
910         //      Apply damage to the nearest one first, subtracting off damage as we go.
911         int     i, j;
912         for (j=0; j<count; j++) {
913                 float   dist, range;
914
915                 int     min_index = -1;
916                 float   min_dist = 9999999.9f;
917
918                 for (i=0; i<count; i++) {
919                         if (subsys_list[i].dist < min_dist) {
920                                 min_dist = subsys_list[i].dist;
921                                 min_index = i;
922                         }
923                 }
924                 SDL_assert(min_index != -1);
925
926                 float   damage_to_apply = 0.0f;
927                 subsys = subsys_list[min_index].ptr;
928                 range = subsys_list[min_index].range;
929                 dist = subsys_list[min_index].dist;
930                 subsys_list[min_index].dist = 9999999.9f;       //      Make sure we don't use this one again.
931
932                 //      HORRIBLE HACK!
933                 //      MK, 9/4/99
934                 //      When Helios bombs are dual fired against the Juggernaut in sm3-01 (FS2), they often
935                 //      miss their target.  There is code dating to FS1 in the collision code to detect that a bomb or
936                 //      missile has somehow missed its target.  It gets its lifeleft set to 0.1 and then it detonates.
937                 //      Unfortunately, the shockwave damage was cut by 4 above.  So boost it back up here.
938                 if ((dist < 10.0f) && (other_obj->type == OBJ_SHOCKWAVE)) {
939                         damage_left *= 4.0f * Weapon_info[weapon_info_index].subsystem_factor;;
940                 }
941
942 //              if (damage_left > 100.0f)
943 //                      nprintf(("AI", "Applying %7.3f damage to subsystem %7.3f units away.\n", damage_left, dist));
944
945                 if ( dist < range/2.0f ) {
946                         damage_to_apply = damage_left;
947                 } else if ( dist < range ) {
948                         damage_to_apply = damage_left * (1.0f - dist/range);
949                 }
950
951                 // if we're not in CLIENT_NODAMAGE multiplayer mode (which is a the NEW way of doing things)
952                 if (damage_to_apply > 0.1f && !(MULTIPLAYER_CLIENT) && !(Game_mode & GM_DEMO_PLAYBACK)) {
953                         //      Decrease damage to subsystems to player ships.
954                         if (ship_obj->flags & OF_PLAYER_SHIP){
955                                 damage_to_apply *= Skill_level_subsys_damage_scale[Game_skill_level];
956                         }
957                 
958                         subsys->current_hits -= damage_to_apply;
959                         ship_p->subsys_info[subsys->system_info->type].current_hits -= damage_to_apply;
960                         damage_left -= damage_to_apply;         // decrease the damage left to apply to the ship subsystems
961
962                         if (subsys->current_hits < 0.0f) {
963                                 damage_left -= subsys->current_hits;
964                                 ship_p->subsys_info[subsys->system_info->type].current_hits -= subsys->current_hits;
965                                 subsys->current_hits = 0.0f;                                    // set to 0 so repair on subsystem takes immediate effect
966                         }
967
968                         if ( ship_p->subsys_info[subsys->system_info->type].current_hits < 0.0f ){
969                                 ship_p->subsys_info[subsys->system_info->type].current_hits = 0.0f;
970                         }
971
972                         // multiplayer clients never blow up subobj stuff on their own
973                         if ( (subsys->current_hits <= 0.0f) && !MULTIPLAYER_CLIENT && !(Game_mode & GM_DEMO_PLAYBACK)){
974                                 do_subobj_destroyed_stuff( ship_p, subsys, hitpos );
975                         }
976
977                         if (damage_left <= 0)   { // no more damage to distribute, so stop checking
978                         //      damage_left = 0.0f;
979                                 break;
980                         }
981                 }
982 //nprintf(("AI", "j=%i, sys = %s, dam = %6.1f, dam left = %6.1f, subhits = %5.0f\n", j, subsys->system_info->name, damage_to_apply, damage_left, subsys->current_hits));
983         }
984
985         //      Note: I changed this to return damage_left and it completely screwed up balance.
986         //      It had taken a few MX-50s to destory an Anubis (with 40% hull), then it took maybe ten.
987         //      So, I left it alone. -- MK, 4/15/98
988         return damage;
989 }
990
991 // Store who/what killed the player, so we can tell the player how he died
992 void shiphit_record_player_killer(object *killer_objp, player *p)
993 {
994         switch (killer_objp->type) {
995
996         case OBJ_WEAPON:
997                 p->killer_objtype=OBJ_WEAPON;
998                 p->killer_weapon_index=Weapons[killer_objp->instance].weapon_info_index;
999                 p->killer_species = Ship_info[Ships[Objects[killer_objp->parent].instance].ship_info_index].species;
1000
1001                 if ( &Objects[killer_objp->parent] == Player_obj ) {
1002                         // killed by a missile?
1003                         if(Weapon_info[p->killer_weapon_index].subtype == WP_MISSILE){
1004                                 p->flags |= PLAYER_FLAGS_KILLED_SELF_MISSILES;
1005                         } else {
1006                                 p->flags |= PLAYER_FLAGS_KILLED_SELF_UNKNOWN;
1007                         }
1008                 }
1009
1010                 // in multiplayer, record callsign of killer if killed by another player
1011                 if ( (Game_mode & GM_MULTIPLAYER) && ( Objects[killer_objp->parent].flags & OF_PLAYER_SHIP) ) {
1012                         int pnum;
1013
1014                         pnum = multi_find_player_by_object( &Objects[killer_objp->parent] );
1015                         if ( pnum != -1 ) {
1016                                 SDL_strlcpy(p->killer_parent_name, Net_players[pnum].player->callsign, SDL_arraysize(p->killer_parent_name));
1017                         } else {
1018                                 nprintf(("Network", "Couldn't find player object of weapon for killer of %s\n", p->callsign));
1019                         }
1020                 } else {
1021                         SDL_strlcpy(p->killer_parent_name, Ships[Objects[killer_objp->parent].instance].ship_name, SDL_arraysize(p->killer_parent_name));
1022                 }
1023                 break;
1024
1025         case OBJ_SHOCKWAVE:
1026                 p->killer_objtype=OBJ_SHOCKWAVE;
1027                 p->killer_weapon_index=shockwave_weapon_index(killer_objp->instance);
1028                 p->killer_species = Ship_info[Ships[Objects[killer_objp->parent].instance].ship_info_index].species;
1029
1030                 if ( &Objects[killer_objp->parent] == Player_obj ) {
1031                         p->flags |= PLAYER_FLAGS_KILLED_SELF_SHOCKWAVE;
1032                 }
1033
1034                 if ( (Game_mode & GM_MULTIPLAYER) && ( Objects[killer_objp->parent].flags & OF_PLAYER_SHIP) ) {
1035                         int pnum;
1036
1037                         pnum = multi_find_player_by_object( &Objects[killer_objp->parent] );
1038                         if ( pnum != -1 ) {
1039                                 SDL_strlcpy(p->killer_parent_name, Net_players[pnum].player->callsign, SDL_arraysize(p->killer_parent_name));
1040                         } else {
1041                                 nprintf(("Network", "Couldn't find player object of shockwave for killer of %s\n", p->callsign));
1042                         }
1043                 } else {
1044                         SDL_strlcpy(p->killer_parent_name, Ships[Objects[killer_objp->parent].instance].ship_name, SDL_arraysize(p->killer_parent_name));
1045                 }
1046                 break;
1047
1048         case OBJ_SHIP:
1049                 p->killer_objtype=OBJ_SHIP;
1050                 p->killer_weapon_index=-1;
1051                 p->killer_species = Ship_info[Ships[killer_objp->instance].ship_info_index].species;
1052
1053                 if ( Ships[killer_objp->instance].flags & SF_EXPLODED ) {
1054                         p->flags |= PLAYER_FLAGS_KILLED_BY_EXPLOSION;
1055                 }
1056
1057                 if ( Ships[Objects[p->objnum].instance].wash_killed ) {
1058                         p->flags |= PLAYER_FLAGS_KILLED_BY_ENGINE_WASH;
1059                 }
1060
1061                 // in multiplayer, record callsign of killer if killed by another player
1062                 if ( (Game_mode & GM_MULTIPLAYER) && (killer_objp->flags & OF_PLAYER_SHIP) ) {
1063                         int pnum;
1064
1065                         pnum = multi_find_player_by_object( killer_objp );
1066                         if ( pnum != -1 ) {
1067                                 SDL_strlcpy(p->killer_parent_name, Net_players[pnum].player->callsign, SDL_arraysize(p->killer_parent_name));
1068                         } else {
1069                                 nprintf(("Network", "Couldn't find player object for killer of %s\n", p->callsign));
1070                         }
1071                 } else {
1072                         SDL_strlcpy(p->killer_parent_name, Ships[killer_objp->instance].ship_name, SDL_arraysize(p->killer_parent_name));
1073                 }
1074                 break;
1075         
1076         case OBJ_DEBRIS:
1077         case OBJ_ASTEROID:
1078                 if ( killer_objp->type == OBJ_DEBRIS ) {
1079                         p->killer_objtype = OBJ_DEBRIS;
1080                 } else {
1081                         p->killer_objtype = OBJ_ASTEROID;
1082                 }
1083                 p->killer_weapon_index=-1;
1084                 p->killer_species = SPECIES_NONE;
1085                 p->killer_parent_name[0] = '\0';
1086                 break;
1087
1088         case OBJ_BEAM:
1089                 int beam_obj;
1090                 beam_obj = beam_get_parent(killer_objp);
1091                 p->killer_species = SPECIES_NONE;               
1092                 p->killer_objtype = OBJ_BEAM;
1093                 if(beam_obj != -1){                     
1094                         if((Objects[beam_obj].type == OBJ_SHIP) && (Objects[beam_obj].instance >= 0)){
1095                                 SDL_strlcpy(p->killer_parent_name, Ships[Objects[beam_obj].instance].ship_name, SDL_arraysize(p->killer_parent_name));
1096                         }
1097                         p->killer_species = Ship_info[Ships[Objects[beam_obj].instance].ship_info_index].species;
1098                 } else {                        
1099                         SDL_strlcpy(p->killer_parent_name, "", SDL_arraysize(p->killer_parent_name));
1100                 }
1101                 break;
1102         
1103         case OBJ_NONE:
1104                 if ( Game_mode & GM_MULTIPLAYER ) {
1105                         Int3();
1106                 }
1107                 p->killer_objtype=-1;
1108                 p->killer_weapon_index=-1;
1109                 p->killer_parent_name[0]=0;
1110                 p->killer_species = SPECIES_NONE;
1111                 break;
1112
1113         default:
1114                 Int3();
1115                 break;
1116         }
1117 }
1118
1119 //      Say dead stuff.
1120 void show_dead_message(object *ship_obj, object *other_obj)
1121 {
1122         int pnum;
1123         player *player_p;
1124
1125         // not doing anything when a non player dies.
1126         if ( !(ship_obj->flags & OF_PLAYER_SHIP) ){
1127                 return;
1128         }
1129
1130         if(other_obj == NULL){
1131                 return;
1132         }
1133
1134         // Get a pointer to the player (we are assured a player ship was killed)
1135         if ( Game_mode & GM_NORMAL ) {
1136                 player_p = Player;
1137         } else {
1138                 // in multiplayer, get a pointer to the player that died.
1139                 pnum = multi_find_player_by_object( ship_obj );
1140                 if ( pnum == -1 ) {
1141                         //Int3();                               // this condition is bad bad bad -- get Allender
1142                         return;
1143                 }
1144                 player_p = Net_players[pnum].player;
1145         }
1146
1147         // multiplayer clients should already have this information.
1148         if ( !MULTIPLAYER_CLIENT ){
1149                 shiphit_record_player_killer( other_obj, player_p );
1150         }
1151
1152         // display a hud message is the guy killed isn't me (multiplayer only)
1153         /*
1154         if ( (Game_mode & GM_MULTIPLAYER) && (ship_obj != Player_obj) ) {
1155                 char death_text[256];
1156
1157                 player_generate_death_text( player_p, death_text );
1158                 HUD_sourced_printf(HUD_SOURCE_HIDDEN, death_text);
1159         }
1160         */
1161 }
1162
1163 /* JAS: THIS DOESN'T SEEM TO BE USED, SO I COMMENTED IT OUT
1164 //      Apply damage to a ship, destroying if necessary, etc.
1165 //      Returns portion of damage that exceeds ship shields, ie the "unused" portion of the damage.
1166 //      Note: This system does not use the mesh shield.  It applies damage to the overall ship shield.
1167 float apply_damage_to_ship(object *objp, float damage)
1168 {
1169         float   _ss;
1170
1171         add_shield_strength(objp, -damage);
1172
1173         // check if shields are below 0%, if so take leftover damage and apply to ship integrity
1174         if ((_ss = get_shield_strength(objp)) < 0.0f ) {
1175                 damage = -_ss;
1176                 set_shield_strength(objp, 0.0f);
1177         } else
1178                 damage = 0.0f;
1179
1180         return damage;
1181 }
1182 */
1183
1184 //      Do music processing for a ship hit.
1185 void ship_hit_music(object *ship_obj, object *other_obj)
1186 {
1187         ship* ship_p = &Ships[ship_obj->instance];
1188
1189         // Switch to battle track when a ship is hit by fire 
1190         //
1191         // If the ship hit has an AI class of none, it is a Cargo, NavBuoy or other non-aggressive
1192         // ship, so don't start the battle music        
1193         if (SDL_strcasecmp(Ai_class_names[Ai_info[ship_p->ai_index].ai_class], NOX("none"))) {
1194                 int team_1, team_2;
1195                 // Only start if ship hit and firing ship are from different teams
1196                 team_1 = Ships[ship_obj->instance].team;
1197                 switch ( other_obj->type ) {
1198                         case OBJ_SHIP:
1199                                 team_2 = Ships[other_obj->instance].team;
1200                                 if ( !SDL_strcasecmp(Ai_class_names[Ai_info[Ships[other_obj->instance].ai_index].ai_class], NOX("none")) ) {
1201                                         team_1 = team_2;
1202                                 }
1203                                 break;
1204
1205                         case OBJ_WEAPON:
1206                                 // parent of weapon is object num of ship that fired it
1207                                 team_2 = Ships[Objects[other_obj->parent].instance].team;       
1208                                 break;
1209
1210                         default:
1211                                 team_2 = team_1;
1212                                 break;  // Unexpected object type collided with ship, no big deal.
1213                 } // end switch
1214
1215                 if ( team_1 != team_2 )
1216                         event_music_battle_start();
1217         }
1218 }
1219
1220 //      Make sparks fly off a ship.
1221 // Currently used in misison_parse to create partially damaged ships.
1222 // NOTE: hitpos is in model coordinates on the detail[0] submodel (highest detail hull)
1223 // WILL NOT WORK RIGHT IF ON A ROTATING SUBMODEL
1224 void ship_hit_sparks_no_rotate(object *ship_obj, vector *hitpos)
1225 {
1226         ship            *ship_p = &Ships[ship_obj->instance];
1227
1228         int n = ship_p->num_hits;
1229         if (n >= MAX_SHIP_HITS) {
1230                 n = rand() % MAX_SHIP_HITS;
1231         } else {
1232                 ship_p->num_hits++;
1233         }
1234
1235         // No rotation.  Just make the spark
1236         ship_p->sparks[n].pos = *hitpos;
1237         ship_p->sparks[n].submodel_num = -1;
1238
1239         shipfx_emit_spark(ship_obj->instance, n);               // Create the first wave of sparks
1240
1241         if ( n == 0 )   {
1242                 ship_p->next_hit_spark = timestamp(0);          // when a hit spot will spark
1243         }
1244 }
1245
1246 // find the max number of sparks allowed for ship
1247 // limited for fighter by hull % others by radius.
1248 int get_max_sparks(object* ship_obj)
1249 {
1250         SDL_assert(ship_obj->type == OBJ_SHIP);
1251         SDL_assert((ship_obj->instance >= 0) && (ship_obj->instance < MAX_SHIPS));
1252         if(ship_obj->type != OBJ_SHIP){
1253                 return 1;
1254         }
1255         if((ship_obj->instance < 0) || (ship_obj->instance >= MAX_SHIPS)){
1256                 return 1;
1257         }
1258
1259         ship *ship_p = &Ships[ship_obj->instance];
1260         ship_info* si = &Ship_info[ship_p->ship_info_index];
1261         if (si->flags & SIF_FIGHTER) {
1262                 float hull_percent = ship_obj->hull_strength / Ship_info[ship_p->ship_info_index].initial_hull_strength;
1263
1264                 if (hull_percent > 0.8f) {
1265                         return 1;
1266                 } else if (hull_percent > 0.3f) {
1267                         return 2;
1268                 } else {
1269                         return 3;
1270                 }
1271         } else {
1272                 int num_sparks = (int) (ship_obj->radius * 0.08f);
1273                 if (num_sparks < 3) {
1274                         return 3;
1275                 } else if (num_sparks > MAX_SHIP_HITS) {
1276                         return MAX_SHIP_HITS;
1277                 } else {
1278                         return num_sparks;
1279                 }
1280         }
1281 }
1282
1283
1284 // helper function to qsort, sorting spark pairs by distance
1285 int spark_compare( const void *elem1, const void *elem2 )
1286 {
1287         spark_pair *pair1 = (spark_pair *) elem1;
1288         spark_pair *pair2 = (spark_pair *) elem2;
1289
1290         SDL_assert(pair1->dist >= 0);
1291         SDL_assert(pair2->dist >= 0);
1292
1293         if ( pair1->dist <  pair2->dist ) {
1294                 return -1;
1295         } else {
1296                 return 1;
1297         }
1298 }
1299
1300 // for big ships, when all spark slots are filled, make intelligent choice of one to be recycled
1301 int choose_next_spark(object *ship_obj, vector *hitpos)
1302 {
1303         int i, j, count, num_sparks, num_spark_pairs, spark_num;
1304         vector world_hitpos[MAX_SHIP_HITS];
1305         spark_pair spark_pairs[MAX_SPARK_PAIRS];
1306         ship *shipp = &Ships[ship_obj->instance];
1307
1308         // only choose next spark when all slots are full
1309         SDL_assert(get_max_sparks(ship_obj) == Ships[ship_obj->instance].num_hits);
1310
1311         // get num_sparks
1312         num_sparks = Ships[ship_obj->instance].num_hits;
1313         SDL_assert(num_sparks <= MAX_SHIP_HITS);
1314
1315         // get num_spark_paris -- only sort these
1316         num_spark_pairs = (num_sparks * num_sparks - num_sparks) / 2;
1317
1318         // get the world hitpos for all sparks
1319         bool model_started = false;
1320         for (spark_num=0; spark_num<num_sparks; spark_num++) {
1321                 if (shipp->sparks[spark_num].submodel_num != -1) {
1322                         if ( !model_started) {
1323                                 model_started = true;
1324                                 ship_model_start(ship_obj);
1325                         }
1326                         model_find_world_point(&world_hitpos[spark_num], &shipp->sparks[spark_num].pos, shipp->modelnum, shipp->sparks[spark_num].submodel_num, &ship_obj->orient, &ship_obj->pos);
1327                 } else {
1328                         // rotate sparks correctly with current ship orient
1329                         vm_vec_unrotate(&world_hitpos[spark_num], &shipp->sparks[spark_num].pos, &ship_obj->orient);
1330                         vm_vec_add2(&world_hitpos[spark_num], &ship_obj->pos);
1331                 }
1332         }
1333
1334         if (model_started) {
1335                 ship_model_stop(ship_obj);
1336         }
1337
1338         // check we're not making a spark in the same location as a current one
1339         for (i=0; i<num_sparks; i++) {
1340                 float dist = vm_vec_dist_squared(&world_hitpos[i], hitpos);
1341                 if (dist < 1) {
1342                         return i;
1343                 }
1344         }
1345
1346         // not same location, so maybe do random recyling
1347         if (frand() > 0.5f) {
1348                 return (rand() % num_sparks);
1349         }
1350
1351         // initialize spark pairs
1352         for (i=0; i<num_spark_pairs; i++) {
1353                 spark_pairs[i].index1 = 0;
1354                 spark_pairs[i].index2 = 0;
1355                 spark_pairs[i].dist = FLT_MAX;
1356         }
1357
1358         // set spark pairs
1359         count = 0;
1360         for (i=1; i<num_sparks; i++) {
1361                 for (j=0; j<i; j++) {
1362                         spark_pairs[count].index1 = i;
1363                         spark_pairs[count].index2 = j;
1364                         spark_pairs[count++].dist = vm_vec_dist_squared(&world_hitpos[i], &world_hitpos[j]);
1365                 }
1366         }
1367         SDL_assert(count == num_spark_pairs);
1368
1369         // sort pairs
1370         qsort(spark_pairs, count, sizeof(spark_pair), spark_compare);
1371         //mprintf(("Min spark pair dist %.1f\n", spark_pairs[0].dist));
1372
1373         // look through the first few sorted pairs, counting number of indices of closest pair
1374         int index1 = spark_pairs[0].index1;
1375         int index2 = spark_pairs[0].index2;
1376         int count1 = 0;
1377         int count2 = 0;
1378
1379         for (i=1; i<6; i++) {
1380                 if (spark_pairs[i].index1 == index1) {
1381                         count1++;
1382                 }
1383                 if (spark_pairs[i].index2 == index1) {
1384                         count1++;
1385                 }
1386                 if (spark_pairs[i].index1 == index2) {
1387                         count2++;
1388                 }
1389                 if (spark_pairs[i].index2 == index2) {
1390                         count2++;
1391                 }
1392         }
1393
1394         // recycle spark which has most indices in sorted list of pairs
1395         if (count1 > count2) {
1396                 return index1;
1397         } else {
1398                 return index2;
1399         }
1400 }
1401
1402
1403 //      Make sparks fly off a ship.
1404 void ship_hit_create_sparks(object *ship_obj, vector *hitpos, int submodel_num)
1405 {
1406         vector  tempv;
1407         ship            *ship_p = &Ships[ship_obj->instance];
1408
1409         int n, max_sparks;
1410
1411         n = ship_p->num_hits;
1412         max_sparks = get_max_sparks(ship_obj);
1413
1414         if (n >= max_sparks)    {
1415                 if ( Ship_info[ship_p->ship_info_index].flags & (SIF_BIG_SHIP | SIF_HUGE_SHIP) ) {
1416                         // large ship, choose intelligently
1417                         n = choose_next_spark(ship_obj, hitpos);
1418                 } else {
1419                         // otherwise, normal choice
1420                         n = rand() % max_sparks;
1421                 }
1422         } else {
1423                 ship_p->num_hits++;
1424         }
1425
1426         ship *pship = &Ships[ship_obj->instance];
1427
1428         bool instancing = false;
1429         // decide whether to do instancing
1430         if (submodel_num != -1) {
1431                 polymodel *pm = model_get(pship->modelnum);
1432                 if (pm->detail[0] != submodel_num) {
1433                         // submodel is not hull
1434                         // OPTIMIZE ... check if submodel can not rotate
1435                         instancing = true;
1436                 }
1437         }
1438
1439         if (instancing) {
1440                 // get the hit position in the subobject RF
1441                 ship_model_start(ship_obj);
1442                 vector temp_zero, temp_x, temp_y, temp_z;
1443                 model_find_world_point(&temp_zero, &vmd_zero_vector, pship->modelnum, submodel_num, &ship_obj->orient, &ship_obj->pos);
1444                 model_find_world_point(&temp_x, &vmd_x_vector, pship->modelnum, submodel_num, &ship_obj->orient, &ship_obj->pos);
1445                 model_find_world_point(&temp_y, &vmd_y_vector, pship->modelnum, submodel_num, &ship_obj->orient, &ship_obj->pos);
1446                 model_find_world_point(&temp_z, &vmd_z_vector, pship->modelnum, submodel_num, &ship_obj->orient, &ship_obj->pos);
1447                 ship_model_stop(ship_obj);
1448
1449                 // find submodel x,y,z axes
1450                 vm_vec_sub2(&temp_x, &temp_zero);
1451                 vm_vec_sub2(&temp_y, &temp_zero);
1452                 vm_vec_sub2(&temp_z, &temp_zero);
1453
1454                 // find displacement from submodel origin
1455                 vector diff;
1456                 vm_vec_sub(&diff, hitpos, &temp_zero);
1457
1458                 // find displacement from submodel origin in submodel RF
1459                 ship_p->sparks[n].pos.xyz.x = vm_vec_dotprod(&diff, &temp_x);
1460                 ship_p->sparks[n].pos.xyz.y = vm_vec_dotprod(&diff, &temp_y);
1461                 ship_p->sparks[n].pos.xyz.z = vm_vec_dotprod(&diff, &temp_z);
1462                 ship_p->sparks[n].submodel_num = submodel_num;
1463                 ship_p->sparks[n].end_time = timestamp(-1);
1464         } else {
1465                 // Rotate hitpos into ship_obj's frame of reference.
1466                 vm_vec_sub(&tempv, hitpos, &ship_obj->pos);
1467                 vm_vec_rotate(&ship_p->sparks[n].pos, &tempv, &ship_obj->orient);
1468                 ship_p->sparks[n].submodel_num = -1;
1469                 ship_p->sparks[n].end_time = timestamp(-1);
1470         }
1471
1472         // Create the first wave of sparks
1473         shipfx_emit_spark(ship_obj->instance, n);
1474
1475         if ( n == 0 )   {
1476                 ship_p->next_hit_spark = timestamp(0);          // when a hit spot will spark
1477         }
1478 }
1479
1480 //      Called from ship_hit_kill() when we detect the player has been killed.
1481 void player_died_start(object *killer_objp)
1482 {
1483         nprintf(("Network", "starting my player death\n"));
1484         gameseq_post_event(GS_EVENT_DEATH_DIED);        
1485         
1486 /*      vm_vec_scale_add(&Dead_camera_pos, &Player_obj->pos, &Player_obj->orient.v.fvec, -10.0f);
1487         vm_vec_scale_add2(&Dead_camera_pos, &Player_obj->orient.v.uvec, 3.0f);
1488         vm_vec_scale_add2(&Dead_camera_pos, &Player_obj->orient.v.rvec, 5.0f);
1489 */
1490
1491         //      Create a good vector for the camera to move along during death sequence.
1492         object  *other_objp = NULL;
1493
1494         // on multiplayer clients, there have been occasions where we haven't been able to determine
1495         // the killer of a ship (due to bogus/mismatched/timed-out signatures on the client side).  If
1496         // we don't know the killer, use the Player_obj as the other_objp for camera position.
1497         if ( killer_objp ) {
1498                 switch (killer_objp->type) {
1499                 case OBJ_WEAPON:
1500                 case OBJ_SHOCKWAVE:
1501                         other_objp = &Objects[killer_objp->parent];
1502                         break;
1503                 case OBJ_SHIP:
1504                 case OBJ_DEBRIS:
1505                 case OBJ_ASTEROID:
1506                 case OBJ_NONE:  //      Something that just got deleted due to also dying -- it happened to me! --MK.           
1507                         other_objp = killer_objp;
1508                         break;
1509
1510                 case OBJ_BEAM:
1511                         int beam_obj_parent;
1512                         beam_obj_parent = beam_get_parent(killer_objp);
1513                         if(beam_obj_parent == -1){
1514                                 other_objp = killer_objp;
1515                         } else {
1516                                 other_objp = &Objects[beam_obj_parent];
1517                         }
1518                         break;
1519
1520                 default:
1521                         Int3();         //      Killed by an object of a peculiar type.  What is it?
1522                         other_objp = killer_objp;       //      Enable to continue, just in case we shipped it with this bug...
1523                 }
1524         } else {
1525                 other_objp = Player_obj;
1526         }
1527
1528         vm_vec_add(&Original_vec_to_deader, &Player_obj->orient.v.fvec, &Player_obj->orient.v.rvec);
1529         vm_vec_scale(&Original_vec_to_deader, 2.0f);
1530         vm_vec_add2(&Original_vec_to_deader, &Player_obj->orient.v.uvec);
1531         vm_vec_normalize(&Original_vec_to_deader);
1532
1533         vector  vec_from_killer;
1534         vector  *side_vec;
1535         float           dist;
1536
1537         SDL_assert(other_objp != NULL);
1538
1539         if (Player_obj == other_objp) {
1540                 dist = 50.0f;
1541                 vec_from_killer = Player_obj->orient.v.fvec;
1542         } else {
1543                 dist = vm_vec_normalized_dir(&vec_from_killer, &Player_obj->pos, &other_objp->pos);
1544         }
1545
1546         if (dist > 100.0f)
1547                 dist = 100.0f;
1548         vm_vec_scale_add(&Dead_camera_pos, &Player_obj->pos, &vec_from_killer, dist);
1549
1550         float   dot = vm_vec_dot(&Player_obj->orient.v.rvec, &vec_from_killer);
1551         if (fl_abs(dot) > 0.8f)
1552                 side_vec = &Player_obj->orient.v.fvec;
1553         else
1554                 side_vec = &Player_obj->orient.v.rvec;
1555         
1556         vm_vec_scale_add2(&Dead_camera_pos, side_vec, 10.0f);
1557
1558         Player_ai->target_objnum = -1;          //      Clear targeting.  Otherwise, camera pulls away from player as soon as he blows up.
1559
1560         // stop any playing emp effect
1561         emp_stop_local();
1562 }
1563
1564
1565 #define DEATHROLL_TIME                                          3000                    //      generic deathroll is 3 seconds (3 * 1000 milliseconds)
1566 #define MIN_PLAYER_DEATHROLL_TIME               1000                    // at least one second deathroll for a player
1567 #define DEATHROLL_ROTVEL_CAP                            6.3f                    // maximum added deathroll rotvel in rad/sec (about 1 rev / sec)
1568 #define DEATHROLL_ROTVEL_MIN                            0.8f                    // minimum added deathroll rotvel in rad/sec (about 1 rev / 12 sec)
1569 #define DEATHROLL_MASS_STANDARD                 50                              // approximate mass of lightest ship
1570 #define DEATHROLL_VELOCITY_STANDARD     70                              // deathroll rotvel is scaled according to ship velocity
1571 #define DEATHROLL_ROTVEL_SCALE                  4                               // constant determines how quickly deathroll rotvel is ramped up  (smaller is faster)
1572
1573 void ai_announce_ship_dying(object *dying_objp);
1574
1575 void saturate_fabs(float *f, float max)
1576 {
1577         if ( fl_abs(*f) > max) {
1578                 if (*f > 0)
1579                         *f = max;
1580                 else
1581                         *f = -max;
1582         }
1583 }
1584
1585 // function to do generic things when a ship explodes
1586 void ship_generic_kill_stuff( object *objp, float percent_killed )
1587 {
1588         float rotvel_mag;
1589         int     delta_time;
1590         ship    *sp;
1591
1592         SDL_assert(objp->type == OBJ_SHIP);
1593         SDL_assert(objp->instance >= 0 && objp->instance < MAX_SHIPS );
1594         if((objp->type != OBJ_SHIP) || (objp->instance < 0) || (objp->instance >= MAX_SHIPS)){
1595                 return;
1596         }
1597         sp = &Ships[objp->instance];
1598         ship_info *sip = &Ship_info[sp->ship_info_index];
1599
1600         // if recording demo
1601         if(Game_mode & GM_DEMO_RECORD){
1602                 demo_POST_ship_kill(objp);
1603         }
1604
1605         ai_announce_ship_dying(objp);
1606
1607         sp->flags |= SF_DYING;
1608         objp->phys_info.flags |= (PF_DEAD_DAMP | PF_REDUCED_DAMP);
1609         delta_time = (int) (DEATHROLL_TIME);
1610
1611         //      For smaller ships, subtract off time proportional to excess damage delivered.
1612         if (objp->radius < BIG_SHIP_MIN_RADIUS)
1613                 delta_time -=  (int) (1.01f - 4*percent_killed);
1614
1615         //      Cut down cargo death rolls.  Looks a little silly. -- MK, 3/30/98.
1616         if (sip->flags & SIF_CARGO) {
1617                 delta_time /= 4;
1618         }
1619         
1620         //      Prevent bogus timestamps.
1621         if (delta_time < 2)
1622                 delta_time = 2;
1623         
1624         if (objp->flags & OF_PLAYER_SHIP) {
1625                 //      Note: Kamikaze ships have no minimum death time.
1626                 if (!(Ai_info[Ships[objp->instance].ai_index].ai_flags & AIF_KAMIKAZE) && (delta_time < MIN_PLAYER_DEATHROLL_TIME))
1627                         delta_time = MIN_PLAYER_DEATHROLL_TIME;
1628         }
1629
1630         //nprintf(("AI", "ShipHit.cpp: Frame %i, Gametime = %7.3f, Ship %s will die in %7.3f seconds.\n", Framecount, f2fl(Missiontime), Ships[objp->instance].ship_name, (float) delta_time/1000.0f));
1631
1632         //      Make big ships have longer deathrolls.
1633         //      This is debug code by MK to increase the deathroll time so ships have time to evade the shockwave.
1634         //      Perhaps deathroll time should be specified in ships.tbl.
1635         float damage = ship_get_exp_damage(objp);
1636
1637         if (damage >= 250.0f)
1638                 delta_time += 3000 + (int)(damage*4.0f + 4.0f*objp->radius);
1639
1640         if (Ai_info[sp->ai_index].ai_flags & AIF_KAMIKAZE)
1641                 delta_time = 2;
1642
1643         // Knossos gets 7-10 sec to die, time for "little" explosions
1644         if (Ship_info[sp->ship_info_index].flags & SIF_KNOSSOS_DEVICE) {
1645                 delta_time = 7000 + (int)(frand() * 3000.0f);
1646                 Ship_info[sp->ship_info_index].explosion_propagates = 0;
1647         }
1648         sp->final_death_time = timestamp(delta_time);   // Give him 3 secs to explode
1649
1650         if (sp->flags & SF_VAPORIZE) {
1651                 // SDL_assert(Ship_info[sp->ship_info_index].flags & SIF_SMALL_SHIP);
1652
1653                 // LIVE FOR 100 MS
1654                 sp->final_death_time = timestamp(100);
1655         }
1656
1657         //nprintf(("AI", "Time = %7.3f: final_death_time set to %7.3f\n", (float) timestamp_ticker/1000.0f, (float) sp->final_death_time/1000.0f));
1658
1659         sp->pre_death_explosion_happened = 0;                           // The little fireballs haven't came in yet.
1660
1661         sp->next_fireball = timestamp(0);       //start one right away
1662
1663         ai_deathroll_start(objp);
1664
1665         // play death roll begin sound
1666         sp->death_roll_snd = snd_play_3d( &Snds[SND_DEATH_ROLL], &objp->pos, &View_position, objp->radius );
1667         if (objp == Player_obj)
1668                 joy_ff_deathroll();
1669
1670         // apply a whack
1671         //      rotational velocity proportional to original translational velocity, with a bit added in.
1672         //      Also, preserve half of original rotational velocity.
1673
1674         // At standard speed (70) and standard mass (50), deathroll rotvel should be capped at DEATHROLL_ROTVEL_CAP
1675         // Minimum deathroll velocity is set    DEATHROLL_ROTVEL_MIN
1676         // At lower speed, lower death rotvel (scaled linearly)
1677         // At higher mass, lower death rotvel (scaled logarithmically)
1678         // variable scale calculates the deathroll rotational velocity magnitude
1679         float logval = (float) log10(objp->phys_info.mass / (0.05f*DEATHROLL_MASS_STANDARD));
1680         float velval = ((vm_vec_mag_quick(&objp->phys_info.vel) + 3.0f) / DEATHROLL_VELOCITY_STANDARD);
1681         float   p1 = (float) (DEATHROLL_ROTVEL_CAP - DEATHROLL_ROTVEL_MIN);
1682
1683         rotvel_mag = (float) DEATHROLL_ROTVEL_MIN * 2.0f/(logval + 2.0f);
1684         rotvel_mag += (float) (p1 * velval/logval) * 0.75f;
1685
1686         // set so maximum velocity from rotation is less than 200
1687         if (rotvel_mag*objp->radius > 150) {
1688                 rotvel_mag = 150.0f / objp->radius;
1689         }
1690
1691         if (sp->dock_objnum_when_dead != -1) {
1692                 // don't change current rotvel
1693                 sp->deathroll_rotvel = objp->phys_info.rotvel;
1694         } else {
1695                 // if added rotvel is too random, we should decrease the random component, putting a const in front of the rotvel.
1696                 sp->deathroll_rotvel = objp->phys_info.rotvel;
1697                 sp->deathroll_rotvel.xyz.x += (frand() - 0.5f) * 2.0f * rotvel_mag;
1698                 saturate_fabs(&sp->deathroll_rotvel.xyz.x, 0.75f*DEATHROLL_ROTVEL_CAP);
1699                 sp->deathroll_rotvel.xyz.y += (frand() - 0.5f) * 3.0f * rotvel_mag;
1700                 saturate_fabs(&sp->deathroll_rotvel.xyz.y, 0.75f*DEATHROLL_ROTVEL_CAP);
1701                 sp->deathroll_rotvel.xyz.z += (frand() - 0.5f) * 6.0f * rotvel_mag;
1702                 // make z component  2x larger than larger of x,y
1703                 float largest_mag = SDL_max(fl_abs(sp->deathroll_rotvel.xyz.x), fl_abs(sp->deathroll_rotvel.xyz.y));
1704                 if (fl_abs(sp->deathroll_rotvel.xyz.z) < 2.0f*largest_mag) {
1705                         sp->deathroll_rotvel.xyz.z *= (2.0f * largest_mag / fl_abs(sp->deathroll_rotvel.xyz.z));
1706                 }
1707                 saturate_fabs(&sp->deathroll_rotvel.xyz.z, 0.75f*DEATHROLL_ROTVEL_CAP);
1708                 // nprintf(("Physics", "Frame: %i rotvel_mag: %5.2f, rotvel: (%4.2f, %4.2f, %4.2f)\n", Framecount, rotvel_mag, sp->deathroll_rotvel.xyz.x, sp->deathroll_rotvel.xyz.y, sp->deathroll_rotvel.xyz.z));
1709         }
1710
1711         
1712         // blow out his reverse thrusters. Or drag, same thing.
1713         objp->phys_info.rotdamp = (float) DEATHROLL_ROTVEL_SCALE / rotvel_mag;
1714         objp->phys_info.side_slip_time_const = 10000.0f;
1715
1716         vm_vec_zero(&objp->phys_info.max_vel);          // make so he can't turn on his own VOLITION anymore.
1717
1718         vm_vec_zero(&objp->phys_info.max_rotvel);       // make so he can't change speed on his own VOLITION anymore.
1719
1720 }
1721
1722 // called from ship_hit_kill if the ship is vaporized
1723 void ship_vaporize(ship *shipp)
1724 {
1725         object *ship_obj;
1726
1727         // sanity
1728         SDL_assert(shipp != NULL);
1729         if(shipp == NULL){
1730                 return;
1731         }
1732         SDL_assert((shipp->objnum >= 0) && (shipp->objnum < MAX_OBJECTS));
1733         if((shipp->objnum < 0) || (shipp->objnum >= MAX_OBJECTS)){
1734                 return;
1735         }
1736         ship_obj = &Objects[shipp->objnum];
1737
1738         // create debris shards
1739         create_vaporize_debris(ship_obj, &ship_obj->pos);
1740 }
1741
1742 //      *ship_obj was hit and we've determined he's been killed!  By *other_obj!
1743 void ship_hit_kill(object *ship_obj, object *other_obj, float percent_killed, int self_destruct)
1744 {
1745         ship *sp;
1746         char *killer_ship_name;
1747         int killer_damage_percent = 0;
1748         object *killer_objp = NULL;
1749
1750         sp = &Ships[ship_obj->instance];
1751         show_dead_message(ship_obj, other_obj);
1752
1753         if (ship_obj == Player_obj) {
1754                 player_died_start(other_obj);
1755         }
1756
1757         // maybe vaporize him
1758         if(sp->flags & SF_VAPORIZE){
1759                 ship_vaporize(sp);
1760         }
1761
1762         // hehe
1763         extern void game_tst_mark(object *objp, ship *shipp);
1764         game_tst_mark(ship_obj, sp);
1765
1766         // single player and multiplayer masters evaluate the scoring and kill stuff
1767         if ( !MULTIPLAYER_CLIENT && !(Game_mode & GM_DEMO_PLAYBACK)) {
1768                 scoring_eval_kill( ship_obj );
1769
1770                 // ship is destroyed -- send this event to the mission log stuff to record this event.  Try to find who
1771                 // killed this ship.  scoring_eval_kill above should leave the obj signature of the ship who killed
1772                 // this guy (or a -1 if no one got the kill).
1773                 killer_ship_name = NULL;
1774                 killer_damage_percent = -1;
1775                 if ( sp->damage_ship_id[0] != -1 ) {
1776                         object *objp;
1777                         int sig;
1778
1779                         sig = sp->damage_ship_id[0];
1780                         for ( objp = GET_FIRST(&obj_used_list); objp != END_OF_LIST(&obj_used_list); objp = GET_NEXT(objp) ) {
1781                                 if ( objp->signature == sig ){
1782                                         break;
1783                                 }
1784                         }
1785                         // if the object isn't around, the try to find the object in the list of ships which has exited                 
1786                         if ( objp != END_OF_LIST(&obj_used_list) ) {
1787                                 SDL_assert ( (objp->type == OBJ_SHIP ) || (objp->type == OBJ_GHOST) );                                  // I suppose that this should be true
1788                                 killer_ship_name = Ships[objp->instance].ship_name;
1789
1790                                 killer_objp = objp;
1791                         } else {
1792                                 int ei;
1793
1794                                 ei = ship_find_exited_ship_by_signature( sig );
1795                                 if ( ei != -1 ){
1796                                         killer_ship_name = Ships_exited[ei].ship_name;
1797                                 }
1798                         }
1799                         killer_damage_percent = (int)(sp->damage_ship[0] * 100.0f);
1800                 }               
1801
1802                 if(!self_destruct){
1803                         // multiplayer
1804                         if(Game_mode & GM_MULTIPLAYER){
1805                                 char name1[256] = "";
1806                                 char name2[256] = "";
1807                                 int np_index;
1808
1809                                 // get first name                               
1810                                 np_index = multi_find_player_by_object(ship_obj);                               
1811                                 if((np_index >= 0) && (np_index < MAX_PLAYERS) && (Net_players[np_index].player != NULL)){
1812                                         SDL_strlcpy(name1, Net_players[np_index].player->callsign, SDL_arraysize(name1));
1813                                 } else {
1814                                         SDL_strlcpy(name1, sp->ship_name, SDL_arraysize(name1));
1815                                 }
1816
1817                                 // argh
1818                                 if((killer_objp != NULL) || (killer_ship_name != NULL)){
1819
1820                                         // second name
1821                                         if(killer_objp == NULL){
1822                                                 SDL_strlcpy(name2, killer_ship_name, SDL_arraysize(name2));
1823                                         } else {
1824                                                 np_index = multi_find_player_by_object(killer_objp);
1825                                                 if((np_index >= 0) && (np_index < MAX_PLAYERS) && (Net_players[np_index].player != NULL)){
1826                                                         SDL_strlcpy(name2, Net_players[np_index].player->callsign, SDL_arraysize(name2));
1827                                                 } else {
1828                                                         SDL_strlcpy(name2, killer_ship_name, SDL_arraysize(name2));
1829                                                 }
1830                                         }                                       
1831                                 }
1832
1833                                 mission_log_add_entry(LOG_SHIP_DESTROYED, name1, name2, killer_damage_percent);
1834                         } else {
1835                                 // DKA: 8/23/99 allow message log in single player with no killer name
1836                                 //if(killer_ship_name != NULL){
1837                                 mission_log_add_entry(LOG_SHIP_DESTROYED, sp->ship_name, killer_ship_name, killer_damage_percent);
1838                                 //}
1839                         }
1840                 }
1841
1842                 // maybe praise the player for this kill
1843                 if ( (killer_damage_percent > 10) && (other_obj != NULL) && (other_obj->parent_sig == Player_obj->signature) ) {
1844                         ship_maybe_praise_player(sp);
1845                 }
1846         }
1847
1848         ship_generic_kill_stuff( ship_obj, percent_killed );
1849
1850         // mwa -- removed 2/25/98 -- why is this here?  ship_obj->flags &= ~(OF_PLAYER_SHIP);
1851         // if it is for observers, must deal with it a separate way!!!!
1852         if ( MULTIPLAYER_MASTER ) {
1853                 // check to see if this ship needs to be respawned
1854                 multi_respawn_check(ship_obj);          
1855                         
1856                 // send the kill packet to all players
1857                 // maybe send vaporize packet to all players
1858                 send_ship_kill_packet( ship_obj, other_obj, percent_killed, self_destruct );
1859         }       
1860
1861         // If ship from a player wing ship has died, then maybe play a scream
1862         if ( !(ship_obj->flags & OF_PLAYER_SHIP) && (sp->flags & SF_FROM_PLAYER_WING) ) {
1863                 ship_maybe_scream(sp);
1864         }
1865
1866         // If player is dying, have wingman lament (only in single player)
1867         if ( (Game_mode & GM_NORMAL) && (ship_obj == Player_obj) ) {
1868                 ship_maybe_lament();
1869         }
1870 }
1871
1872 // function to simply explode a ship where it is currently at
1873 void ship_self_destruct( object *objp )
1874 {       
1875         SDL_assert ( objp->type == OBJ_SHIP );
1876
1877         // try and find a player
1878         if((Game_mode & GM_MULTIPLAYER) && (multi_find_player_by_object(objp) >= 0)){
1879                 int np_index = multi_find_player_by_object(objp);
1880                 if((np_index >= 0) && (np_index < MAX_PLAYERS) && (Net_players[np_index].player != NULL)){
1881                         mission_log_add_entry(LOG_SELF_DESTRUCT, Net_players[np_index].player->callsign, NULL );
1882                 } else {
1883                         mission_log_add_entry(LOG_SELF_DESTRUCT, Ships[objp->instance].ship_name, NULL );
1884                 }
1885         } else {
1886                 mission_log_add_entry(LOG_SELF_DESTRUCT, Ships[objp->instance].ship_name, NULL );
1887         }
1888         
1889         // check to see if this ship needs to be respawned
1890         if(MULTIPLAYER_MASTER){
1891                 // player ship?
1892                 int np_index = multi_find_player_by_object(objp);
1893                 if((np_index >= 0) && (np_index < MAX_PLAYERS) && MULTI_CONNECTED(Net_players[np_index]) && (Net_players[np_index].player != NULL)){
1894                         char msg[512] = "";
1895                         SDL_snprintf(msg, SDL_arraysize(msg), "%s %s", Net_players[np_index].player->callsign, XSTR("Self destructed", 1476));
1896
1897                         // send a message
1898                         send_game_chat_packet(Net_player, msg, MULTI_MSG_ALL, NULL, NULL, 2);
1899
1900                         // printf
1901                         if(!(Game_mode & GM_STANDALONE_SERVER)){
1902                                 HUD_printf(msg);
1903                         }
1904                 }
1905         }
1906
1907         // self destruct
1908         ship_hit_kill(objp, NULL, 1.0f, 1);     
1909 }
1910
1911 extern int Homing_hits, Homing_misses;
1912
1913 // Call this instead of physics_apply_whack directly to 
1914 // deal with two ships docking properly.
1915 void ship_apply_whack(vector *force, vector *new_pos, object *objp)
1916 {
1917         if (objp->type == OBJ_SHIP)     {
1918                 if (Ship_info[Ships[objp->instance].ship_info_index].flags & (SIF_SUPPORT | SIF_CARGO)) {
1919                         int     docked_to_objnum;       
1920                         ai_info *aip;
1921
1922                         aip = &Ai_info[Ships[objp->instance].ai_index];
1923                 
1924                         if (aip->ai_flags & AIF_DOCKED) {
1925                                 docked_to_objnum = aip->dock_objnum;
1926                                 if (aip->dock_objnum != -1) {
1927                                         physics_apply_whack(force, new_pos, &Objects[docked_to_objnum].phys_info, &Objects[docked_to_objnum].orient, Objects[docked_to_objnum].phys_info.mass + objp->phys_info.mass);
1928                                         return;
1929                                 }
1930                         }
1931                 }
1932         }
1933         if (objp == Player_obj) {
1934                 nprintf(("Sandeep", "Playing stupid joystick effect\n"));
1935                 vector test;
1936                 vm_vec_unrotate(&test, force, &objp->orient);
1937
1938                 game_whack_apply( -test.xyz.x, -test.xyz.y );
1939         }
1940                                         
1941         physics_apply_whack(force, new_pos, &objp->phys_info, &objp->orient, objp->phys_info.mass);
1942 }
1943
1944 float Skill_level_player_damage_scale[NUM_SKILL_LEVELS] = {0.25f, 0.5f, 0.65f, 0.85f, 1.0f};
1945
1946
1947 // If a ship is dying and it gets hit, shorten its deathroll.
1948 //      But, if it's a player, don't decrease below MIN_PLAYER_DEATHROLL_TIME
1949 void shiphit_hit_after_death(object *ship_obj, float damage)
1950 {
1951         float   percent_killed;
1952         int     delta_time, time_remaining;
1953         ship    *shipp = &Ships[ship_obj->instance];
1954         ship_info       *sip = &Ship_info[shipp->ship_info_index];
1955
1956         // Since the explosion has two phases (final_death_time and really_final_death_time)
1957         // we should only shorten the deathroll time if that is the phase we're in.
1958         // And you can tell by seeing if the timestamp is valid, since it gets set to
1959         // invalid after it does the first large explosion.
1960         if ( !timestamp_valid(shipp->final_death_time) )        {
1961                 return;
1962         }
1963
1964         // Don't adjust vaporized ship
1965         if (shipp->flags & SF_VAPORIZE) {
1966                 return;
1967         }
1968
1969         //      Don't shorten deathroll on very large ships.
1970         if (ship_obj->radius > BIG_SHIP_MIN_RADIUS)
1971                 return;
1972
1973         percent_killed = damage/sip->initial_hull_strength;
1974         if (percent_killed > 1.0f)
1975                 percent_killed = 1.0f;
1976
1977         delta_time = (int) (4 * DEATHROLL_TIME * percent_killed);
1978         time_remaining = timestamp_until(shipp->final_death_time);
1979
1980         //nprintf(("AI", "Gametime = %7.3f, Time until %s dies = %7.3f, delta = %7.3f\n", f2fl(Missiontime), Ships[ship_obj->instance].ship_name, (float)time_remaining/1000.0f, delta_time));
1981         if (ship_obj->flags & OF_PLAYER_SHIP)
1982                 if (time_remaining < MIN_PLAYER_DEATHROLL_TIME)
1983                         return;
1984
1985         // nprintf(("AI", "Subtracting off %7.3f seconds from deathroll, reducing to %7.3f\n", (float) delta_time/1000.0f, (float) (time_remaining - delta_time)/1000.0f));
1986
1987         delta_time = time_remaining - delta_time;
1988         if (ship_obj->flags & OF_PLAYER_SHIP)
1989                 if (delta_time < MIN_PLAYER_DEATHROLL_TIME)
1990                         delta_time = MIN_PLAYER_DEATHROLL_TIME;
1991
1992         //      Prevent bogus timestamp.
1993         if (delta_time < 2)
1994                 delta_time = 2;
1995
1996         shipp->final_death_time = timestamp(delta_time);        // Adjust time until explosion.
1997 }
1998
1999 MONITOR( ShipHits );
2000 MONITOR( ShipNumDied );
2001
2002 int maybe_shockwave_damage_adjust(object *ship_obj, object *other_obj, float *damage)
2003 {
2004         ship_subsys *subsys;
2005         ship *shipp;
2006         float dist, nearest_dist = FLT_MAX;
2007         vector g_subobj_pos;
2008         float max_damage;
2009         shockwave *sw;
2010
2011         SDL_assert(ship_obj->type == OBJ_SHIP);
2012         if (other_obj->type != OBJ_SHOCKWAVE) {
2013                 return 0;
2014         }
2015
2016         if (!(Ship_info[Ships[ship_obj->instance].ship_info_index].flags & SIF_HUGE_SHIP)) {
2017                 return 0;
2018         }
2019
2020         shipp = &Ships[ship_obj->instance];
2021         sw = &Shockwaves[other_obj->instance];
2022
2023         // find closest subsystem distance to shockwave origin
2024         for (subsys=GET_FIRST(&shipp->subsys_list); subsys != END_OF_LIST(&shipp->subsys_list); subsys = GET_NEXT(subsys) ) {
2025                 get_subsystem_world_pos(ship_obj, subsys, &g_subobj_pos);
2026                 dist = vm_vec_dist_quick(&g_subobj_pos, &other_obj->pos);
2027
2028                 if (dist < nearest_dist) {
2029                         nearest_dist = dist;
2030                 }
2031         }
2032
2033         // get max damage and adjust if needed to account for shockwave created from destroyed weapon
2034         max_damage = sw->damage;
2035         if (sw->flags & SW_WEAPON_KILL) {
2036                 max_damage *= 4.0f;
2037         }
2038
2039         // scale damage
2040         // floor of 25%, max if within inner_radius, linear between
2041         if (nearest_dist > sw->outer_radius) {
2042                 *damage = max_damage / 4.0f;
2043         } else if (nearest_dist < sw->inner_radius) {
2044                 *damage = max_damage;
2045         } else {
2046                 *damage = max_damage * (1.0f - 0.75f * (nearest_dist - sw->inner_radius) / (sw->outer_radius - sw->inner_radius));
2047         }
2048
2049         return 1;
2050 }
2051
2052 // ------------------------------------------------------------------------
2053 // ship_do_damage()
2054 //
2055 // Do damage assessment on a ship.    This should only be called
2056 // internally by ship_apply_global_damage and ship_apply_local_damage
2057 //
2058 // 
2059 //      input:  ship_obj                =>              object pointer for ship receiving damage
2060 //                              other_obj       =>              object pointer to object causing damage
2061 //                              hitpos          =>              impact world pos on the ship 
2062 //                              TODO:   get a better value for hitpos
2063 //                              damage          =>              damage to apply to the ship
2064 //                              shield_quadrant => which part of shield takes damage, -1 if not shield hit
2065 //                              wash_damage     =>              1 if damage is done by engine wash
2066 void ai_update_lethality(object *ship_obj, object *weapon_obj, float damage);
2067 static void ship_do_damage(object *ship_obj, object *other_obj, vector *hitpos, float damage, int shield_quadrant, int wash_damage=0)
2068 {
2069         ship *shipp;    
2070         float subsystem_damage = damage;                        // damage to be applied to subsystems
2071
2072         SDL_assert(ship_obj->instance >= 0);
2073         SDL_assert(ship_obj->type == OBJ_SHIP);
2074         shipp = &Ships[ship_obj->instance];
2075
2076         // maybe adjust damage done by shockwave for BIG|HUGE
2077         maybe_shockwave_damage_adjust(ship_obj, other_obj, &damage);
2078
2079         // update lethality of ship doing damage
2080         int update_lethality = FALSE;
2081         update_lethality = ((other_obj != NULL) && (other_obj->type == OBJ_WEAPON) && (other_obj->instance >= 0) && (other_obj->instance < MAX_WEAPONS));
2082         update_lethality = update_lethality || ((other_obj != NULL) && (other_obj->type == OBJ_SHOCKWAVE) && (other_obj->instance >= 0) && (other_obj->instance < MAX_SHOCKWAVES));
2083         if (update_lethality) {
2084                 ai_update_lethality(ship_obj, other_obj, damage);
2085         }
2086
2087         // if this is a weapon
2088         if((other_obj != NULL) && (other_obj->type == OBJ_WEAPON) && (other_obj->instance >= 0) && (other_obj->instance < MAX_WEAPONS)){
2089                 damage *= weapon_get_damage_scale(&Weapon_info[Weapons[other_obj->instance].weapon_info_index], other_obj, ship_obj);
2090         }
2091
2092         MONITOR_INC( ShipHits, 1 );
2093
2094         //      Don't damage player ship in the process of warping out.
2095         if ( Player->control_mode >= PCM_WARPOUT_STAGE2 )       {
2096                 if ( ship_obj == Player_obj ){
2097                         return;
2098                 }
2099         }
2100
2101         if ( (other_obj != NULL) && (other_obj->type == OBJ_WEAPON) ) {         
2102                 // for tvt and dogfight missions, don't scale damage
2103                 if( (Game_mode & GM_MULTIPLAYER) && ((Netgame.type_flags & NG_TYPE_TEAM) || (Netgame.type_flags & NG_TYPE_DOGFIGHT)) ){
2104                 } else {
2105                         // Do a little "skill" balancing for the player in single player and coop multiplayer
2106                         if (ship_obj->flags & OF_PLAYER_SHIP)   {
2107                                 damage *= Skill_level_player_damage_scale[Game_skill_level];
2108                                 subsystem_damage *= Skill_level_player_damage_scale[Game_skill_level];
2109                         }               
2110                 }
2111         }
2112
2113         // if this is not a laser, or i'm not a multiplayer client
2114         // apply pain to me
2115         if((other_obj != NULL) && ((Weapon_info[Weapons[other_obj->instance].weapon_info_index].subtype != WP_LASER) || !MULTIPLAYER_CLIENT) && (Player_obj != NULL) && (ship_obj == Player_obj)){
2116                 ship_hit_pain(damage);
2117         }       
2118
2119         // If the ship is invulnerable, do nothing
2120         if (ship_obj->flags & OF_INVULNERABLE)  {
2121                 return;
2122         }
2123
2124         //      if ship is already dying, shorten deathroll.
2125         if (shipp->flags & SF_DYING) {
2126                 shiphit_hit_after_death(ship_obj, damage);
2127                 return;
2128         }
2129         
2130         //      If we hit the shield, reduce it's strength and found
2131         // out how much damage is left over.
2132         if ( shield_quadrant > -1 && !(ship_obj->flags & OF_NO_SHIELDS) )       {
2133                 float shield_factor = -1.0f;
2134                 int     weapon_info_index;              
2135
2136                 weapon_info_index = shiphit_get_damage_weapon(other_obj);
2137                 if ( weapon_info_index >= 0 ) {
2138                         shield_factor = Weapon_info[weapon_info_index].shield_factor;
2139                 }
2140
2141                 if ( shield_factor >= 0 ) {
2142                         damage *= shield_factor;
2143                         subsystem_damage *= shield_factor;
2144                 }
2145
2146                 if ( damage > 0 ) {
2147                         float pre_shield = damage;
2148
2149                         damage = apply_damage_to_shield(ship_obj, shield_quadrant, damage);
2150
2151                         if(damage > 0.0f){
2152                                 subsystem_damage *= (damage / pre_shield);
2153                         } else {
2154                                 subsystem_damage = 0.0f;
2155                         }
2156                 }
2157
2158                 // if shield damage was increased, don't carry over leftover damage at scaled level
2159                 if ( shield_factor > 1 ) {
2160                         damage /= shield_factor;
2161
2162                         subsystem_damage /= shield_factor;
2163                 }
2164         }
2165                         
2166         // Apply leftover damage to the ship's subsystem and hull.
2167         if ( (damage > 0.0f) || (subsystem_damage > 0.0f) )     {
2168                 int     weapon_info_index;              
2169
2170                 float pre_subsys = subsystem_damage;
2171                 subsystem_damage = do_subobj_hit_stuff(ship_obj, other_obj, hitpos, subsystem_damage);
2172                 if(subsystem_damage > 0.0f){
2173                         damage *= (subsystem_damage / pre_subsys);
2174                 } else {
2175                         damage = 0.0f;
2176                 }
2177
2178                 // continue with damage?
2179                 if(damage > 0.0){
2180                         weapon_info_index = shiphit_get_damage_weapon(other_obj);
2181                         if ( weapon_info_index >= 0 ) {
2182                                 if (Weapon_info[weapon_info_index].wi_flags & WIF_PUNCTURE) {
2183                                         damage /= 4;
2184                                 }
2185
2186                                 damage *= Weapon_info[weapon_info_index].armor_factor;
2187                         }
2188
2189                         // if ship is flagged as can not die, don't let it die
2190                         if (ship_obj->flags & OF_GUARDIAN) {
2191                                 float min_hull_strength = 0.01f * Ship_info[Ships[ship_obj->instance].ship_info_index].initial_hull_strength;
2192                                 if ( (ship_obj->hull_strength - damage) < min_hull_strength ) {
2193                                         // find damage needed to take object to min hull strength
2194                                         damage = ship_obj->hull_strength - min_hull_strength;
2195
2196                                         // make sure damage is positive
2197                                         damage = SDL_max(0, damage);
2198                                 }
2199                         }
2200
2201                         // multiplayer clients don't do damage
2202                         if(((Game_mode & GM_MULTIPLAYER) && MULTIPLAYER_CLIENT) || (Game_mode & GM_DEMO_PLAYBACK)){
2203                         } else {
2204                                 ship_obj->hull_strength -= damage;              
2205                         }
2206
2207                         // let damage gauge know that player ship just took damage
2208                         if ( Player_obj == ship_obj ) {
2209                                 hud_gauge_popup_start(HUD_DAMAGE_GAUGE, 5000);
2210                         }
2211                 
2212                         // DB - removed 1/12/99 - scoring code properly bails if MULTIPLAYER_CLIENT
2213                         // in multiplayer, if I am not the host, get out of this function here!!
2214                         //if ( (Game_mode & GM_MULTIPLAYER) && !(Net_player->flags & NETINFO_FLAG_AM_MASTER) ) {
2215                                 //return;
2216                         //}             
2217
2218                         switch (other_obj->type) {
2219                         case OBJ_SHOCKWAVE:
2220                                 scoring_add_damage(ship_obj,other_obj,damage);
2221                                 break;
2222                         case OBJ_ASTEROID:
2223                                 // don't call scoring for asteroids
2224                                 break;
2225                         case OBJ_WEAPON:
2226                                 if((other_obj->parent < 0) || (other_obj->parent >= MAX_OBJECTS)){
2227                                         scoring_add_damage(ship_obj, NULL, damage);
2228                                 } else {
2229                                         scoring_add_damage(ship_obj, &Objects[other_obj->parent], damage);
2230                                 }
2231                                 break;
2232                         default:
2233                                 break;
2234                         }
2235
2236                         if (ship_obj->hull_strength <= 0.0f) {
2237
2238                                 MONITOR_INC( ShipNumDied, 1 );
2239
2240                                 ship_info       *sip = &Ship_info[shipp->ship_info_index];
2241
2242                                 // If massive beam hitting small ship, vaporize  otherwise normal damage pipeline
2243                                 // Only vaporize once
2244                                 // multiplayer clients should skip this
2245                                 if(!MULTIPLAYER_CLIENT){
2246                                         if ( !(shipp->flags & SF_VAPORIZE) ) {
2247                                                 // Only small ships can be vaporized
2248                                                 if (sip->flags & (SIF_SMALL_SHIP)) {
2249                                                         if (other_obj->type == OBJ_BEAM) {
2250                                                                 int beam_weapon_info_index = beam_get_weapon_info_index(other_obj);
2251                                                                 if ( (beam_weapon_info_index > -1) && (Weapon_info[beam_weapon_info_index].wi_flags & (WIF_BEAM|WIF_HUGE)) ) {                                                          
2252                                                                         // Flag as vaporized
2253                                                                         shipp->flags |= SF_VAPORIZE;                                                            
2254                                                                 }
2255                                                         }
2256                                                 }
2257                                         }
2258                                 }
2259                                 
2260                                 // maybe engine wash death
2261                                 if (wash_damage) {
2262                                         shipp->wash_killed = 1;
2263                                 }
2264
2265                                 float percent_killed = -ship_obj->hull_strength/sip->initial_hull_strength;
2266                                 if (percent_killed > 1.0f){
2267                                         percent_killed = 1.0f;
2268                                 }
2269
2270                                 if ( !(shipp->flags & SF_DYING) && !MULTIPLAYER_CLIENT && !(Game_mode & GM_DEMO_PLAYBACK)){  // if not killed, then kill
2271                                         ship_hit_kill(ship_obj, other_obj, percent_killed, 0);
2272                                 }
2273                         }
2274                 }
2275         }
2276
2277         // if the hitting object is a weapon, maybe do some fun stuff here
2278         if(other_obj->type == OBJ_WEAPON){
2279                 weapon_info *wip;
2280                 SDL_assert(other_obj->instance >= 0);
2281                 if(other_obj->instance < 0){
2282                         return;
2283                 }
2284                 SDL_assert(Weapons[other_obj->instance].weapon_info_index >= 0);
2285                 if(Weapons[other_obj->instance].weapon_info_index < 0){
2286                         return;
2287                 }
2288                 wip = &Weapon_info[Weapons[other_obj->instance].weapon_info_index];
2289
2290                 // if its a leech weapon
2291                 if(wip->wi_flags & WIF_ENERGY_SUCK){
2292                         // reduce afterburner fuel
2293                         shipp->afterburner_fuel -= wip->afterburner_reduce;
2294                         shipp->afterburner_fuel = (shipp->afterburner_fuel < 0.0f) ? 0.0f : shipp->afterburner_fuel;
2295
2296                         // reduce weapon energy
2297                         shipp->weapon_energy -= wip->weapon_reduce;
2298                         shipp->weapon_energy = (shipp->weapon_energy < 0.0f) ? 0.0f : shipp->weapon_energy;
2299                 }
2300         }
2301 }
2302
2303 // This gets called to apply damage when something hits a particular point on a ship.
2304 // This assumes that whoever called this knows if the shield got hit or not.
2305 // hitpos is in world coordinates.
2306 // if shield_quadrant is not -1, then that part of the shield takes damage properly.
2307 void ship_apply_local_damage(object *ship_obj, object *other_obj, vector *hitpos, float damage, int shield_quadrant, bool create_spark, int submodel_num, vector *hit_normal)
2308 {
2309         ship *ship_p    = &Ships[ship_obj->instance];   
2310
2311         //      If got hit by a weapon, tell the AI so it can react.  Only do this line in single player,
2312         // or if I am the master in a multiplayer game
2313         if ( other_obj->type == OBJ_WEAPON && ( !(Game_mode & GM_MULTIPLAYER) || ((Game_mode & GM_MULTIPLAYER) && (Net_player->flags & NETINFO_FLAG_AM_MASTER)) )) {
2314                 weapon  *wp;
2315
2316                 wp = &Weapons[other_obj->instance];
2317                 //      If weapon hits ship on same team and that ship not targeted and parent of weapon not player,
2318                 //      don't do damage.
2319                 //      Ie, player can always do damage.  AI can only damage team if that ship is targeted.
2320                 if (wp->target_num != ship_obj-Objects) {
2321                         if ((ship_p->team == wp->team) && !(Objects[other_obj->parent].flags & OF_PLAYER_SHIP) ) {
2322                                 /*char  ship_name[64];
2323
2324                                 if (other_obj->parent_type == OBJ_SHIP) {
2325                                         strcpy(ship_name, Ships[Objects[other_obj->parent].instance].ship_name);
2326                                 } else
2327                                         strcpy(ship_name, XSTR("[not a ship]",-1));
2328                                 */
2329                                 // nprintf(("AI", "Ignoring hit on %s by weapon #%i, parent = %s\n", ship_p->ship_name, other_obj-Objects, ship_name));
2330                                 return;
2331                         }
2332                 }
2333         }
2334
2335         // only want to check the following in single player or if I am the multiplayer game server
2336         if ( !MULTIPLAYER_CLIENT && !(Game_mode & GM_DEMO_PLAYBACK) && ((other_obj->type == OBJ_SHIP) || (other_obj->type == OBJ_WEAPON)) ){
2337                 ai_ship_hit(ship_obj, other_obj, hitpos, shield_quadrant, hit_normal);
2338         }
2339
2340         //      Cut damage done on the player by 4x in training missions, but do full accredidation
2341         if ( The_mission.game_type & MISSION_TYPE_TRAINING ){
2342                 if (ship_obj == Player_obj){
2343                         damage /= 4.0f;
2344                 }
2345         }       
2346
2347         // send a packet in multiplayer -- but don't sent it if the ship is already dying.  Clients can
2348         // take care of dealing with ship hits after a ship is already dead.
2349         // if ( (MULTIPLAYER_MASTER) && !(ship_p->flags & SF_DYING) ){
2350                 // if this is a player ship which is not mine, send him a ship hit packet
2351                 // int np_index = multi_find_player_by_object(ship_obj);
2352                 // if((np_index > 0) && (np_index < MAX_PLAYERS) && (np_index != MY_NET_PLAYER_NUM) && MULTI_CONNECTED(Net_players[np_index])){
2353                         // send_ship_hit_packet( ship_obj, other_obj, hitpos, damage, shield_quadrant, submodel_num, &Net_players[np_index]);
2354                 // }
2355         // }
2356
2357         // maybe tag the ship
2358         if(!MULTIPLAYER_CLIENT && (other_obj->type == OBJ_WEAPON) && (Weapon_info[Weapons[other_obj->instance].weapon_info_index].wi_flags & WIF_TAG)) {
2359                 if (Weapon_info[Weapons[other_obj->instance].weapon_info_index].tag_level == 1) {
2360                         Ships[ship_obj->instance].tag_left = Weapon_info[Weapons[other_obj->instance].weapon_info_index].tag_time;
2361                         Ships[ship_obj->instance].tag_total = Ships[ship_obj->instance].tag_left;
2362                         if (Ships[ship_obj->instance].time_first_tagged == 0) {
2363                                 Ships[ship_obj->instance].time_first_tagged = Missiontime;
2364                         }
2365                         mprintf(("TAGGED %s for %f seconds\n", Ships[ship_obj->instance].ship_name, Ships[ship_obj->instance].tag_left));
2366                 } else if (Weapon_info[Weapons[other_obj->instance].weapon_info_index].tag_level == 2) {
2367                         Ships[ship_obj->instance].level2_tag_left = Weapon_info[Weapons[other_obj->instance].weapon_info_index].tag_time;
2368                         Ships[ship_obj->instance].level2_tag_total = Ships[ship_obj->instance].level2_tag_left;
2369                         if (Ships[ship_obj->instance].time_first_tagged == 0) {
2370                                 Ships[ship_obj->instance].time_first_tagged = Missiontime;
2371                         }
2372                         mprintf(("Level 2 TAGGED %s for %f seconds\n", Ships[ship_obj->instance].ship_name, Ships[ship_obj->instance].level2_tag_left));
2373                 } else {
2374                         Int3(); // unknown tag level
2375                 }
2376         }
2377
2378
2379 #ifndef NDEBUG
2380         if (other_obj->type == OBJ_WEAPON) {
2381                 weapon_info     *wip = &Weapon_info[Weapons[other_obj->instance].weapon_info_index];
2382                 if (wip->wi_flags & WIF_HOMING) {
2383                         Homing_hits++;
2384                         // nprintf(("AI", " Hit!  Hits = %i/%i\n", Homing_hits, (Homing_hits + Homing_misses)));
2385                 }
2386         }
2387 #endif
2388
2389         
2390         if ( Event_Music_battle_started == 0 )  {
2391                 ship_hit_music(ship_obj, other_obj);
2392         }
2393         
2394
2395         if (damage < 0.0f){
2396                 damage = 0.0f;
2397         }
2398
2399         // evaluate any possible player stats implications
2400         scoring_eval_hit(ship_obj,other_obj);
2401
2402         ship_do_damage(ship_obj, other_obj, hitpos, damage, shield_quadrant );
2403
2404         // DA 5/5/98: move ship_hit_create_sparks() after do_damage() since number of sparks depends on hull strength
2405         // doesn't hit shield and we want sparks
2406         if ((shield_quadrant == MISS_SHIELDS) && create_spark)  {
2407                 // check if subsys destroyed
2408                 if ( !is_subsys_destroyed(ship_p, submodel_num) ) {
2409                         ship_hit_create_sparks(ship_obj, hitpos, submodel_num);
2410                 }
2411                 //fireball_create( hitpos, FIREBALL_SHIP_EXPLODE1, OBJ_INDEX(ship_obj), 0.25f );
2412         }
2413 }
2414
2415
2416
2417 // This gets called to apply damage when a damaging force hits a ship, but at no 
2418 // point in particular.  Like from a shockwave.   This routine will see if the
2419 // shield got hit and if so, apply damage to it.
2420 // You can pass force_center==NULL if you the damage doesn't come from anywhere,
2421 // like for debug keys to damage an object or something.  It will 
2422 // assume damage is non-directional and will apply it correctly.   
2423 void ship_apply_global_damage(object *ship_obj, object *other_obj, vector *force_center, float damage )
2424 {                               
2425         vector tmp, world_hitpos;
2426
2427         if ( force_center )     {
2428                 int shield_quad;
2429                 vector local_hitpos;
2430
2431                 // find world hitpos
2432                 vm_vec_sub( &tmp, force_center, &ship_obj->pos );
2433                 vm_vec_normalize_safe( &tmp );
2434                 vm_vec_scale_add( &world_hitpos, &ship_obj->pos, &tmp, ship_obj->radius );
2435
2436                 // Rotate world_hitpos into local coordinates (local_hitpos)
2437                 vm_vec_sub(&tmp, &world_hitpos, &ship_obj->pos );
2438                 vm_vec_rotate( &local_hitpos, &tmp, &ship_obj->orient );
2439
2440                 // shield_quad = quadrant facing the force_center
2441                 shield_quad = get_quadrant(&local_hitpos);
2442
2443                 // world_hitpos use force_center for shockwave
2444                 if (other_obj->type == OBJ_SHOCKWAVE && Ship_info[Ships[ship_obj->instance].ship_info_index].flags & SIF_HUGE_SHIP) {
2445                         world_hitpos = *force_center;
2446                 }
2447
2448                 // Do damage on local point             
2449                 ship_do_damage(ship_obj, other_obj, &world_hitpos, damage, shield_quad );
2450         } else {
2451                 // Since an force_center wasn't specified, this is probably just a debug key
2452                 // to kill an object.   So pick a shield quadrant and a point on the
2453                 // radius of the object.   
2454                 vm_vec_scale_add( &world_hitpos, &ship_obj->pos, &ship_obj->orient.v.fvec, ship_obj->radius );
2455
2456                 for (int i=0; i<MAX_SHIELD_SECTIONS; i++){
2457                         ship_do_damage(ship_obj, other_obj, &world_hitpos, damage/MAX_SHIELD_SECTIONS, i);
2458                 }
2459         }
2460
2461         // AL 3-30-98: Show flashing blast icon if player ship has taken blast damage
2462         if ( ship_obj == Player_obj ) {
2463                 // only show blast icon if playing on medium skill or lower
2464                 if ( Game_skill_level <= 2 ) {
2465                         hud_start_text_flash(XSTR("Blast", 1428), 2000);
2466                 }
2467         }
2468
2469         // evaluate any player stats scoring conditions (specifically, blasts from remotely detonated secondary weapons)
2470         scoring_eval_hit(ship_obj,other_obj,1); 
2471 }
2472
2473 void ship_apply_wash_damage(object *ship_obj, object *other_obj, float damage)
2474 {
2475         vector world_hitpos, direction_vec, rand_vec;
2476
2477         // Since an force_center wasn't specified, this is probably just a debug key
2478         // to kill an object.   So pick a shield quadrant and a point on the
2479         // radius of the object
2480         vm_vec_rand_vec_quick(&rand_vec);
2481         vm_vec_scale_add(&direction_vec, &ship_obj->orient.v.fvec, &rand_vec, 0.5f);
2482         vm_vec_normalize_quick(&direction_vec);
2483         vm_vec_scale_add( &world_hitpos, &ship_obj->pos, &direction_vec, ship_obj->radius );
2484
2485         // Do damage to hull and not to shields
2486         ship_do_damage(ship_obj, other_obj, &world_hitpos, damage, -1, 1);
2487
2488         // AL 3-30-98: Show flashing blast icon if player ship has taken blast damage
2489         if ( ship_obj == Player_obj ) {
2490                 // only show blast icon if playing on medium skill or lower
2491                 if ( Game_skill_level <= 2 ) {
2492                         hud_start_text_flash(XSTR("Engine Wash", 1429), 2000);
2493                 }
2494         }
2495
2496         // evaluate any player stats scoring conditions (specifically, blasts from remotely detonated secondary weapons)
2497         scoring_eval_hit(ship_obj,other_obj,1);
2498 }
2499
2500 // player pain
2501 void ship_hit_pain(float damage)
2502 {
2503         game_flash( damage/15.0f, -damage/30.0f, -damage/30.0f );
2504
2505         // kill any active popups when you get hit.
2506         if ( Game_mode & GM_MULTIPLAYER ){
2507                 popup_kill_any_active();
2508         }
2509 }
2510