Fix trailing whitespace
This commit is contained in:
parent
a9653c475b
commit
d702068457
509 changed files with 922 additions and 922 deletions
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* age.c: Age people
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* anno.c: Delete announcements older than ANNO_KEEP_DAYS
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
* Doug Hay, 1998
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* bp.c: The `build pointer' (bp) map
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ville Virrankoski, 1996
|
||||
* Markus Armbruster, 2007
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* deliver.c: Deliver commodities to neighboring sector
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* distribute.c: Do distribution to sectors
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Steve McClure, 1998
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* finish.c: Finish the update
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Thomas Ruschak, 1993
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* human.c: Food related functions
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Steve McClure, 1996
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* land.c: Do production for land units
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Thomas Ruschak, 1992
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* main.c: World update main function
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1994
|
||||
* Steve McClure, 1996
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* material.c: Tries to find materials for production
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ville Virrankoski, 1996
|
||||
* Markus Armbruster, 2007
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* mobility.c: Add mobility to each of the items which accumulate mobility.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Steve McClure, 1998-1999
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* move_sat.c: Move a satellite to the next point in it's orbit.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* nat.c: Accumulate tech, edu, research and happiness.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1989
|
||||
* Steve McClure, 1997
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* nav_ship.c: Navigate ships and such
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Chad Zabel, 1994
|
||||
* Ken Stevens, 1995
|
||||
|
@ -228,7 +228,7 @@ nav_load_ship_at_sea(struct shpstr *sp)
|
|||
}
|
||||
|
||||
/* new autonav code.
|
||||
*
|
||||
*
|
||||
* 1. Try and move to the next sector/harbor given by the player.
|
||||
* 2. Once we reach a harbor try and load all cargo holds for that ship.
|
||||
* 3. If the ship reaches its max levels set by the player try to use
|
||||
|
@ -237,8 +237,8 @@ nav_load_ship_at_sea(struct shpstr *sp)
|
|||
* the ship gets sunk (forts,ect..), the ship hits a mine.
|
||||
*
|
||||
* Questions, bugs (fixes) , or new ideas should be directed at
|
||||
* Chad Zabel.
|
||||
* 6-1-94
|
||||
* Chad Zabel.
|
||||
* 6-1-94
|
||||
* Modified to use shp_nav by Ken Stevens 1995
|
||||
*/
|
||||
int
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* nav_util.c: Utilities for autonav and sail
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -42,10 +42,10 @@
|
|||
#include "ship.h"
|
||||
#include "update.h"
|
||||
|
||||
/* load a specific ship given its
|
||||
/* load a specific ship given its
|
||||
* location and what field to modify.
|
||||
* new autonav code
|
||||
* Chad Zabel 6/1/94
|
||||
* Chad Zabel 6/1/94
|
||||
*/
|
||||
int
|
||||
load_it(struct shpstr *sp, struct sctstr *psect, int i)
|
||||
|
@ -115,13 +115,13 @@ load_it(struct shpstr *sp, struct sctstr *psect, int i)
|
|||
|
||||
}
|
||||
|
||||
/* unload_it
|
||||
/* unload_it
|
||||
* A guess alot of this looks like load_it but because of its location
|
||||
* in the autonav code I had to split the 2 procedures up.
|
||||
* unload_it dumps all the goods from the ship to the harbor.
|
||||
* ONLY goods in the trade fields will be unloaded.
|
||||
* new autonav code
|
||||
* Chad Zabel 6/1/94
|
||||
* Chad Zabel 6/1/94
|
||||
*/
|
||||
void
|
||||
unload_it(struct shpstr *sp)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* nxtitemp.c: Get next item from list
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1989
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* plague.c: Plague related functions
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 1998-2000
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* plane.c: Do production for planes
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Steve McClure, 1998
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* populace.c: Return workforce available
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* prepare.c: Perform prelimiary updates of sectors
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Thomas Ruschak, 1992
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* produce.c: Produce goodies
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* ---
|
||||
*
|
||||
* removewants.c: Remove the "I want an update" flag.
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* revolt.c: Have disloyal populace revolt!
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Steve McClure, 1997-2000
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* sail.c: Sail ships during the update
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Doug Hay
|
||||
* Robert Forsman
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* sect.c: Do production for sectors
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Steve McClure, 1996
|
||||
|
@ -291,7 +291,7 @@ produce_sect(int natnum, int etu, struct bp *bp, long p_sect[][2])
|
|||
} else
|
||||
vec = sp->sct_item;
|
||||
|
||||
/* If everybody is dead, the sector reverts to unowned.
|
||||
/* If everybody is dead, the sector reverts to unowned.
|
||||
* This is also checked at the end of the production in
|
||||
* they all starved or were plagued off.
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* ship.c: Do production for ships
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Dave Pare, 1986
|
||||
* Steve McClure, 1996
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue