Skip to content

Commit

Permalink
More/improved visual cues
Browse files Browse the repository at this point in the history
  • Loading branch information
peyre committed Aug 31, 2012
1 parent 33cf9bc commit d9a01e9
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 10 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2012-08-30 Leon Baradat <[email protected]>

* V282

* vab.c: Corrected VAB/VIB showing "RROCKET" which was introduced in V281

* endgame.c: Small wording change: SPACEWALK

* ast4.c, place.c: More/improved visual cues

2012-08-19 Leon Baradat <[email protected]>

* V281
Expand Down
12 changes: 7 additions & 5 deletions ast4.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,14 @@ void DrawProgs(char plr,char prog)
if (prog>=3) ShBox(4,104,12,110);
if (prog==5) ShBox(4,113,12,119);
FlagSm(plr,4,4);
grSetColor(1);
PrintAt(250,96,"ASSIGN CREW");
PrintAt(252,114,"BREAK CREW");
grSetColor(9); PrintAt(250,96,"A");
grSetColor(1); PrintAt(0,0,"SSIGN CREW");
grSetColor(9); PrintAt(252,114,"B");
grSetColor(1); PrintAt(0,0,"REAK CREW");
PrintAt(258,13,"CONTINUE");
grSetColor(5);
PrintAt(183,133,"FLIGHT CREW SELECTION");
grSetColor(5); PrintAt(183,133,"FLIGHT ");
grSetColor(9); PrintAt(0,0,"C");
grSetColor(5); PrintAt(0,0,"REW SELECTION");
grSetColor(7);
PrintAt(152,35,&Data->P[plr].Manned[prog-1].Name[0]);
grSetColor(9);
Expand Down
2 changes: 1 addition & 1 deletion endgame.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ char PF[29][40]={
"TWO-PERSON CRAFT","THREE-PERSON CRAFT","MINISHUTTLE","FOUR-PERSON CRAFT",
"MANNED ORBITAL","MANNED LUNAR PASS","MANNED LUNAR ORBIT",
"MANNED RESCUE ATTEMPT","MANNED LUNAR LANDING","ORBITING LAB",
"MANNED DOCKING","WOMAN IN SPACE","SPACE WALK","MANNED SPACE MISSION"};
"MANNED DOCKING","WOMAN IN SPACE","SPACEWALK","MANNED SPACE MISSION"};


char
Expand Down
5 changes: 3 additions & 2 deletions place.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ void writePrestigeFirst(char index) { ///index==plr
char w=0,i,draw=0;
extern char PF[29][40];
for (i=0;i<28;i++)
{ //Preestige First
{ //Prestige Firsts
if (w<6 && Data->Prestige[i].Place==index && Data->PD[index][i]==0)
{
if (draw==0) {
Expand Down Expand Up @@ -755,7 +755,8 @@ void Draw_Mis_Stats(char plr, char index, int *where,char mode)

AbzFrame(plr,index,215,56,94,60,"OOOO",mode);

IOBox(214,134,310,148);grSetColor(1);PrintAt(224,143,"REPLAY MISSION");
IOBox(214,134,310,148); grSetColor(9);PrintAt(224,143,"R");
grSetColor(1);PrintAt(0,0,"EPLAY MISSION");
if (mode==0) {
IOBox(214,151,310,165);
grSetColor(1);PrintAt(250,160,"EXIT");
Expand Down
2 changes: 1 addition & 1 deletion vab.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void DispVAB(char plr,char pad)
PrintAt(42,160,"L.M.:");
PrintAt(16,172,"PAYLOAD:");
grSetColor(9); PrintAt(22,188,"R");
grSetColor(1); PrintAt(0,0,"ROCKET: ");
grSetColor(1); PrintAt(0,0,"OCKET: ");

Name[0]='A'+pad; Name[1]=0x00;
InBox(4,27,166,37);RectFill(5,28,165,36,10);
Expand Down
2 changes: 1 addition & 1 deletion version.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
281
282

0 comments on commit d9a01e9

Please sign in to comment.