OSDN Git Service

wwww
[proj16/16.git] / src / bakapi.c
1 /* Project 16 Source Code~
2  * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
3  *
4  * This file is part of Project 16.
5  *
6  * Project 16 is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * Project 16 is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You screen.heightould have received a copy of the GNU General Public License
17  * along with this program.  If not, see <http://www.gnu.org/licenses/>, or
18  * write to the Free Software Foundation, Inc., 51 Franklin Street,
19  * Fifth Floor, Boston, MA 02110-1301 USA.
20  *
21  */
22
23 #include "src/bakapi.h"
24
25 /*
26  * BAKAPEE!
27  */
28 global_game_variables_t gvar;
29 static bakapee_t bakapee;
30 word key,d,xpos,ypos,xdir,ydir;
31 int ch=0x0;
32
33 void
34 main(int argc, char *argvar[])
35 {
36         // main variables values
37         d=4; // switch variable
38         key=2; // default screensaver number
39         xpos=TILEWH*2;
40         ypos=TILEWH*2;
41         xdir=1;
42         ydir=1;
43
44 #ifdef MXLIB
45         VGAmodeX(1, &gvar);
46 #else
47         mxSetMode(3);
48 #endif
49         bakapee.xx = rand()&0%gvar.video.page[0].width;
50         bakapee.yy = rand()&0%gvar.video.page[0].height;
51         bakapee.gq = 0;
52         bakapee.sx=0;
53         bakapee.sy=0;
54         bakapee.bakax=0;
55         bakapee.bakay=0;
56         bakapee.coor=0;
57
58         /* setup camera and screen~ */
59         gvar.video.page[0] = modexDefaultPage(&gvar.video.page[0]);
60         gvar.video.page[0].width += (TILEWH*2);
61         gvar.video.page[0].height += (TILEWH*2);
62         textInit();
63
64         //modexPalUpdate(bmp.palette); //____
65         //modexDrawBmp(VGA, 0, 0, &bmp, 0); //____
66         //getch(); //____
67
68         modexShowPage(&gvar.video.page[0]);
69
70 // screen savers
71 #ifdef BOINK
72         while(d>0)      // on!
73         {
74                 if(!kbhit())
75                 { // conditions of screen saver
76                         ding(&gvar.video.page[0], &bakapee, key);
77                 }
78                 else
79                 {
80                         #ifndef MXLIB
81                         mxChangeMode(0);
82 #else
83                         VGAmodeX(0, &gvar);
84 #endif
85                         //modexLeave();
86                         // user imput switch
87                         fprintf(stderr, "xx=%d  yy=%d\n", bakapee.xx, bakapee.yy);
88                         printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n", getch());  // prompt the user
89 //                      printf("Enter 1, 2, 3, 4, or 6 to run a screensaver, or enter 0 to quit.\n");  // prompt the user
90 //                      clrstdin();
91                         scanf("%d", &key);
92                         //if(key==3){xx=yy=0;} // crazy screen saver wwww
93                         if(key==0){ d=0; }else{
94                                 gvar.video.page[0] = modexDefaultPage(&gvar.video.page[0]);
95                                 gvar.video.page[0].width += (TILEWH*2);
96                                 gvar.video.page[0].height += (TILEWH*2);
97 #ifdef MXLIB
98                                 VGAmodeX(1, &gvar);
99 #else
100                                 mxChangeMode(3);
101 #endif
102                                 modexShowPage(&gvar.video.page[0]);
103                         }
104                 }
105         }
106 #else
107         while(1)
108         { // conditions of screen saver
109                 while(!kbhit())
110                 {
111                         ding(&gvar.video.page[0], &bakapee, key);
112                 }
113                 //end of screen savers
114                 /*for(int x = 0; x < gvar.video.page[0].width; ++x)
115                 {
116                         modexputPixel(&page, x, 0, 15);
117                         mxPutPixel(x, gvar.video.page[0].height-1, 15);
118                         }
119                 for (int y = 0; y < VH; ++y)
120                         {
121                                 mxPutPixel(0, y, 15);
122                                 mxPutPixel(gvar.video.page[0].width-1, y, 15);
123                         }
124                 for (int x = 0; x < VW; ++x)
125                         {
126                                 mxPutPixel(x, 0, 15);
127                                 mxPutPixel(x, VH-1, 15);
128                         }
129                 for (int y = 240; y < VH; ++y)
130                         {
131                                 mxPutPixel(0, y, 15);
132                                 mxPutPixel(VW-1, y, 15);
133                         }*/
134                 pdump(&gvar.video.page[0]);
135                 getch();
136                 //text box
137                 /*++++mxBitBlt(xpos, ypos+(TILEWH*12), gvar.video.page[0].width, TILEWH*BUFFMX, 0, BS); //copy background
138                 mxFillBox(xpos, ypos+(TILEWH*12), gvar.video.page[0].width, TILEWH*BUFFMX, 0, OP_SET); // background for text box
139                 //+(QUADWH*6)
140                 mxOutText(xpos+1, ypos+gvar.video.page[0].height-48, "========================================");
141                 mxOutText(xpos+1, ypos+gvar.video.page[0].height-40, "|    |Chikyuu:$line1");
142                 mxOutText(xpos+1, ypos+gvar.video.page[0].height-32, "|    |$line2");
143                 mxOutText(xpos+1, ypos+gvar.video.page[0].height-24, "|    |$line3");
144                 mxOutText(xpos+1, ypos+gvar.video.page[0].height-16, "|    |$line4");
145                 mxOutText(xpos+1, ypos+gvar.video.page[0].height-8,  "========================================");
146                 mxFillBox(xpos+QUADWH, ypos+QUADWH+(TILEWH*12), TILEWH*2, TILEWH*2, 9, OP_SET); //portriat~
147                 getch();
148                 mxBitBlt(0, BS, gvar.video.page[0].width, TILEWH*BUFFMX, xpos, ypos+(TILEWH*12)); //copy background
149                 getch();++++*/
150                 while(!kbhit())
151                 {
152                         //for(int i=0;i<TILEWH;i++){
153                                 ding(&gvar.video.page[0], &bakapee, key);
154                                 modexPanPage(&gvar.video.page[0], xpos, ypos);
155 //++++mxFillBox(384, 304, 384, 304, 10, OP_SET);
156 //mxBitBlt(xpos, ypos, gvar.video.page[0].width, gvar.video.page[0].height, 32, (gvar.video.page[0].height+64+32));
157 //++++mxBitBlt(TILEWH*2, TILEWH*2, gvar.video.page[0].width, gvar.video.page[0].height, 32, (gvar.video.page[0].height+64+32));
158                                 //for(word o = 0; o<TILEWH; o++){
159                                         xpos+=xdir;
160                                         ypos+=ydir;
161                                         //if(ypos==1 || (ypos==(BH-gvar.video.page[0].height-1)))delay(500);
162                                         //if((xpos>(VW-gvar.video.page[0].width-1)) || (xpos<1))delay(500);
163                                         //mxWaitRetrace();
164 //mxBitBlt(32, (gvar.video.page[0].height+32), gvar.video.page[0].width, gvar.video.page[0].height, xpos, ypos);
165 //++++mxBitBlt(TILEWH*2, (gvar.video.page[0].height+64+32), gvar.video.page[0].width, gvar.video.page[0].height, TILEWH*2, TILEWH*2);
166 //xpos=ypos=TILEWH*2;
167                                         //????modexPanPage(&gvar.video.page[0], 32, 32);
168                                 //}
169                                 if( (xpos>(VW-gvar.video.page[0].width-1))  || (xpos<1)){xdir=-xdir;}
170                                 if( (ypos>(BH-gvar.video.page[0].height-1)) || (ypos<1)){ydir=-ydir;} // { Hit a boundry, change
171                         //}//    direction!
172 //mxBitBlt(32, (gvar.video.page[0].height+64+32), gvar.video.page[0].width, gvar.video.page[0].height, xpos, ypos);
173 //mxBitBlt(TILEWH*2, (gvar.video.page[0].height+64+32), gvar.video.page[0].width, gvar.video.page[0].height, TILEWH*2, TILEWH*2);
174                 }
175         ch=getch();
176         if(ch==0x71)break; // 'q'
177         if(ch==0x1b)break; // 'ESC'
178         }
179 //      VGAmodeX(0, &gvar);
180 #endif
181         printf("bakapi ver. 1.04.13.04\nis made by sparky4\81i\81\86\83Ö\81\85\81j feel free to use it ^^\nLicence: GPL v3\n");
182 }
183 //pee!