Skip to content

Commit

Permalink
Fine-tuning of Mission Control and Astronaut Complex / Cosmonaut Cent…
Browse files Browse the repository at this point in the history
…er O
  • Loading branch information
peyre committed Apr 28, 2011
1 parent 2b785ba commit 0fb2c83
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
10 changes: 9 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
2011-02-23 Leon Baradat <[email protected]>
2011-04-27 Leon Baradat <[email protected]>

* V260

* ast2.c: Touchup of skills display in Astronaut Complex / Cosmonaut Center

* rush.c: Improved centering in Mission Control building

2011-04-26 Leon Baradat <[email protected]>

* V259

Expand Down
7 changes: 4 additions & 3 deletions ast2.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,16 +436,17 @@ void LimboText(char plr,int astro)
case 4: PrintAt(53,118,"V");break;
}
RectFill(123,62,145,77,3);
RectFill(128,79,145,92,3);
RectFill(125,79,145,85,3);
RectFill(131,86,145,92,3);
RectFill(123,95,145,101,3);
RectFill(130,54,155,61,3);
grSetColor(col); // Print 'naut mood in green/yellow/red/black depending on mood -Leon
DispNum(132,60,Data->P[plr].Pool[astro].Mood);
grSetColor(11);
DispNum(125,68,Data->P[plr].Pool[astro].Cap);
DispNum(123,76,Data->P[plr].Pool[astro].LM);
DispNum(131,84,Data->P[plr].Pool[astro].EVA);
DispNum(130,92,Data->P[plr].Pool[astro].Docking);
DispNum(125,84,Data->P[plr].Pool[astro].EVA);
DispNum(131,92,Data->P[plr].Pool[astro].Docking);
DispNum(125,100,Data->P[plr].Pool[astro].Endurance);
RectFill(127,113,141,120,3);grSetColor(11);
DispNum(130,118,Data->P[plr].Pool[astro].Active);
Expand Down
4 changes: 2 additions & 2 deletions rush.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,14 @@ void DrawRush(char plr)
grSetColor(1);PrintAt(89,33+i*58,"SCHEDULE:");
PrintAt(88,69+i*58,"RUSHING PENALTY: ");
PrintAt(88,77+i*58,"DOWNGRADE PENALTY: ");
PrintAt(196,69+i*58,"COST:");
PrintAt(199,69+i*58,"COST:");
OutBox(11 ,33+i*58, 69, 74+i*58);
InBox(20,38+i*58,60,69+i*58);
gxVirtualDisplay(&vhptr,156*plr,i*30,21,39+i*58,59,68+i*58,0);

SetRush(Data->P[plr].Mission[i].Rushing,i);
grSetColor(1);
DispBig(60,5,"MISSION SCHEDULE",0,-1);
DispBig(55,5,"MISSION SCHEDULE",0,-1);

grSetColor(5);

Expand Down
2 changes: 1 addition & 1 deletion version.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
259
260

0 comments on commit 0fb2c83

Please sign in to comment.