X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=reports.c;h=f71b8c50350d664b5c60cc8048225b53964d2a5a;hb=f972ad4a9a237ecae732391e0c37345fdfb9acea;hp=5c187722b6133cd461c0836f33c2a31cf5148d8c;hpb=ba71f219a8543b5510a53c59ce793339b84903a7;p=super-star-trek.git diff --git a/reports.c b/reports.c index 5c18772..f71b8c5 100644 --- a/reports.c +++ b/reports.c @@ -4,7 +4,7 @@ #include void attakreport(int l) { - if (!l) { + if (!l) { if (game.future[FCDBAS] < 1e30) { prout("Starbase in %s is currently under Commander attack.", cramlc(quadrant, batx, baty)); @@ -23,10 +23,11 @@ void attakreport(int l) { if (isatb == 1) proutn("Base in %i - %i attacked by S. Alive until %.1f", game.state.isx, game.state.isy, game.future[FSCDBAS]); } + clreol(); } -void report(int f) { +void report(void) { char *s1,*s2,*s3; chew(); @@ -50,7 +51,7 @@ void report(int f) { alldone? "were": "are now", s1, s2, s3); if (skill>3 && thawed && !alldone) prout("No plaque is allowed."); if (tourn) prout("This is tournament game %d.", tourn); - if (f) prout("Your secret password is \"%s\"",game.passwd); + prout("Your secret password is \"%s\"",game.passwd); proutn("%d of %d Klingons have been killed", game.state.killk+game.state.killc+game.state.nsckill, inkling); if (game.state.killc) prout(", including %d Commander%s.", game.state.killc, game.state.killc==1?"":"s"); @@ -120,26 +121,24 @@ void lrscan(void) { prout("LONG-RANGE SENSORS DAMAGED."); return; } - skip(1); - proutn("Starbase's long-range scan for"); + proutn("Starbase's long-range scan"); } else { - skip(1); - proutn("Long-range scan for "); + prout("Long-range scan"); } - prout(cramlc(quadrant, quadx, quady)); for (x = quadx-1; x <= quadx+1; x++) { + proutn(" "); for (y = quady-1; y <= quady+1; y++) { - if (x == 0 || x > 8 || y == 0 || y > 8) - proutn(" -1"); + if (x == 0 || x > GALSIZE || y == 0 || y > GALSIZE) + proutn(" -1"); else { - proutn("%5d", game.state.galaxy[x][y]); - game.starch[x][y] = game.damage[DRADIO] > 0 ? game.state.galaxy[x][y]+1000 :1; + if (game.state.galaxy[x][y]<1000) proutn(" %3d", game.state.galaxy[x][y]); + else proutn("***"); + game.starch[x][y] = game.damage[DRADIO] > 0 ? game.state.galaxy[x][y]+1000 : 1; } } - skip(1); + prout(" "); } - } void dreprt(void) { @@ -149,7 +148,6 @@ void dreprt(void) { for (i = 1; i <= NDEVICES; i++) { if (game.damage[i] > 0.0) { if (!jdam) { - skip(1); prout("DEVICE -REPAIR TIMES-"); prout(" IN FLIGHT DOCKED"); jdam = TRUE; @@ -165,21 +163,18 @@ void dreprt(void) { void chart(int nn) { int i,j; - + char *cp; chew(); - skip(1); if (stdamtim != 1e30 && stdamtim != game.state.date && condit == IHDOCKED) { - prout("Spock- \"I revised the Star Chart from the"); - prout(" starbase's records.\""); - skip(1); + proutn("Spock- \"I revised the Star Chart from the starbase's records.\"\n\r"); } - if (nn == 0) prout("STAR CHART FOR THE KNOWN GALAXY"); + if (nn == 0) proutn(" STAR CHART FOR THE KNOWN GALAXY\n\r"); if (stdamtim != 1e30) { if (condit == IHDOCKED) { /* We are docked, so restore chart from base information */ stdamtim = game.state.date; - for (i=1; i <= 8 ; i++) - for (j=1; j <= 8; j++) + for (i=1; i <= GALSIZE ; i++) + for (j=1; j <= GALSIZE; j++) if (game.starch[i][j] == 1) game.starch[i][j] = game.state.galaxy[i][j]+1000; } else { @@ -187,159 +182,181 @@ void chart(int nn) { (int)(game.state.date-stdamtim)); } } - if (nn ==0) skip(1); prout(" 1 2 3 4 5 6 7 8"); - prout(" ----------------------------------------"); - /* if (nn==0) prout(" -"); */ - for (i = 1; i <= 8; i++) { - proutn("%d -", i); - for (j = 1; j <= 8; j++) { + for (i = 1; i <= GALSIZE; i++) { + proutn("%d |", i); + for (j = 1; j <= GALSIZE; j++) { + char buf[4]; + proutn(" "); if (game.starch[i][j] < 0) - proutn(" .1."); + strcpy(buf, ".1."); else if (game.starch[i][j] == 0) - proutn(" ..."); - else if (game.starch[i][j] > 999) - proutn("%5d", game.starch[i][j]-1000); + strcpy(buf, "..."); + else if (game.state.galaxy[i][j]>=1000) + strcpy(buf, "***"); else - proutn("%5d", game.state.galaxy[i][j]); + sprintf(buf, "%03d", game.state.galaxy[i][j]); + for (cp = buf; cp < buf + sizeof(buf); cp++) + if (*cp == '0') + *cp = '.'; + proutn(buf); } - prout(" -"); + proutn(" |"); + if (i0.0 ? - game.state.galaxy[quadx][quady]+1000:1; - scan(); - if (isit("chart")) nn = TRUE; - if (isit("no")) rightside = FALSE; - chew(); - prout("\n 1 2 3 4 5 6 7 8 9 10"); - break; - case 2: // REQUEST - while (scan() == IHEOL) - proutn("Information desired? "); - chew(); - for (k = 1; k <= 10; k++) - if (strncmp(citem,requests[k],min(2,strlen(citem)))==0) - break; - if (k > 10) { - prout("UNRECOGNIZED REQUEST. Legal requests are:\n" - " date, condition, position, lsupport, warpfactor,\n" - " energy, torpedoes, shields, klingons, time."); - return; - } - // no "break" - case 3: // STATUS - chew(); - leftside = FALSE; - skip(1); +int srscan(int l) { + static char requests[][3] = + {"","da","co","po","ls","wa","en","to","sh","kl","ti"}; + char *cp = NULL; + int leftside=TRUE, rightside=TRUE, i, j, jj, k=0, nn=FALSE, t, dam=0; + int goodScan=TRUE; + switch (l) { + case SCAN_FULL: // SRSCAN + if (game.damage[DSRSENS] != 0) { + /* Allow base's sensors if docked */ + if (condit != IHDOCKED) { + prout(" S.R. SENSORS DAMAGED!"); + goodScan=FALSE; + } + else + prout(" [Using Base's sensors]"); + } + else proutn(" Short-range scan\n\r"); + if (goodScan) game.starch[quadx][quady] = game.damage[DRADIO]>0.0 ? game.state.galaxy[quadx][quady]+1000:1; + scan(); + if (isit("chart")) nn = TRUE; + if (isit("no")) rightside = FALSE; + chew(); + proutn(" 1 2 3 4 5 6 7 8 9 10\n\r"); + break; + case SCAN_REQUEST: + while (scan() == IHEOL) + proutn("Information desired? "); + chew(); + for (k = 1; k <= sizeof(requests)/sizeof(requests[0]); k++) + if (strncmp(citem,requests[k],min(2,strlen(citem)))==0) + break; + if (k > sizeof(requests)/sizeof(requests[0])) { + prout("UNRECOGNIZED REQUEST. Legal requests are:\n" + " date, condition, position, lsupport, warpfactor,\n" + " energy, torpedoes, shields, klingons, time."); + return FALSE; } - for (i = 1; i <= 10; i++) { - int jj = (k!=0 ? k : i); - if (leftside) { - proutn("%2d ", i); - for (j = 1; j <= 10; j++) { - if (goodScan || (abs(i-sectx)<= 1 && abs(j-secty) <= 1)) - proutn("%c ",game.quad[i][j]); - else - proutn("- "); + // no "break" + case SCAN_STATUS: // STATUS + chew(); + leftside = FALSE; + skip(1); + case SCAN_NO_LEFTSIDE: // REQUEST + leftside=FALSE; + break; + } + if (condit != IHDOCKED) newcnd(); + for (i = 1; i <= QUADSIZE; i++) { + jj = (k!=0 ? k : i); + if (leftside) { + proutn("%2d ", i); + for (j = 1; j <= QUADSIZE; j++) { + if (goodScan || (abs(i-sectx)<= 1 && abs(j-secty) <= 1)){ + if ((game.quad[i][j]==IHMATER0)||(game.quad[i][j]==IHMATER1)||(game.quad[i][j]==IHMATER2)||(game.quad[i][j]==IHE)||(game.quad[i][j]==IHF)){ + switch (condit) { + case IHRED: textcolor(RED); break; + case IHGREEN: textcolor(GREEN); break; + case IHYELLOW: textcolor(YELLOW); break; + case IHDOCKED: textcolor(CYAN); break; + case IHDEAD: textcolor(BROWN); } + if (game.quad[i][j] != ship) + highvideo(); + } + if (game.quad[i][j] & DAMAGED) + highvideo(); + proutn("%c ",game.quad[i][j] & ~DAMAGED); + textcolor(DEFAULT); } - if (rightside) { - switch (jj) { - case 1: - proutn(" Stardate %.1f", game.state.date); - break; - case 2: - if (condit != IHDOCKED) newcnd(); - switch (condit) { - case IHRED: cp = "RED"; break; - case IHGREEN: cp = "GREEN"; break; - case IHYELLOW: cp = "YELLOW"; break; - case IHDOCKED: cp = "DOCKED"; break; - } - proutn(" Condition %s", cp); - break; - case 3: - proutn(" Position "); - proutn(cramlc(neither, quadx, quady)); - proutn(" , "); - proutn(cramlc(neither, sectx, secty)); - break; - case 4: - proutn(" Life Support "); - if (game.damage[DLIFSUP] != 0.0) { - if (condit == IHDOCKED) - proutn("DAMAGED, supported by starbase"); - else - proutn("DAMAGED, reserves=%.2f", lsupres); - } - else - proutn("ACTIVE"); - break; - case 5: - proutn(" Warp Factor %.1f", warpfac); - break; - case 6: - proutn(" Energy %.2f", energy); - break; - case 7: - proutn(" Torpedoes %d", torps); - break; - case 8: - proutn(" Shields "); - if (game.damage[DSHIELD] != 0) - proutn("DAMAGED,"); - else if (shldup) - proutn("UP,"); - else - proutn("DOWN,"); - proutn(" %d%% %.1f units", - (int)((100.0*shield)/inshld + 0.5), shield); - break; - case 9: - proutn(" Klingons Left %d", game.state.remkl); - break; - case 10: - attakreport(1); - break; - } - + else + proutn("- "); + } + } + if (rightside) { + switch (jj) { + case 1: + proutn("Stardate %.1f, Time Left %.2f", game.state.date, game.state.remtime); + break; + case 2: + if (condit != IHDOCKED) newcnd(); + switch (condit) { + case IHRED: cp = "RED"; break; + case IHGREEN: cp = "GREEN"; break; + case IHYELLOW: cp = "YELLOW"; break; + case IHDOCKED: cp = "DOCKED"; break; + case IHDEAD: cp="DEAD"; break; } - skip(1); - if (k!=0) return; + for (t=0;t<=NDEVICES;t++) + if (game.damage[t]>0) dam++; + proutn("Condition %s, %i DAMAGES", cp, dam); + break; + case 3: + proutn("Position %d - %d , %d - %d", + quadx, quady, sectx, secty); + break; + case 4: + proutn("Life Support "); + if (game.damage[DLIFSUP] != 0.0) { + if (condit == IHDOCKED) + proutn("DAMAGED, Base provides"); + else + proutn("DAMAGED, reserves=%4.2f", lsupres); + } + else + proutn("ACTIVE"); + break; + case 5: + proutn("Warp Factor %.1f", warpfac); + break; + case 6: + proutn("Energy %.2f", energy); + if (icrystl) + proutn(" (have crystals)"); + break; + case 7: + proutn("Torpedoes %d", torps); + break; + case 8: + proutn("Shields "); + if (game.damage[DSHIELD] != 0) + proutn("DAMAGED,"); + else if (shldup) + proutn("UP,"); + else + proutn("DOWN,"); + proutn(" %d%% %.1f units", + (int)((100.0*shield)/inshld + 0.5), shield); + break; + case 9: + proutn("Klingons Left %d", game.state.remkl); + break; + case 10: + attakreport(1); + break; + } } - if (nn) chart(1); + if (iix1) ix2 = 1; - else ix2=10; + else ix2=QUADSIZE; if (quadx>iy1) iy2 = 1; - else iy2=10; + else iy2=QUADSIZE; } - if (ix1 > 8 || ix1 < 1 || iy1 > 8 || iy1 < 1 || - ix2 > 10 || ix2 < 1 || iy2 > 10 || iy2 < 1) { + if (ix1 > GALSIZE || ix1 < 1 || iy1 > GALSIZE || iy1 < 1 || + ix2 > QUADSIZE || ix2 < 1 || iy2 > QUADSIZE || iy2 < 1) { huh(); return; }