helapordo 1.4.12
|
Functions | |
int | main (int argc, char **argv) |
Variables | |
Gamestate * | G_GAMESTATE = NULL |
Global variable used to store Gamestate address when KLS_Region is not available. | |
int | G_PRELOAD_ANIMATIONS_ON = 0 |
TODO Remove mentions of this. | |
int | G_DEBUG_ON = 0 |
Global variable for debug flag. | |
int | G_LOG_ON = 0 |
Global variable for debug logging flag. | |
int | G_EXPERIMENTAL_ON = 0 |
Global variable for experimental features flag. | |
int | G_FASTQUIT_ON = 0 |
Global variable for fast quit flag. | |
int | G_GODMODE_ON = 0 |
Global variable for godmode flag. | |
int | G_DEBUG_ROOMTYPE = ENEMIES |
Global variable for debug roomtype flag. | |
int | G_DEBUG_ROOMTYPE_ON = 0 |
Global variable for debug room flag. | |
char * | G_DEBUG_ROOMTYPE_ARG = NULL |
Global variable for debug room flag, set to the passed string argument. | |
int | G_DEBUG_ENEMYTYPE = Zombie |
Global variable for debug enemy in ENEMIES roomtype flag. | |
int | G_DEBUG_ENEMYTYPE_ON = 0 |
Global variable for debug enemy flag. | |
char * | G_DEBUG_ENEMYTYPE_ARG = NULL |
Global variable for debug enemy flag, set to the passed string argument. | |
int | G_DOTUTORIAL_ON = 0 |
Global variable for a tutorial launch. | |
int | GS_AUTOSAVE_ON = 1 |
Global variable for autosave setting. | |
int | G_USE_CURRENTDIR = 0 |
Global variable for using current directory to store game run files. | |
int | G_USE_DEFAULT_BACKGROUND = 0 |
Global variable for using terminal default color. | |
int | G_USE_VIM_DIRECTIONAL_KEYS = 0 |
Global variable for using vim-like directional keys. | |
int | G_USE_WASD_DIRECTIONAL_KEYS = 0 |
Global variable for using WASD directional keys. | |
int64_t | G_RNG_ADVANCEMENTS = 0 |
Global variable used to count advancements of the rng. | |
int | G_SEEDED_RUN_ON = 0 |
Global variable for seeded run flag. | |
char * | G_SEEDED_RUN_ARG = NULL |
Global variable for seeded run flag, set to the passed string argument. | |
Gamemode | GAMEMODE = Rogue |
Global variable for gamemode flag. | |
Koliseo * | default_kls = NULL |
Global variable for default Koliseo. | |
Koliseo * | temporary_kls = NULL |
Global variable for temporary Koliseo. | |
Koliseo * | support_kls = NULL |
Global variable for support Koliseo. | |
int main | ( | int | argc, |
char ** | argv ) |
Koliseo* default_kls = NULL |
Global variable for default Koliseo.
int G_DEBUG_ENEMYTYPE = Zombie |
Global variable for debug enemy in ENEMIES roomtype flag.
char* G_DEBUG_ENEMYTYPE_ARG = NULL |
Global variable for debug enemy flag, set to the passed string argument.
int G_DEBUG_ENEMYTYPE_ON = 0 |
Global variable for debug enemy flag.
int G_DEBUG_ON = 0 |
Global variable for debug flag.
int G_DEBUG_ROOMTYPE = ENEMIES |
Global variable for debug roomtype flag.
char* G_DEBUG_ROOMTYPE_ARG = NULL |
Global variable for debug room flag, set to the passed string argument.
int G_DEBUG_ROOMTYPE_ON = 0 |
Global variable for debug room flag.
int G_DOTUTORIAL_ON = 0 |
Global variable for a tutorial launch.
int G_EXPERIMENTAL_ON = 0 |
Global variable for experimental features flag.
int G_FASTQUIT_ON = 0 |
Global variable for fast quit flag.
Gamestate* G_GAMESTATE = NULL |
Global variable used to store Gamestate address when KLS_Region is not available.
Could be used even with it. Useful to save the game in a pinch, like when receiving SIGINT.
int G_GODMODE_ON = 0 |
Global variable for godmode flag.
int G_LOG_ON = 0 |
Global variable for debug logging flag.
int G_PRELOAD_ANIMATIONS_ON = 0 |
TODO Remove mentions of this.
Global variable for load animations flag. Legacy.
int64_t G_RNG_ADVANCEMENTS = 0 |
Global variable used to count advancements of the rng.
char* G_SEEDED_RUN_ARG = NULL |
Global variable for seeded run flag, set to the passed string argument.
int G_SEEDED_RUN_ON = 0 |
Global variable for seeded run flag.
int G_USE_CURRENTDIR = 0 |
Global variable for using current directory to store game run files.
int G_USE_DEFAULT_BACKGROUND = 0 |
Global variable for using terminal default color.
int G_USE_VIM_DIRECTIONAL_KEYS = 0 |
Global variable for using vim-like directional keys.
int G_USE_WASD_DIRECTIONAL_KEYS = 0 |
Global variable for using WASD directional keys.
int GS_AUTOSAVE_ON = 1 |
Global variable for autosave setting.
Koliseo* support_kls = NULL |
Global variable for support Koliseo.
Koliseo* temporary_kls = NULL |
Global variable for temporary Koliseo.