1 /* Project 16 Source Code~
2 * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
4 * This file is part of Project 16.
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.
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.
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.
23 #include "src/bakapi.h"
28 global_game_variables_t gvar;
29 static bakapee_t bakapee;
30 word key,d,xpos,ypos,xdir,ydir;
34 main(int argc, char *argvar[])
36 // main variables values
37 d=4; // switch variable
38 key=2; // default screensaver number
49 bakapee.xx = rand()&0%gvar.video.page[0].width;
50 bakapee.yy = rand()&0%gvar.video.page[0].height;
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);
64 //modexPalUpdate(bmp.palette); //____
65 //modexDrawBmp(VGA, 0, 0, &bmp, 0); //____
68 modexShowPage(&gvar.video.page[0]);
75 { // conditions of screen saver
76 ding(&gvar.video.page[0], &bakapee, key);
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
91 //if(key==3){xx=yy=0;} // crazy screen saver wwww
92 if(key==0){ d=0; }else{
93 gvar.video.page[0] = modexDefaultPage(&gvar.video.page[0]);
94 gvar.video.page[0].width += (TILEWH*2);
95 gvar.video.page[0].height += (TILEWH*2);
101 modexShowPage(&gvar.video.page[0]);
107 { // conditions of screen saver
110 ding(&gvar.video.page[0], &bakapee, key);
112 //end of screen savers
113 /*for(int x = 0; x < gvar.video.page[0].width; ++x)
115 modexputPixel(&page, x, 0, 15);
116 mxPutPixel(x, gvar.video.page[0].height-1, 15);
118 for (int y = 0; y < VH; ++y)
120 mxPutPixel(0, y, 15);
121 mxPutPixel(gvar.video.page[0].width-1, y, 15);
123 for (int x = 0; x < VW; ++x)
125 mxPutPixel(x, 0, 15);
126 mxPutPixel(x, VH-1, 15);
128 for (int y = 240; y < VH; ++y)
130 mxPutPixel(0, y, 15);
131 mxPutPixel(VW-1, y, 15);
133 pdump(&gvar.video.page[0]);
136 /*++++mxBitBlt(xpos, ypos+(TILEWH*12), gvar.video.page[0].width, TILEWH*BUFFMX, 0, BS); //copy background
137 mxFillBox(xpos, ypos+(TILEWH*12), gvar.video.page[0].width, TILEWH*BUFFMX, 0, OP_SET); // background for text box
139 mxOutText(xpos+1, ypos+gvar.video.page[0].height-48, "========================================");
140 mxOutText(xpos+1, ypos+gvar.video.page[0].height-40, "| |Chikyuu:$line1");
141 mxOutText(xpos+1, ypos+gvar.video.page[0].height-32, "| |$line2");
142 mxOutText(xpos+1, ypos+gvar.video.page[0].height-24, "| |$line3");
143 mxOutText(xpos+1, ypos+gvar.video.page[0].height-16, "| |$line4");
144 mxOutText(xpos+1, ypos+gvar.video.page[0].height-8, "========================================");
145 mxFillBox(xpos+QUADWH, ypos+QUADWH+(TILEWH*12), TILEWH*2, TILEWH*2, 9, OP_SET); //portriat~
147 mxBitBlt(0, BS, gvar.video.page[0].width, TILEWH*BUFFMX, xpos, ypos+(TILEWH*12)); //copy background
151 //for(int i=0;i<TILEWH;i++){
152 ding(&gvar.video.page[0], &bakapee, key);
153 modexPanPage(&gvar.video.page[0], xpos, ypos);
154 //++++mxFillBox(384, 304, 384, 304, 10, OP_SET);
155 //mxBitBlt(xpos, ypos, gvar.video.page[0].width, gvar.video.page[0].height, 32, (gvar.video.page[0].height+64+32));
156 //++++mxBitBlt(TILEWH*2, TILEWH*2, gvar.video.page[0].width, gvar.video.page[0].height, 32, (gvar.video.page[0].height+64+32));
157 //for(word o = 0; o<TILEWH; o++){
160 //if(ypos==1 || (ypos==(BH-gvar.video.page[0].height-1)))delay(500);
161 //if((xpos>(VW-gvar.video.page[0].width-1)) || (xpos<1))delay(500);
163 //mxBitBlt(32, (gvar.video.page[0].height+32), gvar.video.page[0].width, gvar.video.page[0].height, xpos, ypos);
164 //++++mxBitBlt(TILEWH*2, (gvar.video.page[0].height+64+32), gvar.video.page[0].width, gvar.video.page[0].height, TILEWH*2, TILEWH*2);
165 //xpos=ypos=TILEWH*2;
166 //????modexPanPage(&gvar.video.page[0], 32, 32);
168 if( (xpos>(VW-gvar.video.page[0].width-1)) || (xpos<1)){xdir=-xdir;}
169 if( (ypos>(BH-gvar.video.page[0].height-1)) || (ypos<1)){ydir=-ydir;} // { Hit a boundry, change
171 //mxBitBlt(32, (gvar.video.page[0].height+64+32), gvar.video.page[0].width, gvar.video.page[0].height, xpos, ypos);
172 //mxBitBlt(TILEWH*2, (gvar.video.page[0].height+64+32), gvar.video.page[0].width, gvar.video.page[0].height, TILEWH*2, TILEWH*2);
175 if(ch==0x71)break; // 'q'
176 if(ch==0x1b)break; // 'ESC'
178 // VGAmodeX(0, &gvar);
180 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");