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 273 of file fc_manual.c.
enum client_states client_state | ( | void | ) |
Mostly a client stub.
Definition at line 265 of file fc_manual.c.
Client stub
Definition at line 257 of file fc_manual.c.
Client stub
Definition at line 233 of file fc_manual.c.
Client stub
Definition at line 249 of file fc_manual.c.
Client stub
Definition at line 241 of file fc_manual.c.
Replace html special characters ('&', '<' and '>').
Definition at line 164 of file fc_manual.c.
Referenced by manual_commands(), and manual_settings().
Empty function required by helpdata
Definition at line 505 of file fc_manual.c.
Entry point of whole freeciv-manual program
Definition at line 355 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_name | Name of the manual |
Definition at line 316 of file fc_manual.c.
Referenced by manual_commands(), manual_extras(), manual_governments(), manual_improvements(), manual_settings(), manual_techs(), manual_terrain(), 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 287 of file fc_manual.c.
Referenced by manual_commands(), manual_extras(), manual_governments(), manual_improvements(), manual_settings(), manual_techs(), manual_terrain(), and manual_units().
Client stub
Definition at line 191 of file fc_manual.c.
Client stub
Definition at line 183 of file fc_manual.c.
Client stub
Definition at line 225 of file fc_manual.c.
Client stub
Definition at line 201 of file fc_manual.c.
Client stub
Definition at line 217 of file fc_manual.c.
Client stub
Definition at line 209 of file fc_manual.c.
Definition at line 157 of file fc_manual.c.
Definition at line 63 of file fc_manual.c.
Referenced by main().
Definition at line 159 of file fc_manual.c.
Referenced by client_start_server(), main(), set_ruleset(), sg_load_ruleset(), and sg_load_savefile().
Definition at line 196 of file fc_manual.c.
Definition at line 109 of file fc_manual.c.
Referenced by main().