Skip to content

Commit

Permalink
Prep for v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Apr 17, 2017
1 parent 661753d commit ef06c0e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Binary file modified GameData/SolverEngines/Plugins/SolverEngines.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions GameData/SolverEngines/Readme_SolverEngines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ See AJE or RealFuels for examples of how to implement SolverEngines in practice.

Changelog:

v3.1

* Fix a bug with engine fitting where results would persist after data was deleted
* Fix normalizedOutput to avoid phantom EC generation
* Prevent NRE from the overheat box on a non-active vessel
* Add vacuum conditions initializer for EngineThermodynamics
* Allow animations on engines that don't inherit from ModuleEnginesSolver (mainly to take better advantage of interfaces)

v3.0

* Update for KSP 1.2.2
Expand Down
2 changes: 1 addition & 1 deletion GameData/SolverEngines/SolverEngines.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"VERSION" : {
"MAJOR" : 3,
"MINOR" : 0,
"MINOR" : 1,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down
4 changes: 2 additions & 2 deletions SolverEngines/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")] // Don't change until breaking changes occur
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]

[assembly: KSPAssembly("SolverEngines", 3, 0)]
[assembly: KSPAssembly("SolverEngines", 3, 1)]

0 comments on commit ef06c0e

Please sign in to comment.