Skip to content

Commit

Permalink
Merge branch 'fix_applauncher'
Browse files Browse the repository at this point in the history
  • Loading branch information
ItMustBeACamel committed Oct 30, 2014
2 parents 8fb9fd2 + b19eca2 commit 1b46165
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion GameData/ProcAirships/ProcAirships.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0,
"PATCH": 1,
"BUILD": 0
},
"KSP_VERSION": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Procedural Airships
## A ProceduralParts Expansion

**Version 1.1**
**Version 1.1.1**

This plug-in adds procedural airship envelopes to Kerbal Space Program.

Expand Down
25 changes: 14 additions & 11 deletions changelog.txt
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
2 changes: 1 addition & 1 deletion source/ProcAirships/GUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void OnAppLauncherReady()
public void OnAppLauncherDestroyed()
{
Debug.Log("deleting button");
ApplicationLauncher.Instance.RemoveModApplication(LauncherButton);
//ApplicationLauncher.Instance.RemoveModApplication(LauncherButton);
LauncherButton = null;
}

Expand Down
4 changes: 2 additions & 2 deletions source/ProcAirships/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]

0 comments on commit 1b46165

Please sign in to comment.