Skip to content

Commit

Permalink
Bumped versions and comitted updated debug binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwerle committed Jun 30, 2019
1 parent 8ca3f67 commit 690d395
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,20 @@ Major features are **bolded**, contributors are *emphasized*.
* Recompiled for KSP 1.7
* Added bulkhead profiles to all parts (fixes #38)
+ Compatible with taniwha's Custom Bulkhead Profiles mod.
* Disabled controlling the flow of some of the experiment resources via tweakables.
+ MSL_LabTime still needs to flow to support the MEP experiments.
* Disabled the "Reset" button of the Experiment Results Dialog for all experiments (fixes #8)
* Implemented alarm handling when pausing and loading the game (fixes #32)
* Disabled controlling the flow of some of the experiment resources via tweakables.
+ MSL_LabTime still needs to flow to support the MEP experiments.

### OSS
* Only play IVA sounds if we're in IVA and in the part causing the sounds.

### MEP
* Pausing the experiment now causes it to retract the experiment (fixes #42).
* Experiment actions now can only be performed if a Kerbal is in the MEP.
* Bugs fixed:
+ KAC Alarms not created properly for MEP experiments.
* Added MSL-1000 or MPL-600 labs as requirements for MEP experiments.
+ Fixed description to add MSL-1000 or MPL-600 labs as requirements for MEP experiments.

### Kemini:
* Removed Kenmini from Pea pod as it caused the pod to fall off its decoupler.
Expand Down
2 changes: 1 addition & 1 deletion GameData/NehemiahInc/NE-OSS.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"MAJOR":0,
"MINOR":8,
"PATCH":1,
"BUILD":26
"BUILD":27
},
"KSP_VERSION":
{
Expand Down
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions OrbitalScience.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
- KEES - Kerbal Environmental Effects Study
- NEOS - Nehemiah Enginneering Orbital Science (Was: All-in-One)
-->
<property name="NEOS.Version" value="0.8.1b3" />
<property name="OSS.Version" value="0.8.1b3" />
<property name="KRP.Version" value="0.8.1b3" />
<property name="KEES.Version" value="0.8.1b3" />
<property name="NEOS.Version" value="0.8.1b4" />
<property name="OSS.Version" value="0.8.1b4" />
<property name="KRP.Version" value="0.8.1b4" />
<property name="KEES.Version" value="0.8.1b4" />

<property name="CurrMod.dir" value="${build.dir}" />

Expand Down
4 changes: 2 additions & 2 deletions Plugin/NE_Science/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.8.3.37")]
[assembly: AssemblyVersion("0.8.3.38")]
#if DEBUG
[assembly: AssemblyInformationalVersion("0.8.3 Debug for KSP 1.7+")]
#else
[assembly: AssemblyInformationalVersion("0.8.3 for KSP 1.7+")]
#endif
[assembly: AssemblyFileVersion("0.8.3.37")]
[assembly: AssemblyFileVersion("0.8.3.38")]
[assembly: KSPAssembly("NE_Science", 0, 83)]

0 comments on commit 690d395

Please sign in to comment.