]> 4ch.mooo.com Git - 16.git/blob - src/lib/16_tdef.h
ok wwwww zscroll and scroll compile disabled due to me being too tired to whack at...
[16.git] / src / lib / 16_tdef.h
1 /* Project 16 Source Code~\r
2  * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
3  *\r
4  * This file is part of Project 16.\r
5  *\r
6  * Project 16 is free software; you can redistribute it and/or modify\r
7  * it under the terms of the GNU General Public License as published by\r
8  * the Free Software Foundation; either version 3 of the License, or\r
9  * (at your option) any later version.\r
10  *\r
11  * Project 16 is distributed in the hope that it will be useful,\r
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
14  * GNU General Public License for more details.\r
15  *\r
16  * You should have received a copy of the GNU General Public License\r
17  * along with this program.  If not, see <http://www.gnu.org/licenses/>, or\r
18  * write to the Free Software Foundation, Inc., 51 Franklin Street,\r
19  * Fifth Floor, Boston, MA 02110-1301 USA.\r
20  *\r
21  */\r
22 \r
23 #ifndef _TYPEDEFSTRUCT_H_\r
24 #define _TYPEDEFSTRUCT_H_\r
25 \r
26 #include "src/lib/16_t.h"\r
27 \r
28 #define AARED           "\x1b[41;31m"\r
29 #define AABLUE          "\x1b[44;34m"\r
30 #define AAGREEN "\x1b[42;32m"\r
31 #define AAYELLOW        "\x1b[43;33m"\r
32 #define AAGREY          "\x1b[47;37m"\r
33 #define AABLACK "\x1b[40;30m"\r
34 #define AAWHITE         "\x1b[47;37m"\r
35 #define AAMAGENTA       "\x1b[45;35m"\r
36 #define AARESET "\x1b[0m"\r
37 \r
38 #define MAXPAGE 4\r
39 \r
40 /*\r
41  * typedefs of the game variables!\r
42  */\r
43 typedef struct {\r
44         byte *data;\r
45         word width;\r
46         word height;\r
47         byte *palette;\r
48         word offset;\r
49 } bitmap_t;\r
50 \r
51 typedef struct {\r
52         byte huge **data;\r
53         word ntiles;   /* the number of tiles */\r
54         word twidth;   /* width of the tiles */\r
55         word theight;  /* height of the tiles */\r
56         byte *palette; /* palette for the tile set */\r
57 } tileset_t;\r
58 \r
59 typedef struct {\r
60         byte huge *plane[4];     /* 4 planes of image data */\r
61         word width;         /* width of the image (spread across 4 planes) */\r
62         word height;        /* height of the image (spread across 4 planes) */\r
63         word pwidth;        /* the number of bytes in each plane */\r
64         byte *palette;\r
65 } planar_buf_t;\r
66 \r
67 \r
68 enum direction {STOP, UP, DOWN, LEFT, RIGHT};\r
69 typedef struct {\r
70         int dx, dy; //backwards compait\r
71         word id;        /* the Identification number of the page~ For layering~ */\r
72         byte far* data; /* the data for the page */\r
73         word sw;                /* screen width */\r
74         word sh;                /* screen heigth */\r
75         word tw;                /* screen width in tiles */\r
76         word th;                /* screen height in tiles */\r
77         word width;             /* virtual width of the page */\r
78         word height;    /* virtual height of the page */\r
79         word tilesw;            /* virtual screen width in tiles */\r
80         word tilesh;            /* virtual screen height in tiles */\r
81         sword tilemidposscreenx;        /* middle tile position */\r
82         sword tilemidposscreeny;        /* middle tile position */\r
83         sword tileplayerposscreenx;     /* player position on screen */\r
84         sword tileplayerposscreeny;     /* player position on screen */\r
85         word stridew;                   /*width/4*/\r
86         word pagesize;                  /* page size */\r
87         word pi;                                /* incremention page by this much to preserve location */\r
88         word delta;                     // How much should we shift the page for smooth scrolling\r
89         enum direction d;                       // Direction we should shift the page\r
90 } page_t;\r
91 typedef struct\r
92 {\r
93         //sprite ....\r
94         boolean wwww;\r
95 } spri_t;\r
96 \r
97 typedef struct\r
98 {\r
99         //vrs with sprite ....\r
100         spri_t *spri;\r
101 } vrs_t;\r
102 \r
103 typedef struct\r
104 {\r
105         int                     profilehandle,debughandle,showmemhandle;\r
106         int heaphandle;\r
107 } loghandle_t;\r
108 \r
109 typedef struct\r
110 {\r
111         word frames_per_second;\r
112         clock_t t;\r
113         dword tiku;             //frames passed\r
114         word clock_start;       //timer start\r
115         word *clock;    //current time on clock\r
116         boolean fpscap; //cap the fps var\r
117 } kurokku_t;\r
118 \r
119 typedef struct\r
120 {\r
121         word    pn;\r
122 } pan_t;\r
123 \r
124 //video\r
125 #define NUMCHUNKS       416     //keen\r
126 \r
127 typedef struct\r
128 {\r
129         char old_mode;          //old video mode before game!\r
130         byte grneeded[NUMCHUNKS];\r
131         page_t page[MAXPAGE];           //pointer to root page[0]\r
132         word vmem_remain;       //remaining video memory\r
133         byte num_of_pages;      //number of actual pages\r
134         boolean __near p;                       //render page number\r
135         boolean __near r;                       //page flip if true\r
136         word pr[MAXPAGE][4];    //render sections of pages\r
137         //0000word startclk; float clk, tickclk;        //timer\r
138 } video_t;\r
139 \r
140 //from 16_mm\r
141 //==========================================================================\r
142 \r
143 #define MAXBLOCKS               1024\r
144 #define MAXUMBS         12\r
145 \r
146 typedef struct mmblockstruct\r
147 {\r
148         word    start,length;\r
149         //word  start;  dword length;\r
150         word    blob;   //for data larger than 64k\r
151         unsigned        attributes;\r
152         memptr          *useptr;        // pointer to the segment start\r
153         //huge struct mmblockstruct huge *next;\r
154         struct mmblockstruct far *next;\r
155 } mmblocktype;\r
156 \r
157 typedef struct\r
158 {\r
159         dword   nearheap,farheap,EMSmem,XMSmem,mainmem;\r
160 //      boolean         PMStarted, MainPresent, EMSPresent, XMSPresent;\r
161 } mminfotype;\r
162 \r
163 typedef struct\r
164 {\r
165         memptr bufferseg;\r
166         boolean         mmstarted, bombonerror, mmerror;\r
167         //huge void huge        *farheap;\r
168         void far        *farheap;\r
169 #ifdef __BORLANDC__\r
170         void    *nearheap;\r
171 #endif\r
172 #ifdef __WATCOMC__\r
173         void __near     *nearheap;\r
174 #endif\r
175         unsigned int            EMSVer;\r
176         word numUMBs,UMBbase[MAXUMBS];\r
177         word                    totalEMSpages, freeEMSpages, EMSpagesmapped, EMSHandle, EMSPageFrame;\r
178         //dword numUMBs,UMBbase[MAXUMBS];\r
179         //huge mmblocktype      huge mmblocks[MAXBLOCKS],huge *mmhead,huge *mmfree,huge *mmrover,huge *mmnew;\r
180         mmblocktype     far mmblocks[MAXBLOCKS],far *mmhead,far *mmfree,far *mmrover,far *mmnew;\r
181 } mminfo_t;\r
182 \r
183 //==========================================================================\r
184 \r
185 \r
186 //from 16_pm\r
187 //==========================================================================\r
188 \r
189 //      NOTE! PMPageSize must be an even divisor of EMSPageSize, and >= 1024\r
190 #define EMSPageSize             16384\r
191 #define EMSPageSizeSeg  (EMSPageSize >> 4)\r
192 #define EMSPageSizeKB   (EMSPageSize >> 10)\r
193 #define EMSFrameCount   4\r
194 #define PMPageSize              4096\r
195 #define PMPageSizeSeg   (PMPageSize >> 4)\r
196 #define PMPageSizeKB    (PMPageSize >> 10)\r
197 #define PMEMSSubPage    (EMSPageSize / PMPageSize)\r
198 \r
199 #define PMMinMainMem    10                      // Min acceptable # of pages from main\r
200 #define PMMaxMainMem    100                     // Max number of pages in main memory\r
201 \r
202 #define PMThrashThreshold       1       // Number of page thrashes before panic mode\r
203 #define PMUnThrashThreshold     5       // Number of non-thrashing frames before leaving panic mode\r
204 \r
205 typedef enum\r
206                 {\r
207                         pml_Unlocked,\r
208                         pml_Locked\r
209                 } PMLockType;\r
210 \r
211 typedef enum\r
212                 {\r
213                         pmba_Unused = 0,\r
214                         pmba_Used = 1,\r
215                         pmba_Allocated = 2\r
216                 } PMBlockAttr;\r
217 \r
218 typedef struct\r
219                 {\r
220                         dword   offset;         // Offset of chunk into file\r
221                         word            length;         // Length of the chunk\r
222 \r
223                         int                     xmsPage;        // If in XMS, (xmsPage * PMPageSize) gives offset into XMS handle\r
224 \r
225                         PMLockType      locked;         // If set, this page can't be purged\r
226                         int                     emsPage;        // If in EMS, logical page/offset into page\r
227                         int                     mainPage;       // If in Main, index into handle array\r
228 \r
229                         dword   lastHit;        // Last frame number of hit\r
230                 } PageListStruct;\r
231 \r
232 typedef struct\r
233                 {\r
234                         int                     baseEMSPage;    // Base EMS page for this phys frame\r
235                         dword   lastHit;                // Last frame number of hit\r
236                 } EMSListStruct;\r
237 \r
238 //      Main Mem specific variables\r
239 typedef struct\r
240 {\r
241         boolean                 MainPresent;\r
242         memptr                  MainMemPages[PMMaxMainMem];\r
243         PMBlockAttr             MainMemUsed[PMMaxMainMem];\r
244         int                             MainPagesAvail;\r
245 } pm_mmi_t;\r
246 \r
247 //      EMS specific variables\r
248 typedef struct\r
249 {\r
250         boolean                 EMSPresent;\r
251         unsigned int                    EMSVer;\r
252         word                    EMSAvail,EMSPagesAvail,EMSHandle,\r
253                                         EMSPageFrame,EMSPhysicalPage;\r
254         word                    totalEMSpages, freeEMSpages, EMSpagesmapped;\r
255         EMSListStruct   EMSList[EMSFrameCount];\r
256 } pm_emmi_t;\r
257 \r
258 //      XMS specific variables\r
259 typedef struct\r
260 {\r
261         boolean                 XMSPresent;\r
262         word                    XMSAvail,XMSPagesAvail,XMSHandle;//,XMSVer;\r
263         dword                   XMSDriver;\r
264         int                             XMSProtectPage;// = -1;\r
265 } pm_xmmi_t;\r
266 \r
267 //      File specific variables\r
268 typedef struct\r
269 {\r
270         char                    PageFileName[13];// = {"VSWAP."};\r
271         int                             PageFile;// = -1;\r
272         word                    ChunksInFile;\r
273         word                    PMSpriteStart,PMSoundStart;\r
274 } pm_fi_t;\r
275 \r
276 //      General usage variables\r
277 typedef struct\r
278 {\r
279         boolean                 PMStarted,\r
280                                         PMPanicMode,\r
281                                         PMThrashing;\r
282         word                    XMSPagesUsed,\r
283                                         EMSPagesUsed,\r
284                                         MainPagesUsed,\r
285                                         PMNumBlocks;\r
286         long                    PMFrameCount;\r
287         PageListStruct  far *PMPages;\r
288         __SEGA *PMSegPages;\r
289         pm_mmi_t        mm;\r
290         pm_emmi_t       emm;\r
291         pm_xmmi_t       xmm;\r
292         pm_fi_t fi;\r
293 } pm_t;\r
294 \r
295 //==========================================================================\r
296 \r
297 //from 16_ca\r
298 //==========================================================================\r
299 \r
300 #define NUMMAPS         4//39\r
301 #define MAPPLANES               3\r
302 \r
303 typedef struct\r
304 {\r
305   word bit0,bit1;       // 0-255 is a character, > is a pointer to a node\r
306 } huffnode;\r
307 \r
308 typedef struct\r
309 {\r
310         int             mapon, mapnum;\r
311         __SEGA  *mapsegs[4];\r
312         __SEGA  *mapheaderseg[NUMMAPS];\r
313         __SEGA  *tinf;\r
314 } ca_mapinfo_t;\r
315 \r
316 typedef struct\r
317 {\r
318         int                     maphandle[4];           // handle to MAPTEMP / GAMEMAPS\r
319 } ca_handle_t;\r
320 \r
321 typedef struct\r
322 {\r
323         byte            ca_levelbit,ca_levelnum;\r
324         ca_handle_t     file;           //files to open\r
325         ca_mapinfo_t    camap;\r
326         __SEGA  *grsegs[NUMCHUNKS];\r
327         byte            far     grneeded[NUMCHUNKS];\r
328         huffnode huffnode;\r
329 } ca_t;\r
330 \r
331 //==========================================================================\r
332 \r
333 //actual global game varables!\r
334 typedef struct\r
335 {\r
336         video_t video;  // video settings variable\r
337         ca_t            ca;     // ca stuff\r
338         pm_t            pm;     // pm stuff\r
339         loghandle_t handle;     //handles for file logging\r
340         kurokku_t kurokku;      //clock struct\r
341         mminfo_t mm; mminfotype mmi;\r
342 } global_game_variables_t;\r
343 \r
344 extern char global_temp_status_text[512];\r
345 #ifdef __WATCOMC__\r
346 #define EINVFMT EMFILE\r
347 #endif\r
348 #endif /* _TYPEDEFSTRUCT_H_ */\r