-
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.
2011-02-23 Nicolas Laplume <[email protected]>
*V258 *Changed Version to 1.0.0 *Readded Atlas/R7 Booster capacity *Other fixed bugs
- Loading branch information
nikakd
committed
Feb 23, 2011
1 parent
f94cb09
commit 0da4e5e
Showing
9 changed files
with
41 additions
and
34 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,8 +1,22 @@ | ||
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) | ||
|
||
2011-02-20 Nicolas Laplume <[email protected]> | ||
|
||
* V257 | ||
|
||
* Fixed bug in some failures in Lunar Missions (from V252) | ||
* 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 | ||
|
||
|
@@ -12,37 +26,33 @@ | |
|
||
* V256 | ||
|
||
* Fixed bug in the order of the missions in 2-players games | ||
|
||
* Readded Atlas/R7 Booster capacity (removed option to turn it off) | ||
* newmis.c: Fixed bug in the order of the missions in 2-players games | ||
|
||
2011-02-14 Nicolas Laplume <[email protected]> | ||
|
||
* V255 | ||
|
||
* Fixed bug in the naut morale caluclations. Changed the penalty/bonus when crewmates are compatible | ||
|
||
* Added Prestige First in Mission Review | ||
* start.c: Fixed bug in the naut morale caluclations. Changed the penalty/bonus when crewmates are compatible | ||
|
||
* Viwing Stand now shows all missions, not just last 3 | ||
* place.c: Added Prestige First in Mission Review | ||
|
||
* VAB's Autopurchase now shows the price of the equipment | ||
* budget.c: Viwing Stand now shows all missions, not just last 3 | ||
|
||
* Changed version to 1.0.0 | ||
* vab.c: VAB's Autopurchase now shows the price of the equipment | ||
|
||
* Removed Atlas Booster capacity (can be turned on in config file) | ||
* vab.c, options: Removed Atlas Booster capacity (can be turned on in config file) | ||
|
||
* Added Cheat to enable sucessful missions increase R&DMax | ||
* mc.c, options: Added Cheat to enable sucessful missions increase R&DMax | ||
|
||
2011-02-10 Nicolas Laplume <[email protected]> | ||
|
||
* V254 | ||
|
||
* Added FIX button in R&D and Hardware Purchase | ||
* rdplex.c: Added FIX button in R&D and Hardware Purchase | ||
|
||
* Added option to enable Atlas to lunar missions | ||
* vab.c, options: Added option to enable Atlas to lunar missions | ||
|
||
* Changed version to 0.4.9 | ||
* configure.in: Changed version to 0.4.9 | ||
|
||
2011-01-05 Leon Baradat <[email protected]> | ||
|
||
|
@@ -54,15 +64,15 @@ | |
|
||
* V252 | ||
|
||
* Added Reentry Corridor step to Lunar Missions | ||
* mc2.c, mission.dat: Added Reentry Corridor step to Lunar Missions | ||
|
||
2010-12-18 Nicolas Laplume <[email protected]> | ||
|
||
* V251 | ||
|
||
* Fixed duration level when failed | ||
* mis_m.c: Fixed duration level when failed | ||
|
||
* Changed last Adv Training to III if shorter Adv Training is on | ||
* ast4.c: Changed last Adv Training to III if shorter Adv Training is on | ||
|
||
2010-10-24 Nicolas Laplume <[email protected]> | ||
|
||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ dnl =========================== | |
dnl === Initialize autoconf === | ||
dnl =========================== | ||
|
||
AC_INIT(Race Into Space,0.4.9,[email protected],raceintospace) | ||
AC_INIT(Race Into Space,1.0.0,[email protected],raceintospace) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
||
|
@@ -145,7 +145,7 @@ dnl === Write configuration files === | |
dnl ================================= | ||
|
||
AC_CONFIG_HEADER(race.h) | ||
if test -n "$build_win" ; then | ||
if test -n "$build_win" ; then | ||
AC_CONFIG_FILES(installer.nsi, chmod a-w installer.nsi) | ||
fi | ||
AC_CONFIG_FILES(mkrpm raceintospace.spec, chmod a+x mkrpm) | ||
|
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
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 @@ | ||
257 | ||
258 |