-
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.
- Loading branch information
Showing
5 changed files
with
19 additions
and
16 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"VERSION": { | ||
"MAJOR": 1, | ||
"MINOR": 1, | ||
"PATCH": 0, | ||
"PATCH": 1, | ||
"BUILD": 0 | ||
}, | ||
"KSP_VERSION": { | ||
|
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,49 +1,52 @@ | ||
#####Version 1.1 | ||
##### Version 1.1.1 | ||
- Hotfix: Fixes a bug that prevents from starting/loading a game after returning to the main menu | ||
|
||
##### Version 1.1 | ||
- Balancing: Changed default buoyancy multiplier to 5.0x | ||
- Feature: Input locks for the preferences window. | ||
- Feature: added example ship for Stock/NEAR and FAR | ||
- Bugfix: Version file was erroneous. | ||
- Bugfix: Harmless error message in log when using NEAR | ||
|
||
#####Version 1.0 | ||
##### Version 1.0 | ||
- Feature: New preferences window in KSC scene | ||
- Feature: per-savegame preferences | ||
- Feature: included a version file | ||
- Bugfix: Collision with the ProceduralParts cost system | ||
|
||
#####Version 0.5.0.0 | ||
##### Version 0.5.0.0 | ||
- Feature: Support for the NEAR aerodynamic model | ||
|
||
#####Version 0.4.4.0 | ||
##### Version 0.4.4.0 | ||
- Rebuilt for KSP 0.25 | ||
|
||
#####Version 0.4.3.0 | ||
##### Version 0.4.3.0 | ||
- Bugfix: Fixed a bug that causes envelopes on currently uncontrolled vessels to explode due to a bug in KSP (incorrect temperature) | ||
|
||
#####Version 0.4.2.0 | ||
##### Version 0.4.2.0 | ||
- Bugfix: Fixed a bug that causes insensible procedural costs | ||
- Enhancement: Better cost generation | ||
|
||
#####Version 0.4.1.0 | ||
##### Version 0.4.1.0 | ||
- Bugfix: Fixed a major bug that prevents Procedural Airships from function properly in career mode | ||
|
||
#####Version 0.4.0.0 | ||
##### Version 0.4.0.0 | ||
- Feature: FAR compatibility | ||
- Feature: procedural cost handling | ||
- Feature: Parts are no longer controllable without a pod or probecore | ||
- Feature: Center of Buoyancy marker in editor (activates with CoL marker) | ||
|
||
#####Version 0.3.0.0 | ||
##### Version 0.3.0.0 | ||
- Feature: envelopes containing combustrogen will explode when exposed to high temperatures | ||
- Feature: envelopes will explode when their gas pressure exceeds the tolerance | ||
- Feature: Lifting gas venting | ||
- Fixed Bug: mass values now correct | ||
|
||
#####Version 0.2.0.0 | ||
##### Version 0.2.0.0 | ||
- Envelopes have ballonets now | ||
- taking envelope pressure into account. | ||
- changed lifting gas definitions from kL/unit to kg/unit | ||
- Airship cones now allow radial attachment | ||
|
||
#####Version 0.1.0.0 | ||
##### Version 0.1.0.0 | ||
- initial pre release |
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