Update known contributors comment.
This commit is contained in:
parent
73149fb151
commit
f5a9284867
47 changed files with 37 additions and 32 deletions
|
@ -29,7 +29,6 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Ron Koenderink, 2004
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 2000
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Ron Koenderink, 2005
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Ron Koenderink, 2005
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* mtch.c: Matching operations on structures and commands.
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* (List known contributors to this file)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
* Known contributors to this file:
|
||||
* Dave Pare, 1994
|
||||
* Steve McClure, 1997
|
||||
* Ron Koenderink, 2005
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
* Known contributors to this file:
|
||||
* Dave Pare, 1989
|
||||
* Steve McClure, 1997
|
||||
* Markus Armbruster, 2004
|
||||
* Markus Armbruster, 2004-2005
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
* Dave Pare, 1986
|
||||
* Ken Stevens, 1995
|
||||
* Steve McClure, 1998-2000
|
||||
* Markus Armbruster, 2004-2005
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -590,10 +591,12 @@ pln_arm(struct emp_qelem *list, int dist, int mission, struct ichrstr *ip,
|
|||
if (!(plp->pcp->pl_flags & P_A)) {
|
||||
/* no asw on this mission */
|
||||
mission_flags &= ~P_A;
|
||||
/* FIXME escorts turn ASW patrol into ordinary recon */
|
||||
}
|
||||
if (!(plp->pcp->pl_flags & P_MINE)) {
|
||||
/* no asw on this mission */
|
||||
mission_flags &= ~P_MINE;
|
||||
/* FIXME no effect */
|
||||
}
|
||||
plp->plane.pln_mobil -= pln_mobcost(dist, &plp->plane, flags);
|
||||
pr("%s equipped\n", prplane(&plp->plane));
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
* Known contributors to this file:
|
||||
* Dave Pare, 1986, 1989
|
||||
* Steve McClure, 1998-2000
|
||||
* Ron Koenderink, 2005
|
||||
* Markus Armbruster, 2005
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 2000
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1989
|
||||
* Markus Armbruster, 2004
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 2000
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -31,14 +31,7 @@
|
|||
* Julian Onions, 1988
|
||||
* Jeff Bailey, 1990
|
||||
* Steve McClure, 1996
|
||||
*/
|
||||
|
||||
/*
|
||||
* general routines that are callable to give info on things.
|
||||
* currently, planes, ships, nukes and bridges. Tanks & regiments one day?
|
||||
*
|
||||
* Added nuke_flags to be consistent. Jeff Bailey 12/15/90
|
||||
* (bailey@mcs.kent.edu)
|
||||
* Ron Koenderink, 2005
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 1998-1999
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue