]> 4ch.mooo.com Git - 16.git/blob - src/lib/16_tdef.h
====animation mostly converted==== set_anim_by_id(player[pn].ent->spri, player[pn...
[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 far **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 far *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 //TODO: 16_mm and 16_ca must handle this\r
68 typedef struct {\r
69         bitmap_t far *btdata;           //old\r
70         planar_buf_t far *data; //old\r
71         word tileHeight, tileWidth;\r
72         unsigned int rows, cols;\r
73 //      #ifdef __DEBUG__\r
74 //      boolean debug_text;     //show the value of the tile! wwww\r
75 //      byte *debug_data;\r
76 //      #endif\r
77 } tiles_t;\r
78 \r
79 //TODO: 16_mm and 16_ca must handle this\r
80 //TODO: add variables from 16_ca\r
81 typedef struct {\r
82         //long          planestart[3];\r
83         //unsigned      planelength[3];\r
84         byte *data;                     //TODO: 16_mm and 16_ca must handle this\r
85         byte * far *layerdata;  //TODO: 16_mm and 16_ca must handle this\r
86         tiles_t *tiles;         //TODO: 16_mm and 16_ca must handle this\r
87         tiles_t * far *layertile;       //TODO: 16_mm and 16_ca must handle this\r
88         int width, height;              //this has to be signed!\r
89         char            name[16];\r
90 } map_t;\r
91 \r
92 //TODO USE THIS tile info\r
93 typedef struct{\r
94         word tw;                /* screen width in tiles */\r
95         word th;                /* screen height in tiles */\r
96         word tilesw;            /* virtual screen width in tiles */\r
97         word tilesh;            /* virtual screen height in tiles */\r
98         sword tilemidposscreenx;        /* middle tile x position */    /* needed for scroll system to work accordingly */\r
99         sword tilemidposscreeny;        /* middle tile y position */    /* needed for scroll system to work accordingly */\r
100         sword tileplayerposscreenx;     /* player position on screen */ /* needed for scroll and map system to work accordingly */\r
101         sword tileplayerposscreeny;     /* player position on screen */ /* needed for scroll and map system to work accordingly */\r
102 } ti_t;\r
103 \r
104 typedef struct {\r
105         nibble/*word*/ id;      /* the Identification number of the page~ For layering~ */\r
106         byte far* data; /* the data for the page */\r
107         word dx;                /* col we are viewing on virtual screen (on page[0]) */ /* off screen buffer on the left size */\r
108         word dy;                /* row we are viewing on virtual screen (on page[0]) */ /* off screen buffer on the top size */\r
109         word sw;                /* screen width */      /* resolution */\r
110         word sh;                /* screen heigth */     /* resolution */\r
111                 word tw;                /* screen width in tiles */\r
112                 word th;                /* screen height in tiles */\r
113         word width;             /* virtual width of the page */\r
114         word height;    /* virtual height of the page */\r
115                 word tilesw;            /* virtual screen width in tiles */\r
116                 word tilesh;            /* virtual screen height in tiles */\r
117                 sword tilemidposscreenx;        /* middle tile x position */    /* needed for scroll system to work accordingly */\r
118                 sword tilemidposscreeny;        /* middle tile y position */    /* needed for scroll system to work accordingly */\r
119                 sword tileplayerposscreenx;     /* player position on screen */ /* needed for scroll and map system to work accordingly */\r
120                 sword tileplayerposscreeny;     /* player position on screen */ /* needed for scroll and map system to work accordingly */\r
121         word stridew;                   /* width/4 */   /* VGA */\r
122         word pagesize;                  /* page size */\r
123         word pi;                                /* increment page by this much to preserve location */\r
124 //newer vars\r
125 //TODO: find where they are used\r
126         sword delta;                    // How much should we shift the page for smooth scrolling\r
127 } page_t;\r
128 \r
129 //new structs\r
130 typedef struct\r
131 {\r
132         int x; //entity exact position on the viewable map\r
133         int y; //entity exact position on the viewable map\r
134         int tx; //entity tile position on the viewable map\r
135         int ty; //entity tile position on the viewable map\r
136         int triggerx; //entity's trigger box tile position on the viewable map\r
137         int triggery; //entity's trigger box tile position on the viewable map\r
138         int sheetsetx; //NOT USED YET! entity sprite sheet set on the image x\r
139         int sheetsety; //NOT USED YET! entity sprite sheet set on the image y\r
140         byte d;         //direction to render sprite!! wwww\r
141         word dire;              //sprite in use\r
142         byte q;         //loop variable for anumation and locking the playing to compleate the animation cycle to prevent issues with misalignment www\r
143         word speed;             //entity speed!\r
144         word spt;               //speed per tile\r
145         struct sprite *spri; // sprite used by entity\r
146         sword hp; //hitpoints of the entity\r
147         int persist_aniframe;    /* gonna be increased to 1 before being used, so 0 is ok for default */\r
148 } entity_t;\r
149 \r
150 //TODO: MAKE THIS WWWW\r
151 typedef struct\r
152 {\r
153         //sprite ....\r
154         boolean wwww;\r
155 } spri_t;\r
156 \r
157 //TODO: MAKE THIS TO WWWW\r
158 typedef struct\r
159 {\r
160         //vrs with sprite ....\r
161         spri_t *spri;\r
162 } vrs_t;\r
163 \r
164 //from 16_in\r
165 //==========================================================================\r
166 typedef byte            ScanCode;\r
167 \r
168 typedef enum            {\r
169                                                 //ctrl_None,                            // MDM (GAMERS EDGE) - added\r
170                                                 ctrl_Keyboard,\r
171                                                         ctrl_Keyboard1 = ctrl_Keyboard,ctrl_Keyboard2,\r
172                                                 ctrl_Joystick,\r
173                                                         ctrl_Joystick1 = ctrl_Joystick,ctrl_Joystick2,\r
174                                                 ctrl_Mouse,\r
175                                         } ControlType;\r
176 typedef enum            {\r
177                                                 motion_Left = -1,motion_Up = -1,\r
178                                                 motion_None = 0,\r
179                                                 motion_Right = 1,motion_Down = 1\r
180                                         } Motion;\r
181 typedef enum            {\r
182                                                 dir_North,//dir_NorthEast,\r
183                                                 dir_West,//dir_Nortinest,\r
184                                                 dir_None,\r
185                                                 dir_East,//,dir_SouthEast,\r
186                                                 dir_South,//dir_Soutinest,\r
187                                         } Direction;\r
188 typedef struct          {\r
189                                                 boolean near    button0,button1,button2,button3;\r
190                                                 int     near            x,y;\r
191                                                 Motion  near    xaxis,yaxis;\r
192                                                 Direction near  dir;\r
193                                         } CursorInfo;\r
194 \r
195 typedef struct          {\r
196                                                 ScanCode near   button0,button1,\r
197                                                                         //upleft,\r
198                                                                         up,\r
199                                                                         down,\r
200                                                                         left,\r
201                                                                         right\r
202                                                                         //upright,\r
203                                                                         //downleft,\r
204                                                                         //,downright\r
205                                                                         ;\r
206                                         } KeyboardDef;\r
207 typedef struct          {\r
208                                                 word    near    joyMinX,joyMinY,\r
209                                                                         threshMinX,threshMinY,\r
210                                                                         threshMaxX,threshMaxY,\r
211                                                                         joyMaxX,joyMaxY,\r
212                                                                         joyMultXL,joyMultYL,\r
213                                                                         joyMultXH,joyMultYH;\r
214                                         } JoystickDef;\r
215 \r
216 //==========================================================================\r
217 \r
218 typedef struct\r
219 {\r
220         entity_t near   enti;\r
221         entity_t *ent;\r
222 #ifdef  __WATCOMC__\r
223         //struct sprite *spri;  //supposively the sprite sheet data\r
224         memptr          gr;\r
225 #endif\r
226         bitmap_t        *data;          //supposively the sprite sheet data//old format\r
227         bitmap_t        bmp;\r
228 \r
229         //input\r
230         byte near               pdir;   //previous direction~ used in IN_16 in IN_ReadControl()\r
231         CursorInfo              info;\r
232         ControlType     Controls;\r
233         word walktype;\r
234 //newer vars\r
235         int dx, dy, delta;      //TODO: what is this? ^^\r
236 } player_t;\r
237 \r
238 //===========================================//\r
239 \r
240 typedef struct\r
241 {\r
242         int profilehandle,debughandle,showmemhandle;\r
243         int heaphandle;\r
244 } loghandle_t;\r
245 \r
246 typedef struct\r
247 {\r
248         word frames_per_second;\r
249         clock_t t;\r
250         dword tiku;             //frames passed\r
251         word clock_start;       //timer start\r
252         word *clock;    //current time on clock\r
253         boolean fpscap; //cap the fps var\r
254 } kurokku_t;\r
255 \r
256 //video\r
257 #define NUMCHUNKS       416     //keen\r
258 \r
259 typedef struct\r
260 {\r
261         char old_mode;          //old video mode before game!\r
262         page_t page[MAXPAGE];   //can be used as a pointer to root page[0]\r
263         word vmem_remain;       //remaining video memory\r
264         byte num_of_pages;      //number of actual pages\r
265         //doslib origi vars\r
266         byte far * omemptr;\r
267         byte vga_draw_stride;\r
268         byte vga_draw_stride_limit;             // further X clipping\r
269 //\r
270         word __near rs;                 //render switch\r
271         sword __near sprifilei;         //player file's i\r
272         boolean __near p;                       //render page number //BLEH\r
273         boolean __near r;                       //page flip if true\r
274         word pr[MAXPAGE][4];    //render sections of pages (this is supposed to be set up to draw sections of the screen if updated)\r
275 \r
276         nibble sfip;//shinku_fps_indicator_page; // we're on page 1 now, shinku(). follow along please or it will not be visible.\r
277         nibble panp;            //pan_t replacement\r
278         //0000word startclk; float clk, tickclk;        //timer\r
279 //newer vars\r
280 //TODO: find out how they are used\r
281         byte grneeded[NUMCHUNKS];\r
282 } video_t;\r
283 \r
284 //from 16_mm\r
285 //==========================================================================\r
286 \r
287 #define MAXBLOCKS               1024\r
288 #define MAXUMBS         12\r
289 \r
290 typedef struct mmblockstruct\r
291 {\r
292         word    start,length;\r
293         //word  start;  dword length;\r
294         word    blob;   //for data larger than 64k\r
295         unsigned        attributes;\r
296         memptr          *useptr;        // pointer to the segment start\r
297         struct mmblockstruct far *next;\r
298 } mmblocktype;\r
299 \r
300 typedef struct\r
301 {\r
302         dword   nearheap,farheap,EMSmem,XMSmem,mainmem;\r
303 //      boolean         PMStarted, MainPresent, EMSPresent, XMSPresent;\r
304 } mminfotype;\r
305 \r
306 typedef struct\r
307 {\r
308         memptr bufferseg;\r
309         boolean         mmstarted, bombonerror, mmerror;\r
310         void far        *farheap;\r
311 #ifdef __BORLANDC__\r
312         void    *nearheap;\r
313 #endif\r
314 #ifdef __WATCOMC__\r
315         void __near     *nearheap;\r
316 #endif\r
317         unsigned int            EMSVer;\r
318         word numUMBs,UMBbase[MAXUMBS];\r
319         word                    totalEMSpages, freeEMSpages, EMSpagesmapped, EMSHandle, EMSPageFrame;\r
320         //dword numUMBs,UMBbase[MAXUMBS];\r
321         mmblocktype     far mmblocks[MAXBLOCKS],far *mmhead,far *mmfree,far *mmrover,far *mmnew;\r
322 } mminfo_t;\r
323 \r
324 //==========================================================================\r
325 \r
326 \r
327 //from 16_pm\r
328 //==========================================================================\r
329 \r
330 //      NOTE! PMPageSize must be an even divisor of EMSPageSize, and >= 1024\r
331 #define EMSPageSize             16384\r
332 #define EMSPageSizeSeg  (EMSPageSize >> 4)\r
333 #define EMSPageSizeKB   (EMSPageSize >> 10)\r
334 #define EMSFrameCount   4\r
335 #define PMPageSize              4096\r
336 #define PMPageSizeSeg   (PMPageSize >> 4)\r
337 #define PMPageSizeKB    (PMPageSize >> 10)\r
338 #define PMEMSSubPage    (EMSPageSize / PMPageSize)\r
339 \r
340 #define PMMinMainMem    10                      // Min acceptable # of pages from main\r
341 #define PMMaxMainMem    100                     // Max number of pages in main memory\r
342 \r
343 #define PMThrashThreshold       1       // Number of page thrashes before panic mode\r
344 #define PMUnThrashThreshold     5       // Number of non-thrashing frames before leaving panic mode\r
345 \r
346 typedef enum\r
347                 {\r
348                         pml_Unlocked,\r
349                         pml_Locked\r
350                 } PMLockType;\r
351 \r
352 typedef enum\r
353                 {\r
354                         pmba_Unused = 0,\r
355                         pmba_Used = 1,\r
356                         pmba_Allocated = 2\r
357                 } PMBlockAttr;\r
358 \r
359 typedef struct\r
360                 {\r
361                         dword   offset;         // Offset of chunk into file\r
362                         word            length;         // Length of the chunk\r
363 \r
364                         int                     xmsPage;        // If in XMS, (xmsPage * PMPageSize) gives offset into XMS handle\r
365 \r
366                         PMLockType      locked;         // If set, this page can't be purged\r
367                         int                     emsPage;        // If in EMS, logical page/offset into page\r
368                         int                     mainPage;       // If in Main, index into handle array\r
369 \r
370                         dword   lastHit;        // Last frame number of hit\r
371                 } PageListStruct;\r
372 \r
373 typedef struct\r
374                 {\r
375                         int                     baseEMSPage;    // Base EMS page for this phys frame\r
376                         dword   lastHit;                // Last frame number of hit\r
377                 } EMSListStruct;\r
378 \r
379 //      Main Mem specific variables\r
380 typedef struct\r
381 {\r
382         boolean                 MainPresent;\r
383         memptr                  MainMemPages[PMMaxMainMem];\r
384         PMBlockAttr             MainMemUsed[PMMaxMainMem];\r
385         int                             MainPagesAvail;\r
386 } pm_mmi_t;\r
387 \r
388 //      EMS specific variables\r
389 typedef struct\r
390 {\r
391         boolean                 EMSPresent;\r
392         unsigned int                    EMSVer;\r
393         word                    EMSAvail,EMSPagesAvail,EMSHandle,\r
394                                         EMSPageFrame,EMSPhysicalPage;\r
395         word                    totalEMSpages, freeEMSpages, EMSpagesmapped;\r
396         EMSListStruct   EMSList[EMSFrameCount];\r
397 } pm_emmi_t;\r
398 \r
399 //      XMS specific variables\r
400 typedef struct\r
401 {\r
402         boolean                 XMSPresent;\r
403         word                    XMSAvail,XMSPagesAvail,XMSHandle;//,XMSVer;\r
404         dword                   XMSDriver;\r
405         int                             XMSProtectPage;// = -1;\r
406 } pm_xmmi_t;\r
407 \r
408 //      File specific variables\r
409 typedef struct\r
410 {\r
411         char                    PageFileName[13];// = {"VSWAP."};\r
412         int                             PageFile;// = -1;\r
413         word                    ChunksInFile;\r
414         word                    PMSpriteStart,PMSoundStart;\r
415 } pm_fi_t;\r
416 \r
417 //      General usage variables\r
418 typedef struct\r
419 {\r
420         boolean                 PMStarted,\r
421                                         PMPanicMode,\r
422                                         PMThrashing;\r
423         word                    XMSPagesUsed,\r
424                                         EMSPagesUsed,\r
425                                         MainPagesUsed,\r
426                                         PMNumBlocks;\r
427         long                    PMFrameCount;\r
428         PageListStruct  far *PMPages;\r
429         __SEGA *PMSegPages;\r
430         pm_mmi_t        mm;\r
431         pm_emmi_t       emm;\r
432         pm_xmmi_t       xmm;\r
433         pm_fi_t fi;\r
434 } pm_t;\r
435 \r
436 //==========================================================================\r
437 \r
438 //from 16_ca\r
439 //==========================================================================\r
440 \r
441 #define NUMMAPS         4//39\r
442 #define MAPPLANES               3\r
443 \r
444 typedef struct\r
445 {\r
446   word bit0,bit1;       // 0-255 is a character, > is a pointer to a node\r
447 } huffnode;\r
448 \r
449 typedef struct\r
450 {\r
451         int             mapon, mapnum;\r
452         __SEGA  *mapsegs[4];\r
453         __SEGA  *mapheaderseg[NUMMAPS];\r
454         __SEGA  *tinf;\r
455 } ca_mapinfo_t;\r
456 \r
457 typedef struct\r
458 {\r
459         int                     maphandle[4];           // handle to MAPTEMP / GAMEMAPS\r
460 } ca_handle_t;\r
461 \r
462 typedef struct\r
463 {\r
464         byte            ca_levelbit,ca_levelnum;\r
465         ca_handle_t     file;           //files to open\r
466         ca_mapinfo_t    camap;\r
467         __SEGA  *grsegs[NUMCHUNKS];\r
468         byte            far     grneeded[NUMCHUNKS];\r
469         huffnode huffnode;\r
470 } ca_t;\r
471 \r
472 //==========================================================================\r
473 \r
474 //actual global game varables!\r
475 typedef enum {\r
476         ENGI_EXIT,\r
477         ENGI_QUIT,\r
478         ENGI_RUN,\r
479         ENGI_INPUT,\r
480         ENGI_PAUSE\r
481 } engi_stat_t;\r
482 \r
483 typedef struct\r
484 {\r
485         video_t video;  // video settings variable\r
486         ca_t            ca;     // ca stuff\r
487         pm_t            pm;     // pm stuff\r
488         loghandle_t handle;     //handles for file logging\r
489         kurokku_t kurokku;      //clock struct\r
490         mminfo_t mm; mminfotype mmi;\r
491 } global_game_variables_t;\r
492 \r
493 extern char global_temp_status_text[512];\r
494 #ifdef __WATCOMC__\r
495 #define EINVFMT EMFILE\r
496 #endif\r
497 #endif /* _TYPEDEFSTRUCT_H_ */\r