|
Freeciv-3.4
|
#include <stdarg.h>#include <stdlib.h>#include <string.h>#include "capability.h"#include "executable.h"#include "fc_cmdline.h"#include "fciconv.h"#include "fcintl.h"#include "log.h"#include "mem.h"#include "registry.h"#include "capstr.h"#include "connection.h"#include "fc_cmdhelp.h"#include "fc_interface.h"#include "version.h"#include "client_main.h"#include "climisc.h"#include "helpdata.h"#include "music.h"#include "tilespec.h"#include "ruleload.h"#include "settings.h"#include "sernet.h"#include "srv_main.h"#include "stdinhand.h"#include "tools_fc_interface.h"#include "fc_manual.h"Go to the source code of this file.
Functions | |
| void | insert_client_build_info (char *outbuf, size_t outlen) |
| 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) |
| const char * | current_musicset_name (void) |
| const char * | current_musicset_version (void) |
| const char * | current_musicset_summary (void) |
| const char * | current_musicset_description (void) |
| enum client_states | client_state (void) |
| bool | client_nation_is_in_current_set (const struct nation_type *pnation) |
| FILE * | manual_start (struct tag_types *tag_info, int manual_number) |
| void | manual_finalize (struct tag_types *tag_info, FILE *doc, enum manuals manual) |
| 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 |
| bool client_nation_is_in_current_set | ( | const struct nation_type * | pnation | ) |
Mostly a client stub.
Definition at line 274 of file fc_manual.c.
| enum client_states client_state | ( | void | ) |
Mostly a client stub.
Definition at line 266 of file fc_manual.c.
Client stub
Definition at line 258 of file fc_manual.c.
Client stub
Definition at line 234 of file fc_manual.c.
Client stub
Definition at line 250 of file fc_manual.c.
Client stub
Definition at line 242 of file fc_manual.c.
Replace html special characters ('&', '<' and '>').
Definition at line 165 of file fc_manual.c.
Referenced by manual_commands(), and manual_settings().
Empty function required by helpdata
Definition at line 509 of file fc_manual.c.
Entry point of whole freeciv-manual program
Definition at line 357 of file fc_manual.c.
Generic finalizing step for a manual page. Closes the file.
| tag_info | Tag set to use |
| doc | Manual handle |
| manual | Type of the manual |
Definition at line 317 of file fc_manual.c.
Referenced by manual_commands(), manual_extras(), manual_governments(), manual_improvements(), manual_settings(), manual_techs(), manual_terrain(), manual_uclasses(), and manual_units().
Create manual file, and do the generic header for it.
| tag_info | Tag set to use |
| manual_number | Number of the manual page |
Definition at line 288 of file fc_manual.c.
Referenced by manual_commands(), manual_extras(), manual_governments(), manual_improvements(), manual_settings(), manual_techs(), manual_terrain(), manual_uclasses(), and manual_units().
Client stub
Definition at line 192 of file fc_manual.c.
Client stub
Definition at line 184 of file fc_manual.c.
Client stub
Definition at line 226 of file fc_manual.c.
Client stub
Definition at line 202 of file fc_manual.c.
Client stub
Definition at line 218 of file fc_manual.c.
Client stub
Definition at line 210 of file fc_manual.c.
Definition at line 158 of file fc_manual.c.
Definition at line 64 of file fc_manual.c.
Referenced by main().
Definition at line 160 of file fc_manual.c.
Referenced by client_start_server(), main(), set_ruleset(), sg_load_ruleset(), and sg_load_savefile().
Definition at line 197 of file fc_manual.c.
Definition at line 110 of file fc_manual.c.
Referenced by main().