-
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.
* checked in a bunch of changes to make the build process work in XCode 4 * rewrote C99 in-loop variable declarations ("for (int i = 0; i < n; i++)") in ANSI syntax
- Loading branch information
delta407
committed
Jul 30, 2011
1 parent
4da5732
commit 09f6d51
Showing
9 changed files
with
104 additions
and
61 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,3 +1,11 @@ | ||
2011-07-29 Will Glynn <[email protected]> | ||
|
||
* V270 | ||
|
||
* checked in a bunch of changes to make the build process work in XCode 4 | ||
|
||
* rewrote C99 in-loop variable declarations ("for (int i = 0; i < n; i++)") in ANSI syntax | ||
|
||
2011-06-28 Pace Willisson <Pace Willisson <[email protected]>> | ||
|
||
* V269 | ||
|
@@ -46,28 +54,28 @@ | |
|
||
* V265 | ||
|
||
* Fixed bug that prevented compiling | ||
* Fixed bug that prevented compiling | ||
|
||
2011-06-11 Nicolas Laplume <[email protected]> | ||
|
||
* V264 | ||
|
||
* Make MaxRD improve by 1 with each succesful mission (up to MaxSafety-2) | ||
* Make MaxRD change back to original MaxRD after catastrophic failures | ||
* Reduce Safety penalty in no-catastrophic failures to up to 10 (to 0 if "All systems are GO") | ||
* Fixed bug that awarded duration level if last duration step failed | ||
* Make MaxRD improve by 1 with each succesful mission (up to MaxSafety-2) | ||
|
||
* Make MaxRD change back to original MaxRD after catastrophic failures | ||
|
||
* Reduce Safety penalty in no-catastrophic failures to up to 10 (to 0 if "All systems are GO") | ||
|
||
* Fixed bug that awarded duration level if last duration step failed | ||
|
||
2011-05-26 Nicolas Laplume <[email protected]> | ||
|
||
* V263 | ||
|
||
* Change Booster Safety (added advanced option) | ||
* Change Booster Safety (added advanced option) | ||
|
||
* Changed 'nauts morale for crewmates | ||
|
||
2011-05-14 Leon Baradat <[email protected]> | ||
|
||
* V262 | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
269 | ||
270 |