|
Crossfire Server, Branch 1.12
R12190
|
Variables | |
| EXTERN archetype * | empty_archetype |
| Nice to have fast access to it. | |
| EXTERN int | exiting |
| True if the game is about to exit. | |
| EXTERN char | first_map_ext_path [MAX_BUF] |
| Path used for per-race start maps. | |
| EXTERN char | first_map_path [MAX_BUF] |
| The start-level. | |
| EXTERN FILE * | logfile |
| Used by server/daemon.c. | |
| EXTERN archetype * | map_archeytpe |
| EXTERN long | nrofallowedstr |
| Only used in malloc_info(). | |
| EXTERN long | nrofartifacts |
| Only used in malloc_info(). | |
| EXTERN long | nroftreasures |
| Only used in malloc_info(). | |
| EXTERN long | ob_count |
| int | reopen_logfile |
| EXTERN archetype* empty_archetype |
Nice to have fast access to it.
Definition at line 227 of file global.h.
Referenced by dump_object(), init_archetypes(), and START_TEST().
True if the game is about to exit.
Definition at line 222 of file global.h.
Referenced by init_globals(), and LOG().
| EXTERN char first_map_ext_path[MAX_BUF] |
Path used for per-race start maps.
Definition at line 230 of file global.h.
Referenced by init_dynamic(), init_globals(), and key_change_class().
| EXTERN char first_map_path[MAX_BUF] |
The start-level.
Definition at line 229 of file global.h.
Referenced by check_login(), emergency_save(), get_player(), init_dynamic(), main(), and set_first_map().
Used by server/daemon.c.
Definition at line 220 of file global.h.
Referenced by artifact_msg(), become_daemon(), cctk_setlog(), draw_ext_info(), draw_ext_info_format(), dump_alchemy(), dump_alchemy_costs(), dump_artifacts(), dump_experience(), dump_monster_treasure(), dump_monster_treasure_rec(), ext_info_map(), fatal(), forbid_play(), god_info_msg(), init(), init_globals(), LOG(), mon_info_msg(), print_message(), rec_sighup(), and usage().
| EXTERN archetype* map_archeytpe |
| EXTERN long nrofallowedstr |
Only used in malloc_info().
Definition at line 225 of file global.h.
Referenced by init_artifacts(), init_globals(), and malloc_info().
| EXTERN long nrofartifacts |
Only used in malloc_info().
Definition at line 224 of file global.h.
Referenced by init_artifacts(), init_globals(), and malloc_info().
| EXTERN long nroftreasures |
Only used in malloc_info().
Definition at line 223 of file global.h.
Referenced by init_globals(), load_treasure(), and malloc_info().
Definition at line 232 of file global.h.
Referenced by get_object().
| int reopen_logfile |
Definition at line 6 of file logger.c.
Referenced by LOG(), and rec_sighup().
1.7.6.1