Freeciv-3.3
Loading...
Searching...
No Matches
Functions
calendar.c File Reference
#include "game.h"
#include "victory.h"
#include "calendar.h"

Go to the source code of this file.

Functions

void game_next_year (struct packet_game_info *info)
 
void game_advance_year (void)
 
const chartextcalfrag (int frag)
 
const chartextyear (int year)
 
const charcalendar_text (void)
 

Function Documentation

◆ calendar_text()

const char * calendar_text ( void  )

◆ game_advance_year()

void game_advance_year ( void  )

Advance the game year.

Definition at line 91 of file calendar.c.

Referenced by end_turn().

◆ game_next_year()

void game_next_year ( struct packet_game_info info)

Advance the calendar in the passed game_info structure (may only be a copy of the real one). FIXME: would be nice to pass a struct containing just the calendar, not the whole game_info struct.

Definition at line 30 of file calendar.c.

Referenced by check_for_game_over(), and game_advance_year().

◆ textcalfrag()

const char * textcalfrag ( int  frag)

Produce a statically allocated textual representation of the given calendar fragment.

Definition at line 101 of file calendar.c.

Referenced by calendar_text(), req_text_insert(), universal_name_translation(), and worklist_item_postpone_req_vec().

◆ textyear()

const char * textyear ( int  year)

Produce a statically allocated textual representation of the given year.

Definition at line 121 of file calendar.c.

Referenced by calendar_text(), get_spaceship_descr(), handle_spaceship_launch(), req_text_insert(), universal_name_translation(), and worklist_item_postpone_req_vec().