|
Freeciv-3.1
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "capability.h"#include "fc_cmdline.h"#include "fciconv.h"#include "fcintl.h"#include "log.h"#include "mem.h"#include "registry.h"#include "support.h"#include "capstr.h"#include "connection.h"#include "events.h"#include "fc_cmdhelp.h"#include "fc_interface.h"#include "fc_types.h"#include "game.h"#include "government.h"#include "improvement.h"#include "map.h"#include "movement.h"#include "player.h"#include "version.h"#include "client_main.h"#include "climisc.h"#include "helpdata.h"#include "helpdlg_g.h"#include "tilespec.h"#include "citytools.h"#include "commands.h"#include "connecthand.h"#include "console.h"#include "diplhand.h"#include "gamehand.h"#include "plrhand.h"#include "report.h"#include "ruleset.h"#include "settings.h"#include "sernet.h"#include "srv_main.h"#include "stdinhand.h"#include "tools_fc_interface.h"Go to the source code of this file.
Data Structures | |
| struct | tag_types |
Enumerations | |
| enum | manuals { MANUAL_SETTINGS , MANUAL_COMMANDS , MANUAL_TERRAIN , MANUAL_BUILDINGS , MANUAL_WONDERS , MANUAL_GOVS , MANUAL_UNITS , MANUAL_TECHS , MANUAL_COUNT } |
Functions | |
| void | insert_client_build_info (char *outbuf, size_t outlen) |
| static char * | html_special_chars (char *str, size_t *len) |
| void | popup_help_dialog_string (const char *item) |
| void | popdown_help_dialog (void) |
| const char * | tileset_name_get (struct tileset *t) |
| const char * | tileset_version (struct tileset *t) |
| const char * | tileset_summary (struct tileset *t) |
| const char * | tileset_description (struct tileset *t) |
| enum client_states | client_state (void) |
| bool | client_nation_is_in_current_set (const struct nation_type *pnation) |
| static bool | manual_command (struct tag_types *tag_info) |
| int | main (int argc, char **argv) |
Variables | |
| struct tag_types | html_tags |
| struct tag_types | wiki_tags |
| const char * | client_string = "freeciv-manual" |
| static char * | ruleset = NULL |
| struct tileset * | tileset |
| enum manuals |
| Enumerator | |
|---|---|
| MANUAL_SETTINGS | |
| MANUAL_COMMANDS | |
| MANUAL_TERRAIN | |
| MANUAL_BUILDINGS | |
| MANUAL_WONDERS | |
| MANUAL_GOVS | |
| MANUAL_UNITS | |
| MANUAL_TECHS | |
| MANUAL_COUNT | |
Definition at line 81 of file civmanual.c.
| bool client_nation_is_in_current_set | ( | const struct nation_type * | pnation | ) |
Mostly a client stub.
Definition at line 288 of file civmanual.c.
| enum client_states client_state | ( | void | ) |
Mostly a client stub.
Definition at line 280 of file civmanual.c.
|
static |
Replace html special characters ('&', '<' and '>').
Definition at line 211 of file civmanual.c.
Referenced by manual_command().
| void insert_client_build_info | ( | char * | outbuf, |
| size_t | outlen | ||
| ) |
Empty function required by helpdata
Definition at line 993 of file civmanual.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point of whole freeciv-manual program
Definition at line 832 of file civmanual.c.
| void popdown_help_dialog | ( | void | ) |
Client stub
Definition at line 238 of file civmanual.c.
| void popup_help_dialog_string | ( | const char * | item | ) |
Client stub
Definition at line 230 of file civmanual.c.
| const char * tileset_description | ( | struct tileset * | t | ) |
Client stub
Definition at line 272 of file civmanual.c.
| const char * tileset_name_get | ( | struct tileset * | t | ) |
Client stub
Definition at line 248 of file civmanual.c.
| const char * tileset_summary | ( | struct tileset * | t | ) |
Client stub
Definition at line 264 of file civmanual.c.
| const char * tileset_version | ( | struct tileset * | t | ) |
Client stub
Definition at line 256 of file civmanual.c.
| const char* client_string = "freeciv-manual" |
Definition at line 204 of file civmanual.c.
| struct tag_types html_tags |
Definition at line 110 of file civmanual.c.
Referenced by main().
|
static |
Definition at line 206 of file civmanual.c.
Referenced by client_start_server(), main(), set_ruleset(), sg_load_ruleset(), and sg_load_savefile().
Definition at line 243 of file civmanual.c.
| struct tag_types wiki_tags |
Definition at line 156 of file civmanual.c.
Referenced by main().