int rank_spaceship_arrival(struct player **result)
Rank launched player spaceships in order of arrival.
void spaceship_lost(struct player *pplayer)
Handle spaceship loss.
bool do_spaceship_place(struct player *pplayer, enum action_requester from, enum spaceship_place_type type, int num)
Place a spaceship part.
double spaceship_arrival(const struct player *pplayer)
Return arrival year of player's spaceship (fractional, as one spaceship may arrive before another in ...
void spaceship_calc_derived(struct player_spaceship *ship)
Calculate and fill in the derived quantities about the spaceship.
void send_spaceship_info(struct player *src, struct conn_list *dest)
Send details of src's spaceship (or spaceships of all players if src is nullptr) to specified destina...
void spaceship_arrived(struct player *pplayer)
Handle spaceship arrival.