Skip to content

Releases: KSP-RO/SolverEngines

SolverEngines v3.1 for KSP 1.2.2

17 Apr 01:44
Compare
Choose a tag to compare
  • 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)

SolverEngines v3.0 for KSP 1.2.2

09 Dec 05:13
Compare
Choose a tag to compare
  • Update for KSP 1.2.2
  • Fix toolbar button not displaying
  • Fix thrust and drag displays in GUI
  • Fix fittable engines being fit every time even if they had no changes
  • Breaking Change Refactor EngineThermodynamics to be a struct, which makes it easier to use without adding GC alloc
  • Fix issue with negative mach transformations
  • Breaking Change Streamline engine fitting code
  • Only save fitted engine when parsing prefab, this prevents part upgrades from affecting the cache (however, upgraded parts will have to be fit every time)

SolverEngines v2.3 for KSP 1.1.3

06 Jul 02:56
Compare
Choose a tag to compare

Revert and freeze AssemblyVersion to fix compatibility issues

SolverEngines v2.2 for KSP 1.1.3

01 Jul 05:09
Compare
Choose a tag to compare

Recompile against KSP 1.1.3

v2.1 for KSP 1.1.2

01 May 06:25
Compare
Choose a tag to compare

Recompile for KSP 1.1.2

v2.0

27 Apr 07:03
Compare
Choose a tag to compare

Changes

  • Updated for KSP 1.1
  • Support variable thrust per transform as in ModuleEngines

v1.15

01 Feb 02:19
Compare
Choose a tag to compare

Changes:

  • Add some math utils
  • Adjust UpdateFlightCondition to better accommodate simulations
    • NOTE: this change is backwards-incompatible
  • Add a generic animation class

v1.14

15 Dec 06:49
Compare
Choose a tag to compare
  • Minor refactor of engine fitting
  • Get rid of debug spam in non Kerbin/Earth atmospheres

v1.13

19 Nov 08:02
Compare
Choose a tag to compare
  • Respect the Ignore Max Temp cheat.

v1.12

16 Nov 00:54
Compare
Choose a tag to compare

Changes

  • Recomile agains 1.0.5
  • Get rid of ModuleAnimateEmissive, now unneded with stock changes
  • Remove engine code now included in stock
    • Remove hacky event replacements
  • Make engine module and solver abstract
  • Allow engine modules to check whether they are underwater