23#define HELAPORDO_OS "unknown"
26#ifndef HELAPORDO_MACHINE
27#define HELAPORDO_MACHINE "unknown"
30#include "../../ringabuf/src/ringabuf.h"
32#ifdef HELAPORDO_CURSES_BUILD
34#include <ncursesw/panel.h>
37#define S4C_WIN_GREEN 2
40#define S4C_WIN_WHITE 5
41#define S4C_WIN_YELLOW 6
42#define S4C_WIN_BLACK_ON_WHITE 7
43#define S4C_WIN_PURPLE 8
44#define S4C_WIN_WHITE_ON_RED 9
45#define S4C_WIN_WHITE_ON_PURPLE 10
53typedef struct GameScreen {
64#ifndef HELAPORDO_RAYLIB_BUILD
65#error "HELAPORDO_CURSES_BUILD and HELAPORDO_RAYLIB_BUILD are both undefined."
70typedef enum GameScreen { LOGO = 0, TITLE, SAVES_VIEW, NAMEPICK_VIEW, CLASSPICK_VIEW, FLOOR_VIEW, ROOM_VIEW, UNLOCK_SPECIAL_VIEW, PICK_SPECIAL_VIEW, EQUIPS_VIEW, OPEN_BAG_VIEW, CHECK_LOADOUT_VIEW, CONSUMABLES_VIEW, STATS_VIEW, ARTIFACTS_VIEW, ENDING, DOOR_ANIM, CHEST_ANIM,
71#ifdef HELAPORDO_DEBUG_ACCESS
84#define WIN32_LEAN_AND_MEAN
91#ifdef HELAPORDO_DEBUG_ACCESS
92#include "../../koliseo/src/kls_region.h"
94#include "../../koliseo/src/koliseo.h"
133#define HLPD_KEYCLASS_MAX 8
170#define HLPD_DIRECTIONALKEYS_SCHEMAS_MAX 2
207#ifndef KOLISEO_HAS_REGION
208#define KLS_REGIONTYPE_MAX 2
252#define HLP_MAX_INDEX (HR_loadInfo-100+KLS_REGIONTYPE_MAX)
369#define HELAPORDO_MAJOR_VERSION 1
374#define HELAPORDO_MINOR_VERSION 4
379#define HELAPORDO_PATCH_VERSION 19
384#define VERSION "1.4.19"
386#define HELAPORDO_BINSAVEFILE_VERSION "0.0.7"
391static const int HELAPORDO_API_VERSION_INT =
395#define EXPECTED_NCURSES_VERSION_MAJOR 6
396#define EXPECTED_NCURSES_VERSION_MINOR 4
397#define EXPECTED_NCURSES_VERSION_PATCH 20230520
398#define EXPECTED_RAYLIB_VERSION_MAJOR 4
399#define EXPECTED_RAYLIB_VERSION_MINOR 5
400#define EXPECTED_RAYLIB_VERSION_PATCH 0
418#define MAX_SAVESLOTS 3
431#define MAXPLAYERLUCK 30
457#define GAMEMODE_MAX 0
494#define CONSUMABLESMAX 5
543#define ARTIFACTSMAX 6
571#define ENEMY_ARTIFACTDROP_CHANCE 1001
680#define ENEMYCLASSESMAX 7
736#define BOSSCLASSESMAX 4
864#define SKILLSTOTAL SKILL_TYPE_MAX
866#define FIGHTER_SKILL_SLOTS SKILLSTOTAL
867#define ENEMY_SKILL_SLOTS SKILLSTOTAL
868#define BOSS_SKILL_SLOTS SKILLSTOTAL
962#define EQUIPSBAGSIZE 20
991#define EQUIPPERKSMAX 2
1029#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
1052#ifdef HELAPORDO_CURSES_BUILD
1053typedef void (*callback_special_t)(WINDOW *,
struct Fighter *,
struct Enemy *,
1054 struct Boss *,
struct Path *, int, int, int);
1056#ifndef HELAPORDO_RAYLIB_BUILD
1057#error "HELAPORDO_CURSES_BUILD and HELAPORDO_RAYLIB_BUILD are both undefined."
1059typedef void (*callback_special_t)(Rectangle* r,
struct Fighter *,
struct Enemy *,
1060 struct Boss *,
struct Path *, int, int, int);
1072 struct Boss *,
int isBoss);
1079#define FIGHTER_NAME_BUFSIZE 50
1331#define WINCON_CLASS_MAX 2
1348#define PATH_SEED_BUFSIZE 20
1400#define QUALITIESMAX 2
1481#define ITEM_SHOP_MAX 20
1486#define EQUIP_SHOP_MAX 2
1491#define CONSUMABLE_SHOP_MAX 3
1496#define SINGLE_CONSUMABLE_SHOP_MAX 3
1531#define CHEST_CLASS_MAX 1
1536#define CHEST_CONSUMABLES_MAX 5
1540#define CHEST_EQUIPS_MAX 5
1585#define TREASURE_CLASS_MAX 3
1630#define ROADFORK_OPTIONS_MAX 4
1673#define ROOM_CLASS_MAX 7
1684#define ROOM_ENEMIES_MAX 4
1691#define FOES_BOSSES_MAX 2
1708#define FOEPARTY_CLASS_MAX 1
1798#define FLOOR_CLASS_MAX 1
1810#define FLOOR_MAX_COLS 24
1816#define FLOOR_MAX_ROWS 24
1844#define MAX_ROGUE_FLOORS 17
1860#define SAVETYPE_MAX 2
1918#ifdef HELAPORDO_CURSES_BUILD
1921#ifndef HELAPORDO_RAYLIB_BUILD
1922#error "HELAPORDO_CURSES_BUILD and HELAPORDO_RAYLIB_BUILD are both undefined.\n"
1932#ifndef KOLISEO_HAS_REGION
2006#define TURNOP_MAX 17
2048#define FOETURNOP_MAX 3
2061#define OPS_LOGFILE "OPS_log.txt"
2086#define OP_RES_MAX 10
2110#ifdef HELAPORDO_CURSES_BUILD
2113#ifndef HELAPORDO_RAYLIB_BUILD
2114#error "HELAPORDO_CURSES_BUILD and HELAPORDO_RAYLIB_BUILD are both undefined."
2116 Rectangle *notify_win;
2150#define BSTFACTOR 1.5
2156#define ENEMYLVLRATIO 2
2161#define SPECIALLVLRATIO 2
2166#define EQUIPLVLBOOSTRATIO 3
2185#define FIGHT_RES_TOT 7
2201#define CHEST_FRAMES 25
2202#define CHEST_ROWS 18
2203#define CHEST_COLS 18
2204#define CHEST_FRAMETIME 67
2206#define CURSES_BINSAVE_NAME "save-nc.bin"
2207#define RL_BINSAVE_NAME "save-rl.bin"
2209#define CURSES_GMSTSAVE_NAME "run-nc.bin"
2210#define RL_GMSTSAVE_NAME "run-rl.bin"
2212#define CURSES_SETTINGS_SAVE_NAME "settings-nc.bin"
2213#define RL_SETTINGS_SAVE_NAME "settings-rl.bin"
2219#define NOTIFICATION_BUFFER_SIZE 200
2230#define NOTIFICATIONS_RINGBUFFER_SIZE 7
const wchar_t TORSO_CHAR_ICON
Definition game_core.c:613
char * foeturnopstrings[FOETURNOP_MAX+1]
Array with the name strings for foeTurnOption.
Definition game_core.c:334
char * perksdescstrings[PERKSMAX+1]
Array with the desc strings for perkClass.
Definition game_core.c:514
HLPD_Key hlpd_default_keybinds[HLPD_KEYCLASS_MAX+1]
Array with the keybinds for the game.
Definition game_core.c:46
Consumable consumablesBase[CONSUMABLESMAX+1]
Array containing all Consumable instances.
Definition game_core.c:360
char * specialsdescstrings[CLASSESMAX+1][SPECIALSMAX+1]
Array with the desc strings for special moves.
Definition game_core.c:460
char * hlp_regiontype_strings[HLP_MAX_INDEX+1]
Array with the name strings for HLP_Region_Type values.
Definition game_core.c:98
Saveslot default_saveslots[MAX_SAVESLOTS+1]
Array with the default saveslots for a game.
Definition game_core.c:136
char * classbossstrings[BOSSCLASSESMAX+1]
Array with the name strings for bossClass.
Definition game_core.c:436
char * hlpd_keyclass_strings[HLPD_KEYCLASS_MAX+1]
Array with the name strings for Gamemode.
Definition game_core.c:34
char * roomnamestrings[ROOM_CLASS_MAX+1]
Array with the name strings for roomClass.
Definition game_core.c:579
char * winconstrings[WINCON_CLASS_MAX+1]
Array with the desc strings for winconClass.
Definition game_core.c:526
char * skillsnamestrings[SKILLSTOTAL+1]
Array with the name strings for skills.
Definition game_core.c:475
Artifact artifactsBase[ARTIFACTSMAX+1]
Array with all the Artifact found.
Definition game_core.c:380
char * qualitytrings[QUALITIESMAX+1]
Array with the name strings for quality.
Definition game_core.c:532
char * consumablestrings[CONSUMABLESMAX+1]
Array with the name strings for Consumable.
Definition game_core.c:351
FoePartyBaseStats basefoepartystats[FOEPARTY_CLASS_MAX+1]
Array containing all FoePartyBaseStats instances.
Definition game_core.c:600
char * treasuredescstrings[TREASURE_CLASS_MAX+1]
Array with the name strings for treasureClass.
Definition game_core.c:565
char * equipstrings[EQUIPSMAX+1]
Array with the name strings for equipClass.
Definition game_core.c:538
char * gamemodenamestrings[GAMEMODE_MAX+1]
Array with the name strings for Gamemode.
Definition game_core.c:94
char * classesstrings[CLASSESMAX+1]
Array with the name strings for fighterClass.
Definition game_core.c:397
char * foepartystrings[FOEPARTY_CLASS_MAX+1]
Array with the name strings for foePartyClass.
Definition game_core.c:595
char * roadforkoptionstrings[ROADFORK_OPTIONS_MAX+1]
Array with the name strings for roadforkClass.
Definition game_core.c:571
char * opresstrings[OP_RES_MAX+1]
Array with the name strings for OP_res.
Definition game_core.c:299
Equip equips[EQUIPSMAX+1]
Array containing all Equip instances.
Definition game_core.c:547
BaseStats basestats[CLASSESMAX+1]
Array containing all BaseStats instances.
Definition game_core.c:404
char * fightresultstrings[FIGHT_RES_TOT+1]
Array with the name strings for fightResult.
Definition game_core.c:341
BossBaseStats basebossstats[BOSSCLASSESMAX+1]
Array containing all BossBaseStats instances.
Definition game_core.c:444
EnemyBaseStats baseenemystats[ENEMYCLASSESMAX+1]
Array containing all EnemyBaseStats instances.
Definition game_core.c:424
char * specialsnamestrings[CLASSESMAX+1][SPECIALSMAX+1]
Array with the name strings for special moves.
Definition game_core.c:453
char * perksnamestrings[PERKSMAX+1]
Array with the name strings for perkClass.
Definition game_core.c:502
char * floornamestrings[FLOOR_CLASS_MAX+1]
Array with the name strings for floorClass.
Definition game_core.c:590
char * turnopstrings[TURNOP_MAX+1]
Array with the name strings for turnOption.
Definition game_core.c:313
const wchar_t HEAD_CHAR_ICON
Definition game_core.c:612
char * skillsdescstrings[SKILLSTOTAL+1]
Array with the desc strings for skills.
Definition game_core.c:482
char * chestdescstrings[CHEST_CLASS_MAX+1]
Array with the desc strings for chestClass.
Definition game_core.c:560
char * hlpd_directionalkeyschemas_strings[HLPD_DIRECTIONALKEYS_SCHEMAS_MAX+1]
Array with the name strings for HLPD_DirectionalKeys_Schema.
Definition game_core.c:67
HLPD_DirectionalKeys hlpd_default_directional_keys[HLPD_DIRECTIONALKEYS_SCHEMAS_MAX+1]
Array with the default directional keys for all schemas defined as HLPD_DirectionalKeys_Schema.
Definition game_core.c:73
char * artifactstrings[ARTIFACTSMAX+1]
Array with the name strings for artifactClass.
Definition game_core.c:370
const GameOptions default_GameOptions
Definition game_core.c:622
int specialscosts[CLASSESMAX+1][SPECIALSMAX+1]
Array with the cost integer values for special moves.
Definition game_core.c:467
char * savetypestrings[SAVETYPE_MAX+1]
Array with the name strings for saveType.
Definition game_core.c:293
char * classenemystrings[ENEMYCLASSESMAX+1]
Array with the name strings for enemyClass.
Definition game_core.c:413
char * equipzonestrings[EQUIPZONES+1]
Array with the name strings for equip zones.
Definition game_core.c:496
int skillscosts[SKILLSTOTAL+1]
Array with the cost integer values for skills.
Definition game_core.c:489
const char * helapordo_build_string
Definition game_core.c:31
const wchar_t LEGS_CHAR_ICON
Definition game_core.c:614
const char * helapordo_title_string
We need to undef these macros if they exist, since windows.h may declare them (and here we inherit th...
Definition game_core.c:21
#define CHEST_CLASS_MAX
Maximum index of chestClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:1531
void(* equip_fun)(Fighter *, Enemy *)
Defines a function pointer returning void and taking a Fighter and a Enemy pointers.
Definition game_core.h:1462
#define NOTIFICATION_BUFFER_SIZE
Defines message buffer size for Notification.
Definition game_core.h:2219
void(* effect_fp_fun)(struct FoeParty *)
Defines a function pointer returning void and taking a FoeParty pointer.
Definition game_core.h:1256
enemyClass
The different kinds of Enemy.
Definition game_core.h:666
@ Werewolf
Definition game_core.h:674
@ Zombie
Definition game_core.h:669
@ Goblin
Definition game_core.h:670
@ Imp
Definition game_core.h:671
@ Troll
Definition game_core.h:672
@ Ghost
Definition game_core.h:668
@ Boar
Definition game_core.h:673
@ Mummy
Definition game_core.h:667
turnOption
The different kinds of turnOption.
Definition game_core.h:1947
@ DEBUG
Definition game_core.h:1961
@ EQUIPS
Definition game_core.h:1956
@ STATS
Definition game_core.h:1958
@ QUIT
Definition game_core.h:1953
@ SAVE
Definition game_core.h:1959
@ ARTIFACTS
Definition game_core.h:1955
@ SKILL
Definition game_core.h:1964
@ EXPLORE
Definition game_core.h:1960
@ FIGHT
Definition game_core.h:1951
@ CLOSE_MENU
Definition game_core.h:1963
@ SPECIAL
Definition game_core.h:1952
@ TUTORIAL
Definition game_core.h:1962
@ GAME_OPTIONS
Definition game_core.h:1965
@ CONSUMABLE
Definition game_core.h:1954
@ NEW_GAME
Definition game_core.h:1948
@ PERKS
Definition game_core.h:1957
@ LOAD_GAME
Definition game_core.h:1949
@ INVALID
Definition game_core.h:1950
#define KLS_REGIONTYPE_MAX
Definition game_core.h:208
artifactClass
The different kinds of artifactClass.
Definition game_core.h:530
@ POWERSYPHON
Definition game_core.h:536
@ CHAOSORB
Definition game_core.h:535
@ TWINKIE
Definition game_core.h:532
@ BOARTAIL
Definition game_core.h:534
@ GIANTFOSSILE
Definition game_core.h:537
@ THKSKULL
Definition game_core.h:531
@ WRISTBAND
Definition game_core.h:533
void(* boost_fp_fun)(struct FoeParty *, int boost)
Defines a function pointer returning void and taking a FoeParty pointer and an integer.
Definition game_core.h:1281
Gamemode
The different kinds of Gamemode.
Definition game_core.h:450
@ Rogue
Definition game_core.h:451
#define HELAPORDO_MINOR_VERSION
Current minor release.
Definition game_core.h:374
#define CLASSESMAX
Maximum index of fighterClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:606
#define MAX_SAVESLOTS
Total number of Saveslot for the game.
Definition game_core.h:418
void(* callback_void_t)(void)
Defines a function pointer returning void and taking NO parameters (different than saying just (),...
Definition game_core.h:1077
#define FLOOR_CLASS_MAX
Maximum index of floorClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:1798
#define SAVETYPE_MAX
Maximum value of saveType values.
Definition game_core.h:1860
#define FIGHTER_NAME_BUFSIZE
Definition game_core.h:1079
Countertype
The different kinds of Countertype.
Definition game_core.h:1287
@ CNT_VELBOOST
Counter for a temp boost on vel.
Definition game_core.h:1291
@ CNT_ATKBOOST
Counter for a temp boost on atk.
Definition game_core.h:1289
@ CNT_STATUS
Counter for a fighterStatus.
Definition game_core.h:1288
@ CNT_DEFBOOST
Counter for a temp boost on def.
Definition game_core.h:1290
@ CNT_ENRBOOST
Counter for a temp boost on enr.
Definition game_core.h:1292
#define CONSUMABLESMAX
Maximum index of consumableClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:494
#define FIGHTER_SKILL_SLOTS
Definition game_core.h:866
treasureClass
The different kinds of Treasure.
Definition game_core.h:1576
@ TREASURE_CONSUMABLE
Definition game_core.h:1578
@ TREASURE_CHEST
Definition game_core.h:1577
@ TREASURE_ARTIFACT
Definition game_core.h:1579
#define CONSUMABLE_SHOP_MAX
Maximum number of total consumables sold in a shop.
Definition game_core.h:1491
counterIndexes
The different indexes for Fighter->counters.
Definition game_core.h:913
@ TURNBOOST_VEL
Definition game_core.h:922
@ STRONG
Definition game_core.h:919
@ NORMAL
Definition game_core.h:914
@ TURNBOOST_DEF
Definition game_core.h:921
@ POISON
Definition game_core.h:915
@ BURNED
Definition game_core.h:916
@ TURNBOOST_ATK
Definition game_core.h:920
@ FROZEN
Definition game_core.h:917
@ TURNBOOST_ENR
Definition game_core.h:923
@ WEAK
Definition game_core.h:918
turnOption_OP turnOP_from_turnOption(turnOption t)
Returns a turnOption_OP from a turnOption.
Definition game_core.c:142
saveType
The different kinds of saveType.
Definition game_core.h:1850
@ HOME_SAVE
Definition game_core.h:1851
@ ENEMIES_SAVE
Definition game_core.h:1852
@ FLOORMENU_SAVE
Definition game_core.h:1853
foeTurnOption
The different kinds of foeTurnOption.
Definition game_core.h:2017
@ FOE_IDLE
Definition game_core.h:2019
@ FOE_INVALID
Definition game_core.h:2018
@ FOE_FIGHT
Definition game_core.h:2020
@ FOE_SPECIAL
Definition game_core.h:2021
#define EQUIP_SHOP_MAX
Maximum number of equips sold in a shop.
Definition game_core.h:1486
quality
The different grades of Equip.
Definition game_core.h:1391
@ Good
Definition game_core.h:1394
@ Average
Definition game_core.h:1393
@ Bad
Definition game_core.h:1392
#define OP_RES_MAX
Maximum value of OP_res values.
Definition game_core.h:2086
#define CHEST_EQUIPS_MAX
Maximum number of Equip held in a chest.
Definition game_core.h:1540
#define FOETURNOP_MAX
Maximum value for foeTurnOption_OP.
Definition game_core.h:2048
void(* callback_turncounter_enemy_t)(struct Enemy *)
Defines a function pointer returning void and taking a Enemy pointer.
Definition game_core.h:1043
floorClass
The different kinds of Floor.
Definition game_core.h:1790
@ DBG_FLOOR
Definition game_core.h:1792
@ STD_FLOOR
Definition game_core.h:1791
perkClass
The different kinds of perks.
Definition game_core.h:970
@ HARVESTER
Definition game_core.h:975
@ BIOHAZARD
Definition game_core.h:977
@ PENICILLIN
Definition game_core.h:979
@ CRITBOOST_CHANCE
Definition game_core.h:972
@ HOT_BODY
Definition game_core.h:976
@ CRITBOOST_DMG
Definition game_core.h:971
@ ORACLE_GIFT
Definition game_core.h:978
@ RUNIC_MAGNET
Definition game_core.h:974
@ VAMPIRISM
Definition game_core.h:973
#define PATH_SEED_BUFSIZE
Definition game_core.h:1348
#define FLOOR_MAX_COLS
Maximum value of cells in a Floor matrix column.
Definition game_core.h:1810
#define ARTIFACTSMAX
Maximum index of artifactClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:543
#define HELAPORDO_PATCH_VERSION
Current patch release.
Definition game_core.h:379
void(* callback_turncounter_fighter_t)(struct Fighter *)
Defines a function pointer returning void and taking a Fighter pointer.
Definition game_core.h:1036
#define HLP_MAX_INDEX
Defines max index for an HLP_Region_Type value.
Definition game_core.h:252
#define SKILLSTOTAL
Definition game_core.h:864
#define ROADFORK_OPTIONS_MAX
Maximum index of roadforkOption, so that the size has to add 1 for the 0th index.
Definition game_core.h:1630
#define ENEMY_SKILL_SLOTS
Definition game_core.h:867
Stat
The different kinds of Stat.
Definition game_core.h:617
@ ENR
Definition game_core.h:621
@ DEF
Definition game_core.h:619
@ VEL
Definition game_core.h:620
@ ATK
Definition game_core.h:618
void(* boost_b_fun)(Boss *, int boost)
Defines a function pointer returning void and taking a Boss pointer and an integer.
Definition game_core.h:1275
void(* effect_e_fun)(Enemy *)
Defines a function pointer returning void and taking a Enemy pointer.
Definition game_core.h:1244
#define COUNTERSMAX
Maximum index of counterIndexes, so that the size has to add 1 for the 0th index.
Definition game_core.h:930
fighterClass
The different kinds of Fighter.
Definition game_core.h:596
@ Archer
Definition game_core.h:598
@ Assassin
Definition game_core.h:600
@ Knight
Definition game_core.h:597
@ Mage
Definition game_core.h:599
#define TREASURE_CLASS_MAX
Maximum index of treasureClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:1585
#define BOSSCLASSESMAX
Maximum index of bossClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:736
OP_res OP_res_from_fightResult(fightResult fr)
Returns a OP_res from a fightResult fr.
Definition game_core.c:251
#define BOSS_SKILL_SLOTS
Definition game_core.h:868
HLPD_KeyClass
The different kinds of HLPD_Key.
Definition game_core.h:118
@ HLPD_KEY_DOWN
Definition game_core.h:121
@ HLPD_KEY_UP
Definition game_core.h:119
@ HLPD_KEY_DWNPAGE
Definition game_core.h:123
@ HLPD_KEY_MENU
Definition game_core.h:127
@ HLPD_KEY_LEFT
Definition game_core.h:122
@ HLPD_KEY_UPPAGE
Definition game_core.h:124
@ HLPD_KEY_CONFIRM
Definition game_core.h:125
@ HLPD_KEY_QUIT
Definition game_core.h:126
@ HLPD_KEY_RIGHT
Definition game_core.h:120
#define EQUIPSBAGSIZE
Definition game_core.h:962
#define QUALITIESMAX
Maximum index of quality, so that the size has to add 1 for the 0th index.
Definition game_core.h:1400
#define TURNOP_MAX
Maximum value for turnOption_OP.
Definition game_core.h:2006
Equipzone
The different kinds of equip zones.
Definition game_core.h:942
@ HEAD
Definition game_core.h:943
@ LEGS
Definition game_core.h:945
@ TORSO
Definition game_core.h:944
void(* effect_b_fun)(Boss *)
Defines a function pointer returning void and taking a Boss pointer.
Definition game_core.h:1250
#define HLPD_DIRECTIONALKEYS_SCHEMAS_MAX
Maximum index of HLPD_DirectionalKeys_Schema, so that the size has to add 1 for the 0th index.
Definition game_core.h:170
equipClass
The different kinds of Equip.
Definition game_core.h:1371
@ Helmet
Definition game_core.h:1373
@ Boots
Definition game_core.h:1374
@ Vest
Definition game_core.h:1372
@ Loafers
Definition game_core.h:1377
@ Cape
Definition game_core.h:1375
@ Tophat
Definition game_core.h:1376
HLPD_DirectionalKeys_Schema
The different kinds of schemas available for directional keys.
Definition game_core.h:161
@ HLPD_ARROW_KEYS
Definition game_core.h:162
@ HLPD_WASD_KEYS
Definition game_core.h:164
@ HLPD_VIM_KEYS
Definition game_core.h:163
#define SPECIALSMAX
Maximum index of specialMove per class, so that the size for each Fighter has to add 1 for the 0th in...
Definition game_core.h:824
specialMove
The different kinds of special moves.
Definition game_core.h:802
@ XGrimdagger
Definition game_core.h:815
@ MFlamering
Definition game_core.h:814
@ APoisonshot
Definition game_core.h:809
@ KBerserk
Definition game_core.h:806
@ AQuivercheck
Definition game_core.h:808
@ XVenomblade
Definition game_core.h:818
@ KCover
Definition game_core.h:804
@ XDisguise
Definition game_core.h:817
@ XLeechknife
Definition game_core.h:816
@ KArmordrop
Definition game_core.h:805
@ AFireshot
Definition game_core.h:810
@ MSpellstrike
Definition game_core.h:813
@ AHeadshot
Definition game_core.h:807
@ KSlash
Definition game_core.h:803
@ MPowerup
Definition game_core.h:812
@ MFatewarp
Definition game_core.h:811
#define ROOM_CLASS_MAX
Maximum index of roomClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:1673
fighterStatus
The different kinds of fighterStatus.
Definition game_core.h:576
@ Poison
Definition game_core.h:578
@ Frozen
Definition game_core.h:579
@ Burned
Definition game_core.h:580
@ Normal
Definition game_core.h:577
@ Strong
Definition game_core.h:582
@ Weak
Definition game_core.h:581
void(* callback_artifact_t)(struct Fighter *, struct Enemy *, struct Boss *, int isBoss)
Defines a function pointer returning void and taking a WINDOW, a Fighter, a Enemy,...
Definition game_core.h:1071
roadforkOption
The different kinds of Roadfork.
Definition game_core.h:1619
@ ROADFORK_ROADFORK
Definition game_core.h:1624
@ ROADFORK_SHOP
Definition game_core.h:1621
@ ROADFORK_TREASURE
Definition game_core.h:1622
@ ROADFORK_BOSS
Definition game_core.h:1620
@ ROADFORK_ENEMIES
Definition game_core.h:1623
foeTurnOption_OP
The different kinds of foeTurnOption_OP.
Definition game_core.h:2028
@ FOE_OP_IDLE
Definition game_core.h:2030
@ FOE_OP_INVALID
Definition game_core.h:2029
@ FOE_OP_FIGHT
Definition game_core.h:2031
@ FOE_OP_SPECIAL
Definition game_core.h:2032
#define WINCON_CLASS_MAX
Maximum index of winconClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:1331
#define FOES_BOSSES_MAX
Maximum number of bosses when in a FoeParty.
Definition game_core.h:1691
turnOption_OP
The different kinds of turnOption_OP.
Definition game_core.h:1972
@ OP_DEBUG
Definition game_core.h:1986
@ OP_ARTIFACTS
Definition game_core.h:1980
@ OP_FIGHT
Definition game_core.h:1976
@ OP_INVALID
Definition game_core.h:1975
@ OP_LOAD_HOMEROOM
Definition game_core.h:1988
@ OP_SKILL
Definition game_core.h:1989
@ OP_CHANGE_OPTIONS
Definition game_core.h:1990
@ OP_STATS
Definition game_core.h:1983
@ OP_SAVE
Definition game_core.h:1984
@ OP_LOAD_GAME
Definition game_core.h:1974
@ OP_LOAD_ENEMYROOM
Definition game_core.h:1987
@ OP_NEW_GAME
Definition game_core.h:1973
@ OP_SPECIAL
Definition game_core.h:1977
@ OP_PERKS
Definition game_core.h:1982
@ OP_EXPLORE
Definition game_core.h:1985
@ OP_CONSUMABLE
Definition game_core.h:1979
@ OP_QUIT
Definition game_core.h:1978
@ OP_EQUIPS
Definition game_core.h:1981
consumableClass
The different kinds of Consumable.
Definition game_core.h:482
@ Magicbean
Definition game_core.h:488
@ Rock
Definition game_core.h:484
@ Coffee
Definition game_core.h:486
@ Powergem
Definition game_core.h:487
@ Potion
Definition game_core.h:483
@ Bread
Definition game_core.h:485
#define FLOOR_MAX_ROWS
Maximum value of cells in a Floor matrix row.
Definition game_core.h:1816
foePartyClass
The different kinds of FoeParty.
Definition game_core.h:1700
@ Bosses
Definition game_core.h:1702
@ Enemies
Definition game_core.h:1701
#define CHEST_CONSUMABLES_MAX
Maximum number of Consumable held in a chest.
Definition game_core.h:1536
#define EQUIPZONES
Maximum index of Equipzone, so that the size has to add 1 for the 0th index.
Definition game_core.h:951
void(* boost_e_fun)(Enemy *, int boost)
Defines a function pointer returning void and taking a Enemy pointer and an integer.
Definition game_core.h:1269
bossClass
The different kinds of Boss.
Definition game_core.h:725
@ Blue_Troll
Definition game_core.h:726
@ Crawling_Dude
Definition game_core.h:728
@ Doppelganger
Definition game_core.h:730
@ Sr_Warthog
Definition game_core.h:729
@ Headless_Ninja
Definition game_core.h:727
roomClass
The different kinds of Room.
Definition game_core.h:1659
@ BASIC
Definition game_core.h:1667
@ ENEMIES
Definition game_core.h:1660
@ ROADFORK
Definition game_core.h:1664
@ SHOP
Definition game_core.h:1661
@ HOME
Definition game_core.h:1665
@ BOSS
Definition game_core.h:1662
@ TREASURE
Definition game_core.h:1663
@ WALL
Definition game_core.h:1666
#define FOEPARTY_CLASS_MAX
Maximum index of foePartyClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:1708
skillType
Definition game_core.h:857
@ SKILL_TYPE_ATKBOOST
Definition game_core.h:858
@ SKILL_TYPE_MAX
Definition game_core.h:861
@ SKILL_TYPE_LAST_UNLOCKABLE
Definition game_core.h:859
@ SKILL_TYPE_IDLE
Definition game_core.h:860
HLP_Region_Type
Defines indexes for all types that are allocated with Koliseo.
Definition game_core.h:214
@ HR_Boss
Definition game_core.h:222
@ HR_countStats
Definition game_core.h:238
@ HR_Room_desc
Definition game_core.h:237
@ HR_Perk
Definition game_core.h:229
@ HR_Treasure
Definition game_core.h:233
@ HR_Turncounter_desc
Definition game_core.h:236
@ HR_Equip
Definition game_core.h:224
@ HR_Skillslot
Definition game_core.h:227
@ HR_Shop
Definition game_core.h:234
@ HR_Path
Definition game_core.h:215
@ HR_Saveslot
Definition game_core.h:239
@ HR_Equipslot
Definition game_core.h:225
@ HR_Specialslot
Definition game_core.h:226
@ HR_Consumable
Definition game_core.h:230
@ HR_BSP_Room
Definition game_core.h:243
@ HR_GameOptions
Definition game_core.h:242
@ HR_Wincon
Definition game_core.h:216
@ HR_Floor
Definition game_core.h:218
@ HR_FoeParty
Definition game_core.h:223
@ HR_loadInfo
Definition game_core.h:246
@ HR_Notification
Definition game_core.h:244
@ HR_Enemy
Definition game_core.h:221
@ HR_Gamestate
Definition game_core.h:240
@ HR_turnOP_args
Definition game_core.h:219
@ HR_RingaBuf
Definition game_core.h:245
@ HR_Artifact
Definition game_core.h:231
@ HR_Turncounter
Definition game_core.h:228
@ HR_Fighter
Definition game_core.h:220
@ HR_Gamescreen
Definition game_core.h:241
@ HR_Roadfork
Definition game_core.h:235
@ HR_Chest
Definition game_core.h:232
@ HR_Room
Definition game_core.h:217
#define EQUIPSMAX
Maximum index of equipClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:1383
winconClass
The different kinds of Wincon.
Definition game_core.h:1322
@ ALL_ARTIFACTS
Collect all the artifacts.
Definition game_core.h:1323
@ FULL_PATH
Finish all the room in your path.
Definition game_core.h:1324
@ ALL_BOSSES
Kill all the bosses once.
Definition game_core.h:1325
#define HLPD_KEYCLASS_MAX
Maximum index of HLPD_KeyClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:133
void(* effect_fun)(Fighter *)
Defines a function pointer returning void and taking a Fighter pointer.
Definition game_core.h:1238
foeTurnOption_OP foeTurnOP_from_foeTurnOption(foeTurnOption ft)
Returns a foeTurnOption_OP from a foeTurnOption.
Definition game_core.c:221
void(* boost_fun)(Fighter *, int boost)
Defines a function pointer returning void and taking a Fighter pointer and an integer.
Definition game_core.h:1263
#define ROOM_ENEMIES_MAX
Maximum number of enemies in a room.
Definition game_core.h:1684
fightResult
The different kinds of fightResult.
Definition game_core.h:2171
@ FIGHTRES_DEATH
Value of fight status indicating the fighter died.
Definition game_core.h:2176
@ FIGHTRES_INVALID
Value of fight status indicating errors in the fight call.
Definition game_core.h:2172
@ FIGHTRES_DMG_DEALT
Value of fight status indicating the enemy was damaded.
Definition game_core.h:2174
@ FIGHTRES_DMG_TAKEN
Value of fight status indicating the fighter was damaded.
Definition game_core.h:2175
@ FIGHTRES_CLASH
Value of fight status indicating damage on both sides occurred.
Definition game_core.h:2178
@ FIGHTRES_NO_DMG
Value of fight status indicating no damage occurred.
Definition game_core.h:2177
@ FIGHTRES_KILL_DONE
Value of fight status indicating the enemy died.
Definition game_core.h:2173
#define EQUIPPERKSMAX
Maximum number of Perk per Equip.
Definition game_core.h:991
chestClass
The different kinds of Chest.
Definition game_core.h:1523
@ CHEST_BEAST
Definition game_core.h:1525
@ CHEST_BASE
Definition game_core.h:1524
#define PERKSMAX
Maximum index of perkClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:985
#define GAMEMODE_MAX
Maximum index of Gamemode, so that the size has to add 1 for the 0th index.
Definition game_core.h:457
#define ENEMYCLASSESMAX
Maximum index of enemyClass, so that the size has to add 1 for the 0th index.
Definition game_core.h:680
#define FIGHT_RES_TOT
Total number of defined fightResult values.
Definition game_core.h:2185
#define HELAPORDO_MAJOR_VERSION
Current major release.
Definition game_core.h:369
OP_res
The different kinds of OP_res.
Definition game_core.h:2067
@ OP_RES_NO_DMG
Value of fight status indicating no damage occurred.
Definition game_core.h:2076
@ OP_RES_KILL_DONE
Value of fight status indicating the enemy died.
Definition game_core.h:2072
@ OP_RES_LOADED_ENEMYROOM
Value of OP_res indicating success in loading a enemyroom.
Definition game_core.h:2078
@ OP_CANNOT_OPEN_SAVEFILE
Definition game_core.h:2071
@ OP_RES_DEATH
Value of fight status indicating the fighter died.
Definition game_core.h:2075
@ OP_RES_DMG_DEALT
Value of fight status indicating the enemy was damaged.
Definition game_core.h:2073
@ INVALID_OP
Definition game_core.h:2069
@ OP_RES_CLASH
Value of fight status indicating damage on both sides occurred.
Definition game_core.h:2077
@ OP_RES_DMG_TAKEN
Value of fight status indicating the fighter was damaged.
Definition game_core.h:2074
@ OP_OK
Definition game_core.h:2068
@ NO_OP
Definition game_core.h:2070
int GS_AUTOSAVE_ON
Global variable for autosave setting.
Definition main.c:51
int G_DEBUG_ROOMTYPE
Global variable for debug roomtype flag.
Definition main.c:42
int G_FASTQUIT_ON
Global variable for fast quit flag.
Definition main.c:40
char * G_SEEDED_RUN_ARG
Global variable for seeded run flag, set to the passed string argument.
Definition main.c:61
int G_DEBUG_ENEMYTYPE_ON
Global variable for debug enemy flag.
Definition main.c:46
int G_USE_DEFAULT_BACKGROUND
Global variable for using terminal default color.
Definition main.c:54
Koliseo * support_kls
Global variable for support Koliseo.
Definition main.c:66
int G_SEEDED_RUN_ON
Global variable for seeded run flag.
Definition main.c:60
int G_USE_VIM_DIRECTIONAL_KEYS
Global variable for using vim-like directional keys.
Definition main.c:55
Koliseo * default_kls
Global variable for default Koliseo.
Definition main.c:64
int G_DEBUG_ON
Global variable for debug flag.
Definition main.c:37
int G_PRELOAD_ANIMATIONS_ON
TODO Remove mentions of this.
Definition main.c:36
int G_DEBUG_ENEMYTYPE
Global variable for debug enemy in ENEMIES roomtype flag.
Definition main.c:45
int G_GODMODE_ON
Global variable for godmode flag.
Definition main.c:41
char * G_DEBUG_ROOMTYPE_ARG
Global variable for debug room flag, set to the passed string argument.
Definition main.c:44
int G_USE_WASD_DIRECTIONAL_KEYS
Global variable for using WASD directional keys.
Definition main.c:56
int G_USE_CURRENTDIR
Global variable for using current directory to store game run files.
Definition main.c:53
Koliseo * temporary_kls
Global variable for temporary Koliseo.
Definition main.c:65
Gamemode GAMEMODE
Global variable for gamemode flag.
Definition main.c:63
char * G_DEBUG_ENEMYTYPE_ARG
Global variable for debug enemy flag, set to the passed string argument.
Definition main.c:47
int G_DOTUTORIAL_ON
Global variable for a tutorial launch.
Definition main.c:49
int64_t G_RNG_ADVANCEMENTS
Global variable used to count advancements of the rng.
Definition main.c:58
int G_LOG_ON
Global variable for debug logging flag.
Definition main.c:38
int G_DEBUG_ROOMTYPE_ON
Global variable for debug room flag.
Definition main.c:43
Gamestate * G_GAMESTATE
Global variable used to store Gamestate address when KLS_Region is not available.
Definition main.c:33
int G_EXPERIMENTAL_ON
Global variable for experimental features flag.
Definition main.c:39
Represents the entity initialised from a artifactClass.
Definition game_core.h:549
char desc[50]
Description string.
Definition game_core.h:552
char name[25]
Name string.
Definition game_core.h:551
int innerValue
Indicates interal state of the item when needed.
Definition game_core.h:555
int qty
Indicates how many copies of the artifact the instance of this class holds.
Definition game_core.h:553
int active
Flag used to mark instance whose function pointer has been called already.
Definition game_core.h:554
char sprite[8][20]
Char matrix to hold the encoded sprite.
Definition game_core.h:556
Holds the base stats for a fighterClass.
Definition game_core.h:635
int level
Level value.
Definition game_core.h:641
int totallevelxp
Xp value needed to level up from current level.
Definition game_core.h:643
int hp
Hp value.
Definition game_core.h:637
int def
Def value.
Definition game_core.h:639
int totalhp
Total hp value.
Definition game_core.h:645
int atk
Atk value.
Definition game_core.h:638
int totalenergy
Total energy value.
Definition game_core.h:646
int currentlevelxp
Total xp value for current level.
Definition game_core.h:644
int totalxp
Lifetime xp value.
Definition game_core.h:642
int totalstamina
Total stamina value.
Definition game_core.h:647
int vel
Vel value.
Definition game_core.h:640
Holds the base stats for a bossClass.
Definition game_core.h:751
int totalstamina
Total stamina value.
Definition game_core.h:762
int totalenergy
Total energy value.
Definition game_core.h:761
int totalhp
Total hp value.
Definition game_core.h:759
int hp
Hp value.
Definition game_core.h:753
int atk
Atk value.
Definition game_core.h:754
int xp
Xp value given on death.
Definition game_core.h:758
int def
Def value.
Definition game_core.h:755
int vel
Vel value.
Definition game_core.h:756
int beast
Flag used for "beast" enemies.
Definition game_core.h:760
int level
Level value.
Definition game_core.h:757
Represents the entity initialised from a bossClass.
Definition game_core.h:1202
int totalstamina
Full stamina value.
Definition game_core.h:1217
int hp
Current hp value.
Definition game_core.h:1204
int atk
Current atk value.
Definition game_core.h:1205
struct Turncounter * counters[COUNTERSMAX+1]
Array with all the Turncounter pointers.
Definition game_core.h:1223
int level
Level value.
Definition game_core.h:1208
int turnboost_vel
Current temp boost value for vel.
Definition game_core.h:1226
int stamina
Current stamina value.
Definition game_core.h:1216
int totalenergy
Full energy value.
Definition game_core.h:1214
int beast
Flag defining the instance as "beast" if set.
Definition game_core.h:1220
int vel
Current vel value.
Definition game_core.h:1207
char sprite[8][20]
Char matrix to hold the encoded sprite.
Definition game_core.h:1230
int energy
Current energy value.
Definition game_core.h:1213
Skillslot * skills[BOSS_SKILL_SLOTS+1]
Array with all the Skillslot.
Definition game_core.h:1222
int turnboost_atk
Current temp boost value for atk.
Definition game_core.h:1224
int turnboost_enr
Current temp boost value for enr.
Definition game_core.h:1227
fighterStatus status
Defines active fighterStatus.
Definition game_core.h:1219
int turnboost_def
Current temp boost value for def.
Definition game_core.h:1225
int totalhp
Full hp value.
Definition game_core.h:1211
int xp
Xp value given on death.
Definition game_core.h:1210
int prize
Amount of currency dropped on defeat.
Definition game_core.h:1229
int def
Current def value.
Definition game_core.h:1206
int luck
Luck value.
Definition game_core.h:1209
Represents the entity initialised from a chestClass.
Definition game_core.h:1555
char desc[80]
Description string.
Definition game_core.h:1557
char sprite[8][20]
Char matrix to hold the encoded sprite.
Definition game_core.h:1567
Equip * equips[CHEST_EQUIPS_MAX]
The contained equips.
Definition game_core.h:1565
int equipsCount
Defines how many equips the chest contains.
Definition game_core.h:1563
Consumable * consumables[CHEST_CONSUMABLES_MAX]
The contained consumables.
Definition game_core.h:1562
int consumablesCount
Defines how many consumables the chest contains.
Definition game_core.h:1560
Holds a certain qty of a consumableClass.
Definition game_core.h:500
int qty
Indicates how many copies of the consumable the instance of this class holds.
Definition game_core.h:504
char sprite[8][20]
Char matrix to hold the encoded sprite.
Definition game_core.h:505
char desc[50]
Contains a brief description of the consumable.
Definition game_core.h:503
char name[25]
Contains the name of the consumable.
Definition game_core.h:502
Holds the base stats for a enemyClass.
Definition game_core.h:695
int beast
Flag used for "beast" enemies.
Definition game_core.h:704
int xp
Xp value given on death.
Definition game_core.h:702
int atk
Atk value.
Definition game_core.h:698
int hp
Hp value.
Definition game_core.h:697
int totalenergy
Total energy value.
Definition game_core.h:705
int totalstamina
Total stamina value.
Definition game_core.h:706
int def
Def value.
Definition game_core.h:699
int totalhp
Total hp value.
Definition game_core.h:703
int vel
Vel value.
Definition game_core.h:700
int level
Level value.
Definition game_core.h:701
Represents the entity initialised from a enemyClass.
Definition game_core.h:1161
int totalenergy
Full energy value.
Definition game_core.h:1174
int energy
Current energy value.
Definition game_core.h:1173
int def
Current def value.
Definition game_core.h:1166
int hp
Current hp value.
Definition game_core.h:1164
Skillslot * skills[ENEMY_SKILL_SLOTS+1]
Array with all the Skillslot.
Definition game_core.h:1182
fighterStatus status
Defines active fighterStatus.
Definition game_core.h:1179
int luck
Luck value.
Definition game_core.h:1169
int level
Level value.
Definition game_core.h:1168
struct Turncounter * counters[COUNTERSMAX+1]
Array with all the Turncounter pointers.
Definition game_core.h:1184
int turnboost_atk
Current temp boost value for atk.
Definition game_core.h:1185
int xp
Xp value given on death.
Definition game_core.h:1170
int index
Defines position inside containing foeParty.
Definition game_core.h:1162
int atk
Current atk value.
Definition game_core.h:1165
int beast
Flag defining the instance as "beast" if set.
Definition game_core.h:1180
int turnboost_enr
Current temp boost value for enr.
Definition game_core.h:1188
int prize
Amount of currency dropped on defeat.
Definition game_core.h:1190
int totalstamina
Full stamina value.
Definition game_core.h:1177
int turnboost_vel
Current temp boost value for vel.
Definition game_core.h:1187
int stamina
Current stamina value.
Definition game_core.h:1176
int turnboost_def
Current temp boost value for def.
Definition game_core.h:1186
char sprite[8][20]
Char matrix to hold the encoded sprite.
Definition game_core.h:1191
int totalhp
Full hp value.
Definition game_core.h:1171
int vel
Current vel value.
Definition game_core.h:1167
Represents the entity initialised from a equipClass.
Definition game_core.h:1414
void(* equip_fun)(Fighter *, Enemy *, Path *)
Pointer to temp boost function applying to Enemy, takes a int.
Definition game_core.h:1437
int vel
equip boost vel value
Definition game_core.h:1428
Perk * perks[EQUIPPERKSMAX]
Array of Perk of the instance.
Definition game_core.h:1438
int level
Level value.
Definition game_core.h:1423
int enr
equip boost enr value
Definition game_core.h:1429
char sprite[8][20]
Char matrix to hold the encoded sprite.
Definition game_core.h:1439
int atk
equip boost atk value
Definition game_core.h:1426
int qty
Defines how many copies of the equipClass the instance holds.
Definition game_core.h:1419
int perksCount
Defines how many Perk pointers the instance holds.
Definition game_core.h:1432
int cost
Helps giving a coin value when selling or buying the equip.
Definition game_core.h:1434
quality qual
Defines which kind of quality the instances relates to.
Definition game_core.h:1436
int def
equip boost def value
Definition game_core.h:1427
char name[25]
Name string.
Definition game_core.h:1417
char desc[50]
Description string.
Definition game_core.h:1418
int bonus
Defines how many pointers to bonus functions the instance holds.
Definition game_core.h:1431
int equipped
Flag indicating the instance as currently in use if set.
Definition game_core.h:1421
Equipzone type
Defines which kind of Equipzone the instance relates to.
Definition game_core.h:1416
Represents the entity containing an Equip instance.
Definition game_core.h:1469
Equipzone type
Defines which kind of Equipzone the instance relates to.
Definition game_core.h:1472
Equip * item
Pointer to the Equip instance associated.
Definition game_core.h:1474
char sprite[8][20]
Char matrix to hold the encoded sprite.
Definition game_core.h:1473
char * desc
Description string.
Definition game_core.h:1471
int active
Flag indicating the instance as currently ready to use if set.
Definition game_core.h:1470
Represents the entity initialised from a fighterClass.
Definition game_core.h:1091
int equipboost_atk
Current equip boost value for atk.
Definition game_core.h:1135
int turnboost_def
Current temp boost value for def.
Definition game_core.h:1115
int level
Current level value.
Definition game_core.h:1098
countStats * stats
Pointer to countStats instance.
Definition game_core.h:1140
struct Artifact * artifactsBag[ARTIFACTSMAX+1]
Array with all the Artifacts found.
Definition game_core.h:1125
int vel
Current vel value.
Definition game_core.h:1097
int equipsBagOccupiedSlots
Keeps track of how many slots are occupied.
Definition game_core.h:1127
int energy
Current energy value.
Definition game_core.h:1106
Perk * perks[PERKSMAX+1]
Array with all the Perk.
Definition game_core.h:1120
int floor_y
Current y position in floor.
Definition game_core.h:1147
int permboost_vel
Current temp boost value for vel.
Definition game_core.h:1132
int equipboost_enr
Current equip boost value for enr.
Definition game_core.h:1138
Skillslot * skills[FIGHTER_SKILL_SLOTS+1]
Array with all the Skillslot.
Definition game_core.h:1111
int permboost_def
Current temp boost value for def.
Definition game_core.h:1131
int earliestBagSlot
Keeps track of first available spot.
Definition game_core.h:1128
int def
Current def value.
Definition game_core.h:1096
int turnboost_vel
Current temp boost value for vel.
Definition game_core.h:1116
int totalhp
Full hp value.
Definition game_core.h:1103
int luck
Current luck value.
Definition game_core.h:1099
int permboost_atk
Current temp boost value for atk.
Definition game_core.h:1130
struct Equip * equipsBag[EQUIPSBAGSIZE+1]
Array with all the Equip found.
Definition game_core.h:1123
fighterStatus status
Defines active fighterStatus.
Definition game_core.h:1104
struct Turncounter * counters[COUNTERSMAX+1]
Array with all the Turncounter pointers.
Definition game_core.h:1113
int keys_balance
Amount of keys owned.
Definition game_core.h:1143
int atk
Current atk value.
Definition game_core.h:1095
int equipboost_vel
Current equip boost value for vel.
Definition game_core.h:1137
int permboost_enr
Current temp boost value for enr.
Definition game_core.h:1133
int floor_x
Current x position in floor.
Definition game_core.h:1146
Consumable * consumablesBag[CONSUMABLESMAX+1]
Array with all the Consumables found.
Definition game_core.h:1124
char name[FIGHTER_NAME_BUFSIZE]
Name string.
Definition game_core.h:1092
char sprite[8][20]
Char matrix to hold the encoded sprite.
Definition game_core.h:1144
int turnboost_enr
Current temp boost value for enr.
Definition game_core.h:1117
int totalstamina
Full stamina value.
Definition game_core.h:1109
int totalxp
Lifetime xp value.
Definition game_core.h:1100
int equipboost_def
Current equip boost value for def.
Definition game_core.h:1136
int balance
Amount of currency owned.
Definition game_core.h:1142
int hp
Current hp value.
Definition game_core.h:1094
int currentlevelxp
Xp gained for the current level.
Definition game_core.h:1101
Specialslot * specials[SPECIALSMAX+1]
Array with all the Specialslot.
Definition game_core.h:1110
int totalenergy
Full energy value.
Definition game_core.h:1107
int totallevelxp
Xp needed to level up.
Definition game_core.h:1102
int perksCount
Keeps track of how many perks are active.
Definition game_core.h:1119
struct Equipslot * equipslots[EQUIPZONES+1]
Array with all the Equipslot.
Definition game_core.h:1122
int turnboost_atk
Current temp boost value for atk.
Definition game_core.h:1114
int stamina
Current stamina value.
Definition game_core.h:1108
Represents the entity initialised from a floorClass.
Definition game_core.h:1823
int explored_area
Holds how many cells we explored.
Definition game_core.h:1834
Room * rooms_matrix[FLOOR_MAX_COLS][FLOOR_MAX_ROWS]
Pointer matrix for rooms of this floor.
Definition game_core.h:1831
int area
Holds how many cells we succesfully random walked.
Definition game_core.h:1830
int index
The floor's own number.
Definition game_core.h:1825
roomClass roomclass_layout[FLOOR_MAX_COLS][FLOOR_MAX_ROWS]
roomClass matrix for class value for rooms of this floor.
Definition game_core.h:1832
int floor_layout[FLOOR_MAX_COLS][FLOOR_MAX_ROWS]
Defines the layout for the Floor (which cells are actually filled).
Definition game_core.h:1829
int explored_matrix[FLOOR_MAX_COLS][FLOOR_MAX_ROWS]
Int matrix for explored value for rooms of this floor.
Definition game_core.h:1833
bool from_bsp
Flag for floors generated using bsp.
Definition game_core.h:1835
char * desc
Description string.
Definition game_core.h:1826
Holds the base stats for a foePartyClass.
Definition game_core.h:1747
int level
Defines level of the FoeParty.
Definition game_core.h:1749
Represents the entity initialised from a foePartyClass.
Definition game_core.h:1723
int size
Number of members in the FoeParty.
Definition game_core.h:1734
int turnboost_enr
Current temp boost value for enr.
Definition game_core.h:1730
int alive_bosses[FOES_BOSSES_MAX+1]
Array of integers with 1 for alive bosses in that position.
Definition game_core.h:1738
int alive_enemies[ROOM_ENEMIES_MAX+1]
Array of integers with 1 for alive enemies in that position.
Definition game_core.h:1737
int current_index
Index of current foe advancement.
Definition game_core.h:1736
int turnboost_def
Current temp boost value for def.
Definition game_core.h:1728
int turnboost_atk
Current temp boost value for atk.
Definition game_core.h:1727
Enemy * enemy_foes[ROOM_ENEMIES_MAX+1]
Array of pointers to all enemies in a room.
Definition game_core.h:1731
int tot_alive
Number of alive members of the FoeParty.
Definition game_core.h:1735
int turnboost_vel
Current temp boost value for vel.
Definition game_core.h:1729
int level
Level for the whole FoeParty.
Definition game_core.h:1725
Boss * boss_foes[FOES_BOSSES_MAX+1]
Array of pointers to all enemies in a room.
Definition game_core.h:1733
struct Turncounter * counters[COUNTERSMAX+1]
Array with all the Turncounter pointers.
Definition game_core.h:1726
Holds options useful for user runtime preferences.
Definition game_core.h:199
HLPD_DirectionalKeys_Schema directional_keys_schema
Definition game_core.h:202
bool use_default_background
Definition game_core.h:200
bool do_autosave
Definition game_core.h:201
Holds arguments for a game.
Definition game_core.h:1897
int current_enemy_index
Keeps track of current enemy index.
Definition game_core.h:1907
Wincon * wincon
Keeps track of current Wincon.
Definition game_core.h:1908
GameOptions * options
Keeps track of current options.
Definition game_core.h:1927
bool is_seeded
Denotes if the current game was started with a set seed.
Definition game_core.h:1929
Path * path
Keeps track of current Path.
Definition game_core.h:1910
Floor * current_floor
Pointer to current floor, initialised when gamemode==Rogue.
Definition game_core.h:1916
int current_fighters
Keeps track of Fighter number for the game.
Definition game_core.h:1903
roomClass current_roomtype
Keeps track of current room type.
Definition game_core.h:1904
Fighter * player
Keeps track of current Player.
Definition game_core.h:1912
int current_room_index
Keeps track of current room index.
Definition game_core.h:1905
clock_t start_time
Keeps track of game start time.
Definition game_core.h:1899
Room * current_room
Pointer to current room.
Definition game_core.h:1917
countStats * stats
Keeps track of stats for the game.
Definition game_core.h:1901
Gamemode gamemode
Keeps track of current Gamemode.
Definition game_core.h:1914
Holds a set of HLPD_Key to use for cardinal direction movement.
Definition game_core.h:182
HLPD_Key down
Definition game_core.h:185
HLPD_Key left
Definition game_core.h:186
HLPD_Key up
Definition game_core.h:183
HLPD_Key right
Definition game_core.h:184
Holds info about a keybind for the game.
Definition game_core.h:145
int val
Definition game_core.h:146
Holds text for a notification.
Definition game_core.h:2224
bool displayed
Definition game_core.h:2227
int8_t color
Definition game_core.h:2226
char buf[NOTIFICATION_BUFFER_SIZE+1]
Definition game_core.h:2225
Holds the state of game progression.
Definition game_core.h:1355
Wincon * win_condition
Defines the win condition for the current game.
Definition game_core.h:1359
int luck
Defines global luck value.
Definition game_core.h:1357
int length
Defines how many rooms there are in total.
Definition game_core.h:1356
int64_t * rng_advancements
Pointer to current advancements for rng.
Definition game_core.h:1362
char seed[PATH_SEED_BUFSIZE+1]
Contains seed for current run.
Definition game_core.h:1361
int prize
Defines the reward for getting to length.
Definition game_core.h:1358
Saveslot * current_saveslot
Defines current Saveslot for the game.
Definition game_core.h:1360
Represents the entity initialised from a perkClass.
Definition game_core.h:1009
int innerValue
Contains an integer for perks that need a state.
Definition game_core.h:1013
char desc[50]
Description string.
Definition game_core.h:1012
char name[25]
Name string.
Definition game_core.h:1011
Represents the entity initialised from a roadforkClass.
Definition game_core.h:1645
roadforkOption options[2]
Defines which choices the fork has.
Definition game_core.h:1649
char * desc
Description string.
Definition game_core.h:1647
Represents the entity initialised from a roomClass.
Definition game_core.h:1768
int index
The room's own number.
Definition game_core.h:1770
Enemy * enemies[ROOM_ENEMIES_MAX]
Array for enemies.
Definition game_core.h:1780
Shop * shop
The shop pointer, initialised for rooms of class SHOP.
Definition game_core.h:1774
Boss * boss
The boss pointer, initialised for rooms of class BOSS.
Definition game_core.h:1778
char * desc
Description string.
Definition game_core.h:1771
int enemyTotal
Total number of enemies initialised in enemies array.
Definition game_core.h:1779
Treasure * treasure
The treasure pointer, initialised for rooms of class TREASURE.
Definition game_core.h:1776
FoeParty * foes
The FoeParty pointer, initialised for rooms of class ENEMIES.
Definition game_core.h:1781
Roadfork * roadfork
The roadfork pointer, initialised for rooms of class ROADFORK.
Definition game_core.h:1775
Holds arguments for a saveslot.
Definition game_core.h:408
char name[50]
Name string for the saveslot.
Definition game_core.h:409
char save_path[255]
Path to savefile.
Definition game_core.h:410
int index
Index of saveslot.
Definition game_core.h:411
Represents a shop instance.
Definition game_core.h:1501
int consumablesCount
Total number of consumables for sale, includes quantity for each kind of consumable.
Definition game_core.h:1510
Consumable * consumables[CONSUMABLE_SHOP_MAX]
Array for consumables on sale.
Definition game_core.h:1512
int itemCount
Total number of items for sale.
Definition game_core.h:1504
char * desc
Description string.
Definition game_core.h:1503
int consumablePrices[CONSUMABLE_SHOP_MAX]
Array for consumables prices.
Definition game_core.h:1513
int equipsCount
Total number of equips for sale.
Definition game_core.h:1506
Equip * equips[EQUIP_SHOP_MAX]
Array for equips on sale.
Definition game_core.h:1507
int uniqueConsumablesCount
Total of unique consumables for sale.
Definition game_core.h:1511
int equipPrices[EQUIP_SHOP_MAX]
Array for equips prices.
Definition game_core.h:1508
Holds state for a skillType.
Definition game_core.h:895
int cost
Cost of use.
Definition game_core.h:900
char desc[80]
Desc string.
Definition game_core.h:899
char name[80]
Name string.
Definition game_core.h:898
int enabled
Flag defining if the current slot is initialised.
Definition game_core.h:896
Holds state for a Fighter specials.
Definition game_core.h:849
specialMove move
Defines which kind of specialMove the slot is holding.
Definition game_core.h:851
char name[80]
Name string.
Definition game_core.h:852
int cost
Cost of use.
Definition game_core.h:854
int enabled
Flag defining if the current slot is initialised.
Definition game_core.h:850
char desc[80]
Desc string.
Definition game_core.h:853
Represents the entity initialised from a treasureClass.
Definition game_core.h:1601
Chest * chest
The treasure Chest, initialised if class == TREASURE_CHEST.
Definition game_core.h:1607
Artifact * artifact
The treasure Artifact, initialised if class == TREASURE_ARTIFACT.
Definition game_core.h:1609
Consumable * consumable
The treasure Consumable, initialised if class == TREASURE_CONSUMABLE.
Definition game_core.h:1608
char desc[80]
Description string.
Definition game_core.h:1603
Represents the entity initialised from a CounterType.
Definition game_core.h:1301
void(* boost_e_fun)(Enemy *, int)
Pointer to temp boost function applying to Enemy, takes a int.
Definition game_core.h:1311
void(* boost_fp_fun)(struct FoeParty *, int)
Pointer to temp boost function applying to FoeParty, takes a int.
Definition game_core.h:1313
void(* effect_fun)(Fighter *)
Pointer to effect function applying to Fighter.
Definition game_core.h:1306
int count
Defines the current count.
Definition game_core.h:1302
void(* effect_fp_fun)(struct FoeParty *)
Pointer to effect function applying to FoeParty.
Definition game_core.h:1309
Countertype type
Defines which kind of Countertype the instance relates to.
Definition game_core.h:1305
char * desc
Description string.
Definition game_core.h:1303
void(* effect_b_fun)(Boss *)
Pointer to effect function applying to Boss.
Definition game_core.h:1308
void(* boost_fun)(Fighter *, int)
Pointer to temp boost function applying to Fighter, takes a int.
Definition game_core.h:1310
void(* effect_e_fun)(Enemy *)
Pointer to effect function applying to Enemy.
Definition game_core.h:1307
int innerValue
Contains an integer for counters that need a state.
Definition game_core.h:1304
void(* boost_b_fun)(Boss *, int)
Pointer to temp boost function applying to Boss, takes a int.
Definition game_core.h:1312
Defines the entity initialised from a winconClass.
Definition game_core.h:1336
int current_val
Defines the current progress.
Definition game_core.h:1338
int target_val
Defines the total progress.
Definition game_core.h:1339
Holds the lifetime stats of the player.
Definition game_core.h:779
int enemieskilled
How many enemies were defeated.
Definition game_core.h:780
int coinsfound
How many coins you found in total.
Definition game_core.h:788
int roomscompleted
How many rooms were completed.
Definition game_core.h:785
int equipsfound
How many equips were found.
Definition game_core.h:782
int criticalhits
How many criticals were dealt.
Definition game_core.h:784
int consumablesfound
How many consumabls were found.
Definition game_core.h:781
int unique_bosseskilled
How many unique bosses were defeated.
Definition game_core.h:790
int artifactsfound
How many artifacts were found.
Definition game_core.h:783
int killed_bosses[BOSSCLASSESMAX+1]
Keeps track of which bossClass you've killed.
Definition game_core.h:791
int bosseskilled
How many bosses were defeated.
Definition game_core.h:789
int keysfound
How many keys you found in total.
Definition game_core.h:792
int specialsunlocked
How many special move were unlocked.
Definition game_core.h:787
int floorscompleted
How many floors were completed.
Definition game_core.h:786
Contains loaded values to pass to initRoom().
Definition game_core.h:1876
int total_foes
Definition game_core.h:1881
int done_loading
Definition game_core.h:1879
saveType save_type
Definition game_core.h:1885
Enemy * loaded_enemy
Definition game_core.h:1882
int * ptr_to_roomindex
Definition game_core.h:1884
int enemy_index
Definition game_core.h:1880
int * ptr_to_roomtotalenemies
Definition game_core.h:1883
int is_new_game
Definition game_core.h:1878
Holds arguments for a turnOption_OP.
Definition game_core.h:2102
Enemy * enemy
Pointer to Enemy for OP.
Definition game_core.h:2107
foeTurnOption_OP foe_op
Picked FoeTurnOption_OP, initialised only for some OPs.
Definition game_core.h:2122
loadInfo * load_info
Pointer to loadInfo for OP.
Definition game_core.h:2106
Path * path
Pointer to Rath for OP.
Definition game_core.h:2104
skillType picked_skill
Picked skillType, initialised only for OP_SKILL.
Definition game_core.h:2123
Fighter * actor
Pointer to Fighter actor for the OP.
Definition game_core.h:2103
FILE * save_file
Pointer to savefile for OP.
Definition game_core.h:2109
Boss * boss
Pointer to Boss for OP.
Definition game_core.h:2108
RingaBuf * rb_notifications
Pointer to RingaBuf for notifications for OP.
Definition game_core.h:2119
Koliseo_Temp * t_kls
Pointer to Koliseo_Temp for OP.
Definition game_core.h:2120
Room * room
Pointer to Room for OP.
Definition game_core.h:2105
Gamestate * gmst
Pointer to Gamestate for OP.
Definition game_core.h:2121