Rev 4997 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2726 | hendricks2 | 1 | // |
2 | // Definitions of common game-only data structures/functions |
||
3 | // (and declarations of data appearing in both) |
||
4 | // for EDuke32 and Mapster32 |
||
5 | // |
||
6 | |||
7 | #ifndef EDUKE32_COMMON_GAME_H_ |
||
8 | #define EDUKE32_COMMON_GAME_H_ |
||
9 | |||
4766 | hendricks2 | 10 | #ifdef __cplusplus |
11 | extern "C" { |
||
12 | #endif |
||
13 | |||
4557 | hendricks2 | 14 | extern int32_t usecwd; |
15 | |||
2726 | hendricks2 | 16 | #define GAMEFLAG_DUKE 0x00000001 |
17 | #define GAMEFLAG_NAM 0x00000002 |
||
18 | #define GAMEFLAG_NAPALM 0x00000004 |
||
19 | #define GAMEFLAG_WW2GI 0x00000008 |
||
3654 | terminx | 20 | #define GAMEFLAG_ADDON 0x00000010 |
3803 | terminx | 21 | #define GAMEFLAG_SHAREWARE 0x00000020 |
22 | #define GAMEFLAG_DUKEBETA 0x00000060 // includes 0x20 since it's a shareware beta |
||
5050 | hendricks2 | 23 | #define GAMEFLAGMASK 0x0000007F // flags allowed from grpinfo |
4887 | hendricks2 | 24 | #define GAMEFLAG_NWINTER 0x00000080 |
2726 | hendricks2 | 25 | |
26 | extern int32_t g_gameType; |
||
27 | |||
4557 | hendricks2 | 28 | extern int32_t g_usingAddon; |
29 | extern int32_t g_dependencyCRC; |
||
30 | |||
2726 | hendricks2 | 31 | #define DUKE (g_gameType & GAMEFLAG_DUKE) |
32 | #define NAM (g_gameType & GAMEFLAG_NAM) |
||
33 | #define NAPALM (g_gameType & GAMEFLAG_NAPALM) |
||
34 | #define WW2GI (g_gameType & GAMEFLAG_WW2GI) |
||
3803 | terminx | 35 | #define SHAREWARE (g_gameType & GAMEFLAG_SHAREWARE) |
3886 | terminx | 36 | #define DUKEBETA ((g_gameType & GAMEFLAG_DUKEBETA) == GAMEFLAG_DUKEBETA) |
4887 | hendricks2 | 37 | #define NWINTER (g_gameType & GAMEFLAG_NWINTER) |
2726 | hendricks2 | 38 | |
39 | enum Games_t { |
||
40 | GAME_DUKE = 0, |
||
41 | GAME_NAM, |
||
42 | GAME_NAPALM, |
||
43 | GAME_WW2GI, |
||
44 | GAMECOUNT |
||
45 | }; |
||
46 | |||
3637 | terminx | 47 | enum instpath_t { |
4790 | hendricks2 | 48 | INSTPATH_STEAM_DUKE3D, |
49 | INSTPATH_GOG_DUKE3D, |
||
50 | INSTPATH_3DR_DUKE3D, |
||
51 | INSTPATH_3DR_ANTH, |
||
52 | INSTPATH_STEAM_NAM, |
||
3637 | terminx | 53 | NUMINSTPATHS |
54 | }; |
||
55 | |||
4886 | hendricks2 | 56 | enum searchpathtypes_t { |
57 | SEARCHPATH_REMOVE = 1<<0, |
||
58 | SEARCHPATH_NAM = 1<<1, |
||
4887 | hendricks2 | 59 | |
60 | SEARCHPATH_NWINTER = 1<<2, |
||
4886 | hendricks2 | 61 | }; |
62 | |||
4560 | hendricks2 | 63 | typedef enum basepal_ { |
64 | BASEPAL = 0, |
||
65 | WATERPAL, |
||
66 | SLIMEPAL, |
||
67 | DREALMSPAL, |
||
68 | TITLEPAL, |
||
69 | ENDINGPAL, // 5 |
||
70 | ANIMPAL, |
||
71 | BASEPALCOUNT |
||
72 | } basepal_t; |
||
73 | |||
4557 | hendricks2 | 74 | extern const char *g_gameNamePtr; |
75 | |||
2726 | hendricks2 | 76 | extern char *g_grpNamePtr; |
77 | extern char *g_scriptNamePtr; |
||
78 | |||
2796 | helixhorne | 79 | extern const char *G_DefaultGrpFile(void); |
80 | extern const char *G_GrpFile(void); |
||
2726 | hendricks2 | 81 | |
2796 | helixhorne | 82 | extern const char *G_DefaultConFile(void); |
83 | extern const char *G_ConFile(void); |
||
2726 | hendricks2 | 84 | |
4128 | hendricks2 | 85 | extern char **g_scriptModules; |
86 | extern int32_t g_scriptModulesNum; |
||
87 | |||
88 | extern void G_AddCon(const char *buffer); |
||
89 | extern void G_AddConModule(const char *buffer); |
||
90 | |||
2726 | hendricks2 | 91 | extern void clearGrpNamePtr(void); |
92 | extern void clearScriptNamePtr(void); |
||
93 | |||
4557 | hendricks2 | 94 | extern int32_t loaddefinitions_game(const char *, int32_t); |
95 | extern int32_t g_groupFileHandle; |
||
96 | |||
3220 | hendricks2 | 97 | ////////// |
98 | |||
3976 | helixhorne | 99 | extern void G_InitMultiPsky(int32_t CLOUDYOCEAN__DYN, int32_t MOONSKY1__DYN, int32_t BIGORBIT1__DYN, int32_t LA__DYN); |
100 | extern void G_SetupGlobalPsky(void); |
||
3220 | hendricks2 | 101 | |
3581 | hendricks2 | 102 | ////////// |
103 | |||
4557 | hendricks2 | 104 | extern char g_modDir[BMAX_PATH]; |
4668 | terminx | 105 | extern int32_t kopen4loadfrommod(const char *filename, char searchfirst); |
3581 | hendricks2 | 106 | extern void G_AddSearchPaths(void); |
3654 | terminx | 107 | extern void G_CleanupSearchPaths(void); |
3581 | hendricks2 | 108 | |
4557 | hendricks2 | 109 | extern void G_ExtPreInit(int32_t argc,const char **argv); |
110 | extern void G_ExtInit(void); |
||
4997 | terminx | 111 | extern void G_ScanGroups(void); |
112 | extern void G_LoadGroups(int32_t autoload); |
||
4557 | hendricks2 | 113 | |
3637 | terminx | 114 | extern const char * G_GetInstallPath(int32_t insttype); |
115 | |||
4559 | hendricks2 | 116 | ////////// |
117 | |||
118 | void G_LoadGroupsInDir(const char *dirname); |
||
119 | void G_DoAutoload(const char *dirname); |
||
120 | |||
4564 | hendricks2 | 121 | ////////// |
122 | |||
123 | extern uint8_t *basepaltable[BASEPALCOUNT]; |
||
124 | |||
125 | extern int32_t G_LoadLookups(void); |
||
126 | |||
4948 | hendricks2 | 127 | ////////// |
128 | |||
129 | #if defined HAVE_FLAC || defined HAVE_VORBIS |
||
130 | int32_t S_UpgradeFormat(const char *fn, char searchfirst); |
||
131 | #endif |
||
132 | |||
4766 | hendricks2 | 133 | #ifdef __cplusplus |
134 | } |
||
2726 | hendricks2 | 135 | #endif |
4766 | hendricks2 | 136 | |
137 | #endif |