-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2010-04-13 Krzysztof Kosciuszkiewicz <[email protected]>
* V235 * options.h, options.c: add feat_shorter_advanced_training * start.c: refactor training code, use feat_shorter_advanced_training * data.h: add enum AstronautStatus * aipur.c, ast1.c, ast2.c, ast3.c, mis_c.c, mis_m.c, news.c, news_suq.c, port.c, records.c, review.c: use AstronautStatus values * checkin3: fix Y2K10 bug ;) * DEVELOPER: add link to GNU ChangeLog style guide
- Loading branch information
drvee
committed
Apr 12, 2010
1 parent
b2c4ae1
commit 200898c
Showing
19 changed files
with
413 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,85 @@ | ||
2010-04-09 Leon Baradat <[email protected]> | ||
2010-04-13 Krzysztof Kosciuszkiewicz <[email protected]> | ||
|
||
* V235 | ||
|
||
* options.h, options.c: add feat_shorter_advanced_training | ||
|
||
* start.c: refactor training code, use feat_shorter_advanced_training | ||
|
||
* data.h: add enum AstronautStatus | ||
|
||
* aipur.c, ast1.c, ast2.c, ast3.c, mis_c.c, mis_m.c, news.c, news_suq.c, | ||
port.c, records.c, review.c: use AstronautStatus values | ||
|
||
* checkin3: fix Y2K10 bug ;) | ||
|
||
* DEVELOPER: add link to GNU ChangeLog style guide | ||
|
||
2010-04-09 Leon Baradat <[email protected]> | ||
|
||
* V234 | ||
|
||
* ast4.c, ast2.c - In capsule/shuttle screen, and Astronaut Complex / Cosmonaut | ||
* ast4.c, ast2.c: In capsule/shuttle screen, and Astronaut Complex / Cosmonaut | ||
Center, the name of a 'naut who's announced retirement now shows in black. Also | ||
in the 'Naut Complex/Center, the capsule/shuttle program names, and the names of | ||
the Adv. Training programs, are better centered in their respective buttons. In | ||
the capsule/shuttle screen, MAX DURATION now shows Duration level after the number | ||
of days: e.g., "14 DAYS (LVL E)" for Gemini. | ||
|
||
* ast0.c, ast4.c - Female 'nauts now show in pale purple. They used to show in | ||
* ast0.c, ast4.c: Female 'nauts now show in pale purple. They used to show in | ||
that color during recruitment, then in orange in the select list in various | ||
screens (vs. the men in yellow), then in white in the capsule/shuttle window | ||
(indistinguishable from the men). Now all three show women in pale purple. Also | ||
in ast0.c, 'nauts who've announced retirement show in purple in the select list in | ||
various screens (black doesn't show well here). In ast4.c, women who have announced | ||
retirement now show in black. | ||
|
||
* crew.c - In the screen where you assign crews to a mission, the name of a 'naut | ||
* crew.c: In the screen where you assign crews to a mission, the name of a 'naut | ||
who's announced retirement shows in gray rather than white (black doesn't show | ||
well on a dark blue background). Also the capsule/shuttle names are better | ||
centered in their respective buttons. | ||
|
||
* museum.c - In Astronaut/Cosmonaut History, now displays female 'nauts in pale | ||
* museum.c: In Astronaut/Cosmonaut History, now displays female 'nauts in pale | ||
purple instead of white. Also shows "ASTRONAUT COMPLEX" and "COSMONAUT CENTER" | ||
rather than just "COMPLEX" and "CENTER", and rather than just a program name | ||
(e.g., "APOLLO") it now follows that with "PROGRAM" (e.g., "APOLLO PROGRAM"). | ||
|
||
* mis_c.c - Shows names of female 'nauts in pale purple rather than white. | ||
* mis_c.c: Shows names of female 'nauts in pale purple rather than white. | ||
|
||
* place.c - Shows names of female 'nauts in pale purple rather than yellow. Also | ||
* place.c: Shows names of female 'nauts in pale purple rather than yellow. Also | ||
centered YES, NO, and REPLAY MISSION inside their buttons. | ||
|
||
* news_suq.c - Fixed bug in newscast saying that Gemini/Voskhod capsules will cost | ||
* news_suq.c: Fixed bug in newscast saying that Gemini/Voskhod capsules will cost | ||
2MB extra per spacecraft. A typo had prevented it from having an effect (though | ||
the equivalent newscast for Apollo/Soyuz did work). | ||
|
||
* budget.c - Shows Duration level of Duration missions, and some better centerings. | ||
* budget.c: Shows Duration level of Duration missions, and some better centerings. | ||
|
||
* admin.c - Fixed typo "ENOUGHT". | ||
* admin.c: Fixed typo "ENOUGHT". | ||
|
||
* radar.c - Male 'nauts who have announced retirement now show in black, while women | ||
* radar.c: Male 'nauts who have announced retirement now show in black, while women | ||
who've announced retirement now show in purple. Also better centering of some text. | ||
|
||
* newmis.c - Was displaying two spaces between month and year. Also better centering | ||
* newmis.c: Was displaying two spaces between month and year. Also better centering | ||
of "SINGLE LAUNCH" and "JOINT LAUNCH". | ||
|
||
* port.c - Changed it to add a question mark to "QUIT" "ARE YOU SURE" YES/NO. | ||
* port.c: Changed it to add a question mark to "QUIT" "ARE YOU SURE" YES/NO. | ||
|
||
* rdplex.c - Better centering of text in the "PURCHASE EQUIPMENT" and | ||
* rdplex.c: Better centering of text in the "PURCHASE EQUIPMENT" and | ||
"R&D xx% IMPROVEMENT" buttons in R&D and Purchasing screens. | ||
|
||
* prefs.c - Better centering of "COUNTRY" in the preferences screen. | ||
* prefs.c: Better centering of "COUNTRY" in the preferences screen. | ||
|
||
* ast1.c - Better centering of text in confirmation box for recruiting 'nauts. | ||
* ast1.c: Better centering of text in confirmation box for recruiting 'nauts. | ||
|
||
* ast3.c - Better centering of ASTRO/COSMONAUT SELECTION and ASTRO/COSMONAUTS IN TRAINING. | ||
* ast3.c: Better centering of ASTRO/COSMONAUT SELECTION and ASTRO/COSMONAUTS IN TRAINING. | ||
|
||
* intel.c - Better centering of "CONTINUE" in its button. | ||
* intel.c: Better centering of "CONTINUE" in its button. | ||
|
||
* news.c - Small esthetic changes, including making Svetlana say the same thing in print | ||
* news.c: Small esthetic changes, including making Svetlana say the same thing in print | ||
that she says vocally at the end of her newscast. | ||
|
||
2010-03-14 Leon Baradat <[email protected]> | ||
2010-03-14 Leon Baradat <[email protected]> | ||
|
||
* V233 | ||
|
||
|
@@ -71,45 +88,45 @@ | |
landing). In rush.c, also fixed a bug that continued to show the Duration level of | ||
the original mission after it had been downgraded to remove the Duration step(s). | ||
|
||
* radar.c - Now shows the crew number, e.g., "(CREW III)" above the names of the | ||
* radar.c: Now shows the crew number, e.g., "(CREW III)" above the names of the | ||
crew members in the launch pad screen. Also fixed a tiny bug that displayed duration | ||
level on scrubbed missions--and on missions that had been downgraded to remove the | ||
duration step. I noticed this bug when I found the bug above. | ||
|
||
* crew.c - Added duration level to the screen where you assign crews to a mission. | ||
* crew.c: Added duration level to the screen where you assign crews to a mission. | ||
|
||
* crew.c, future.c - Changed them from showing "PAD: 1", 2, or 3 to "PAD: A", B, or C. | ||
* crew.c, future.c: Changed them from showing "PAD: 1", 2, or 3 to "PAD: A", B, or C. | ||
|
||
* ast3.c - Fixed typo "CEMETARY". | ||
* ast3.c: Fixed typo "CEMETARY". | ||
|
||
* records.h, main.c, museum.c - Esthetic changes. | ||
* records.h, main.c, museum.c: Esthetic changes. | ||
|
||
* crew.dat, men.dat, user.dat - Updates to the 'naut roster. | ||
* crew.dat, men.dat, user.dat: Updates to the 'naut roster. | ||
|
||
2010-02-27 Leon Baradat <[email protected]> | ||
2010-02-27 Leon Baradat <[email protected]> | ||
|
||
* V232 | ||
|
||
* admin.c, newmis.c, rush.c, vab.c: These windows now show the Duration level of a | ||
Duration mission, e.g.: ORBITAL-EX (B) instead of just ORBITAL-EX. | ||
|
||
2010-02-22 Leon Baradat <[email protected]> | ||
2010-02-22 Leon Baradat <[email protected]> | ||
|
||
* V231 | ||
|
||
* crew.c: When you're assigning crews to a mission, the crew members now display a | ||
morale box next to them so you can see at a glance how your available | ||
crews are doing morale-wise. | ||
|
||
2010-02-21 Leon Baradat <[email protected]> | ||
2010-02-21 Leon Baradat <[email protected]> | ||
|
||
* V230 | ||
|
||
* vab.c: When you click AUTOPURCHASE in VAB/VIB, it now updates the amount of cash | ||
the player has (i.e., it acknowledges that a purchase has been made). | ||
Also a few tiny changes to make things slightly better centered. | ||
|
||
2010-02-20 Leon Baradat <[email protected]> | ||
2010-02-20 Leon Baradat <[email protected]> | ||
|
||
* V229 | ||
|
||
|
@@ -126,7 +143,7 @@ | |
* radar.c: Corrected change I uploaded accidentally earlier today--set this file | ||
back the way it was before | ||
|
||
2010-02-20 Leon Baradat <[email protected]> | ||
2010-02-20 Leon Baradat <[email protected]> | ||
|
||
* V228 | ||
|
||
|
@@ -141,13 +158,13 @@ | |
SCHLICKBERND with SHIBORIN and FARGOV with DOLGOV, rather than | ||
SCHLICKBERND with DOLGOV and FARGOV with SHIBORIN | ||
|
||
2010-02-15 Leon Baradat <[email protected]> | ||
2010-02-15 Leon Baradat <[email protected]> | ||
|
||
* V227 | ||
|
||
* rdplex.c: now displays the season and year | ||
|
||
2010-02-09/10 Leon Baradat <[email protected]> | ||
2010-02-09 Leon Baradat <[email protected]> | ||
|
||
* V226 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.