vegastrike
0.5.1.r1
|
Go to the source code of this file.
Classes | |
struct | game_data_t |
class | LeakVector< MyType > |
Functions | |
void | cleanup () |
void | VSExit (int code) |
Variables | |
commandI * | CommandInterpretor |
Universe * | _Universe |
bool | STATIC_VARS_DESTROYED |
char | SERVER |
int | loop_count |
double | avg_loop |
int | nb_checks |
double | last_check |
double | cur_check |
bool | cleanexit |
bool | run_only_player_starsystem |
game_data_t | g_game |
Music * | muzak |
int | muzak_count |
VegaConfig * | vs_config |
NetClient * | Network |
NetServer * | VSServer |
Mission * | mission |
LeakVector< Mission * > | active_missions |
ForceFeedback * | forcefeedback |
double | benchmark |
void VSExit | ( | int | code) |
Definition at line 28 of file accountserver.cpp.
LeakVector< Mission* > active_missions |
double avg_loop |
Definition at line 26 of file vs_globals.cpp.
double benchmark |
Definition at line 20 of file vs_globals.cpp.
bool cleanexit |
Definition at line 9 of file vs_globals.cpp.
commandI* CommandInterpretor |
Definition at line 1395 of file command.cpp.
double cur_check |
Definition at line 29 of file vs_globals.cpp.
ForceFeedback* forcefeedback |
Definition at line 7 of file vs_globals.cpp.
game_data_t g_game |
Definition at line 6 of file vs_globals.cpp.
double last_check |
Definition at line 28 of file vs_globals.cpp.
int loop_count |
Definition at line 25 of file vs_globals.cpp.
Mission* mission |
Definition at line 18 of file vs_globals.cpp.
Music* muzak |
int muzak_count |
int nb_checks |
Definition at line 27 of file vs_globals.cpp.
NetClient* Network |
Definition at line 47 of file accountserver.cpp.
bool run_only_player_starsystem |
Definition at line 10 of file vs_globals.cpp.
char SERVER |
Definition at line 43 of file accountserver.cpp.
bool STATIC_VARS_DESTROYED |
Definition at line 21 of file vs_globals.cpp.
VegaConfig* vs_config |
Definition at line 8 of file vs_globals.cpp.
NetServer* VSServer |
Definition at line 13 of file vs_globals.cpp.