Freeciv-3.2
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
modpack.h File Reference

Go to the source code of this file.

Macros

#define MODPACK_CAPSTR   "+Freeciv-3.2-modpack"
 
#define MODPACK_SUFFIX   ".modpack"
 

Typedefs

typedef void(* mrc_cb) (const char *, const char *, void *data)
 

Functions

void modpacks_init (void)
 
void modpacks_free (void)
 
const charmodpack_cache_ruleset (struct section_file *sf)
 
const charmodpack_file_from_ruleset_cache (const char *name)
 
struct fileinfo_listget_modpacks_list (void)
 
const charmodpack_has_ruleset (struct section_file *sf)
 
bool modpack_check_capabilities (struct section_file *file, const char *us_capstr, const char *filename, bool verbose)
 
const charmodpack_serv_file (struct section_file *sf)
 
const charmodpack_rulesetdir (struct section_file *sf)
 
void modpack_ruleset_cache_iterate (mrc_cb cb, void *data)
 

Macro Definition Documentation

◆ MODPACK_CAPSTR

#define MODPACK_CAPSTR   "+Freeciv-3.2-modpack"

Definition at line 20 of file modpack.h.

◆ MODPACK_SUFFIX

#define MODPACK_SUFFIX   ".modpack"

Definition at line 22 of file modpack.h.

Typedef Documentation

◆ mrc_cb

typedef void(* mrc_cb) (const char *, const char *, void *data)

Definition at line 39 of file modpack.h.

Function Documentation

◆ get_modpacks_list()

struct fileinfo_list * get_modpacks_list ( void  )

Get list of modpack meta info files.

Definition at line 107 of file modpack.c.

Referenced by cache_rulesets().

◆ modpack_cache_ruleset()

const char * modpack_cache_ruleset ( struct section_file sf)

Add modpack/ruleset mapping to cache, if modpack has ruleset. Return name of the modpack, if the mapping exist.

Definition at line 165 of file modpack.c.

Referenced by cache_rulesets().

◆ modpack_check_capabilities()

bool modpack_check_capabilities ( struct section_file file,
const char us_capstr,
const char filename,
bool  verbose 
)

Check modpack file capabilities.

Definition at line 74 of file modpack.c.

Referenced by modpack_has_ruleset().

◆ modpack_file_from_ruleset_cache()

const char * modpack_file_from_ruleset_cache ( const char name)

Find filename by name of the modpack, from the ruleset cache

Definition at line 188 of file modpack.c.

Referenced by handle_ruleset_select(), and ruleset_cache_listcmd_cb().

◆ modpack_has_ruleset()

const char * modpack_has_ruleset ( struct section_file sf)

Return name of the modpack if contains a ruleset. If it does not contain ruleset, return NULL.

Definition at line 121 of file modpack.c.

Referenced by modpack_cache_ruleset().

◆ modpack_ruleset_cache_iterate()

void modpack_ruleset_cache_iterate ( mrc_cb  cb,
void data 
)

Call callback for each item in the ruleset cache.

Definition at line 202 of file modpack.c.

Referenced by send_ruleset_choices(), and show_rulesets().

◆ modpack_rulesetdir()

const char * modpack_rulesetdir ( struct section_file sf)

Return rulesetdir for the modpack, if any.

Definition at line 152 of file modpack.c.

Referenced by handle_ruleset_select(), and ruleset_cache_listcmd_cb().

◆ modpack_serv_file()

const char * modpack_serv_file ( struct section_file sf)

Return .serv file name for the modpack, if any.

Definition at line 140 of file modpack.c.

Referenced by handle_ruleset_select(), and ruleset_cache_listcmd_cb().

◆ modpacks_free()

void modpacks_free ( void  )

Free the memory associated with modpacks system

Definition at line 58 of file modpack.c.

Referenced by game_free().

◆ modpacks_init()

void modpacks_init ( void  )

Initialize modpacks system

Definition at line 48 of file modpack.c.

Referenced by game_init().