|
Freeciv-3.2
|
#include <stdarg.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 "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 "ruleset.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 277 of file fc_manual.c.
| enum client_states client_state | ( | void | ) |
Mostly a client stub.
Definition at line 269 of file fc_manual.c.
Client stub
Definition at line 261 of file fc_manual.c.
Client stub
Definition at line 237 of file fc_manual.c.
Client stub
Definition at line 253 of file fc_manual.c.
Client stub
Definition at line 245 of file fc_manual.c.
Replace html special characters ('&', '<' and '>').
Definition at line 168 of file fc_manual.c.
Referenced by manual_commands(), and manual_settings().
Empty function required by helpdata
Definition at line 521 of file fc_manual.c.
Entry point of whole freeciv-manual program
Definition at line 360 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 320 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 291 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 195 of file fc_manual.c.
Client stub
Definition at line 187 of file fc_manual.c.
Client stub
Definition at line 229 of file fc_manual.c.
Client stub
Definition at line 205 of file fc_manual.c.
Client stub
Definition at line 221 of file fc_manual.c.
Client stub
Definition at line 213 of file fc_manual.c.
Definition at line 161 of file fc_manual.c.
Definition at line 67 of file fc_manual.c.
Referenced by main().
Definition at line 163 of file fc_manual.c.
Referenced by client_start_server(), main(), set_ruleset(), sg_load_ruleset(), and sg_load_savefile().
Definition at line 200 of file fc_manual.c.
Definition at line 113 of file fc_manual.c.
Referenced by main().