-
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.
Added morale boxes to the launch facility screenE
- Loading branch information
peyre
committed
Apr 27, 2011
1 parent
0da4e5e
commit 2b785ba
Showing
3 changed files
with
59 additions
and
31 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,49 +1,55 @@ | ||
2011-02-23 Leon Baradat <[email protected]> | ||
|
||
* V259 | ||
|
||
* radar.c: Added morale boxes next to 'naut names in launch facility screen | ||
|
||
2011-02-23 Nicolas Laplume <[email protected]> | ||
|
||
* V258 | ||
|
||
* configure.in: Changed version to 1.0.0 | ||
* vab.c, options.c, options.h: Readded Atlas/R7 Booster capacity (removed option to turn it off) | ||
* prest.c: Changed Prestige Seconds text from "(SCD)" to "(2ND)" | ||
* budget.c: Fixed bug in Viewing Stand when flown missions was fewer than 3 | ||
* mission.dat: Fixed bug in Lunar Missions (from V252) | ||
* configure.in: Changed version to 1.0.0 | ||
|
||
* vab.c, options.c, options.h: Readded Atlas/R7 Booster capacity (removed option to turn it off) | ||
|
||
* prest.c: Changed Prestige Seconds text from "(SCD)" to "(2ND)" | ||
|
||
* budget.c: Fixed bug in Viewing Stand when flown missions was fewer than 3 | ||
|
||
* mission.dat: Fixed bug in Lunar Missions (from V252) | ||
|
||
2011-02-20 Nicolas Laplume <[email protected]> | ||
|
||
* V257 | ||
|
||
* mission.dat: Fixed bug in some failures in Lunar Missions (from V252) | ||
* place.c: Changed the Prestige First screen in Mission Review to show also Prestige Seconds | ||
* prest.c: Reduced penalty in manned missions when no-one dies to -7 | ||
* mission.dat: Fixed bug in some failures in Lunar Missions (from V252) | ||
|
||
* place.c: Changed the Prestige First screen in Mission Review to show also Prestige Seconds | ||
|
||
* prest.c: Reduced penalty in manned missions when no-one dies to -7 | ||
|
||
2011-02-17 Nicolas Laplume <[email protected]> | ||
|
||
* V256 | ||
|
||
* newmis.c: Fixed bug in the order of the missions in 2-players games | ||
* newmis.c: Fixed bug in the order of the missions in 2-players games | ||
|
||
2011-02-14 Nicolas Laplume <[email protected]> | ||
|
||
* V255 | ||
|
||
* start.c: Fixed bug in the naut morale caluclations. Changed the penalty/bonus when crewmates are compatible | ||
* place.c: Added Prestige First in Mission Review | ||
* budget.c: Viwing Stand now shows all missions, not just last 3 | ||
* vab.c: VAB's Autopurchase now shows the price of the equipment | ||
* vab.c, options: Removed Atlas Booster capacity (can be turned on in config file) | ||
* mc.c, options: Added Cheat to enable sucessful missions increase R&DMax | ||
* start.c: Fixed bug in the naut morale caluclations. Changed the penalty/bonus when crewmates are compatible | ||
|
||
* place.c: Added Prestige First in Mission Review | ||
|
||
* budget.c: Viwing Stand now shows all missions, not just last 3 | ||
|
||
* vab.c: VAB's Autopurchase now shows the price of the equipment | ||
|
||
* vab.c, options: Removed Atlas Booster capacity (can be turned on in config file) | ||
|
||
* mc.c, options: Added Cheat to enable sucessful missions increase R&DMax | ||
|
||
2011-02-10 Nicolas Laplume <[email protected]> | ||
|
||
* V254 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
258 | ||
259 |