Freeciv-3.2
|
Go to the source code of this file.
Macros | |
#define | FIRST_TURN 1 |
Functions | |
void | game_next_year (struct packet_game_info *info) |
void | game_advance_year (void) |
const char * | textcalfrag (int frag) |
const char * | textyear (int year) |
const char * | calendar_text (void) |
#define FIRST_TURN 1 |
Definition at line 20 of file calendar.h.
Produce a statically allocated textual representation of the current calendar time.
Definition at line 141 of file calendar.c.
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().
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().
Produce a statically allocated textual representation of the given year.
Definition at line 120 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().